| Commit message (Expand) | Author | Age | Files | Lines |
* | Spacing, no object change. |  mpi | 2018-01-15 | 1 | -10/+10 |
* | space -> tab |  mpi | 2018-01-04 | 1 | -28/+28 |
* | Use clock_gettime(CLOCK_MONOTONIC) to schedule timers |  jca | 2017-12-05 | 1 | -3/+3 |
* | Check for failures of exchange_establish_p{1,2}() and call the given |  mpi | 2017-09-18 | 1 | -31/+51 |
* | Don't retransmit responses for unauthenticated messages. |  yasuoka | 2016-03-10 | 1 | -1/+10 |
* | Remove NULL-checks before free(). ok tb@ |  mmcc | 2015-12-10 | 1 | -3/+2 |
* | Log if we refuse to continue the exchange when another one that corresponds |  mikeb | 2015-04-20 | 1 | -2/+7 |
* | Remove a mid-layer which acts like arc4random isn't fairly standard. |  deraadt | 2014-01-23 | 1 | -3/+3 |
* | Indicate which side of the connection responded during phase 1 while using -v. |  lum | 2011-04-23 | 1 | -2/+4 |
* | Remove some dead (#if 0) code. |  hshoexer | 2009-01-28 | 1 | -24/+1 |
* | more malloc(n * m) -> calloc(n, m); from Igor Zinovik |  deraadt | 2007-09-02 | 1 | -3/+2 |
* | Allow key exchange with RSA signature authentication to work with |  tom | 2007-08-05 | 1 | -1/+55 |
* | There's no point in checking ptr for NULL before doing free(ptr) |  moritz | 2007-04-16 | 1 | -21/+11 |
* | Make sure we can't accidentally free() a pointer that's been accepted |  tom | 2007-03-03 | 1 | -1/+8 |
* | Add a new UI command to force isakmpd into passive only mode. |  mpf | 2006-09-01 | 1 | -1/+9 |
* | Big spelling cleanup, no binary change. From david@ |  hshoexer | 2006-06-02 | 1 | -3/+3 |
* | Make sure, that phase 1 SAs of active connections stay alive. Fixes a DPD |  hshoexer | 2006-05-31 | 1 | -6/+10 |
* | Avoid printing a NULL string. ok hshoexer |  cloder | 2005-11-16 | 1 | -2/+4 |
* | don't send DPD messages before the exchange is finialized, otherwise |  markus | 2005-10-26 | 1 | -1/+10 |
* | use correct function name in log message, tiny KNF |  hshoexer | 2005-07-05 | 1 | -3/+4 |
* | /* Fallthrough. */ -> /* FALLTHROUGH */ |  hshoexer | 2005-06-25 | 1 | -2/+2 |
* | Use TAILQ_FOREACH where possible, remove payload_last() |  hshoexer | 2005-05-26 | 1 | -5/+4 |
* | get rid of payload mapping |  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 |
* | USE_DEBUG is bye bye |  deraadt | 2005-04-08 | 1 | -15/+1 |
* | missing includes |  hshoexer | 2005-04-08 | 1 | -1/+3 |
* | remove leftovers |  hshoexer | 2005-04-08 | 1 | -3/+1 |
* | always enable aggressive, dpd, and isakmp_cfg |  deraadt | 2005-04-08 | 1 | -19/+1 |
* | nat-traversal always |  deraadt | 2005-04-08 | 1 | -7/+1 |
* | knf, ok cloder |  deraadt | 2005-04-06 | 1 | -19/+15 |
* | spacing; ok cloder |  deraadt | 2005-04-04 | 1 | -24/+24 |
* | Avoid crash on finalization. We have been using this diff |  cloder | 2005-03-10 | 1 | -2/+4 |
* | Silence a couple of annoying gcc3 warnings. hshoexer@ ok. |  ho | 2005-03-05 | 1 | -3/+6 |
* | fix leak when a phase 2 SA cannot create an exchange for the matching phase 1 |  markus | 2005-03-04 | 1 | -2/+5 |
* | correct function name in log message |  hshoexer | 2005-03-02 | 1 | -3/+3 |
* | where possible, use bzero instead of memset |  hshoexer | 2005-02-27 | 1 | -3/+3 |
* | Avoid dereferencing a NULL pointer |  hshoexer | 2005-01-31 | 1 | -3/+3 |
* | RFC2409 mandates min and max nonce lengths. hshoexer@ ok. |  ho | 2004-12-06 | 1 | -1/+13 |
* | Missing #ifdefs. |  ho | 2004-09-17 | 1 | -1/+5 |
* | We need to set sa->initiator before checking if the newly created SA |  ho | 2004-08-23 | 1 | -1/+2 |
* | Better implementation of the Dead Peer Detection protocol, RFC 3706. |  ho | 2004-08-10 | 1 | -13/+4 |
* | spacing |  deraadt | 2004-08-08 | 1 | -7/+7 |
* | ansi |  deraadt | 2004-07-09 | 1 | -2/+2 |
* | Port floating (500->4500) for p1 and p2 exchanges. |  ho | 2004-06-21 | 1 | -2/+21 |
* | Make the payload array in struct message dynamic, since we need to handle |  ho | 2004-06-20 | 1 | -13/+12 |
* | A start towards Dead Peer Detection (DPD) support, as specified in RFC 3706 |  ho | 2004-06-20 | 1 | -5/+14 |
* | KNF, style, 80c, etc. hshoexer@ ok |  ho | 2004-06-14 | 1 | -2/+3 |
* | Style nits. hshoexer@ ok |  ho | 2004-06-09 | 1 | -3/+3 |
* | KNF cleanup. hshoexer@ ok |  ho | 2004-05-06 | 1 | -297/+331 |
* | KNF. ok ho@ |  hshoexer | 2004-05-03 | 1 | -1464/+1349 |