Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-21 | Userland programs should include <errno.h> not <sys/errno.h> | Todd C. Miller | |
OK deraadt@ | |||
2005-05-04 | clean up KEY_API() wrapper. | Hans-Joerg Hoexer | |
ok ho@ | |||
2005-04-08 | get rid of sysdep_sa_len | Hans-Joerg Hoexer | |
ok cloder@ | |||
2005-04-08 | Make deterministic randomness (only ever used for testing) a compile-time | Chad Loder | |
option. Reduces chances of somehow setting regrand when it's not supposed to be set. Remove "-r" option from man page. Also xref certpatch(8) while we are in there. And remove some include sysdep.h where it is no longer needed. OK hshoexer | |||
2005-04-08 | forget about sysdep/openbsd/sysdep-os.h | Theo de Raadt | |
2005-04-08 | remove more conditional crud | Theo de Raadt | |
2005-04-08 | zap USE_DEFAULT_ROUTE | Hans-Joerg Hoexer | |
2005-04-08 | not needed anymore | Theo de Raadt | |
2005-04-08 | old static lib stuff is not even needed... | Theo de Raadt | |
2005-04-08 | privsep always | Theo de Raadt | |
2005-04-08 | the lovely thing about layers and layers of compatible stuff, is that | Theo de Raadt | |
deep down in the guts of it assumptions such as "this particular processors has no shared libraries yet" get hidden, only to be found about 2 years later. i hate code that hides stuff like that from me. | |||
2005-04-08 | kill HAVE_PCAP | Theo de Raadt | |
2005-04-08 | kill HAVE_CLOSEFROM | Theo de Raadt | |
2005-04-08 | kill HAVE_GETIFADDRS | Theo de Raadt | |
2005-04-08 | kill USE_OLD_SOCKADDR | Theo de Raadt | |
2005-04-08 | app.c | Theo de Raadt | |
2005-04-08 | sysdep_progname() is non-portable gunk | Theo de Raadt | |
2005-04-08 | remove portable stuff not needed | Theo de Raadt | |
2005-04-08 | if someone wants a portable, create a -p project. clutter stops quality | Theo de Raadt | |
2005-04-08 | if someone wants a portable, create a -p project. clutter stops quality | Theo de Raadt | |
2005-04-08 | if someone wants a portable, create a -p project. clutter stops quality | Theo de Raadt | |
2005-04-05 | Now that X509 is de-featurized, no need for USE_X509 in regress tests. | Chad Loder | |
Start compiling the X509 regress test again, for the first time since 2002 when DLOPEN stuff was removed. Kill remnants of DLOPEN defines left around in other Makefiles. Allow isakmpd to compile if USE_KEYNOTE is not defined. | |||
2005-04-05 | RIP freeswan | Hans-Joerg Hoexer | |
2005-02-10 | Also add DPD. | Hakan Olsson | |
2005-02-10 | Make it compile. | Hakan Olsson | |
2005-02-10 | Add NAT-T here too. | Hakan Olsson | |
2004-12-14 | Allow the Address, Network, or Netmask values of the <IPsec-ID> to be | Ryan Thomas McBride | |
specified with an interface name (in which case the first address is used) or the keyword 'default' (in which case the address is selected based on the default route). eg: [roadwarrior-ip] ID-type= IPV4_ADDR Address= default ok ho@ hshoexer@ | |||
2004-10-08 | pull in some changes from libc arc4random (only relevant for non-OpenBSD | Hans-Joerg Hoexer | |
systems): ansify, discard first 256 output bytes, make key schedule more arc4 stream ciper like. ok djm ho | |||
2004-08-10 | Better implementation of the Dead Peer Detection protocol, RFC 3706. | Hakan Olsson | |
hshoexer@ ok. | |||
2004-08-10 | Linux has AES (and DES). From Benjamin Pineau. | Hakan Olsson | |
2004-08-10 | If opening /dev/arandom fails, try /dev/random. Suggested by Benjamin Pineau. | Hakan Olsson | |
2004-06-26 | Narrow down privsep interface. Move pf_key_v2_open() to monitor. | Hans-Joerg Hoexer | |
Work in progress. ok ho@ | |||
2004-06-26 | Remove -DHAVE_GETNAMEINFO frome makefiles. | Ryan Thomas McBride | |
Pointed out by ho@ | |||
2004-04-15 | partial move to KNF. More to come. This has happened because there | Theo de Raadt | |
are a raft of source code auditors who are willing to help improve this code only if this is done, and hey, isakmpd does need our standard auditing process. ok ho hshoexer | |||
2004-04-08 | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD | Henning Brauer | |
and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@ | |||
2004-03-31 | Don't assume closefrom(2) exists everywhere. hshoexer@, markus@ ok. | Hakan Olsson | |
2003-12-14 | Make isakmpd work on big endian linux machines. From Sebastian Klemke. | Hakan Olsson | |
Also, a few style nits and a better error message text. | |||
2003-09-26 | Fix off-by-ones in format string for 's' specifier; millert@, deraadt@ ok | Aaron Campbell | |
2003-09-02 | For easier compilation on linux systems. Requested by Thomas Walpuski. | Hakan Olsson | |
2003-08-06 | support ESP with cast/blowfish in KAME plattforms | Markus Friedl | |
2003-08-06 | support ESP with cast/blowfish on KAME platforms | Markus Friedl | |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-03 | Remove clause 3. Approved by niklas@ and Thomas Walpuski. | Hakan Olsson | |
2003-06-03 | Obsolete. | Hakan Olsson | |
2003-06-03 | Remove clauses 3 and 4. Approved by markus@ and niklas@. | Hakan Olsson | |
2003-06-03 | Remove clauses 3 and 4. Approved by Niklas Hallqvist and Niels Provos. | Hakan Olsson | |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller | |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-18 | Sysdep for native Linux IPSec, 2.5 and later. From Thomas Walpuski, with | Hakan Olsson | |
various tweaks by me. niklas@ ok. | |||
2003-05-15 | Start of privilege separation for isakmpd. | Hakan Olsson | |
There are some kinks left, so keep it default disabled for now. markus@ says ok to commit. |