summaryrefslogtreecommitdiffstats
path: root/lib/libalias/alias_db.c
Commit message (Expand)AuthorAgeFilesLines
* cmott@scientech.com -> cm@linktel.netbrian2001-11-031-1/+1
* Add __FBSDID's to libaliasdillon2001-09-301-2/+3
* Make the copyright consistent.brian2001-08-201-3/+0
* Add BSD-style copyright headersbrian2001-06-041-3/+31
* Add an integer field to keep protocol-specific flags with links.ru2001-05-301-9/+7
* Make header files conform to style(9).brian2001-03-251-6/+8
* Added boolean argument to link searching functions, indicatingru2000-10-301-73/+14
* A significant rewrite of PPTP aliasing code.ru2000-10-301-56/+111
* A failure to allocate memory for auxiliary TCP data is now fatal.ru2000-10-191-16/+15
* Create aliasing links for incoming ICMP echo/timestamp requests.ru2000-08-311-1/+14
* 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
* Add address translation support for RTSP/RTP used by RealPlayer andarchie2000-07-261-0/+213
* Fixed PunchFWHole():ru2000-06-271-2/+3
* - Removed PacketAliasPptp() API function.ru2000-06-201-14/+0
* Added true support for PPTP aliasing. Some nice features include:ru2000-06-201-3/+71
* - Added support for passive mode FTP by aliasing 227 replies.ru2000-06-141-0/+19
* Revert the default behaviour for incoming connections sobrian2000-05-111-1/+1
* Replace PacketAliasRedirectPptp() (which had nothing specificru2000-04-281-55/+58
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).ru2000-04-271-27/+85
* Add support for multiple PPTP sessions:ru2000-04-181-40/+122
* Apply TCP_EXPIRE_CONNECTED (86400 seconds) timeout only to establishedru2000-04-141-16/+10
* Make partially specified permanent links without `dst_addr'ru2000-04-121-11/+15
* Allow PacketAliasSetTarget() to be passed the following:brian2000-03-311-12/+14
* 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
* Fix a '&&' that should have been a '&'.archie1999-12-101-1/+1
* 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
* Add $FreeBSD$ and spell Eklund properly.billf1999-08-291-0/+2
* Make incoming packets work as keepalives, too. This should fix problemseivind1999-05-201-0/+1
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGbrian1999-03-091-0/+28
* Document PacketAliasPptp() and allow it to be disabledbrian1999-03-071-2/+1
* Version 3.0: January 1, 1999brian1999-02-271-23/+85
* If we can't open alias.log, don't try to write to thebrian1999-01-101-2/+4
* o Support a compile-time -DNO_FW_PUNCH for portabilitybrian1998-04-191-0/+15
* 1) in CleanupAliasData, don't nullify entry in linkTableOutbrian1998-02-271-4/+2
* Remove use of <osreldate.h>.eivind1998-01-111-6/+0
* Sync with ipfw interface change: fw_pts is now part of a union (aalex1998-01-101-5/+5
* include <net/if.h> and restore this to sanity.jkh1998-01-101-0/+1
* Teach libalias to work with IPFW firewalls (controlled by a flag).eivind1998-01-091-66/+357
* Fix file descriptor leak.brian1997-08-111-0/+1
* Update to version 2.2. Only the PacketAlias*()brian1997-08-031-87/+54
* Create the alias library. This is currently only used bybrian1997-05-231-0/+1972
OpenPOWER on IntegriCloud