summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias/alias.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Match IPPROTO_ICMP with IP protocol field of the original IPru2000-09-011-2/+2
* Changed the way we handle outgoing ICMP error messages -- doru2000-09-011-12/+22
* Create aliasing links for incoming ICMP echo/timestamp requests.ru2000-08-311-46/+10
* Add address translation support for RTSP/RTP used by RealPlayer andarchie2000-07-261-1/+134
* Added true support for PPTP aliasing. Some nice features include:ru2000-06-201-7/+52
* Replace PacketAliasRedirectPptp() (which had nothing specificru2000-04-281-20/+14
* Add support for multiple PPTP sessions:ru2000-04-181-31/+52
* - Remove unused includes.ru2000-04-051-24/+96
* - Optimization to the previous (rev 1.15) commit.ru1999-09-101-9/+11
* Handle TCP reset sequence properly.ru1999-09-091-2/+2
* Add $FreeBSD$ and spell Eklund properly.billf1999-08-291-0/+1
* Aallow ppp to work with Nortel Networks Extranet Switchbrian1999-08-221-0/+6
* Don't get caught in an infinite recursion when PKT_ALIAS_REVERSEbrian1999-06-221-4/+12
* Remove duplicate line.billf1999-03-231-1/+0
* Version 3.0: January 1, 1999brian1999-02-271-44/+198
* Reviewed by: freebsd-currentdillon1998-12-141-3/+14
* Add CUSEEME support. This has *not* been tested, norbrian1998-06-241-0/+7
* Quieten gcc 2.8.1brian1998-06-101-2/+2
* Primary verison of NetBIOS over TCP/IP. Now you can connect Windowsamurai1998-05-241-3/+36
* o Support a compile-time -DNO_FW_PUNCH for portabilitybrian1998-04-191-2/+2
* Teach libalias to work with IPFW firewalls (controlled by a flag).eivind1998-01-091-10/+28
* Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY)brian1997-09-061-1/+1
* Update to version 2.2. Only the PacketAlias*()brian1997-08-031-67/+21
* Create the alias library. This is currently only used bybrian1997-05-231-0/+1142
OpenPOWER on IntegriCloud