| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix prototype. | ru | 2005-11-24 | 1 | -1/+1 |
* | Use monotonic 'time_uptime' instead of 'time_second' as timebase | andre | 2005-09-19 | 1 | -3/+3 |
* | Libalias incorrectly applies proxy rules to the global divert | phk | 2005-06-27 | 1 | -1/+5 |
* | Disable checksum processing in LibAlias, when it works as a | glebius | 2005-06-27 | 7 | -12/+50 |
* | - Don't use legacy function in a non-legacy one. This gives us | glebius | 2005-06-20 | 1 | -4/+3 |
* | Add a workaround for 64-bit archs: store unsigned long return value in | glebius | 2005-05-06 | 1 | -3/+6 |
* | s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT and | glebius | 2005-05-06 | 6 | -49/+49 |
* | More bits for kernel version: | glebius | 2005-05-05 | 1 | -1/+107 |
* | Always include alias.h before alias_local.h | glebius | 2005-05-05 | 9 | -8/+11 |
* | When used in kernel define NO_FW_PUNCH, NO_LOGGING, NO_USE_SOCKETS. | glebius | 2005-05-05 | 1 | -0/+9 |
* | Fix argument order for bcopy() in last commit. | glebius | 2005-05-05 | 1 | -1/+1 |
* | Use bcopy() instead of memmove(). | glebius | 2005-05-05 | 1 | -1/+1 |
* | Hide fflush(3) under ifdef DEBUG. | glebius | 2005-05-05 | 1 | -2/+2 |
* | Things required to build libalias as kernel module: | glebius | 2005-05-05 | 2 | -0/+74 |
* | Add NO_USE_SOCKETS knob, which cuts off functionality socket binding. | glebius | 2005-05-05 | 2 | -8/+18 |
* | Add NO_LOGGING knob, which cuts off functionality of debug logging to a file. | glebius | 2005-05-05 | 3 | -15/+19 |
* | Play with includes so that libalias can be compiled both as userland | glebius | 2005-05-05 | 12 | -33/+159 |
* | Cleanup IPFW2 ifdefs. | glebius | 2005-05-04 | 1 | -58/+0 |
* | Makefile is not needed here. | glebius | 2005-05-04 | 1 | -14/+0 |
* | natd core dumps when -reverse switch is used because of a bug in | phk | 2005-04-05 | 1 | -2/+2 |
* | Fix a problem in the Skinny ALG where a specially crafted packet could cause | marcus | 2005-03-03 | 1 | -4/+4 |
* | Sort sections. | ru | 2005-01-20 | 1 | -5/+5 |
* | include "alias.h", not <alias.h> | brian | 2005-01-10 | 1 | -1/+1 |
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
* | Fix outgoing ICMP on global instance. | phk | 2004-08-14 | 1 | -5/+5 |
* | Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_next | marcus | 2004-08-04 | 2 | -2/+2 |
* | 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 |