Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Spacing, no object change. | 2018-01-15 | 1 | -2/+2 | |
| | |||||
* | space -> tab | 2018-01-04 | 1 | -4/+4 | |
| | | | | No object change. | ||||
* | improve randomization. remove some junk debugging features that are | 2014-01-22 | 1 | -3/+1 | |
| | | | | | fundamentally broken. ok jsing mikeb | ||||
* | Userland programs should include <errno.h> not <sys/errno.h> | 2005-12-21 | 1 | -2/+2 | |
| | | | | OK deraadt@ | ||||
* | clean up KEY_API() wrapper. | 2005-05-04 | 1 | -85/+3 | |
| | | | | ok ho@ | ||||
* | get rid of sysdep_sa_len | 2005-04-08 | 1 | -8/+1 | |
| | | | | ok cloder@ | ||||
* | Make deterministic randomness (only ever used for testing) a compile-time | 2005-04-08 | 1 | -14/+1 | |
| | | | | | | | | 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 | ||||
* | forget about sysdep/openbsd/sysdep-os.h | 2005-04-08 | 1 | -35/+0 | |
| | |||||
* | remove more conditional crud | 2005-04-08 | 2 | -42/+1 | |
| | |||||
* | zap USE_DEFAULT_ROUTE | 2005-04-08 | 1 | -2/+2 | |
| | |||||
* | not needed anymore | 2005-04-08 | 1 | -82/+0 | |
| | |||||
* | old static lib stuff is not even needed... | 2005-04-08 | 1 | -10/+1 | |
| | |||||
* | privsep always | 2005-04-08 | 1 | -52/+0 | |
| | |||||
* | the lovely thing about layers and layers of compatible stuff, is that | 2005-04-08 | 1 | -2/+2 | |
| | | | | | | 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. | ||||
* | kill HAVE_PCAP | 2005-04-08 | 1 | -3/+1 | |
| | |||||
* | kill HAVE_CLOSEFROM | 2005-04-08 | 1 | -2/+1 | |
| | |||||
* | kill HAVE_GETIFADDRS | 2005-04-08 | 1 | -2/+2 | |
| | |||||
* | kill USE_OLD_SOCKADDR | 2005-04-08 | 1 | -8/+1 | |
| | |||||
* | app.c | 2005-04-08 | 1 | -16/+1 | |
| | |||||
* | sysdep_progname() is non-portable gunk | 2005-04-08 | 1 | -8/+1 | |
| | |||||
* | remove portable stuff not needed | 2005-04-08 | 1 | -55/+1 | |
| | |||||
* | if someone wants a portable, create a -p project. clutter stops quality | 2005-04-08 | 35 | -5343/+0 | |
| | |||||
* | Now that X509 is de-featurized, no need for USE_X509 in regress tests. | 2005-04-05 | 1 | -2/+1 | |
| | | | | | | | 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. | ||||
* | RIP freeswan | 2005-04-05 | 8 | -1441/+0 | |
| | |||||
* | Also add DPD. | 2005-02-10 | 1 | -2/+2 | |
| | |||||
* | Make it compile. | 2005-02-10 | 1 | -2/+2 | |
| | |||||
* | Add NAT-T here too. | 2005-02-10 | 1 | -2/+2 | |
| | |||||
* | Allow the Address, Network, or Netmask values of the <IPsec-ID> to be | 2004-12-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | 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@ | ||||
* | pull in some changes from libc arc4random (only relevant for non-OpenBSD | 2004-10-08 | 1 | -19/+20 | |
| | | | | | | | systems): ansify, discard first 256 output bytes, make key schedule more arc4 stream ciper like. ok djm ho | ||||
* | Better implementation of the Dead Peer Detection protocol, RFC 3706. | 2004-08-10 | 7 | -7/+76 | |
| | | | | hshoexer@ ok. | ||||
* | Linux has AES (and DES). From Benjamin Pineau. | 2004-08-10 | 1 | -1/+2 | |
| | |||||
* | If opening /dev/arandom fails, try /dev/random. Suggested by Benjamin Pineau. | 2004-08-10 | 1 | -1/+3 | |
| | |||||
* | Narrow down privsep interface. Move pf_key_v2_open() to monitor. | 2004-06-26 | 1 | -1/+5 | |
| | | | | | | Work in progress. ok ho@ | ||||
* | Remove -DHAVE_GETNAMEINFO frome makefiles. | 2004-06-26 | 10 | -23/+18 | |
| | | | | Pointed out by ho@ | ||||
* | partial move to KNF. More to come. This has happened because there | 2004-04-15 | 2 | -137/+129 | |
| | | | | | | 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 | ||||
* | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD | 2004-04-08 | 1 | -2/+2 | |
| | | | | | and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@ | ||||
* | Don't assume closefrom(2) exists everywhere. hshoexer@, markus@ ok. | 2004-03-31 | 1 | -1/+2 | |
| | |||||
* | Make isakmpd work on big endian linux machines. From Sebastian Klemke. | 2003-12-14 | 1 | -15/+35 | |
| | | | | Also, a few style nits and a better error message text. | ||||
* | Fix off-by-ones in format string for 's' specifier; millert@, deraadt@ ok | 2003-09-26 | 1 | -2/+2 | |
| | |||||
* | For easier compilation on linux systems. Requested by Thomas Walpuski. | 2003-09-02 | 2 | -0/+627 | |
| | |||||
* | support ESP with cast/blowfish in KAME plattforms | 2003-08-06 | 1 | -1/+9 | |
| | |||||
* | support ESP with cast/blowfish on KAME platforms | 2003-08-06 | 2 | -2/+18 | |
| | |||||
* | Sync with share/misc/license.template and add missing DARPA credit | 2003-06-17 | 2 | -18/+18 | |
| | | | | where applicable. | ||||
* | Remove clause 3. Approved by niklas@ and Thomas Walpuski. | 2003-06-03 | 3 | -9/+3 | |
| | |||||
* | Obsolete. | 2003-06-03 | 1 | -3/+0 | |
| | |||||
* | Remove clauses 3 and 4. Approved by markus@ and niklas@. | 2003-06-03 | 27 | -141/+30 | |
| | |||||
* | Remove clauses 3 and 4. Approved by Niklas Hallqvist and Niels Provos. | 2003-06-03 | 4 | -24/+4 | |
| | |||||
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. | 2003-06-03 | 2 | -46/+24 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Sysdep for native Linux IPSec, 2.5 and later. From Thomas Walpuski, with | 2003-05-18 | 3 | -0/+325 | |
| | | | | various tweaks by me. niklas@ ok. |