summaryrefslogtreecommitdiffstats
path: root/sbin/isakmpd/util.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use clock_gettime(CLOCK_MONOTONIC) to schedule timersjca2017-12-051-2/+2
* Remove a mid-layer which acts like arc4random isn't fairly standard.deraadt2014-01-231-3/+1
* regrand can die, from millertderaadt2014-01-221-2/+1
* improve randomization. remove some junk debugging features that arederaadt2014-01-221-2/+3
* add support to tag ipsec traffic belonging to specific IKE-initiatedreyk2006-11-241-1/+2
* remove some unused functions and an unused variable found by lint.hshoexer2005-12-281-4/+1
* Add a new raw2hex function and yank out several pieces of code in othercloder2005-11-151-1/+2
* output some more information on UI command "S"hshoexer2005-07-251-1/+3
* Make deterministic randomness (only ever used for testing) a compile-timecloder2005-04-081-1/+2
* remove dead code, noted by ho@hshoexer2005-03-101-7/+1
* remove unused function udp_decode_port(), add modified version as text2port() tohshoexer2005-03-041-1/+2
* Allow the Address, Network, or Netmask values of the <IPsec-ID> to bemcbride2004-12-141-2/+3
* Avoid stat before open. Do open and fstat instead.hshoexer2004-06-231-2/+1
* NAT-Traversal for isakmpd. Work in progress...ho2004-06-201-2/+3
* stat before open is flawedderaadt2004-05-231-1/+2
* partial move to KNF. More to come. This has happened because therederaadt2004-04-151-24/+24
* Fix payload handling flaws found by cloder@. Based on initial patch byhshoexer2004-03-101-3/+1
* Log the actual port for src and dst, don't assume it's always 500.ho2003-12-141-1/+2
* Remove clauses 3 and 4. With approval from Niklas Hallqvist andho2003-06-031-6/+1
* off_t to size_t change for printf format and malloc. Pointed out by <greg@nest.cx>ho2002-05-281-2/+2
* Just rename sockaddr_data/len functions to sockaddr_addrdata/addrlen.ho2001-10-261-3/+3
* Alphabeticize extern decls.niklas2001-08-221-6/+6
* Add prototypes and some other various cleanup.ho2001-07-051-1/+2
* strict strtol checking. text2sockaddr/sockaddr2text implementationsniklas2001-07-011-1/+3
* Initial IPv6 support. (niklas@ ok)ho2001-06-291-2/+4
* A few more functions to help with IPv6 support. By Niklas and me.ho2001-06-271-1/+6
* policy.c: Merge with EOM 1.49niklas2000-11-231-2/+6
* Merge with EOM 1.9niklas2000-10-161-2/+6
* util.h: Merge with EOM 1.8niklas2000-10-131-2/+3
* regress/rsakeygen/Makefile: Merge with EOM 1.5niklas1999-08-051-2/+4
* Add RCS Ids from the EOM repositoryniklas1998-11-171-1/+2
* openBSD RCS IDsniklas1998-11-151-1/+1
* Initial import of isakmpd, an IKE (ISAKMP/Oakley) implementation for theniklas1998-11-151-0/+53