Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | kill HAVE_GETIFADDRS | Theo de Raadt | |
2005-04-04 | spacing; ok cloder | Theo de Raadt | |
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson | |
2004-05-23 | More KNF. Mainly spaces and line-wraps, no binary change. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-05-23 | remove excessive monitor_ prefixes | Theo de Raadt | |
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-13 | Add missing #include. Found by Stefan Paletta. | Hans-Joerg Hoexer | |
ok henning@ ho@ | |||
2004-03-19 | Add missing bits to make already present privsep code work. Enable privsep. | Hans-Joerg Hoexer | |
ok ho@ deraadt@ markus@ | |||
2003-11-06 | Style nits. | Hakan Olsson | |
2003-09-25 | Fix one case of set length before realloc. Fix another case of | Chad Loder | |
foo = realloc(foo...) and avoid possible memory leaks. Avoid leaving things pointing to freed memory on failure. | |||
2003-06-03 | Remove clauses 3 and 4. With approval from Niklas Hallqvist and | Hakan Olsson | |
Niels Provos. | |||
2003-02-12 | better error checking on bind(); from Alexander_Bluhm at genua.de; ok ho@ | Markus Friedl | |
2002-08-23 | Another format tweak | Hakan Olsson | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2001-10-26 | Change to use sysdep_sa_len() function. | Hakan Olsson | |
2001-08-13 | use getifaddrs(3) rather than SIOCGIFCONF. in fact, if_map() does not do | Jun-ichiro itojun Hagino | |
the right thing on certain set of interface addresses. SIOCGIFCONF is the worst possible ioctl API... | |||
2001-07-18 | protect #define MAX(); ok ho@ | Markus Friedl | |
1999-10-01 | Merge with EOM 1.12 | Niklas Hallqvist | |
author: niklas Better error reporting. | |||
1999-04-05 | Merge with EOM 1.11 | Niklas Hallqvist | |
We need log.h Plug memleak 1999 copyrights | |||
1999-03-02 | if.c: Merge with EOM 1.8 | Niklas Hallqvist | |
Deal with old socket APIs udp.c: Merge with EOM 1.31 Deal with old socket APIs message.c: Merge with EOM 1.107 Remove unnecessary system dependent include | |||
1999-02-26 | Merge from the Ericsson repository | Niklas Hallqvist | |
| revision 1.7 | date: 1999/02/25 11:39:00; author: niklas; state: Exp; lines: +3 -1 | include sysdep.h everywhere | ---------------------------- | |||
1998-11-17 | Add RCS Ids from the EOM repository | Niklas Hallqvist | |
1998-11-15 | openBSD RCS IDs | Niklas Hallqvist | |
1998-11-15 | Initial import of isakmpd, an IKE (ISAKMP/Oakley) implementation for the | Niklas Hallqvist | |
OpenBSD IPSEC stack by me, Niklas Hallqvist and Niels Provos, funded by Ericsson Radio Systems. It is not yet complete or usable in a real scenario but the missing pieces will soon be there. The early commit is for people who wants early access and who are not afraid of looking at source. isakmpd interops with Cisco, Timestep, SSH & Pluto (Linux FreeS/WAN) so far, so it is not that incomplete. It is really mostly configuration that is lacking. |