summaryrefslogtreecommitdiffstats
path: root/sbin/isakmpd/udp_encap.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* <stdlib.h> is included, so do not need to cast result fromderaadt2015-08-201-5/+4
| | | | | malloc, calloc, realloc* ok krw millert
* improve randomization. remove some junk debugging features that arederaadt2014-01-221-3/+1
| | | | | fundamentally broken. ok jsing mikeb
* There's no point in checking ptr for NULL before doing free(ptr)moritz2007-04-161-5/+3
| | | | | | since free(NULL) is just fine. ok hshoexer@
* Fix interop-issue with vpn peers that start reyking on port 4500 whenhshoexer2007-04-151-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.hshoexer2006-02-021-3/+2
| | | | ok moritz@
* read the information from the INADDR_ANY socket and do not loop ifmarkus2005-08-251-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()hshoexer2005-06-041-2/+1
| | | | ok cloder
* Fix memory leaks. OK hshoexercloder2005-06-011-1/+2
|
* get rid of sysdep_sa_lenhshoexer2005-04-081-6/+5
| | | | ok cloder@
* Remove references to LINUX_IPSECcloder2005-04-081-3/+1
|
* spacing; ok cloderderaadt2005-04-041-2/+2
|
* No need for err.h. hshoexer@ okho2005-03-051-2/+1
|
* remove unused variable.hshoexer2005-03-041-2/+1
|
* Allow the Address, Network, or Netmask values of the <IPsec-ID> to bemcbride2004-12-141-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!hshoexer2004-10-201-5/+6
| | | | ok ho
* Don't process NAT-T keepalives. Noted by Kamel Messaoudi. hshoexer@ okho2004-09-241-3/+7
|
* Better implementation of the Dead Peer Detection protocol, RFC 3706.ho2004-08-101-4/+4
| | | | hshoexer@ ok.
* spacingderaadt2004-08-081-2/+2
|
* Rewrite the transport reference count code to avoid leaks.ho2004-08-031-39/+18
| | | | hshoexer@ ok.
* compile cleanly with -Wsign-compare; while around, kill a spacehshoexer2004-07-071-3/+3
| | | | ok ho@
* Implement NAT-T keepalive messages.ho2004-06-211-17/+28
|
* Port floating (500->4500) for p1 and p2 exchanges.ho2004-06-211-5/+6
|
* NAT-Traversal for isakmpd. Work in progress...ho2004-06-201-0/+461
hshoexer@ ok.