Age | Commit message (Expand) | Author |
2018-09-20 | add missing braces implied by indentation | Jonathan Gray |
2017-11-08 | In the final RFC 5903 the computation for the DH shared secret changed. | Patrick Wildt |
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-08-20 | <stdlib.h> is included, so do not need to cast result from | Theo de Raadt |
2015-02-15 | convert bcmp to memcmp | Ted Unangst |
2014-08-22 | fix memory leak in isakmpd | doug |
2010-06-29 | Replace the hand-crafted Diffie-Hellman implementation in isakmpd with | Reyk Floeter |
2008-02-06 | Fix possible memory leaks when sending phase 1 IDs. | Moritz Jodeit |
2007-08-05 | Allow key exchange with RSA signature authentication to work with | Tom Cosgrove |
2007-05-07 | It was possible for phase 1 negotiation to fail due to lifetime duration | Chad Loder |
2007-04-22 | Use conf_free_list() after calling conf_get_list(). | Moritz Jodeit |
2007-04-16 | There's no point in checking ptr for NULL before doing free(ptr) | Moritz Jodeit |
2006-07-02 | Let isakmpd send out a vendor ID announcing isamkpds release version. | Hans-Joerg Hoexer |
2005-07-05 | fix comment | Hans-Joerg Hoexer |
2005-06-25 | Use correct local ID in phase 1 when using IPV[46]_ADDR. | Hans-Joerg Hoexer |
2005-05-26 | Use TAILQ_FOREACH where possible, remove payload_last() | Hans-Joerg Hoexer |
2005-04-08 | Make deterministic randomness (only ever used for testing) a compile-time | Chad Loder |
2005-04-08 | always enable aggressive, dpd, and isakmp_cfg | Theo de Raadt |
2005-04-08 | nat-traversal always | Theo de Raadt |
2005-04-04 | spacing; ok cloder | Theo de Raadt |
2005-01-29 | some knf and space killing, no binary change. | Hans-Joerg Hoexer |
2004-12-14 | Allow the Address, Network, or Netmask values of the <IPsec-ID> to be | Ryan Thomas McBride |
2004-08-08 | spacing | Theo de Raadt |
2004-07-29 | Repair NAT-T using Aggressive mode, NAT-D checks were in the wrong place. | Hakan Olsson |
2004-07-05 | %lu and cast to unsigned long to print a size_t; ok ho | Peter Valchev |
2004-06-23 | Support IPV{4,6}_ADDR_SUBNET IDs in Phase 1, just like the man page | Hakan Olsson |
2004-06-20 | Make the payload array in struct message dynamic, since we need to handle | Hakan Olsson |
2004-06-20 | NAT-Traversal for isakmpd. Work in progress... | Hakan Olsson |
2004-06-14 | KNF, style, 80c, etc. hshoexer@ ok | Hakan Olsson |
2004-06-10 | Mark authenticated messages explicitly. Better check for authentication before | Hans-Joerg Hoexer |
2004-06-09 | Style nits. hshoexer@ ok | Hakan Olsson |
2004-06-06 | Style (KNF, 80c). No binary change. | Hakan Olsson |
2004-04-15 | partial move to KNF. More to come. This has happened because there | Theo de Raadt |
2004-04-07 | -Wsign-compare nits. hshoexer@ ok. | Hakan Olsson |
2004-02-27 | (C)-2004 | Hakan Olsson |
2004-02-27 | Follow RFC 2408 more closely regarding how to better check the proposal | Hakan Olsson |
2003-12-04 | Typos | Miod Vallat |
2003-10-14 | constant_lookup() to constant_name() cleanup. markus@ ok. | Hakan Olsson |
2003-10-04 | Avoid crash on invalid config file (missing value for LIFE_DURATION). | Chad Loder |
2003-08-08 | Be more careful when using constant_lookup() in messages. Pointed out by | Hakan Olsson |
2003-06-10 | boring cleanups | Theo de Raadt |
2003-06-04 | Remove the rest of clauses 3 and 4. Approved by Niklas Hallqvist, Angelos | Hakan Olsson |
2003-06-03 | Cleanup. Use 'sizeof variable' instead of magic constants. | Hakan Olsson |
2002-09-11 | signed vs unsigned, some void * arithmetic, from -pedantic. niklas@ ok. | Hakan Olsson |
2002-07-04 | style | Hakan Olsson |
2002-06-06 | Style, and a few additional format/type mods. | Hakan Olsson |
2002-06-01 | size_t must be cast to (unsigned long) and printed using %lu | Theo de Raadt |
2001-10-26 | Just rename sockaddr_data/len functions to sockaddr_addrdata/addrlen. | Hakan Olsson |
2001-07-01 | More Style police, but also sane checking of address | Niklas Hallqvist |
2001-07-01 | Set size correctly for IPv6 Phase 1 IDs. | Angelos D. Keromytis |