summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias/alias.c
Commit message (Expand)AuthorAgeFilesLines
* In m_megapullup() instead of reserving some space at the end of packet,glebius2013-03-171-10/+6
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-1/+1
* Utilize m_get2() to get mbuf of appropriate size.glebius2013-01-301-15/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Don't spam the console with loaded modules during boot and/or duringn_hibma2010-11-031-1/+0
* Close a stream file descriptor leak.brueffer2009-10-281-0/+1
* What's the point of adjusting a checksum if we are going to toss thepiso2009-04-111-7/+4
* Plug two bugs introduced with modules conversion:piso2009-04-111-2/+2
* Remove stale comments.piso2009-04-111-3/+0
* Add SCTP NAT support.piso2009-02-071-2/+24
|\
| * Import sctp nat support in ipfw obtained from CAIA - http://caia.swin.edu.au.piso2008-12-281-2/+37
|/
* Implement UDP transparent proxy support.mav2008-06-211-10/+76
* Make m_megapullup() more intelligent:mav2008-06-011-12/+32
* Fix packet fragmentation support broken by copy/paste error in rev.1.60.mav2008-06-011-2/+2
* Fix build, together with a bit of style breakage.marck2008-05-021-1/+1
* -Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentInpiso2008-03-121-35/+43
* MFP4:piso2008-03-061-30/+29
* o made in kernel libalias mpsafepiso2006-12-151-30/+90
* 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-011-0/+38
* Summer of Code 2005: improve libalias - part 1 of 2piso2006-09-261-80/+211
* Libalias incorrectly applies proxy rules to the global divertphk2005-06-271-1/+5
* Always include alias.h before alias_local.hglebius2005-05-051-2/+2
* Play with includes so that libalias can be compiled both as userlandglebius2005-05-051-2/+10
* natd core dumps when -reverse switch is used because of a bug inphk2005-04-051-2/+2
* Fix outgoing ICMP on global instance.phk2004-08-141-5/+5
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to andes2004-07-061-22/+22
* Rewrite twowords() to access its argument through a char pointer and notdes2004-07-061-3/+10
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesdes2004-07-051-124/+129
* Parenthesize return values.des2004-07-051-11/+11
* Mechanical whitespace cleanup.des2004-07-051-42/+42
* Add LibAliasOutTry() which checks a packet for a hit in the tables, butphk2004-07-041-16/+28
* Unbreak natd.deischen2004-04-021-0/+1
* Deal with aliasing warnings.des2004-03-311-172/+57
* Run through indent(1) so I can read the code without getting a headache.des2004-03-161-1045/+976
* Mostly mechanical rework of libalias:phk2004-01-171-121/+121
* Add Cisco Skinny Station protocol support to libalias, natd, and ppp.marcus2003-09-231-0/+6
* In the PKT_ALIAS_PROXY_ONLY mode, make sure to preserve theru2003-06-131-0/+4
* Don't forget to recalculate the IP checksum of the originalru2002-07-231-4/+12
* Remove trailing whitespacebrian2002-07-011-23/+23
* Fixed the bug in transparent TCP proxying with the "encode_ip_hdr"ru2001-12-181-1/+3
* cmott@scientech.com -> cm@linktel.netbrian2001-11-031-1/+1
* Add __FBSDID's to libaliasdillon2001-09-301-2/+3
* Added TFTP support.ru2001-08-211-0/+9
* Make the copyright consistent.brian2001-08-201-3/+0
* Add BSD-style copyright headersbrian2001-06-041-2/+29
* Make header files conform to style(9).brian2001-03-251-13/+15
* Added boolean argument to link searching functions, indicatingru2000-10-301-17/+18
* A significant rewrite of PPTP aliasing code.ru2000-10-301-39/+12
* A bit of indentation reformatting.ru2000-10-021-33/+21
OpenPOWER on IntegriCloud