| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/8.1 to release/8.1.0 for 8.1-RELEASE.release/8.1.0_cvs | Ken Smith | 2010-07-17 | 1 | -1/+1 |
| * | MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, | Matt Jacob | 2010-02-11 | 1 | -1/+1 |
| * | Add SCTP NAT support. | Paolo Pisati | 2009-02-07 | 1 | -2/+59 |
| * | Conditionally compile out V_ globals while instantiating the appropriate | Marko Zec | 2008-12-10 | 1 | -0/+2 |
| * | Improve the entropy of the source port randomization for network address | Christian S.J. Peron | 2008-08-30 | 1 | -6/+6 |
| * | Partially revert previous commit. DeleteLink() does not deletes permanent | Alexander Motin | 2008-06-22 | 1 | -1/+5 |
| * | Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZE | Alexander Motin | 2008-06-01 | 1 | -67/+22 |
| * | MFP4: | Paolo Pisati | 2008-03-06 | 1 | -23/+11 |
| * | Silence Coverity about an unused variable. | Paolo Pisati | 2007-04-07 | 1 | -1/+1 |
| * | o made in kernel libalias mpsafe | Paolo Pisati | 2006-12-15 | 1 | -16/+116 |
| * | Summer of Code 2005: improve libalias - part 1 of 2 | Paolo Pisati | 2006-09-26 | 1 | -66/+83 |
| * | Use monotonic 'time_uptime' instead of 'time_second' as timebase | Andre Oppermann | 2005-09-19 | 1 | -3/+3 |
| * | s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT and | Gleb Smirnoff | 2005-05-06 | 1 | -14/+14 |
| * | Things required to build libalias as kernel module: | Gleb Smirnoff | 2005-05-05 | 1 | -0/+61 |
| * | Add NO_USE_SOCKETS knob, which cuts off functionality socket binding. | Gleb Smirnoff | 2005-05-05 | 1 | -7/+16 |
| * | Add NO_LOGGING knob, which cuts off functionality of debug logging to a file. | Gleb Smirnoff | 2005-05-05 | 1 | -14/+15 |
| * | Play with includes so that libalias can be compiled both as userland | Gleb Smirnoff | 2005-05-05 | 1 | -9/+23 |
| * | Cleanup IPFW2 ifdefs. | Gleb Smirnoff | 2005-05-04 | 1 | -58/+0 |
| * | Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an | Dag-Erling Smørgrav | 2004-07-06 | 1 | -3/+3 |
| * | Make libalias WARNS?=6-clean. This mostly involves renaming variables | Dag-Erling Smørgrav | 2004-07-05 | 1 | -379/+383 |
| * | Parenthesize return values. | Dag-Erling Smørgrav | 2004-07-05 | 1 | -24/+24 |
| * | Mechanical whitespace cleanup. | Dag-Erling Smørgrav | 2004-07-05 | 1 | -60/+60 |
| * | Run through indent(1) so I can read the code without getting a headache. | Dag-Erling Smørgrav | 2004-03-16 | 1 | -1621/+1491 |
| * | Mostly mechanical rework of libalias: | Poul-Henning Kamp | 2004-01-17 | 1 | -389/+345 |
| * | Add Cisco Skinny Station protocol support to libalias, natd, and ppp. | Joe Marcus Clarke | 2003-09-23 | 1 | -0/+8 |
| * | Fixed -Wpointer-arith warning. | Ruslan Ermilov | 2003-09-09 | 1 | -1/+1 |
| * | A new API function PacketAliasRedirectDynamic() can be used | Ruslan Ermilov | 2003-06-01 | 1 | -0/+15 |
| * | Make the PacketAliasSetAddress() function call optional. If it | Ruslan Ermilov | 2003-06-01 | 1 | -6/+10 |
| * | Move IPFW2 definition before including ip_fw.h | Luigi Rizzo | 2002-07-18 | 1 | -32/+30 |
| * | Fix a bug caused by dereferencing an invalid pointer when | Luigi Rizzo | 2002-07-08 | 1 | -62/+65 |
| * | Remove trailing whitespace | Brian Somers | 2002-07-01 | 1 | -35/+35 |
| * | The new ipfw code. | Luigi Rizzo | 2002-06-27 | 1 | -0/+118 |
| * | cmott@scientech.com -> cm@linktel.net | Brian Somers | 2001-11-03 | 1 | -1/+1 |
| * | Add __FBSDID's to libalias | Matthew Dillon | 2001-09-30 | 1 | -2/+3 |
| * | Make the copyright consistent. | Brian Somers | 2001-08-20 | 1 | -3/+0 |
| * | Add BSD-style copyright headers | Brian Somers | 2001-06-04 | 1 | -3/+31 |
| * | Add an integer field to keep protocol-specific flags with links. | Ruslan Ermilov | 2001-05-30 | 1 | -9/+7 |
| * | Make header files conform to style(9). | Brian Somers | 2001-03-25 | 1 | -6/+8 |
| * | Added boolean argument to link searching functions, indicating | Ruslan Ermilov | 2000-10-30 | 1 | -73/+14 |
| * | A significant rewrite of PPTP aliasing code. | Ruslan Ermilov | 2000-10-30 | 1 | -56/+111 |
| * | A failure to allocate memory for auxiliary TCP data is now fatal. | Ruslan Ermilov | 2000-10-19 | 1 | -16/+15 |
| * | Create aliasing links for incoming ICMP echo/timestamp requests. | Ruslan Ermilov | 2000-08-31 | 1 | -1/+14 |
| * | Fixed PunchFW code segmentation violation bug. | Ruslan Ermilov | 2000-08-14 | 1 | -5/+4 |
| * | Use queue(3) LIST_* macros for doubly-linked lists. | Ruslan Ermilov | 2000-08-14 | 1 | -65/+18 |
| * | Add address translation support for RTSP/RTP used by RealPlayer and | Archie Cobbs | 2000-07-26 | 1 | -0/+213 |
| * | Fixed PunchFWHole(): | Ruslan Ermilov | 2000-06-27 | 1 | -2/+3 |
| * | - Removed PacketAliasPptp() API function. | Ruslan Ermilov | 2000-06-20 | 1 | -14/+0 |
| * | Added true support for PPTP aliasing. Some nice features include: | Ruslan Ermilov | 2000-06-20 | 1 | -3/+71 |
| * | - Added support for passive mode FTP by aliasing 227 replies. | Ruslan Ermilov | 2000-06-14 | 1 | -0/+19 |
| * | Revert the default behaviour for incoming connections so | Brian Somers | 2000-05-11 | 1 | -1/+1 |