| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implement UDP transparent proxy support. | mav | 2008-06-21 | 1 | -10/+76 |
* | Add support for PORT/EPRT FTP commands in lowercase. | mav | 2008-06-21 | 1 | -96/+21 |
* | Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZE | mav | 2008-06-01 | 2 | -70/+23 |
* | Make m_megapullup() more intelligent: | mav | 2008-06-01 | 1 | -12/+32 |
* | Fix packet fragmentation support broken by copy/paste error in rev.1.60. | mav | 2008-06-01 | 1 | -2/+2 |
* | Fix build, together with a bit of style breakage. | marck | 2008-05-02 | 1 | -1/+1 |
* | Explicitate the newpacket size. | piso | 2008-03-19 | 1 | -12/+13 |
* | Don't abuse stack space while in kernel land, use heap instead. | piso | 2008-03-17 | 1 | -5/+10 |
* | -Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentIn | piso | 2008-03-12 | 3 | -305/+43 |
* | MFP4: | piso | 2008-03-06 | 7 | -77/+67 |
* | Simpler version of the previous commit. | des | 2007-12-06 | 1 | -5/+2 |
* | Fix strict alias warnings. | jb | 2007-11-23 | 1 | -2/+5 |
* | o Kill EOLWS while I'm here. | maxim | 2007-04-30 | 1 | -2/+2 |
* | o Fix strtoul() error conditions check. | maxim | 2007-04-30 | 1 | -1/+1 |
* | Prevent the usage of an uninitialized variable: do not accept | piso | 2007-04-07 | 1 | -0/+11 |
* | Silence Coverity about an unused variable. | piso | 2007-04-07 | 1 | -1/+1 |
* | Include string.h for non-kernel builds to get proper memcpy prototype. | kan | 2007-04-04 | 1 | -0/+1 |
* | Include string.h for non-kernel builds to get proper strcpy, strlen | kan | 2007-04-04 | 1 | -0/+1 |
* | Do not assign result of (char *) cast to u_char * variable. | kan | 2007-04-04 | 1 | -1/+1 |
* | o made in kernel libalias mpsafe | piso | 2006-12-15 | 6 | -94/+327 |
* | Make libalias.conf parsing a bit smarter. | piso | 2006-12-01 | 1 | -10/+18 |
* | Remove m_megapullup from ng_nat and put it under libalias. | piso | 2006-12-01 | 2 | -0/+41 |
* | Fix TFTP NAT support by making sure the appropriate fingerprinting checks | marcus | 2006-11-07 | 1 | -2/+4 |
* | Merge the rest of my changes. | ru | 2006-10-11 | 1 | -13/+26 |
* | Various mdoc and grammar fixes. | piso | 2006-10-08 | 1 | -279/+282 |
* | Compilation. | piso | 2006-09-27 | 1 | -1/+1 |
* | Summer of Code 2005: improve libalias - part 1 of 2 | piso | 2006-09-26 | 18 | -266/+2052 |
* | o Kill BUGS section as it is not valid since rev. 1.4 alias_pptp.c. | maxim | 2006-07-04 | 1 | -6/+1 |
* | 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 |