summaryrefslogtreecommitdiff
path: root/lib/libalias/alias_proxy.c
Commit message (Collapse)AuthorAgeFilesLines
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
| | | | | | | especially in troff files. Notes: svn path=/head/; revision=108533
* Remove trailing whitespaceBrian Somers2002-07-011-5/+5
| | | | Notes: svn path=/head/; revision=99207
* cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-031-1/+1
| | | | | | | Requested by: Charles Mott <cmott@scientech.com> Notes: svn path=/head/; revision=85964
* Add __FBSDID's to libaliasMatthew Dillon2001-09-301-2/+3
| | | | Notes: svn path=/head/; revision=84195
* Add BSD-style copyright headersBrian Somers2001-06-041-2/+28
| | | | | | | Approved by: Charles Mott <cmott@scientech.com> Notes: svn path=/head/; revision=77701
* Remove an extraneous declaration.Brian Somers2001-03-251-1/+0
| | | | Notes: svn path=/head/; revision=74768
* Ignore leading witespace in the string given to PacketAliasProxyRule().Brian Somers2001-01-291-0/+1
| | | | Notes: svn path=/head/; revision=71763
* strtok -> strsep (no strtok allowed in libraries)Andrey A. Chernov2000-08-291-3/+6
| | | | | | | add unsigned char cast to ctype macro Notes: svn path=/head/; revision=65221
* 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
* Add a ``const'' and remove some inconsistent prototype args.Brian Somers1999-03-241-1/+1
| | | | Notes: svn path=/head/; revision=45008
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGBrian Somers1999-03-091-4/+8
| | | | | | | Statify functions in alias_nbt.c Notes: svn path=/head/; revision=44616
* Version 3.0: January 1, 1999Brian Somers1999-02-271-0/+801
- 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