| Commit message (Expand) | Author | Age | Files | Lines |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 1 | -2/+2 |
* | <stdlib.h> is included, so do not need to cast result from |  deraadt | 2015-08-20 | 1 | -3/+3 |
* | When binding to addresses, ignore any IP address not in the current |  phessler | 2011-02-03 | 1 | -2/+19 |
* | cleaning up my tree: trivial KNF and a comment fix. |  hshoexer | 2009-01-28 | 1 | -2/+2 |
* | do not listen on tentative (during DAD), duplicated (after DAD) or |  markus | 2008-10-21 | 1 | -3/+32 |
* | There's no point in checking ptr for NULL before doing free(ptr) |  moritz | 2007-04-16 | 1 | -3/+2 |
* | Fix interop-issue with vpn peers that start reyking on port 4500 when |  hshoexer | 2007-04-15 | 1 | -3/+9 |
* | Big spelling cleanup, no binary change. From david@ |  hshoexer | 2006-06-02 | 1 | -2/+2 |
* | zap unused variable and silence gcc. |  hshoexer | 2005-11-13 | 1 | -2/+2 |
* | Do not touch LIST_* macro internals. |  hshoexer | 2005-10-27 | 1 | -5/+8 |
* | some small knf, ok ho@ |  hshoexer | 2005-10-25 | 1 | -4/+4 |
* | read the information from the INADDR_ANY socket and do not loop if |  markus | 2005-08-25 | 1 | -15/+1 |
* | get rid of sysdep_sa_len |  hshoexer | 2005-04-08 | 1 | -7/+6 |
* | USE_DEBUG is bye bye |  deraadt | 2005-04-08 | 1 | -3/+1 |
* | nat-traversal always |  deraadt | 2005-04-08 | 1 | -11/+1 |
* | Remove references to LINUX_IPSEC |  cloder | 2005-04-08 | 1 | -7/+1 |
* | remove unnecessary typecasts. |  hshoexer | 2005-04-07 | 1 | -3/+3 |
* | knf, ok cloder |  deraadt | 2005-04-06 | 1 | -16/+14 |
* | Add -T flag to isakmpd to disable NAT-T support from the command line. |  cloder | 2005-04-05 | 1 | -38/+45 |
* | spacing; ok cloder |  deraadt | 2005-04-04 | 1 | -4/+1 |
* | No need for err.h. hshoexer@ ok |  ho | 2005-03-05 | 1 | -2/+1 |
* | cleanup binding and cloning functions, use text2port(), correctly |  hshoexer | 2005-03-04 | 1 | -29/+34 |
* | where possible, use bzero instead of memset |  hshoexer | 2005-02-27 | 1 | -2/+2 |
* | Allow the Address, Network, or Netmask values of the <IPsec-ID> to be |  mcbride | 2004-12-14 | 1 | -2/+2 |
* | compile cleanly with -Wsign-compare |  hshoexer | 2004-09-20 | 1 | -3/+3 |
* | spacing |  deraadt | 2004-08-10 | 1 | -3/+3 |
* | spacing |  deraadt | 2004-08-08 | 1 | -7/+7 |
* | Rewrite the transport reference count code to avoid leaks. |  ho | 2004-08-03 | 1 | -20/+27 |
* | free() and close() in error path. |  hshoexer | 2004-07-08 | 1 | -3/+12 |
* | The NAT-T drafts suggest we should drop incoming messages arriving on |  ho | 2004-06-22 | 1 | -1/+15 |
* | When switching from main to encap transport, copy dst port if |  ho | 2004-06-21 | 1 | -8/+13 |
* | Port floating (500->4500) for p1 and p2 exchanges. |  ho | 2004-06-21 | 1 | -57/+38 |
* | NAT-Traversal for isakmpd. Work in progress... |  ho | 2004-06-20 | 1 | -0/+706 |