summaryrefslogtreecommitdiff
path: root/sys/netinet/libalias
Commit message (Expand)AuthorAgeFilesLines
* Libalias incorrectly applies proxy rules to the global divertPoul-Henning Kamp2005-06-271-1/+5
* Disable checksum processing in LibAlias, when it works as aGleb Smirnoff2005-06-277-12/+50
* - Don't use legacy function in a non-legacy one. This gives usGleb Smirnoff2005-06-201-4/+3
* Add a workaround for 64-bit archs: store unsigned long return value inGleb Smirnoff2005-05-061-3/+6
* s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT andGleb Smirnoff2005-05-066-49/+49
* More bits for kernel version:Gleb Smirnoff2005-05-051-1/+107
* Always include alias.h before alias_local.hGleb Smirnoff2005-05-059-8/+11
* When used in kernel define NO_FW_PUNCH, NO_LOGGING, NO_USE_SOCKETS.Gleb Smirnoff2005-05-051-0/+9
* Fix argument order for bcopy() in last commit.Gleb Smirnoff2005-05-051-1/+1
* Use bcopy() instead of memmove().Gleb Smirnoff2005-05-051-1/+1
* Hide fflush(3) under ifdef DEBUG.Gleb Smirnoff2005-05-051-2/+2
* Things required to build libalias as kernel module:Gleb Smirnoff2005-05-052-0/+74
* Add NO_USE_SOCKETS knob, which cuts off functionality socket binding.Gleb Smirnoff2005-05-052-8/+18
* Add NO_LOGGING knob, which cuts off functionality of debug logging to a file.Gleb Smirnoff2005-05-053-15/+19
* Play with includes so that libalias can be compiled both as userlandGleb Smirnoff2005-05-0512-33/+159
* Cleanup IPFW2 ifdefs.Gleb Smirnoff2005-05-041-58/+0
* Makefile is not needed here.Gleb Smirnoff2005-05-041-14/+0
* natd core dumps when -reverse switch is used because of a bug inPoul-Henning Kamp2005-04-051-2/+2
* Fix a problem in the Skinny ALG where a specially crafted packet could causeJoe Marcus Clarke2005-03-031-4/+4
* Sort sections.Ruslan Ermilov2005-01-201-5/+5
* include "alias.h", not <alias.h>Brian Somers2005-01-101-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Fix outgoing ICMP on global instance.Poul-Henning Kamp2004-08-141-5/+5
* Fix Skinny and PPTP NAT'ing after the introduction of the {ip,tcp,udp}_nextJoe Marcus Clarke2004-08-042-2/+2
* Push WARNS back up to 6, but define NO_WERROR; I want the warts out in theDag-Erling Smørgrav2004-07-061-1/+2
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to anDag-Erling Smørgrav2004-07-0612-52/+77
* Rewrite twowords() to access its argument through a char pointer and notDag-Erling Smørgrav2004-07-061-3/+10
* Temporarily lower WARNS to 3 while I figure out the alignment issues onDag-Erling Smørgrav2004-07-061-1/+1
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesDag-Erling Smørgrav2004-07-0515-676/+721
* Parenthesize return values.Dag-Erling Smørgrav2004-07-056-120/+120
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2004-07-056-126/+126
* Add LibAliasOutTry() which checks a packet for a hit in the tables, butPoul-Henning Kamp2004-07-042-16/+29
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-7/+7
* Bumped document date.Ruslan Ermilov2004-07-011-5/+7
* Unbreak natd.Daniel Eischen2004-04-021-0/+1
* Raise WARNS level to 2.Dag-Erling Smørgrav2004-03-311-0/+1
* Deal with aliasing warnings.Dag-Erling Smørgrav2004-03-314-181/+63
* Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav2004-03-1614-5317/+5233
* Mostly mechanical rework of libalias:Poul-Henning Kamp2004-01-1716-737/+1071
* Grrr...add the Skinny alias code forgotten in the last commit.Joe Marcus Clarke2003-09-231-0/+338
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.Joe Marcus Clarke2003-09-236-1/+30
* Fixed -Wpointer-arith warning.Ruslan Ermilov2003-09-091-1/+1
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-2/+2
* style.Makefile(5)David E. O'Brien2003-08-181-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-0/+1
* In the PKT_ALIAS_PROXY_ONLY mode, make sure to preserve theRuslan Ermilov2003-06-131-0/+4
* Removed a couple of .Xo/.Xc that are leftovers of the "ninth-argumentRuslan Ermilov2003-06-131-9/+3
* Clarify that original address and port when doing transparent proxyingRuslan Ermilov2003-06-131-5/+5
* Added myself to the AUTHORS section.Ruslan Ermilov2003-06-131-0/+2
* The .Fn functionPhilippe Charnier2003-06-081-4/+6