summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias
Commit message (Expand)AuthorAgeFilesLines
* o Kill EOLWS while I'm here.maxim2007-04-301-2/+2
* o Fix strtoul() error conditions check.maxim2007-04-301-1/+1
* Prevent the usage of an uninitialized variable: do not acceptpiso2007-04-071-0/+11
* Silence Coverity about an unused variable.piso2007-04-071-1/+1
* Include string.h for non-kernel builds to get proper memcpy prototype.kan2007-04-041-0/+1
* Include string.h for non-kernel builds to get proper strcpy, strlenkan2007-04-041-0/+1
* Do not assign result of (char *) cast to u_char * variable.kan2007-04-041-1/+1
* o made in kernel libalias mpsafepiso2006-12-156-94/+327
* Make libalias.conf parsing a bit smarter.piso2006-12-011-10/+18
* Remove m_megapullup from ng_nat and put it under libalias.piso2006-12-012-0/+41
* Fix TFTP NAT support by making sure the appropriate fingerprinting checksmarcus2006-11-071-2/+4
* Merge the rest of my changes.ru2006-10-111-13/+26
* Various mdoc and grammar fixes.piso2006-10-081-279/+282
* Compilation.piso2006-09-271-1/+1
* Summer of Code 2005: improve libalias - part 1 of 2piso2006-09-2618-266/+2052
* o Kill BUGS section as it is not valid since rev. 1.4 alias_pptp.c.maxim2006-07-041-6/+1
* Fix prototype.ru2005-11-241-1/+1
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-191-3/+3
* Libalias incorrectly applies proxy rules to the global divertphk2005-06-271-1/+5
* Disable checksum processing in LibAlias, when it works as aglebius2005-06-277-12/+50
* - Don't use legacy function in a non-legacy one. This gives usglebius2005-06-201-4/+3
* Add a workaround for 64-bit archs: store unsigned long return value inglebius2005-05-061-3/+6
* s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT andglebius2005-05-066-49/+49
* More bits for kernel version:glebius2005-05-051-1/+107
* Always include alias.h before alias_local.hglebius2005-05-059-8/+11
* When used in kernel define NO_FW_PUNCH, NO_LOGGING, NO_USE_SOCKETS.glebius2005-05-051-0/+9
* Fix argument order for bcopy() in last commit.glebius2005-05-051-1/+1
* Use bcopy() instead of memmove().glebius2005-05-051-1/+1
* Hide fflush(3) under ifdef DEBUG.glebius2005-05-051-2/+2
* Things required to build libalias as kernel module:glebius2005-05-052-0/+74
* Add NO_USE_SOCKETS knob, which cuts off functionality socket binding.glebius2005-05-052-8/+18
* Add NO_LOGGING knob, which cuts off functionality of debug logging to a file.glebius2005-05-053-15/+19
* Play with includes so that libalias can be compiled both as userlandglebius2005-05-0512-33/+159
* Cleanup IPFW2 ifdefs.glebius2005-05-041-58/+0
* Makefile is not needed here.glebius2005-05-041-14/+0
* natd core dumps when -reverse switch is used because of a bug inphk2005-04-051-2/+2
* Fix a problem in the Skinny ALG where a specially crafted packet could causemarcus2005-03-031-4/+4
* Sort sections.ru2005-01-201-5/+5
* include "alias.h", not <alias.h>brian2005-01-101-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Fix outgoing ICMP on global instance.phk2004-08-141-5/+5
* Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_nextmarcus2004-08-042-2/+2
* Push WARNS back up to 6, but define NO_WERROR; I want the warts out in thedes2004-07-061-1/+2
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to andes2004-07-0612-52/+77
* Rewrite twowords() to access its argument through a char pointer and notdes2004-07-061-3/+10
* Temporarily lower WARNS to 3 while I figure out the alignment issues ondes2004-07-061-1/+1
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesdes2004-07-0515-676/+721
* Parenthesize return values.des2004-07-056-120/+120
* Mechanical whitespace cleanup.des2004-07-056-126/+126
* Add LibAliasOutTry() which checks a packet for a hit in the tables, butphk2004-07-042-16/+29
OpenPOWER on IntegriCloud