summaryrefslogtreecommitdiff
path: root/sys/netinet/libalias/alias_proxy.c
AgeCommit message (Expand)Author
2024-11-29tcp: extend the use of the th_flags accessor functionRichard Scheffenegger
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-11-09ipfw: Have NAT steal the TH_RES1 bit, instead of the TH_AE bitRichard Scheffenegger
2022-04-09libalias(3): Fix two typos in source code commentsGordon Bergling
2021-05-15libalias: Style cleanupLutz Donnerhacke
2021-01-19libalias: Fix -Wcast-align compiler warningsAlex Richardson
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2017-11-27sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-03-13alias_proxy.c: Fix accidental error quashingConrad Meyer
2017-02-16Use inet_ntoa_r() instead of inet_ntoa() throughout the kernelEric van Gyzen
2012-10-17Avoid potential bad pointer dereference.Ed Maste
2009-11-12Move inet_aton() (specular to inet_ntoa(), already present in libkern)Attilio Rao
2008-03-06MFP4:Paolo Pisati
2007-04-30o Kill EOLWS while I'm here.Maxim Konovalov
2007-04-30o Fix strtoul() error conditions check.Maxim Konovalov
2007-04-04Do not assign result of (char *) cast to u_char * variable.Alexander Kabaev
2006-12-15o made in kernel libalias mpsafePaolo Pisati
2006-09-26Summer of Code 2005: improve libalias - part 1 of 2Paolo Pisati
2005-06-27Disable checksum processing in LibAlias, when it works as aGleb Smirnoff
2005-05-06Add a workaround for 64-bit archs: store unsigned long return value inGleb Smirnoff
2005-05-06s/DEBUG/LIBALIAS_DEBUG/, since DEBUG is defined in LINT andGleb Smirnoff
2005-05-05More bits for kernel version:Gleb Smirnoff
2005-05-05Always include alias.h before alias_local.hGleb Smirnoff
2005-05-05Fix argument order for bcopy() in last commit.Gleb Smirnoff
2005-05-05Use bcopy() instead of memmove().Gleb Smirnoff
2005-05-05Play with includes so that libalias can be compiled both as userlandGleb Smirnoff
2004-07-06Introduce inline {ip,udp,tcp}_next() functions which take a pointer to anDag-Erling Smørgrav
2004-07-05Make libalias WARNS?=6-clean. This mostly involves renaming variablesDag-Erling Smørgrav
2004-07-05Parenthesize return values.Dag-Erling Smørgrav
2004-07-05Mechanical whitespace cleanup.Dag-Erling Smørgrav
2004-03-16Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav
2004-01-17Mostly mechanical rework of libalias:Poul-Henning Kamp
2003-01-01Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt
2002-07-01Remove trailing whitespaceBrian Somers
2001-11-03cmott@scientech.com -> cm@linktel.netBrian Somers
2001-09-30Add __FBSDID's to libaliasMatthew Dillon
2001-06-04Add BSD-style copyright headersBrian Somers
2001-03-25Remove an extraneous declaration.Brian Somers
2001-01-29Ignore leading witespace in the string given to PacketAliasProxyRule().Brian Somers
2000-08-29strtok -> strsep (no strtok allowed in libraries)Andrey A. Chernov
1999-08-29Add $FreeBSD$ and spell Eklund properly.Bill Fumerola
1999-03-24Add a ``const'' and remove some inconsistent prototype args.Brian Somers
1999-03-09Remove all diagnostics to stdout/stderr with #ifdef DEBUGBrian Somers
1999-02-27Version 3.0: January 1, 1999Brian Somers