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