aboutsummaryrefslogtreecommitdiff
path: root/lib/libalias
Commit message (Expand)AuthorAgeFilesLines
* mdoc(7) police: use the new feature of the An macro.Ruslan Ermilov2000-11-221-24/+14
* Added boolean argument to link searching functions, indicatingRuslan Ermilov2000-10-307-107/+42
* A significant rewrite of PPTP aliasing code.Ruslan Ermilov2000-10-304-151/+265
* A failure to allocate memory for auxiliary TCP data is now fatal.Ruslan Ermilov2000-10-191-16/+15
* A bit of indentation reformatting.Ruslan Ermilov2000-10-021-33/+21
* Fixed the calculations with UDP header length field.Ruslan Ermilov2000-09-211-2/+2
* Add -Wmissing-prototypes.Ruslan Ermilov2000-09-152-5/+8
* 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
* Grab ADJUST_CHECKSUM() macro from alias_local.h.Ruslan Ermilov2000-08-311-17/+0
* Create aliasing links for incoming ICMP echo/timestamp requests.Ruslan Ermilov2000-08-312-47/+24
* strtok -> strsep (no strtok allowed in libraries)Andrey A. Chernov2000-08-291-3/+6
* Fixed PunchFW code segmentation violation bug.Ruslan Ermilov2000-08-141-5/+4
* Use queue(3) LIST_* macros for doubly-linked lists.Ruslan Ermilov2000-08-141-65/+18
* - Do not modify Peer's Call ID in outgoing Incoming-Call-ConnectedRuslan Ermilov2000-08-091-18/+25
* Adjust TCP checksum rather than compute it afresh.Ruslan Ermilov2000-08-071-4/+8
* Whitespace only:Sheldon Hearn2000-07-311-4/+4
* Add address translation support for RTSP/RTP used by RealPlayer andArchie Cobbs2000-07-268-3/+819
* Fixed PunchFWHole():Ruslan Ermilov2000-06-271-2/+3
* - Removed PacketAliasPptp() API function.Ruslan Ermilov2000-06-204-38/+1
* Added true support for PPTP aliasing. Some nice features include:Ruslan Ermilov2000-06-207-11/+422
* - Improved passive mode FTP support by aliasing 229 replies.Ruslan Ermilov2000-06-161-312/+337
* - Added support for passive mode FTP by aliasing 227 replies.Ruslan Ermilov2000-06-143-15/+228
* Revert the default behaviour for incoming connections soBrian Somers2000-05-112-3/+3
* Replace PacketAliasRedirectPptp() (which had nothing specificRuslan Ermilov2000-04-285-111/+88
* Spell PacketAliasRedirectAddr() correctly.Ruslan Ermilov2000-04-271-1/+1
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).Ruslan Ermilov2000-04-273-27/+150
* Add support for multiple PPTP sessions:Ruslan Ermilov2000-04-185-88/+265
* Apply TCP_EXPIRE_CONNECTED (86400 seconds) timeout only to establishedRuslan Ermilov2000-04-141-16/+10
* A complete reformatting of manual page.Ruslan Ermilov2000-04-131-724/+686
* Make partially specified permanent links without `dst_addr'Ruslan Ermilov2000-04-121-11/+15
* - Add support for FTP EPRT (RFC 2428) command.Ruslan Ermilov2000-04-061-63/+169
* - Remove unused includes.Ruslan Ermilov2000-04-051-24/+96
* - Moved NULL definition into private include file.Ruslan Ermilov2000-04-052-7/+6
* Minor spelling fixes.Ruslan Ermilov2000-04-052-5/+7
* Correct Charles Mott's email addressBrian Somers2000-04-021-1/+1
* Allow PacketAliasSetTarget() to be passed the following:Brian Somers2000-03-312-13/+22
* When an incoming packet is received that is not specificallyBrian Somers2000-03-311-1/+1
* Make _FindLinkIn() static and only define GetDestPort whenBrian Somers2000-03-191-2/+4
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-1/+2
* -it do, among other things, clear out anyAlfred Perlstein2000-02-281-1/+1
* The flags PKT_ALIAS_PUNCH_FW and PKT_ALIAS_PROXY_ONLY were bothArchie Cobbs2000-02-021-1/+1
* Mention what PKT_ALIAS_PROXY_ONLY does.Brian Somers2000-02-021-1/+6
* Replace beforeinstall target with new variables used by .mk system.Rodney W. Grimes2000-01-141-4/+1
* Fix a '&&' that should have been a '&'.Archie Cobbs1999-12-101-1/+1
* Fix several typos.Archie Cobbs1999-12-091-17/+17
* Restore sub-chapters order.Alexey Zelkin1999-11-091-19/+16
* Properly handle the case when either the aliasing or source address ofRuslan Ermilov1999-09-271-26/+66
* ReLink() partial links in FindLinkOut() in the same manner as we do itRuslan Ermilov1999-09-221-7/+15
* Restore previous version of FindLinkIn().Ruslan Ermilov1999-09-211-9/+8