summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias/alias_db.c
Commit message (Expand)AuthorAgeFilesLines
* Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzedglebius2013-03-111-6/+1
* Export AddLink() function from libalias. It can be used when customae2011-06-221-18/+6
* LibAliasInit() should allocate memory with M_WAITOK flag. Modify itglebius2011-04-181-0/+5
* Don't use struct timezone.ed2010-08-081-4/+2
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Add SCTP NAT support.piso2009-02-071-2/+59
|\
| * Import sctp nat support in ipfw obtained from CAIA - http://caia.swin.edu.au.piso2008-12-281-6/+106
|/
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-0/+2
* Improve the entropy of the source port randomization for network addresscsjp2008-08-301-6/+6
* Partially revert previous commit. DeleteLink() does not deletes permanentmav2008-06-221-1/+5
* Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZEmav2008-06-011-67/+22
* MFP4:piso2008-03-061-23/+11
* Silence Coverity about an unused variable.piso2007-04-071-1/+1
* o made in kernel libalias mpsafepiso2006-12-151-16/+116
* Summer of Code 2005: improve libalias - part 1 of 2piso2006-09-261-66/+83
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-191-3/+3
* s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT andglebius2005-05-061-14/+14
* Things required to build libalias as kernel module:glebius2005-05-051-0/+61
* Add NO_USE_SOCKETS knob, which cuts off functionality socket binding.glebius2005-05-051-7/+16
* Add NO_LOGGING knob, which cuts off functionality of debug logging to a file.glebius2005-05-051-14/+15
* Play with includes so that libalias can be compiled both as userlandglebius2005-05-051-9/+23
* Cleanup IPFW2 ifdefs.glebius2005-05-041-58/+0
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to andes2004-07-061-3/+3
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesdes2004-07-051-379/+383
* Parenthesize return values.des2004-07-051-24/+24
* Mechanical whitespace cleanup.des2004-07-051-60/+60
* Run through indent(1) so I can read the code without getting a headache.des2004-03-161-1710/+1580
* Mostly mechanical rework of libalias:phk2004-01-171-391/+347
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.marcus2003-09-231-0/+8
* Fixed -Wpointer-arith warning.ru2003-09-091-1/+1
* A new API function PacketAliasRedirectDynamic() can be usedru2003-06-011-0/+15
* Make the PacketAliasSetAddress() function call optional. If itru2003-06-011-6/+10
* Move IPFW2 definition before including ip_fw.hluigi2002-07-181-32/+30
* Fix a bug caused by dereferencing an invalid pointer whenluigi2002-07-081-62/+65
* Remove trailing whitespacebrian2002-07-011-35/+35
* The new ipfw code.luigi2002-06-271-0/+118
* cmott@scientech.com -> cm@linktel.netbrian2001-11-031-1/+1
* Add __FBSDID's to libaliasdillon2001-09-301-2/+3
* Make the copyright consistent.brian2001-08-201-3/+0
* Add BSD-style copyright headersbrian2001-06-041-3/+31
* Add an integer field to keep protocol-specific flags with links.ru2001-05-301-9/+7
* Make header files conform to style(9).brian2001-03-251-6/+8
* Added boolean argument to link searching functions, indicatingru2000-10-301-73/+14
* A significant rewrite of PPTP aliasing code.ru2000-10-301-56/+111
* A failure to allocate memory for auxiliary TCP data is now fatal.ru2000-10-191-16/+15
* Create aliasing links for incoming ICMP echo/timestamp requests.ru2000-08-311-1/+14
* Fixed PunchFW code segmentation violation bug.ru2000-08-141-5/+4
* Use queue(3) LIST_* macros for doubly-linked lists.ru2000-08-141-65/+18
* Add address translation support for RTSP/RTP used by RealPlayer andarchie2000-07-261-0/+213
* Fixed PunchFWHole():ru2000-06-271-2/+3
OpenPOWER on IntegriCloud