| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove LIBALIAS_LOCK_ASSERT(), including a couple with an uninitialzed | glebius | 2013-03-11 | 1 | -6/+1 |
* | Export AddLink() function from libalias. It can be used when custom | ae | 2011-06-22 | 1 | -18/+6 |
* | LibAliasInit() should allocate memory with M_WAITOK flag. Modify it | glebius | 2011-04-18 | 1 | -0/+5 |
* | Don't use struct timezone. | ed | 2010-08-08 | 1 | -4/+2 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | Add SCTP NAT support. | piso | 2009-02-07 | 1 | -2/+59 |
|\ |
|
| * | Import sctp nat support in ipfw obtained from CAIA - http://caia.swin.edu.au. | piso | 2008-12-28 | 1 | -6/+106 |
|/ |
|
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -0/+2 |
* | Improve the entropy of the source port randomization for network address | csjp | 2008-08-30 | 1 | -6/+6 |
* | Partially revert previous commit. DeleteLink() does not deletes permanent | mav | 2008-06-22 | 1 | -1/+5 |
* | Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZE | mav | 2008-06-01 | 1 | -67/+22 |
* | MFP4: | piso | 2008-03-06 | 1 | -23/+11 |
* | Silence Coverity about an unused variable. | piso | 2007-04-07 | 1 | -1/+1 |
* | o made in kernel libalias mpsafe | piso | 2006-12-15 | 1 | -16/+116 |
* | Summer of Code 2005: improve libalias - part 1 of 2 | piso | 2006-09-26 | 1 | -66/+83 |
* | Use monotonic 'time_uptime' instead of 'time_second' as timebase | andre | 2005-09-19 | 1 | -3/+3 |
* | s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT and | glebius | 2005-05-06 | 1 | -14/+14 |
* | Things required to build libalias as kernel module: | glebius | 2005-05-05 | 1 | -0/+61 |
* | Add NO_USE_SOCKETS knob, which cuts off functionality socket binding. | glebius | 2005-05-05 | 1 | -7/+16 |
* | Add NO_LOGGING knob, which cuts off functionality of debug logging to a file. | glebius | 2005-05-05 | 1 | -14/+15 |
* | Play with includes so that libalias can be compiled both as userland | glebius | 2005-05-05 | 1 | -9/+23 |
* | Cleanup IPFW2 ifdefs. | glebius | 2005-05-04 | 1 | -58/+0 |
* | Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an | des | 2004-07-06 | 1 | -3/+3 |
* | Make libalias WARNS?=6-clean. This mostly involves renaming variables | des | 2004-07-05 | 1 | -379/+383 |
* | Parenthesize return values. | des | 2004-07-05 | 1 | -24/+24 |
* | Mechanical whitespace cleanup. | des | 2004-07-05 | 1 | -60/+60 |
* | Run through indent(1) so I can read the code without getting a headache. | des | 2004-03-16 | 1 | -1710/+1580 |
* | Mostly mechanical rework of libalias: | phk | 2004-01-17 | 1 | -391/+347 |
* | Add Cisco Skinny Station protocol support to libalias, natd, and ppp. | marcus | 2003-09-23 | 1 | -0/+8 |
* | Fixed -Wpointer-arith warning. | ru | 2003-09-09 | 1 | -1/+1 |
* | A new API function PacketAliasRedirectDynamic() can be used | ru | 2003-06-01 | 1 | -0/+15 |
* | Make the PacketAliasSetAddress() function call optional. If it | ru | 2003-06-01 | 1 | -6/+10 |
* | Move IPFW2 definition before including ip_fw.h | luigi | 2002-07-18 | 1 | -32/+30 |
* | Fix a bug caused by dereferencing an invalid pointer when | luigi | 2002-07-08 | 1 | -62/+65 |
* | Remove trailing whitespace | brian | 2002-07-01 | 1 | -35/+35 |
* | The new ipfw code. | luigi | 2002-06-27 | 1 | -0/+118 |
* | cmott@scientech.com -> cm@linktel.net | brian | 2001-11-03 | 1 | -1/+1 |
* | Add __FBSDID's to libalias | dillon | 2001-09-30 | 1 | -2/+3 |
* | Make the copyright consistent. | brian | 2001-08-20 | 1 | -3/+0 |
* | Add BSD-style copyright headers | brian | 2001-06-04 | 1 | -3/+31 |
* | Add an integer field to keep protocol-specific flags with links. | ru | 2001-05-30 | 1 | -9/+7 |
* | Make header files conform to style(9). | brian | 2001-03-25 | 1 | -6/+8 |
* | Added boolean argument to link searching functions, indicating | ru | 2000-10-30 | 1 | -73/+14 |
* | A significant rewrite of PPTP aliasing code. | ru | 2000-10-30 | 1 | -56/+111 |
* | A failure to allocate memory for auxiliary TCP data is now fatal. | ru | 2000-10-19 | 1 | -16/+15 |
* | Create aliasing links for incoming ICMP echo/timestamp requests. | ru | 2000-08-31 | 1 | -1/+14 |
* | Fixed PunchFW code segmentation violation bug. | ru | 2000-08-14 | 1 | -5/+4 |
* | Use queue(3) LIST_* macros for doubly-linked lists. | ru | 2000-08-14 | 1 | -65/+18 |
* | Add address translation support for RTSP/RTP used by RealPlayer and | archie | 2000-07-26 | 1 | -0/+213 |
* | Fixed PunchFWHole(): | ru | 2000-06-27 | 1 | -2/+3 |