summaryrefslogtreecommitdiffstats
path: root/lib/libalias
Commit message (Expand)AuthorAgeFilesLines
...
* - 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
* Handle TCP reset sequence properly.ru1999-09-091-2/+2
* Fix typo.ru1999-09-081-1/+1
* Add $FreeBSD$ and spell Eklund properly.billf1999-08-297-1/+14
* $Id$ -> $FreeBSD$peter1999-08-285-5/+5
* Aallow ppp to work with Nortel Networks Extranet Switchbrian1999-08-221-0/+6
* Typo: 102 => 192 (PR: docs/13310 - Maxim Sobolev <sobomax@altavista.net>)hoek1999-08-221-2/+2
* Various man page cleanup:mpp1999-08-151-17/+12
* Don't get caught in an infinite recursion when PKT_ALIAS_REVERSEbrian1999-06-222-5/+18
* brucifybrian1999-05-231-2/+2
* Make incoming packets work as keepalives, too. This should fix problemseivind1999-05-201-0/+1
* Add missing ``.''.brian1999-05-041-1/+1
* Work around an egcs optimizer bug (i386). This should fix the active ftpluoqi1999-04-211-2/+4
* PacketAliasProxyRule takes a const char *brian1999-03-251-1/+1
* Add a ``const'' and remove some inconsistent prototype args.brian1999-03-243-4/+4
* Remove duplicate line.billf1999-03-231-1/+0
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGbrian1999-03-094-22/+54
OpenPOWER on IntegriCloud