aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/libalias
Commit message (Expand)AuthorAgeFilesLines
* 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-61/+167
* - 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
* - Make partially specified permanent links (without `dst_addr' and/orRuslan Ermilov1999-09-211-11/+25
* sys/errno.h -> errno.hBrian Somers1999-09-211-1/+1
* - Optimization to the previous (rev 1.15) commit.Ruslan Ermilov1999-09-101-9/+11
* Handle TCP reset sequence properly.Ruslan Ermilov1999-09-091-2/+2
* Fix typo.Ruslan Ermilov1999-09-081-1/+1
* Add $FreeBSD$ and spell Eklund properly.Bill Fumerola1999-08-297-1/+14
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Aallow ppp to work with Nortel Networks Extranet SwitchBrian Somers1999-08-221-0/+6
* Typo: 102 => 192 (PR: docs/13310 - Maxim Sobolev <sobomax@altavista.net>)Tim Vanderhoek1999-08-221-2/+2
* Various man page cleanup:Mike Pritchard1999-08-151-17/+12
* Don't get caught in an infinite recursion when PKT_ALIAS_REVERSEBrian Somers1999-06-222-5/+18
* brucifyBrian Somers1999-05-231-2/+2
* Make incoming packets work as keepalives, too. This should fix problemsEivind Eklund1999-05-201-0/+1
* Add missing ``.''.Brian Somers1999-05-041-1/+1
* Work around an egcs optimizer bug (i386). This should fix the active ftpLuoqi Chen1999-04-211-2/+4
* PacketAliasProxyRule takes a const char *Brian Somers1999-03-251-1/+1
* Add a ``const'' and remove some inconsistent prototype args.Brian Somers1999-03-243-4/+4
* Remove duplicate line.Bill Fumerola1999-03-231-1/+0
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGBrian Somers1999-03-094-22/+54
* Document PacketAliasPptp() and allow it to be disabledBrian Somers1999-03-072-2/+31
* Remove unused function stubs.Brian Somers1999-03-071-77/+0
* Mention that PacketAliasProxyRule() doesn't accept host names,Brian Somers1999-03-071-1/+3
* Document PacketAliasProxyRule() and fix a typo.Brian Somers1999-03-061-1/+88
* Version 3.0: January 1, 1999Brian Somers1999-02-277-98/+1176