aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/libalias/alias.h
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvscvs2svn2008-02-241-1/+1
* Remove m_megapullup from ng_nat and put it under libalias.Paolo Pisati2006-12-011-0/+3
* Summer of Code 2005: improve libalias - part 1 of 2Paolo Pisati2006-09-261-4/+10
* When used in kernel define NO_FW_PUNCH, NO_LOGGING, NO_USE_SOCKETS.Gleb Smirnoff2005-05-051-0/+9
* Add NO_USE_SOCKETS knob, which cuts off functionality socket binding.Gleb Smirnoff2005-05-051-1/+2
* Add NO_LOGGING knob, which cuts off functionality of debug logging to a file.Gleb Smirnoff2005-05-051-0/+2
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesDag-Erling Smørgrav2004-07-051-6/+6
* Add LibAliasOutTry() which checks a packet for a hit in the tables, butPoul-Henning Kamp2004-07-041-0/+1
* Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav2004-03-161-62/+64
* Mostly mechanical rework of libalias:Poul-Henning Kamp2004-01-171-8/+86
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.Joe Marcus Clarke2003-09-231-0/+1
* A new API function PacketAliasRedirectDynamic() can be usedRuslan Ermilov2003-06-011-0/+1
* Remove trailing whitespaceBrian Somers2002-07-011-1/+1
* cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-031-1/+1
* Add BSD-style copyright headersBrian Somers2001-06-041-2/+28
* Make header files conform to style(9).Brian Somers2001-03-251-150/+137
* Remove (non-protected) variable names from function prototypes.Brian Somers2001-03-221-7/+5
* Add address translation support for RTSP/RTP used by RealPlayer andArchie Cobbs2000-07-261-0/+3
* - Removed PacketAliasPptp() API function.Ruslan Ermilov2000-06-201-3/+0
* Replace PacketAliasRedirectPptp() (which had nothing specificRuslan Ermilov2000-04-281-5/+4
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).Ruslan Ermilov2000-04-271-0/+5
* Add support for multiple PPTP sessions:Ruslan Ermilov2000-04-181-5/+10
* - Moved NULL definition into private include file.Ruslan Ermilov2000-04-051-7/+3
* The flags PKT_ALIAS_PUNCH_FW and PKT_ALIAS_PROXY_ONLY were bothArchie Cobbs2000-02-021-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add a ``const'' and remove some inconsistent prototype args.Brian Somers1999-03-241-2/+2
* Version 3.0: January 1, 1999Brian Somers1999-02-271-23/+16
* o Support a compile-time -DNO_FW_PUNCH for portabilityBrian Somers1998-04-191-1/+5
* Added prototypes for functions that were documented in libalias.3Bruce Evans1998-01-161-0/+8
* Remove __libalias_version. Ppp no longer uses it.Brian Somers1998-01-141-3/+0
* Put back __libalias_version so ppp(8) build again.Steve Price1998-01-101-0/+3
* Teach libalias to work with IPFW firewalls (controlled by a flag).Eivind Eklund1998-01-091-3/+14
* Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY)Brian Somers1997-09-061-0/+3
* Update to version 2.2. Only the PacketAlias*()Brian Somers1997-08-031-34/+79
* Create the alias library. This is currently only used byBrian Somers1997-05-231-0/+102