summaryrefslogtreecommitdiff
path: root/lib/libalias/alias_db.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed PunchFWHole():Ruslan Ermilov2000-06-271-2/+3
* - Removed PacketAliasPptp() API function.Ruslan Ermilov2000-06-201-14/+0
* Added true support for PPTP aliasing. Some nice features include:Ruslan Ermilov2000-06-201-3/+71
* - Added support for passive mode FTP by aliasing 227 replies.Ruslan Ermilov2000-06-141-0/+19
* Revert the default behaviour for incoming connections soBrian Somers2000-05-111-1/+1
* Replace PacketAliasRedirectPptp() (which had nothing specificRuslan Ermilov2000-04-281-55/+58
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).Ruslan Ermilov2000-04-271-27/+85
* Add support for multiple PPTP sessions:Ruslan Ermilov2000-04-181-40/+122
* Apply TCP_EXPIRE_CONNECTED (86400 seconds) timeout only to establishedRuslan Ermilov2000-04-141-16/+10
* Make partially specified permanent links without `dst_addr'Ruslan Ermilov2000-04-121-11/+15
* Allow PacketAliasSetTarget() to be passed the following:Brian Somers2000-03-311-12/+14
* 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
* Fix a '&&' that should have been a '&'.Archie Cobbs1999-12-101-1/+1
* 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
* Add $FreeBSD$ and spell Eklund properly.Bill Fumerola1999-08-291-0/+2
* Make incoming packets work as keepalives, too. This should fix problemsEivind Eklund1999-05-201-0/+1
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGBrian Somers1999-03-091-0/+28
* Document PacketAliasPptp() and allow it to be disabledBrian Somers1999-03-071-2/+1
* Version 3.0: January 1, 1999Brian Somers1999-02-271-23/+85
* If we can't open alias.log, don't try to write to theBrian Somers1999-01-101-2/+4
* o Support a compile-time -DNO_FW_PUNCH for portabilityBrian Somers1998-04-191-0/+15
* 1) in CleanupAliasData, don't nullify entry in linkTableOutBrian Somers1998-02-271-4/+2
* Remove use of <osreldate.h>.Eivind Eklund1998-01-111-6/+0
* Sync with ipfw interface change: fw_pts is now part of a union (aAlexander Langer1998-01-101-5/+5
* include <net/if.h> and restore this to sanity.Jordan K. Hubbard1998-01-101-0/+1
* Teach libalias to work with IPFW firewalls (controlled by a flag).Eivind Eklund1998-01-091-66/+357
* Fix file descriptor leak.Brian Somers1997-08-111-0/+1
* Update to version 2.2. Only the PacketAlias*()Brian Somers1997-08-031-87/+54
* Create the alias library. This is currently only used byBrian Somers1997-05-231-0/+1972