summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias
Commit message (Expand)AuthorAgeFilesLines
* Standardise all Swinburne related copyright/licence statements throughout thelstewart2010-11-122-22/+16
* The university does not require that its CRICOS number be included in sourcelstewart2010-11-122-4/+2
* Don't spam the console with loaded modules during boot and/or duringn_hibma2010-11-031-1/+0
* mdoc: drop even more redundant .Pp callsuqs2010-10-191-1/+0
* Don't use struct timezone.ed2010-08-081-4/+2
* machine/cpu.h isn't appropriate for this file,so remove itimp2010-07-161-1/+0
* Remove extraneous semicolons, no functional changes.mbr2010-01-072-2/+2
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-2/+2
* Move inet_aton() (specular to inet_ntoa(), already present in libkern)attilio2009-11-121-104/+0
* Close a stream file descriptor leak.brueffer2009-10-281-0/+1
* What's the point of adjusting a checksum if we are going to toss thepiso2009-04-111-7/+4
* Plug two bugs introduced with modules conversion:piso2009-04-112-7/+5
* Remove stale comments.piso2009-04-111-3/+0
* -don't pass down, to module's fingerprint function, unused data likepiso2009-04-0810-28/+34
* This commit fixes the issue with alias_sctp.c. Norrs2009-02-141-2/+39
* Add SCTP NAT support.piso2009-02-075-4/+2985
|\
| * Import sctp nat support in ipfw obtained from CAIA - http://caia.swin.edu.au.piso2008-12-286-8/+3105
* | Silent userland warnings about missing prototypes.piso2009-01-153-0/+3
|/
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-0/+2
* Improve the entropy of the source port randomization for network addresscsjp2008-08-301-6/+6
* Partially revert previous commit. DeleteLink() does not deletes permanentmav2008-06-221-1/+5
* Implement UDP transparent proxy support.mav2008-06-211-10/+76
* Add support for PORT/EPRT FTP commands in lowercase.mav2008-06-211-96/+21
* Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZEmav2008-06-012-70/+23
* Make m_megapullup() more intelligent:mav2008-06-011-12/+32
* Fix packet fragmentation support broken by copy/paste error in rev.1.60.mav2008-06-011-2/+2
* Fix build, together with a bit of style breakage.marck2008-05-021-1/+1
* Explicitate the newpacket size.piso2008-03-191-12/+13
* Don't abuse stack space while in kernel land, use heap instead.piso2008-03-171-5/+10
* -Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentInpiso2008-03-123-305/+43
* MFP4:piso2008-03-067-77/+67
* Simpler version of the previous commit.des2007-12-061-5/+2
* Fix strict alias warnings.jb2007-11-231-2/+5
* o Kill EOLWS while I'm here.maxim2007-04-301-2/+2
* o Fix strtoul() error conditions check.maxim2007-04-301-1/+1
* Prevent the usage of an uninitialized variable: do not acceptpiso2007-04-071-0/+11
* Silence Coverity about an unused variable.piso2007-04-071-1/+1
* Include string.h for non-kernel builds to get proper memcpy prototype.kan2007-04-041-0/+1
* Include string.h for non-kernel builds to get proper strcpy, strlenkan2007-04-041-0/+1
* Do not assign result of (char *) cast to u_char * variable.kan2007-04-041-1/+1
* o made in kernel libalias mpsafepiso2006-12-156-94/+327
* Make libalias.conf parsing a bit smarter.piso2006-12-011-10/+18
* Remove m_megapullup from ng_nat and put it under libalias.piso2006-12-012-0/+41
* Fix TFTP NAT support by making sure the appropriate fingerprinting checksmarcus2006-11-071-2/+4
* Merge the rest of my changes.ru2006-10-111-13/+26
* Various mdoc and grammar fixes.piso2006-10-081-279/+282
* Compilation.piso2006-09-271-1/+1
* Summer of Code 2005: improve libalias - part 1 of 2piso2006-09-2618-266/+2052
* o Kill BUGS section as it is not valid since rev. 1.4 alias_pptp.c.maxim2006-07-041-6/+1
* Fix prototype.ru2005-11-241-1/+1
OpenPOWER on IntegriCloud