summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mechanically kill hard sentence breaks.ru2004-07-021-7/+7
* Bumped document date.ru2004-07-011-5/+7
* Unbreak natd.deischen2004-04-021-0/+1
* Raise WARNS level to 2.des2004-03-311-0/+1
* Deal with aliasing warnings.des2004-03-314-181/+63
* Run through indent(1) so I can read the code without getting a headache.des2004-03-1614-5317/+5233
* Mostly mechanical rework of libalias:phk2004-01-1716-737/+1071
* Grrr...add the Skinny alias code forgotten in the last commit.marcus2003-09-231-0/+338
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.marcus2003-09-236-1/+30
* Fixed -Wpointer-arith warning.ru2003-09-091-1/+1
* mdoc(7): Use the new feature of the .In macro.ru2003-09-081-2/+2
* style.Makefile(5)obrien2003-08-181-1/+1
* Stage 3 of dynamic root support. Make all the libraries needed to rungordon2003-08-171-0/+1
* In the PKT_ALIAS_PROXY_ONLY mode, make sure to preserve theru2003-06-131-0/+4
* Removed a couple of .Xo/.Xc that are leftovers of the "ninth-argumentru2003-06-131-9/+3
* Clarify that original address and port when doing transparent proxyingru2003-06-131-5/+5
* Added myself to the AUTHORS section.ru2003-06-131-0/+2
* The .Fn functioncharnier2003-06-081-4/+6
* A new API function PacketAliasRedirectDynamic() can be usedru2003-06-013-1/+36
* Make the PacketAliasSetAddress() function call optional. If itru2003-06-012-11/+18
* style.Makefile(5)obrien2003-04-201-7/+6
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-012-2/+2
* Zap now-unused SHLIB_MINORpeter2002-09-281-1/+0
* Don't forget to recalculate the IP checksum of the originalru2002-07-231-4/+12
* Move IPFW2 definition before including ip_fw.hluigi2002-07-181-32/+30
* Fix a bug caused by dereferencing an invalid pointer whenluigi2002-07-081-62/+65
* Remove trailing whitespacebrian2002-07-0110-142/+142
* The new ipfw code.luigi2002-06-271-0/+118
* Avoid unintentional trigraph.wollman2002-05-301-1/+1
* Fixed the bug in transparent TCP proxying with the "encode_ip_hdr"ru2001-12-181-1/+3
* When servicing an internal FTP server, punch ipfirewall(4) holesru2001-11-271-5/+2
* cmott@scientech.com -> cm@linktel.netbrian2001-11-039-10/+10
* mdoc(7) police: Use the new .In macro for #include statements.ru2001-10-011-3/+3
* Add __FBSDID's to libaliasdillon2001-09-3010-21/+32
* Fixed the bug that prevented communication with FTP servers behindru2001-09-211-3/+4
* Added TFTP support.ru2001-08-211-0/+9
* Close the "IRC DCC" security breach reported recently on Bugtraq.ru2001-08-211-0/+6
* Make the copyright consistent.brian2001-08-204-12/+0
* Handle snprintf() returning -1brian2001-08-201-3/+13
OpenPOWER on IntegriCloud