aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/libalias/alias_irc.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* -don't pass down, to module's fingerprint function, unused data likePaolo Pisati2009-04-081-1/+1
* Silent userland warnings about missing prototypes.Paolo Pisati2009-01-151-0/+1
* Explicitate the newpacket size.Paolo Pisati2008-03-191-12/+13
* Don't abuse stack space while in kernel land, use heap instead.Paolo Pisati2008-03-171-5/+10
* MFP4:Paolo Pisati2008-03-061-2/+4
* Include string.h for non-kernel builds to get proper memcpy prototype.Alexander Kabaev2007-04-041-0/+1
* Summer of Code 2005: improve libalias - part 1 of 2Paolo Pisati2006-09-261-4/+79
* Disable checksum processing in LibAlias, when it works as aGleb Smirnoff2005-06-271-0/+4
* Always include alias.h before alias_local.hGleb Smirnoff2005-05-051-1/+1
* Play with includes so that libalias can be compiled both as userlandGleb Smirnoff2005-05-051-2/+15
* Introduce inline {ip,udp,tcp}_next() functions which take a pointer to anDag-Erling Smørgrav2004-07-061-1/+1
* Make libalias WARNS?=6-clean. This mostly involves renaming variablesDag-Erling Smørgrav2004-07-051-14/+14
* Mechanical whitespace cleanup.Dag-Erling Smørgrav2004-07-051-4/+4
* Run through indent(1) so I can read the code without getting a headache.Dag-Erling Smørgrav2004-03-161-259/+287
* Mostly mechanical rework of libalias:Poul-Henning Kamp2004-01-171-2/+3
* Remove trailing whitespaceBrian Somers2002-07-011-8/+8
* cmott@scientech.com -> cm@linktel.netBrian Somers2001-11-031-1/+1
* Add __FBSDID's to libaliasMatthew Dillon2001-09-301-2/+3
* Close the "IRC DCC" security breach reported recently on Bugtraq.Ruslan Ermilov2001-08-211-0/+6
* Make the copyright consistent.Brian Somers2001-08-201-3/+0
* Handle snprintf() returning -1Brian Somers2001-08-201-3/+13
* Add BSD-style copyright headersBrian Somers2001-06-041-2/+28
* Added boolean argument to link searching functions, indicatingRuslan Ermilov2000-10-301-4/+3
* Add $FreeBSD$ and spell Eklund properly.Bill Fumerola1999-08-291-0/+2
* Don't call PunchFWHole() ifdef NO_FW_PUNCHBrian Somers1998-06-061-0/+2
* o Support a compile-time -DNO_FW_PUNCH for portabilityBrian Somers1998-04-191-1/+1
* Teach libalias to work with IPFW firewalls (controlled by a flag).Eivind Eklund1998-01-091-0/+3
* Create the alias library. This is currently only used byBrian Somers1997-05-231-0/+311