summaryrefslogtreecommitdiffstats
path: root/sbin/isakmpd/sysdep
AgeCommit message (Expand)AuthorFilesLines
2018-01-15Spacing, no object change.mpi1-2/+2
2018-01-04space -> tabmpi1-4/+4
2014-01-22improve randomization. remove some junk debugging features that arederaadt1-3/+1
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>millert1-2/+2
2005-05-04clean up KEY_API() wrapper.hshoexer1-85/+3
2005-04-08get rid of sysdep_sa_lenhshoexer1-8/+1
2005-04-08Make deterministic randomness (only ever used for testing) a compile-timecloder1-14/+1
2005-04-08forget about sysdep/openbsd/sysdep-os.hderaadt1-35/+0
2005-04-08remove more conditional crudderaadt2-42/+1
2005-04-08zap USE_DEFAULT_ROUTEhshoexer1-2/+2
2005-04-08not needed anymorederaadt1-82/+0
2005-04-08old static lib stuff is not even needed...deraadt1-10/+1
2005-04-08privsep alwaysderaadt1-52/+0
2005-04-08the lovely thing about layers and layers of compatible stuff, is thatderaadt1-2/+2
2005-04-08kill HAVE_PCAPderaadt1-3/+1
2005-04-08kill HAVE_CLOSEFROMderaadt1-2/+1
2005-04-08kill HAVE_GETIFADDRSderaadt1-2/+2
2005-04-08kill USE_OLD_SOCKADDRderaadt1-8/+1
2005-04-08app.cderaadt1-16/+1
2005-04-08sysdep_progname() is non-portable gunkderaadt1-8/+1
2005-04-08remove portable stuff not neededderaadt1-55/+1
2005-04-08if someone wants a portable, create a -p project. clutter stops qualityderaadt35-5343/+0
2005-04-05Now that X509 is de-featurized, no need for USE_X509 in regress tests.cloder1-2/+1
2005-04-05RIP freeswanhshoexer8-1441/+0
2005-02-10Also add DPD.ho1-2/+2
2005-02-10Make it compile.ho1-2/+2
2005-02-10Add NAT-T here too.ho1-2/+2
2004-12-14Allow the Address, Network, or Netmask values of the <IPsec-ID> to bemcbride1-2/+2
2004-10-08pull in some changes from libc arc4random (only relevant for non-OpenBSDhshoexer1-19/+20
2004-08-10Better implementation of the Dead Peer Detection protocol, RFC 3706.ho7-7/+76
2004-08-10Linux has AES (and DES). From Benjamin Pineau.ho1-1/+2
2004-08-10If opening /dev/arandom fails, try /dev/random. Suggested by Benjamin Pineau.ho1-1/+3
2004-06-26Narrow down privsep interface. Move pf_key_v2_open() to monitor.hshoexer1-1/+5
2004-06-26Remove -DHAVE_GETNAMEINFO frome makefiles.mcbride10-23/+18
2004-04-15partial move to KNF. More to come. This has happened because therederaadt2-134/+126
2004-04-08swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSDhenning1-2/+2
2004-03-31Don't assume closefrom(2) exists everywhere. hshoexer@, markus@ ok.ho1-1/+2
2003-12-14Make isakmpd work on big endian linux machines. From Sebastian Klemke.ho1-15/+35
2003-09-26Fix off-by-ones in format string for 's' specifier; millert@, deraadt@ okaaron1-2/+2
2003-09-02For easier compilation on linux systems. Requested by Thomas Walpuski.ho2-0/+627
2003-08-06support ESP with cast/blowfish in KAME plattformsmarkus1-1/+9
2003-08-06support ESP with cast/blowfish on KAME platformsmarkus2-2/+18
2003-06-17Sync with share/misc/license.template and add missing DARPA creditmillert2-18/+18
2003-06-03Remove clause 3. Approved by niklas@ and Thomas Walpuski.ho3-9/+3
2003-06-03Obsolete.ho1-3/+0
2003-06-03Remove clauses 3 and 4. Approved by markus@ and niklas@.ho27-141/+30
2003-06-03Remove clauses 3 and 4. Approved by Niklas Hallqvist and Niels Provos.ho4-24/+4
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2-46/+24
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2003-05-18Sysdep for native Linux IPSec, 2.5 and later. From Thomas Walpuski, withho3-0/+325