summaryrefslogtreecommitdiffstats
path: root/sbin/isakmpd/udp_encap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* <stdlib.h> is included, so do not need to cast result fromderaadt2015-08-201-5/+4
* improve randomization. remove some junk debugging features that arederaadt2014-01-221-3/+1
* There's no point in checking ptr for NULL before doing free(ptr)moritz2007-04-161-5/+3
* Fix interop-issue with vpn peers that start reyking on port 4500 whenhshoexer2007-04-151-1/+4
* Small cleanup to avoid gotos, from Andrey Matveev.hshoexer2006-02-021-3/+2
* read the information from the INADDR_ANY socket and do not loop ifmarkus2005-08-251-1/+13
* undo last commit, all memory is already freed by udp_remove()hshoexer2005-06-041-2/+1
* Fix memory leaks. OK hshoexercloder2005-06-011-1/+2
* get rid of sysdep_sa_lenhshoexer2005-04-081-6/+5
* 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
* fix potential memleaks & small cleanup. found by patrick latifi, thanks!hshoexer2004-10-201-5/+6
* 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
* spacingderaadt2004-08-081-2/+2
* Rewrite the transport reference count code to avoid leaks.ho2004-08-031-39/+18
* compile cleanly with -Wsign-compare; while around, kill a spacehshoexer2004-07-071-3/+3
* 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