Age | Commit message (Expand) | Author |
2004-02-27 | Remove dead code. | Hans-Joerg Hoexer |
2004-02-27 | Add group 14 (modp2048) to predefined suites. Manpage also updated. | Hans-Joerg Hoexer |
2004-02-27 | (C)-2004 | Hakan Olsson |
2004-02-27 | Follow RFC 2408 more closely regarding how to better check the proposal | Hakan Olsson |
2004-02-26 | remove unused code. noticed by ho@ | Hans-Joerg Hoexer |
2004-02-26 | tweak; | Jason McIntyre |
2004-02-25 | Add and document configuration options Logverbose and Loglevel. As log.c now | Hans-Joerg Hoexer |
2004-02-20 | More small adjustments of log messages. | Hans-Joerg Hoexer |
2004-02-20 | Fix some double free errors. While around, adjust a log message. | Hans-Joerg Hoexer |
2004-02-19 | small cleanup of log messages. | Hans-Joerg Hoexer |
2004-02-19 | With -d, SIGINT should do a clean shutdown. | Hakan Olsson |
2004-02-19 | Cleanup. | Hakan Olsson |
2004-02-16 | check for isakmp_sa->transport != NULL; noticed by bluhm at genua.de ok hshoe... | Markus Friedl |
2004-02-11 | typo; from Olivier Cherrier; | Jason McIntyre |
2004-02-05 | small logging cleanup and improvement requested by markus | Hans-Joerg Hoexer |
2004-01-26 | Added 2-clause license | Niklas Hallqvist |
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre |
2004-01-16 | Added -v option. Enables logging of successful exchange completion. | Hans-Joerg Hoexer |
2004-01-09 | call nc correctly (nc has changed a while ago). | Hans-Joerg Hoexer |
2004-01-06 | small typos fixed. | Hans-Joerg Hoexer |
2004-01-06 | Remove redundant test for file types. Noted by Stefan Paletta. | Hans-Joerg Hoexer |
2004-01-03 | Be more careful with INITIAL-CONTACT and do not delete SPIs when getting | Hakan Olsson |
2003-12-22 | use AES_BLOCK_SIZE only for USE_AES; report martti.kuparinen@iki.fi; ok ho@ | Markus Friedl |
2003-12-18 | Mention the exchange name when giving up on a message. Suggested by | Hakan Olsson |
2003-12-15 | Support for groups modp2048, modp3072, modp4096, modp6144 and modp8192 (IDs 14 | Hans-Joerg Hoexer |
2003-12-14 | Log the actual port for src and dst, don't assume it's always 500. | Hakan Olsson |
2003-12-14 | Make isakmpd work on big endian linux machines. From Sebastian Klemke. | Hakan Olsson |
2003-12-05 | Style nits | Hakan Olsson |
2003-12-04 | Validate SPIs presented in DELETE messages of the informational exchange. | Hans-Joerg Hoexer |
2003-12-04 | Typos | Miod Vallat |
2003-11-20 | use .Dv for AF_INET and AF_INET6 (kills ugly line break); | Jason McIntyre |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-11-06 | Style nits. | Hakan Olsson |
2003-11-06 | Require encrypted messages are soon as we have the keystate for it. | Hakan Olsson |
2003-11-06 | spis[] type tweak. From Hans-Joerg Hoexer. | Hakan Olsson |
2003-11-05 | PFS: Perfect Forward Secrecy (RFC 2409); | Jason McIntyre |
2003-11-05 | updated URL from Jared Yanovich; | Jason McIntyre |
2003-10-25 | OpenSSL generates DNs with emailAddress, not Email. | Ryan Thomas McBride |
2003-10-25 | receiveing -> receiving; from Jared Yanovich; | Jason McIntyre |
2003-10-14 | constant_lookup() to constant_name() cleanup. markus@ ok. | Hakan Olsson |
2003-10-13 | Add a UI FIFO debug class. ok markus@ plus I think henning@ | Hakan Olsson |
2003-10-04 | Avoid crash on invalid config file (missing value for LIFE_DURATION). | Chad Loder |
2003-09-26 | Fix off-by-ones in format string for 's' specifier; millert@, deraadt@ ok | Aaron Campbell |
2003-09-26 | don't listen to INADDR_ANY if Listen-on is specified. | Cedric Berger |
2003-09-25 | Fix off-by-one out-of-bounds write; millert@ ok | Aaron Campbell |
2003-09-25 | Fix one case of set length before realloc. Fix another case of | Chad Loder |
2003-09-24 | re-add AES, but without using EVP; | Markus Friedl |
2003-09-24 | back out EVP change; causes fd leaks; ok cedric@ | Markus Friedl |
2003-09-05 | socket leak on error paths. from Patrick Latifi. ok deraadt@ ho@ | Ted Unangst |