| Commit message (Expand) | Author | Age | Files | Lines |
* | Push WARNS back up to 6, but define NO_WERROR; I want the warts out in the | des | 2004-07-06 | 1 | -1/+2 |
* | Introduce inline {ip,udp,tcp}_next() functions which take a pointer to an | des | 2004-07-06 | 12 | -52/+77 |
* | Rewrite twowords() to access its argument through a char pointer and not | des | 2004-07-06 | 1 | -3/+10 |
* | Temporarily lower WARNS to 3 while I figure out the alignment issues on | des | 2004-07-06 | 1 | -1/+1 |
* | Make libalias WARNS?=6-clean. This mostly involves renaming variables | des | 2004-07-05 | 15 | -676/+721 |
* | Parenthesize return values. | des | 2004-07-05 | 6 | -120/+120 |
* | Mechanical whitespace cleanup. | des | 2004-07-05 | 6 | -126/+126 |
* | Add LibAliasOutTry() which checks a packet for a hit in the tables, but | phk | 2004-07-04 | 2 | -16/+29 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -7/+7 |
* | Bumped document date. | ru | 2004-07-01 | 1 | -5/+7 |
* | Unbreak natd. | deischen | 2004-04-02 | 1 | -0/+1 |
* | Raise WARNS level to 2. | des | 2004-03-31 | 1 | -0/+1 |
* | Deal with aliasing warnings. | des | 2004-03-31 | 4 | -181/+63 |
* | Run through indent(1) so I can read the code without getting a headache. | des | 2004-03-16 | 14 | -5317/+5233 |
* | Mostly mechanical rework of libalias: | phk | 2004-01-17 | 16 | -737/+1071 |
* | Grrr...add the Skinny alias code forgotten in the last commit. | marcus | 2003-09-23 | 1 | -0/+338 |
* | Add Cisco Skinny Station protocol support to libalias, natd, and ppp. | marcus | 2003-09-23 | 6 | -1/+30 |
* | Fixed -Wpointer-arith warning. | ru | 2003-09-09 | 1 | -1/+1 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 1 | -2/+2 |
* | style.Makefile(5) | obrien | 2003-08-18 | 1 | -1/+1 |
* | Stage 3 of dynamic root support. Make all the libraries needed to run | gordon | 2003-08-17 | 1 | -0/+1 |
* | In the PKT_ALIAS_PROXY_ONLY mode, make sure to preserve the | ru | 2003-06-13 | 1 | -0/+4 |
* | Removed a couple of .Xo/.Xc that are leftovers of the "ninth-argument | ru | 2003-06-13 | 1 | -9/+3 |
* | Clarify that original address and port when doing transparent proxying | ru | 2003-06-13 | 1 | -5/+5 |
* | Added myself to the AUTHORS section. | ru | 2003-06-13 | 1 | -0/+2 |
* | The .Fn function | charnier | 2003-06-08 | 1 | -4/+6 |
* | A new API function PacketAliasRedirectDynamic() can be used | ru | 2003-06-01 | 3 | -1/+36 |
* | Make the PacketAliasSetAddress() function call optional. If it | ru | 2003-06-01 | 2 | -11/+18 |
* | style.Makefile(5) | obrien | 2003-04-20 | 1 | -7/+6 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 2 | -2/+2 |
* | Zap now-unused SHLIB_MINOR | peter | 2002-09-28 | 1 | -1/+0 |
* | Don't forget to recalculate the IP checksum of the original | ru | 2002-07-23 | 1 | -4/+12 |
* | 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 | 10 | -142/+142 |
* | The new ipfw code. | luigi | 2002-06-27 | 1 | -0/+118 |
* | Avoid unintentional trigraph. | wollman | 2002-05-30 | 1 | -1/+1 |
* | Fixed the bug in transparent TCP proxying with the "encode_ip_hdr" | ru | 2001-12-18 | 1 | -1/+3 |
* | When servicing an internal FTP server, punch ipfirewall(4) holes | ru | 2001-11-27 | 1 | -5/+2 |
* | cmott@scientech.com -> cm@linktel.net | brian | 2001-11-03 | 9 | -10/+10 |
* | mdoc(7) police: Use the new .In macro for #include statements. | ru | 2001-10-01 | 1 | -3/+3 |
* | Add __FBSDID's to libalias | dillon | 2001-09-30 | 10 | -21/+32 |
* | Fixed the bug that prevented communication with FTP servers behind | ru | 2001-09-21 | 1 | -3/+4 |
* | Added TFTP support. | ru | 2001-08-21 | 1 | -0/+9 |
* | Close the "IRC DCC" security breach reported recently on Bugtraq. | ru | 2001-08-21 | 1 | -0/+6 |
* | Make the copyright consistent. | brian | 2001-08-20 | 4 | -12/+0 |
* | Handle snprintf() returning -1 | brian | 2001-08-20 | 1 | -3/+13 |
* | mdoc(7) police: | ru | 2001-08-07 | 1 | -4/+2 |
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
* | Fixed the brain-o in rev. 1.10: the logic check was reversed. | ru | 2001-06-27 | 1 | -1/+1 |