summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias
Commit message (Expand)AuthorAgeFilesLines
* A failure to allocate memory for auxiliary TCP data is now fatal.ru2000-10-191-16/+15
* A bit of indentation reformatting.ru2000-10-021-33/+21
* Fixed the calculations with UDP header length field.ru2000-09-211-2/+2
* Add -Wmissing-prototypes.ru2000-09-152-5/+8
* 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
* Grab ADJUST_CHECKSUM() macro from alias_local.h.ru2000-08-311-17/+0
* Create aliasing links for incoming ICMP echo/timestamp requests.ru2000-08-312-47/+24
* strtok -> strsep (no strtok allowed in libraries)ache2000-08-291-3/+6
* Fixed PunchFW code segmentation violation bug.ru2000-08-141-5/+4
* Use queue(3) LIST_* macros for doubly-linked lists.ru2000-08-141-65/+18
* - Do not modify Peer's Call ID in outgoing Incoming-Call-Connectedru2000-08-091-18/+25
* Adjust TCP checksum rather than compute it afresh.ru2000-08-071-4/+8
* Whitespace only:sheldonh2000-07-311-4/+4
* Add address translation support for RTSP/RTP used by RealPlayer andarchie2000-07-268-3/+819
* Fixed PunchFWHole():ru2000-06-271-2/+3
* - Removed PacketAliasPptp() API function.ru2000-06-204-38/+1
* Added true support for PPTP aliasing. Some nice features include:ru2000-06-207-11/+422
* - Improved passive mode FTP support by aliasing 229 replies.ru2000-06-161-312/+337
* - Added support for passive mode FTP by aliasing 227 replies.ru2000-06-143-15/+228
* Revert the default behaviour for incoming connections sobrian2000-05-112-3/+3
* Replace PacketAliasRedirectPptp() (which had nothing specificru2000-04-285-111/+88
* Spell PacketAliasRedirectAddr() correctly.ru2000-04-271-1/+1
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).ru2000-04-273-27/+150
* Add support for multiple PPTP sessions:ru2000-04-185-88/+265
* Apply TCP_EXPIRE_CONNECTED (86400 seconds) timeout only to establishedru2000-04-141-16/+10
* A complete reformatting of manual page.ru2000-04-131-724/+686
* Make partially specified permanent links without `dst_addr'ru2000-04-121-11/+15
* - Add support for FTP EPRT (RFC 2428) command.ru2000-04-061-63/+169
* - Remove unused includes.ru2000-04-051-24/+96
* - Moved NULL definition into private include file.ru2000-04-052-7/+6
* Minor spelling fixes.ru2000-04-052-5/+7
* Correct Charles Mott's email addressbrian2000-04-021-1/+1
* Allow PacketAliasSetTarget() to be passed the following:brian2000-03-312-13/+22
* When an incoming packet is received that is not specificallybrian2000-03-311-1/+1
* Make _FindLinkIn() static and only define GetDestPort whenbrian2000-03-191-2/+4
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-021-1/+2
* -it do, among other things, clear out anyalfred2000-02-281-1/+1
* The flags PKT_ALIAS_PUNCH_FW and PKT_ALIAS_PROXY_ONLY were botharchie2000-02-021-1/+1
* Mention what PKT_ALIAS_PROXY_ONLY does.brian2000-02-021-1/+6
* Replace beforeinstall target with new variables used by .mk system.rgrimes2000-01-141-4/+1
* Fix a '&&' that should have been a '&'.archie1999-12-101-1/+1
* Fix several typos.archie1999-12-091-17/+17
* Restore sub-chapters order.phantom1999-11-091-19/+16
* Properly handle the case when either the aliasing or source address ofru1999-09-271-26/+66
* ReLink() partial links in FindLinkOut() in the same manner as we do itru1999-09-221-7/+15
* Restore previous version of FindLinkIn().ru1999-09-211-9/+8
* - Make partially specified permanent links (without `dst_addr' and/orru1999-09-211-11/+25
* sys/errno.h -> errno.hbrian1999-09-211-1/+1
* - Optimization to the previous (rev 1.15) commit.ru1999-09-101-9/+11
OpenPOWER on IntegriCloud