summaryrefslogtreecommitdiffstats
path: root/sbin/isakmpd/virtual.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* <stdlib.h> is included, so do not need to cast result fromderaadt2015-08-201-3/+3
* When binding to addresses, ignore any IP address not in the currentphessler2011-02-031-2/+19
* cleaning up my tree: trivial KNF and a comment fix.hshoexer2009-01-281-2/+2
* do not listen on tentative (during DAD), duplicated (after DAD) ormarkus2008-10-211-3/+32
* There's no point in checking ptr for NULL before doing free(ptr)moritz2007-04-161-3/+2
* Fix interop-issue with vpn peers that start reyking on port 4500 whenhshoexer2007-04-151-3/+9
* Big spelling cleanup, no binary change. From david@hshoexer2006-06-021-2/+2
* zap unused variable and silence gcc.hshoexer2005-11-131-2/+2
* Do not touch LIST_* macro internals.hshoexer2005-10-271-5/+8
* some small knf, ok ho@hshoexer2005-10-251-4/+4
* read the information from the INADDR_ANY socket and do not loop ifmarkus2005-08-251-15/+1
* get rid of sysdep_sa_lenhshoexer2005-04-081-7/+6
* USE_DEBUG is bye byederaadt2005-04-081-3/+1
* nat-traversal alwaysderaadt2005-04-081-11/+1
* Remove references to LINUX_IPSECcloder2005-04-081-7/+1
* remove unnecessary typecasts.hshoexer2005-04-071-3/+3
* knf, ok cloderderaadt2005-04-061-16/+14
* Add -T flag to isakmpd to disable NAT-T support from the command line.cloder2005-04-051-38/+45
* spacing; ok cloderderaadt2005-04-041-4/+1
* No need for err.h. hshoexer@ okho2005-03-051-2/+1
* cleanup binding and cloning functions, use text2port(), correctlyhshoexer2005-03-041-29/+34
* where possible, use bzero instead of memsethshoexer2005-02-271-2/+2
* Allow the Address, Network, or Netmask values of the <IPsec-ID> to bemcbride2004-12-141-2/+2
* compile cleanly with -Wsign-comparehshoexer2004-09-201-3/+3
* spacingderaadt2004-08-101-3/+3
* spacingderaadt2004-08-081-7/+7
* Rewrite the transport reference count code to avoid leaks.ho2004-08-031-20/+27
* free() and close() in error path.hshoexer2004-07-081-3/+12
* The NAT-T drafts suggest we should drop incoming messages arriving onho2004-06-221-1/+15
* When switching from main to encap transport, copy dst port ifho2004-06-211-8/+13
* Port floating (500->4500) for p1 and p2 exchanges.ho2004-06-211-57/+38
* NAT-Traversal for isakmpd. Work in progress...ho2004-06-201-0/+706