summaryrefslogtreecommitdiff
path: root/sys/netinet/libalias/alias_local.h
Commit message (Expand)AuthorAgeFilesLines
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+4
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Use inet_ntoa_r() instead of inet_ntoa() throughout the kernelEric van Gyzen2017-02-161-0/+6
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Export AddLink() function from libalias. It can be used when customAndrey V. Elsukov2011-06-221-0/+7
* Add SCTP NAT support.Paolo Pisati2009-02-071-0/+36
* Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZEAlexander Motin2008-06-011-3/+1
* MFP4:Paolo Pisati2008-03-061-5/+7
* o made in kernel libalias mpsafePaolo Pisati2006-12-151-1/+24
* Summer of Code 2005: improve libalias - part 1 of 2Paolo Pisati2006-09-261-52/+12
* Disable checksum processing in LibAlias, when it works as aGleb Smirnoff2005-06-271-1/+10
* Things required to build libalias as kernel module:Gleb Smirnoff2005-05-051-0/+13
* Add NO_LOGGING knob, which cuts off functionality of debug logging to a file.Gleb Smirnoff2005-05-051-1/+2
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to anDag-Erling Smørgrav2004-07-061-0/+26
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesDag-Erling Smørgrav2004-07-051-37/+37
* Deal with aliasing warnings.Dag-Erling Smørgrav2004-03-311-2/+1
* Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav2004-03-161-146/+161
* Mostly mechanical rework of libalias:Poul-Henning Kamp2004-01-171-41/+123
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.Joe Marcus Clarke2003-09-231-0/+4
* 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
* Add an integer field to keep protocol-specific flags with links.Ruslan Ermilov2001-05-301-2/+2
* Make header files conform to style(9).Brian Somers2001-03-251-154/+146
* Added boolean argument to link searching functions, indicatingRuslan Ermilov2000-10-301-10/+4
* A significant rewrite of PPTP aliasing code.Ruslan Ermilov2000-10-301-4/+14
* Add address translation support for RTSP/RTP used by RealPlayer andArchie Cobbs2000-07-261-0/+14
* Added true support for PPTP aliasing. Some nice features include:Ruslan Ermilov2000-06-201-0/+12
* - Added support for passive mode FTP by aliasing 227 replies.Ruslan Ermilov2000-06-141-0/+2
* Replace PacketAliasRedirectPptp() (which had nothing specificRuslan Ermilov2000-04-281-2/+2
* Add support for multiple PPTP sessions:Ruslan Ermilov2000-04-181-2/+6
* - Moved NULL definition into private include file.Ruslan Ermilov2000-04-051-0/+3
* Add $FreeBSD$ and spell Eklund properly.Bill Fumerola1999-08-291-1/+3
* Add a ``const'' and remove some inconsistent prototype args.Brian Somers1999-03-241-1/+1
* Version 3.0: January 1, 1999Brian Somers1999-02-271-4/+67
* Reviewed by: freebsd-currentMatthew Dillon1998-12-141-2/+2
* Add CUSEEME support. This has *not* been tested, norBrian Somers1998-06-241-0/+2
* Don't call PunchFWHole() ifdef NO_FW_PUNCHBrian Somers1998-06-061-0/+2
* Primary verison of NetBIOS over TCP/IP. Now you can connect WindowsAtsushi Murai1998-05-241-0/+4
* Teach libalias to work with IPFW firewalls (controlled by a flag).Eivind Eklund1998-01-091-4/+10
* Update to version 2.2. Only the PacketAlias*()Brian Somers1997-08-031-4/+6
* Create the alias library. This is currently only used byBrian Somers1997-05-231-0/+91