summaryrefslogtreecommitdiffstats
path: root/lib/libalias
Commit message (Expand)AuthorAgeFilesLines
* MAN[1-9] -> MAN.ru2001-03-271-1/+1
* Make header files conform to style(9).brian2001-03-256-326/+311
* Remove an extraneous declaration.brian2001-03-251-1/+0
* Remove (non-protected) variable names from function prototypes.brian2001-03-221-7/+5
* Add a few ``const''s to silence some -Wwrite-strings warningsbrian2001-01-291-7/+9
* Ignore leading witespace in the string given to PacketAliasProxyRule().brian2001-01-291-0/+1
* mdoc(7) police: use the new feature of the An macro.ru2000-11-221-24/+14
* Added boolean argument to link searching functions, indicatingru2000-10-307-107/+42
* A significant rewrite of PPTP aliasing code.ru2000-10-304-151/+265
* 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
OpenPOWER on IntegriCloud