summaryrefslogtreecommitdiff
path: root/sys/netinet/libalias/alias.h
AgeCommit message (Expand)Author
2024-12-05libalias: Add support for EIM NATDamjan Jovanovic
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-05-31libalias: Remove LibAliasCheckNewLinkLutz Donnerhacke
2021-05-31libalias: Remove unused function LibAliasCheckNewLinkLutz Donnerhacke
2021-05-15libalias: Style cleanupLutz Donnerhacke
2021-02-02Allow setting alias port ranges in libalias and ipfw. This will allow a systemNeel Chauhan
2021-01-19libalias: Fix -Wcast-align compiler warningsAlex Richardson
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2020-01-24Add support for RFC 6598/Carrier Grade NAT subnets. to libalias and ipfw.Alexander V. Chernikov
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2011-06-14Implement "global" mode for ipfw nat. It is similar to natd(8)Andrey V. Elsukov
2011-06-14Sort alias mode flags in the increasing order.Andrey V. Elsukov
2008-03-12-Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentInPaolo Pisati
2006-12-01Remove m_megapullup from ng_nat and put it under libalias.Paolo Pisati
2006-09-26Summer of Code 2005: improve libalias - part 1 of 2Paolo Pisati
2005-05-05When used in kernel define NO_FW_PUNCH, NO_LOGGING, NO_USE_SOCKETS.Gleb Smirnoff
2005-05-05Add NO_USE_SOCKETS knob, which cuts off functionality socket binding.Gleb Smirnoff
2005-05-05Add NO_LOGGING knob, which cuts off functionality of debug logging to a file.Gleb Smirnoff
2004-07-05Make libalias WARNS?=6-clean. This mostly involves renaming variablesDag-Erling Smørgrav
2004-07-04Add LibAliasOutTry() which checks a packet for a hit in the tables, butPoul-Henning Kamp
2004-03-16Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav
2004-01-17Mostly mechanical rework of libalias:Poul-Henning Kamp
2003-09-23Add Cisco Skinny Station protocol support to libalias, natd, and ppp.Joe Marcus Clarke
2003-06-01A new API function PacketAliasRedirectDynamic() can be usedRuslan Ermilov
2002-07-01Remove trailing whitespaceBrian Somers
2001-11-03cmott@scientech.com -> cm@linktel.netBrian Somers
2001-06-04Add BSD-style copyright headersBrian Somers
2001-03-25Make header files conform to style(9).Brian Somers
2001-03-22Remove (non-protected) variable names from function prototypes.Brian Somers
2000-07-26Add address translation support for RTSP/RTP used by RealPlayer andArchie Cobbs
2000-06-20- Removed PacketAliasPptp() API function.Ruslan Ermilov
2000-04-28Replace PacketAliasRedirectPptp() (which had nothing specificRuslan Ermilov
2000-04-27Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).Ruslan Ermilov
2000-04-18Add support for multiple PPTP sessions:Ruslan Ermilov
2000-04-05- Moved NULL definition into private include file.Ruslan Ermilov
2000-02-02The flags PKT_ALIAS_PUNCH_FW and PKT_ALIAS_PROXY_ONLY were bothArchie Cobbs
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-03-24Add a ``const'' and remove some inconsistent prototype args.Brian Somers
1999-02-27Version 3.0: January 1, 1999Brian Somers
1998-04-19o Support a compile-time -DNO_FW_PUNCH for portabilityBrian Somers
1998-01-16Added prototypes for functions that were documented in libalias.3Bruce Evans
1998-01-14Remove __libalias_version. Ppp no longer uses it.Brian Somers
1998-01-10Put back __libalias_version so ppp(8) build again.Steve Price
1998-01-09Teach libalias to work with IPFW firewalls (controlled by a flag).Eivind Eklund
1997-09-06Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY)Brian Somers
1997-08-03Update to version 2.2. Only the PacketAlias*()Brian Somers
1997-05-23Create the alias library. This is currently only used byBrian Somers