aboutsummaryrefslogtreecommitdiff
path: root/lib/libalias/alias.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC: style(9)ifyBrian Somers2001-11-231-132/+118
| | | | Notes: svn path=/stable/4/; revision=86817
* MFC: cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-031-1/+1
| | | | Notes: svn path=/stable/4/; revision=85966
* Reduce diff to -current.David E. O'Brien2001-08-011-11/+10
| | | | Notes: svn path=/stable/4/; revision=80889
* Add a BSD style copyrightBrian Somers2001-06-041-2/+28
| | | | | | | Approved by: Charles Mott <cmott@scientech.com> Notes: svn path=/stable/4/; revision=77700
* MFC:John Baldwin2000-08-181-0/+3
| | | | | | | | | - Add address translation support for RTSP/RTP used by RealPlayer and Quicktime streaming media applications. - Add a BUGS section to the man page. Notes: svn path=/stable/4/; revision=64832
* MFC:Ruslan Ermilov2000-06-271-13/+15
| | | | | | | | | | | - Added support for FTP EPRT (RFC 2428) command. - Added support for passive mode FTP servers behind NAT. - Added security checks for FTP aliasing. - Load Sharing using IP Network Address Translation (RFC 2391). - Real PPTP support. Notes: svn path=/stable/4/; revision=62162
* The flags PKT_ALIAS_PUNCH_FW and PKT_ALIAS_PROXY_ONLY were bothArchie Cobbs2000-02-021-1/+1
| | | | | | | | | | being defined as 0x40. Change the former to be 0x100. Submitted by: Erik Salander <erik@whistle.com> Approved by: jkh Notes: svn path=/head/; revision=56968
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add a ``const'' and remove some inconsistent prototype args.Brian Somers1999-03-241-2/+2
| | | | Notes: svn path=/head/; revision=45008
* Version 3.0: January 1, 1999Brian Somers1999-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> Notes: svn path=/head/; revision=44307
* o Support a compile-time -DNO_FW_PUNCH for portabilityBrian Somers1998-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> Notes: svn path=/head/; revision=35314
* Added prototypes for functions that were documented in libalias.3Bruce Evans1998-01-161-0/+8
| | | | | | | but not prototyped here. Notes: svn path=/head/; revision=32560
* Remove __libalias_version. Ppp no longer uses it.Brian Somers1998-01-141-3/+0
| | | | Notes: svn path=/head/; revision=32498
* Put back __libalias_version so ppp(8) build again.Steve Price1998-01-101-0/+3
| | | | Notes: svn path=/head/; revision=32398
* Teach libalias to work with IPFW firewalls (controlled by a flag).Eivind Eklund1998-01-091-3/+14
| | | | | | | | Obtained from: Yes development tree (+ 10 lines of patches from Charles Mott, original libalias author) Notes: svn path=/head/; revision=32377
* Upgrade to 2.4 (Fix -PKT_ALIAS_UNREGISTERED_ONLY)Brian Somers1997-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() Notes: svn path=/head/; revision=29162
* Update to version 2.2. Only the PacketAlias*()Brian Somers1997-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> Notes: svn path=/head/; revision=27864
* Create the alias library. This is currently only used byBrian Somers1997-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> Notes: svn path=/cvs2svn/branches/CMOTT/; revision=26026