summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias/alias_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid potential bad pointer dereference.emaste2012-10-171-1/+1
* Move inet_aton() (specular to inet_ntoa(), already present in libkern)attilio2009-11-121-104/+0
* MFP4:piso2008-03-061-13/+8
* o Kill EOLWS while I'm here.maxim2007-04-301-2/+2
* o Fix strtoul() error conditions check.maxim2007-04-301-1/+1
* Do not assign result of (char *) cast to u_char * variable.kan2007-04-041-1/+1
* o made in kernel libalias mpsafepiso2006-12-151-41/+89
* Summer of Code 2005: improve libalias - part 1 of 2piso2006-09-261-9/+3
* Disable checksum processing in LibAlias, when it works as aglebius2005-06-271-0/+4
* Add a workaround for 64-bit archs: store unsigned long return value inglebius2005-05-061-3/+6
* s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT andglebius2005-05-061-2/+2
* More bits for kernel version:glebius2005-05-051-1/+107
* Always include alias.h before alias_local.hglebius2005-05-051-2/+2
* Fix argument order for bcopy() in last commit.glebius2005-05-051-1/+1
* Use bcopy() instead of memmove().glebius2005-05-051-1/+1
* Play with includes so that libalias can be compiled both as userlandglebius2005-05-051-7/+17
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to andes2004-07-061-3/+3
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesdes2004-07-051-10/+15
* Parenthesize return values.des2004-07-051-32/+32
* Mechanical whitespace cleanup.des2004-07-051-11/+11
* Run through indent(1) so I can read the code without getting a headache.des2004-03-161-534/+501
* Mostly mechanical rework of libalias:phk2004-01-171-20/+23
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Remove trailing whitespacebrian2002-07-011-5/+5
* cmott@scientech.com -> cm@linktel.netbrian2001-11-031-1/+1
* Add __FBSDID's to libaliasdillon2001-09-301-2/+3
* Add BSD-style copyright headersbrian2001-06-041-2/+28
* Remove an extraneous declaration.brian2001-03-251-1/+0
* Ignore leading witespace in the string given to PacketAliasProxyRule().brian2001-01-291-0/+1
* strtok -> strsep (no strtok allowed in libraries)ache2000-08-291-3/+6
* Add $FreeBSD$ and spell Eklund properly.billf1999-08-291-0/+2
* Add a ``const'' and remove some inconsistent prototype args.brian1999-03-241-1/+1
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGbrian1999-03-091-4/+8
* Version 3.0: January 1, 1999brian1999-02-271-0/+801
OpenPOWER on IntegriCloud