Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt | |
malloc, calloc, realloc* ok krw millert | |||
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt | |
possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | |||
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-04 | spacing; ok cloder | Theo de Raadt | |
2005-02-27 | where possible, use bzero instead of memset | Hans-Joerg Hoexer | |
ok cloder henning | |||
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson | |
2004-05-14 | Some more KNF, no binary change. | Hans-Joerg Hoexer | |
ok 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 | |||
2003-11-06 | Style nits. | Hakan Olsson | |
2003-06-03 | Remove clauses 3 and 4. With approval from Niklas Hallqvist and | Hakan Olsson | |
Niels Provos. | |||
2003-06-03 | Cleanup. Use 'sizeof variable' instead of magic constants. | Hakan Olsson | |
2002-06-10 | The dlopen() stuff goes away. | Hakan Olsson | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-01-03 | str[n]{cpy,cat} -> strl{cpy,cat}, sprintf -> snprintf | Hakan Olsson | |
2001-08-23 | recieve -> receive | Aaron Campbell | |
2001-08-22 | USER_FQDN ID support, untested. | Hakan Olsson | |
2001-08-17 | Rewrite to do lookups depending on ID type. IPv4 and FQDN only for now. | Hakan Olsson | |
2001-08-16 | add support for getrrsetbyname(3) from libc. ok ho@. | Jakob Schlyter | |
2001-07-01 | Remove inaccurate "Assumes IPv4" comments. | Angelos D. Keromytis | |
2001-06-29 | Change get_src/get_dst API as we get the length with sa_len. | Hakan Olsson | |
2001-06-29 | Don't assume IPv4. Initial IPv6 support. | Hakan Olsson | |
2001-06-27 | Consistently use "IPsec" capitalization (jsyn@nthought.com) | Angelos D. Keromytis | |
2001-01-27 | Call OpenSSL functions with LC (). Various style nits. | Hakan Olsson | |
2001-01-27 | (c) 2001 | Niklas Hallqvist | |
2001-01-26 | Preliminary but working code to permit IKE authentication using DNSSEC | Hakan Olsson | |
validated KEY records. Uses lwresd from the bind-9.1.0 port. Enable by adding 'dnssec' to FEATURES. |