summaryrefslogtreecommitdiffstats
path: root/lib/libalias/alias.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespacebrian2002-07-011-1/+1
|
* cmott@scientech.com -> cm@linktel.netbrian2001-11-031-1/+1
| | | | Requested by: Charles Mott <cmott@scientech.com>
* Add BSD-style copyright headersbrian2001-06-041-2/+28
| | | | Approved by: Charles Mott <cmott@scientech.com>
* Make header files conform to style(9).brian2001-03-251-150/+137
| | | | | | Reviewed by (*): bde (*) alias_local.h only got a cursory glance.
* Remove (non-protected) variable names from function prototypes.brian2001-03-221-7/+5
|
* Add address translation support for RTSP/RTP used by RealPlayer andarchie2000-07-261-0/+3
| | | | | | | | Quicktime streaming media applications. Add a BUGS section to the man page. Submitted by: Erik Salander <erik@whistle.com>
* - Removed PacketAliasPptp() API function.ru2000-06-201-3/+0
| | | | - SHLIB_MAJOR++.
* Replace PacketAliasRedirectPptp() (which had nothing specificru2000-04-281-5/+4
| | | | | | | to PPTP) with more generic PacketAliasRedirectProto(). Major number is not bumped because it is believed that noone has started using PacketAliasRedirectPptp() yet.
* Load Sharing using IP Network Address Translation (RFC 2391, LSNAT).ru2000-04-271-0/+5
| | | | | | LSNAT links are first created by either PacketAliasRedirectPort() or PacketAliasRedirectAddress() and then set up by one or more calls to PacketAliasAddServer().
* Add support for multiple PPTP sessions:ru2000-04-181-5/+10
| | | | | | | - new API function: PacketAliasRedirectPptp() - new mode bit: PKT_ALIAS_DENY_PPTP Please see manual page for details.
* - 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