aboutsummaryrefslogtreecommitdiff
path: root/lib/libalias/alias_util.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC: cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-031-1/+1
| | | | Notes: svn path=/stable/4/; revision=85966
* 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:Ruslan Ermilov2000-06-271-2/+2
| | | | | | | | | | | - 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
* Add $FreeBSD$ and spell Eklund properly.Bill Fumerola1999-08-291-0/+2
| | | | | | | Approved by: brian (well, he approved adding $Id$) Notes: svn path=/head/; revision=50597
* Work around an egcs optimizer bug (i386). This should fix the active ftpLuoqi Chen1999-04-211-2/+4
| | | | | | | hang problem. A bug report has been sent to cygnus. Notes: svn path=/head/; revision=45926
* Update to version 2.2. Only the PacketAlias*()Brian Somers1997-08-031-2/+4
| | | | | | | | | 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/+135
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