aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/libalias/alias.c
Commit message (Expand)AuthorAgeFilesLines
* What's the point of adjusting a checksum if we are going to toss thePaolo Pisati2009-04-111-7/+4
* Plug two bugs introduced with modules conversion:Paolo Pisati2009-04-111-2/+2
* Remove stale comments.Paolo Pisati2009-04-111-3/+0
* Add SCTP NAT support.Paolo Pisati2009-02-071-2/+24
* Implement UDP transparent proxy support.Alexander Motin2008-06-211-10/+76
* Make m_megapullup() more intelligent:Alexander Motin2008-06-011-12/+32
* Fix packet fragmentation support broken by copy/paste error in rev.1.60.Alexander Motin2008-06-011-2/+2
* Fix build, together with a bit of style breakage.Dmitry Morozovsky2008-05-021-1/+1
* -Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentInPaolo Pisati2008-03-121-35/+43
* MFP4:Paolo Pisati2008-03-061-30/+29
* o made in kernel libalias mpsafePaolo Pisati2006-12-151-30/+90
* Make libalias.conf parsing a bit smarter.Paolo Pisati2006-12-011-10/+18
* Remove m_megapullup from ng_nat and put it under libalias.Paolo Pisati2006-12-011-0/+38
* Summer of Code 2005: improve libalias - part 1 of 2Paolo Pisati2006-09-261-80/+211
* Libalias incorrectly applies proxy rules to the global divertPoul-Henning Kamp2005-06-271-1/+5
* Always include alias.h before alias_local.hGleb Smirnoff2005-05-051-2/+2
* Play with includes so that libalias can be compiled both as userlandGleb Smirnoff2005-05-051-2/+10
* natd core dumps when -reverse switch is used because of a bug inPoul-Henning Kamp2005-04-051-2/+2
* Fix outgoing ICMP on global instance.Poul-Henning Kamp2004-08-141-5/+5
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to anDag-Erling Smørgrav2004-07-061-22/+22
* Rewrite twowords() to access its argument through a char pointer and notDag-Erling Smørgrav2004-07-061-2/+9
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesDag-Erling Smørgrav2004-07-051-124/+129
* Parenthesize return values.Dag-Erling Smørgrav2004-07-051-11/+11
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2004-07-051-42/+42
* Add LibAliasOutTry() which checks a packet for a hit in the tables, butPoul-Henning Kamp2004-07-041-16/+28
* Unbreak natd.Daniel Eischen2004-04-021-0/+1
* Deal with aliasing warnings.Dag-Erling Smørgrav2004-03-311-172/+57
* Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav2004-03-161-964/+895
* Mostly mechanical rework of libalias:Poul-Henning Kamp2004-01-171-121/+121
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.Joe Marcus Clarke2003-09-231-0/+6
* In the PKT_ALIAS_PROXY_ONLY mode, make sure to preserve theRuslan Ermilov2003-06-131-0/+4
* Don't forget to recalculate the IP checksum of the originalRuslan Ermilov2002-07-231-4/+12
* Remove trailing whitespaceBrian Somers2002-07-011-23/+23
* Fixed the bug in transparent TCP proxying with the "encode_ip_hdr"Ruslan Ermilov2001-12-181-1/+3
* cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-031-1/+1
* Add __FBSDID's to libaliasMatthew Dillon2001-09-301-2/+3
* Added TFTP support.Ruslan Ermilov2001-08-211-0/+9
* Make the copyright consistent.Brian Somers2001-08-201-3/+0
* Add BSD-style copyright headersBrian Somers2001-06-041-2/+29
* Make header files conform to style(9).Brian Somers2001-03-251-13/+15
* Added boolean argument to link searching functions, indicatingRuslan Ermilov2000-10-301-17/+18
* A significant rewrite of PPTP aliasing code.Ruslan Ermilov2000-10-301-39/+12
* A bit of indentation reformatting.Ruslan Ermilov2000-10-021-33/+21
* Match IPPROTO_ICMP with IP protocol field of the original IPRuslan Ermilov2000-09-011-2/+2
* Changed the way we handle outgoing ICMP error messages -- doRuslan Ermilov2000-09-011-12/+22
* Create aliasing links for incoming ICMP echo/timestamp requests.Ruslan Ermilov2000-08-311-46/+10
* Add address translation support for RTSP/RTP used by RealPlayer andArchie Cobbs2000-07-261-1/+134
* Added true support for PPTP aliasing. Some nice features include:Ruslan Ermilov2000-06-201-7/+52
* Replace PacketAliasRedirectPptp() (which had nothing specificRuslan Ermilov2000-04-281-20/+14
* Add support for multiple PPTP sessions:Ruslan Ermilov2000-04-181-31/+52