Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | <stdlib.h> is included, so do not need to cast result from | 2015-08-20 | 1 | -5/+4 | |
| | | | | | malloc, calloc, realloc* ok krw millert | ||||
* | improve randomization. remove some junk debugging features that are | 2014-01-22 | 1 | -3/+1 | |
| | | | | | fundamentally broken. ok jsing mikeb | ||||
* | There's no point in checking ptr for NULL before doing free(ptr) | 2007-04-16 | 1 | -5/+3 | |
| | | | | | | since free(NULL) is just fine. ok hshoexer@ | ||||
* | Fix interop-issue with vpn peers that start reyking on port 4500 when | 2007-04-15 | 1 | -1/+4 | |
| | | | | | | | | | NAT-T is used. Solves problems with cisco and openswan. Tested by todd@ (cisco interop), ok ho@ Original fix with Stefan Roth (stefan dot roth at siemens dot com), thanks! | ||||
* | Small cleanup to avoid gotos, from Andrey Matveev. | 2006-02-02 | 1 | -3/+2 | |
| | | | | ok moritz@ | ||||
* | read the information from the INADDR_ANY socket and do not loop if | 2005-08-25 | 1 | -1/+13 | |
| | | | | a new IP appears (cf udp.c, rev 1.74), ok ho@ hshoexer@ cloder@ deraadt@ | ||||
* | undo last commit, all memory is already freed by udp_remove() | 2005-06-04 | 1 | -2/+1 | |
| | | | | ok cloder | ||||
* | Fix memory leaks. OK hshoexer | 2005-06-01 | 1 | -1/+2 | |
| | |||||
* | get rid of sysdep_sa_len | 2005-04-08 | 1 | -6/+5 | |
| | | | | ok cloder@ | ||||
* | Remove references to LINUX_IPSEC | 2005-04-08 | 1 | -3/+1 | |
| | |||||
* | spacing; ok cloder | 2005-04-04 | 1 | -2/+2 | |
| | |||||
* | No need for err.h. hshoexer@ ok | 2005-03-05 | 1 | -2/+1 | |
| | |||||
* | remove unused variable. | 2005-03-04 | 1 | -2/+1 | |
| | |||||
* | Allow the Address, Network, or Netmask values of the <IPsec-ID> to be | 2004-12-14 | 1 | -4/+4 | |
| | | | | | | | | | | | | specified with an interface name (in which case the first address is used) or the keyword 'default' (in which case the address is selected based on the default route). eg: [roadwarrior-ip] ID-type= IPV4_ADDR Address= default ok ho@ hshoexer@ | ||||
* | fix potential memleaks & small cleanup. found by patrick latifi, thanks! | 2004-10-20 | 1 | -5/+6 | |
| | | | | ok ho | ||||
* | Don't process NAT-T keepalives. Noted by Kamel Messaoudi. hshoexer@ ok | 2004-09-24 | 1 | -3/+7 | |
| | |||||
* | Better implementation of the Dead Peer Detection protocol, RFC 3706. | 2004-08-10 | 1 | -4/+4 | |
| | | | | hshoexer@ ok. | ||||
* | spacing | 2004-08-08 | 1 | -2/+2 | |
| | |||||
* | Rewrite the transport reference count code to avoid leaks. | 2004-08-03 | 1 | -39/+18 | |
| | | | | hshoexer@ ok. | ||||
* | compile cleanly with -Wsign-compare; while around, kill a space | 2004-07-07 | 1 | -3/+3 | |
| | | | | ok ho@ | ||||
* | Implement NAT-T keepalive messages. | 2004-06-21 | 1 | -17/+28 | |
| | |||||
* | Port floating (500->4500) for p1 and p2 exchanges. | 2004-06-21 | 1 | -5/+6 | |
| | |||||
* | NAT-Traversal for isakmpd. Work in progress... | 2004-06-20 | 1 | -0/+461 | |
hshoexer@ ok. |