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