aboutsummaryrefslogtreecommitdiff
path: root/lib/libalias/alias_db.c
Commit message (Expand)AuthorAgeFilesLines
* Build userland libalias using src/sys/netinet/libalias.Gleb Smirnoff2005-05-041-2788/+0
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to anDag-Erling Smørgrav2004-07-061-3/+3
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesDag-Erling Smørgrav2004-07-051-379/+383
* Parenthesize return values.Dag-Erling Smørgrav2004-07-051-24/+24
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2004-07-051-60/+60
* Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav2004-03-161-1710/+1580
* Mostly mechanical rework of libalias:Poul-Henning Kamp2004-01-171-391/+347
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.Joe Marcus Clarke2003-09-231-0/+8
* Fixed -Wpointer-arith warning.Ruslan Ermilov2003-09-091-1/+1
* A new API function PacketAliasRedirectDynamic() can be usedRuslan Ermilov2003-06-011-0/+15
* Make the PacketAliasSetAddress() function call optional. If itRuslan Ermilov2003-06-011-6/+10
* Move IPFW2 definition before including ip_fw.hLuigi Rizzo2002-07-181-32/+30
* Fix a bug caused by dereferencing an invalid pointer whenLuigi Rizzo2002-07-081-62/+65
* Remove trailing whitespaceBrian Somers2002-07-011-35/+35
* The new ipfw code.Luigi Rizzo2002-06-271-0/+118
* cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-031-1/+1
* Add __FBSDID's to libaliasMatthew Dillon2001-09-301-2/+3
* Make the copyright consistent.Brian Somers2001-08-201-3/+0
* Add BSD-style copyright headersBrian Somers2001-06-041-3/+31
* Add an integer field to keep protocol-specific flags with links.Ruslan Ermilov2001-05-301-9/+7
* Make header files conform to style(9).Brian Somers2001-03-251-6/+8
* Added boolean argument to link searching functions, indicatingRuslan Ermilov2000-10-301-73/+14
* A significant rewrite of PPTP aliasing code.Ruslan Ermilov2000-10-301-56/+111
* A failure to allocate memory for auxiliary TCP data is now fatal.Ruslan Ermilov2000-10-191-16/+15
* Create aliasing links for incoming ICMP echo/timestamp requests.Ruslan Ermilov2000-08-311-1/+14
* Fixed PunchFW code segmentation violation bug.Ruslan Ermilov2000-08-141-5/+4
* Use queue(3) LIST_* macros for doubly-linked lists.Ruslan Ermilov2000-08-141-65/+18
* Add address translation support for RTSP/RTP used by RealPlayer andArchie Cobbs2000-07-261-0/+213
* Fixed PunchFWHole():Ruslan Ermilov2000-06-271-2/+3
* - Removed PacketAliasPptp() API function.Ruslan Ermilov2000-06-201-14/+0
* Added true support for PPTP aliasing. Some nice features include:Ruslan Ermilov2000-06-201-3/+71
* - Added support for passive mode FTP by aliasing 227 replies.Ruslan Ermilov2000-06-141-0/+19
* Revert the default behaviour for incoming connections soBrian Somers2000-05-111-1/+1
* Replace PacketAliasRedirectPptp() (which had nothing specificRuslan Ermilov2000-04-281-55/+58
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).Ruslan Ermilov2000-04-271-27/+85
* Add support for multiple PPTP sessions:Ruslan Ermilov2000-04-181-40/+122
* Apply TCP_EXPIRE_CONNECTED (86400 seconds) timeout only to establishedRuslan Ermilov2000-04-141-16/+10
* Make partially specified permanent links without `dst_addr'Ruslan Ermilov2000-04-121-11/+15
* Allow PacketAliasSetTarget() to be passed the following:Brian Somers2000-03-311-12/+14
* When an incoming packet is received that is not specificallyBrian Somers2000-03-311-1/+1
* Make _FindLinkIn() static and only define GetDestPort whenBrian Somers2000-03-191-2/+4
* Fix a '&&' that should have been a '&'.Archie Cobbs1999-12-101-1/+1
* Properly handle the case when either the aliasing or source address ofRuslan Ermilov1999-09-271-26/+66
* ReLink() partial links in FindLinkOut() in the same manner as we do itRuslan Ermilov1999-09-221-7/+15
* Restore previous version of FindLinkIn().Ruslan Ermilov1999-09-211-9/+8
* - Make partially specified permanent links (without `dst_addr' and/orRuslan Ermilov1999-09-211-11/+25
* sys/errno.h -> errno.hBrian Somers1999-09-211-1/+1
* Add $FreeBSD$ and spell Eklund properly.Bill Fumerola1999-08-291-0/+2
* Make incoming packets work as keepalives, too. This should fix problemsEivind Eklund1999-05-201-0/+1
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGBrian Somers1999-03-091-0/+28