summaryrefslogtreecommitdiff
path: root/sys/netinet/libalias/alias_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* o Kill EOLWS while I'm here.Maxim Konovalov2007-04-301-2/+2
* o Fix strtoul() error conditions check.Maxim Konovalov2007-04-301-1/+1
* Do not assign result of (char *) cast to u_char * variable.Alexander Kabaev2007-04-041-1/+1
* o made in kernel libalias mpsafePaolo Pisati2006-12-151-41/+89
* Summer of Code 2005: improve libalias - part 1 of 2Paolo Pisati2006-09-261-9/+3
* Disable checksum processing in LibAlias, when it works as aGleb Smirnoff2005-06-271-0/+4
* Add a workaround for 64-bit archs: store unsigned long return value inGleb Smirnoff2005-05-061-3/+6
* s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT andGleb Smirnoff2005-05-061-2/+2
* More bits for kernel version:Gleb Smirnoff2005-05-051-1/+107
* Always include alias.h before alias_local.hGleb Smirnoff2005-05-051-2/+2
* Fix argument order for bcopy() in last commit.Gleb Smirnoff2005-05-051-1/+1
* Use bcopy() instead of memmove().Gleb Smirnoff2005-05-051-1/+1
* Play with includes so that libalias can be compiled both as userlandGleb Smirnoff2005-05-051-7/+17
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to anDag-Erling Smørgrav2004-07-061-3/+3
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesDag-Erling Smørgrav2004-07-051-10/+15
* Parenthesize return values.Dag-Erling Smørgrav2004-07-051-32/+32
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2004-07-051-11/+11
* Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav2004-03-161-534/+501
* Mostly mechanical rework of libalias:Poul-Henning Kamp2004-01-171-20/+23
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Remove trailing whitespaceBrian Somers2002-07-011-5/+5
* cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-031-1/+1
* Add __FBSDID's to libaliasMatthew Dillon2001-09-301-2/+3
* Add BSD-style copyright headersBrian Somers2001-06-041-2/+28
* Remove an extraneous declaration.Brian Somers2001-03-251-1/+0
* Ignore leading witespace in the string given to PacketAliasProxyRule().Brian Somers2001-01-291-0/+1
* strtok -> strsep (no strtok allowed in libraries)Andrey A. Chernov2000-08-291-3/+6
* Add $FreeBSD$ and spell Eklund properly.Bill Fumerola1999-08-291-0/+2
* Add a ``const'' and remove some inconsistent prototype args.Brian Somers1999-03-241-1/+1
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGBrian Somers1999-03-091-4/+8
* Version 3.0: January 1, 1999Brian Somers1999-02-271-0/+801