aboutsummaryrefslogtreecommitdiff
path: root/lib/libalias
Commit message (Expand)AuthorAgeFilesLines
* Fixed the bug in transparent TCP proxying with the "encode_ip_hdr"Ruslan Ermilov2001-12-181-1/+3
* When servicing an internal FTP server, punch ipfirewall(4) holesRuslan Ermilov2001-11-271-5/+2
* cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-039-10/+10
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-3/+3
* Add __FBSDID's to libaliasMatthew Dillon2001-09-3010-21/+32
* Fixed the bug that prevented communication with FTP servers behindRuslan Ermilov2001-09-211-3/+4
* Added TFTP support.Ruslan Ermilov2001-08-211-0/+9
* Close the "IRC DCC" security breach reported recently on Bugtraq.Ruslan Ermilov2001-08-211-0/+6
* Make the copyright consistent.Brian Somers2001-08-204-12/+0
* Handle snprintf() returning -1Brian Somers2001-08-201-3/+13
* mdoc(7) police:Ruslan Ermilov2001-08-071-4/+2
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* Fixed the brain-o in rev. 1.10: the logic check was reversed.Ruslan Ermilov2001-06-271-1/+1
* Add BSD-style copyright headersBrian Somers2001-06-049-17/+253
* Change to a standard BSD-style copyrightBrian Somers2001-06-041-13/+22
* Add an integer field to keep protocol-specific flags with links.Ruslan Ermilov2001-05-303-15/+20
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+1
* Make header files conform to style(9).Brian Somers2001-03-256-326/+311
* Remove an extraneous declaration.Brian Somers2001-03-251-1/+0
* Remove (non-protected) variable names from function prototypes.Brian Somers2001-03-221-7/+5
* Add a few ``const''s to silence some -Wwrite-strings warningsBrian Somers2001-01-291-7/+9
* Ignore leading witespace in the string given to PacketAliasProxyRule().Brian Somers2001-01-291-0/+1
* 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