summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias/alias_db.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Removed PacketAliasPptp() API function.ru2000-06-201-14/+0
* Added true support for PPTP aliasing. Some nice features include:ru2000-06-201-3/+71
* - Added support for passive mode FTP by aliasing 227 replies.ru2000-06-141-0/+19
* Revert the default behaviour for incoming connections sobrian2000-05-111-1/+1
* Replace PacketAliasRedirectPptp() (which had nothing specificru2000-04-281-55/+58
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).ru2000-04-271-27/+85
* Add support for multiple PPTP sessions:ru2000-04-181-40/+122
* Apply TCP_EXPIRE_CONNECTED (86400 seconds) timeout only to establishedru2000-04-141-16/+10
* Make partially specified permanent links without `dst_addr'ru2000-04-121-11/+15
* Allow PacketAliasSetTarget() to be passed the following:brian2000-03-311-12/+14
* When an incoming packet is received that is not specificallybrian2000-03-311-1/+1
* Make _FindLinkIn() static and only define GetDestPort whenbrian2000-03-191-2/+4
* Fix a '&&' that should have been a '&'.archie1999-12-101-1/+1
* Properly handle the case when either the aliasing or source address ofru1999-09-271-26/+66
* ReLink() partial links in FindLinkOut() in the same manner as we do itru1999-09-221-7/+15
* Restore previous version of FindLinkIn().ru1999-09-211-9/+8
OpenPOWER on IntegriCloud