summaryrefslogtreecommitdiffstats
path: root/lib/libalias/alias.h
Commit message (Collapse)AuthorAgeFilesLines
* - Moved NULL definition into private include file.ru2000-04-051-7/+3
| | | | - Minor spelling fixes.
* The flags PKT_ALIAS_PUNCH_FW and PKT_ALIAS_PROXY_ONLY were botharchie2000-02-021-1/+1
| | | | | | | being defined as 0x40. Change the former to be 0x100. Submitted by: Erik Salander <erik@whistle.com> Approved by: jkh
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add a ``const'' and remove some inconsistent prototype args.brian1999-03-241-2/+2
|
* Version 3.0: January 1, 1999brian1999-02-271-23/+16
| | | | | | | | - Transparent proxying support added. - PPTP redirecting support added based on patches contributed by Dru Nelson <dnelson@redwoodsoft.com>. Submitted by: Charles Mott <cmott@srv.net>
* o Support a compile-time -DNO_FW_PUNCH for portabilitybrian1998-04-191-1/+5
| | | | | | (and those of us that don't want the functionality). o Don't assume sizeof(long) == 4. Ok'd by: Charles Mott <cmott@srv.net>
* Added prototypes for functions that were documented in libalias.3bde1998-01-161-0/+8
| | | | but not prototyped here.
* Remove __libalias_version. Ppp no longer uses it.brian1998-01-141-3/+0
|
* Put back __libalias_version so ppp(8) build again.steve1998-01-101-0/+3
|
* Teach libalias to work with IPFW firewalls (controlled by a flag).eivind1998-01-091-3/+14
| | | | | Obtained from: Yes development tree (+ 10 lines of patches from Charles Mott, original libalias author)
* Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY)brian1997-09-061-0/+3
| | | | | | | Submitted by: Charles Mott <cmott@srv.net> Add __libalias_version so that ppp can derive the correct library name for dlopen()
* Update to version 2.2. Only the PacketAlias*()brian1997-08-031-34/+79
| | | | | | functions should now be used. The old 2.1 stuff is there for backwards compatability. Submitted by: Charles Mott <cmott@snake.srv.net>
* Create the alias library. This is currently only used bybrian1997-05-231-0/+102
ppp (or will be shortly). Natd can now be updated to use this library rather than carrying its own version of the code. Submitted by: Charles Mott <cmott@srv.net>
OpenPOWER on IntegriCloud