aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/libalias
Commit message (Expand)AuthorAgeFilesLines
* MFC r223437:Andrey V. Elsukov2011-07-284-39/+127
* MFC r223080:Andrey V. Elsukov2011-07-281-0/+6
* MFC 223773:Glen Barber2011-07-261-59/+56
* Merge from head/ 220800,220837,220914:Gleb Smirnoff2011-07-081-0/+5
* MFC r218909:Rebecca Cran2011-02-241-1/+1
* MFC r214754:Nick Hibma2010-11-221-1/+0
* MFC r215153:Lawrence Stewart2010-11-162-22/+16
* MFC r215152:Lawrence Stewart2010-11-152-4/+2
* MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,Matt Jacob2010-02-112-2/+2
* MFC r201145 to stable/8:Antoine Brodin2010-01-301-2/+2
* MFC r199208, r199223:Attilio Rao2009-11-221-104/+0
* MFC: r198539Christian Brueffer2009-11-041-0/+1
* What's the point of adjusting a checksum if we are going to toss thePaolo Pisati2009-04-111-7/+4
* Plug two bugs introduced with modules conversion:Paolo Pisati2009-04-112-7/+5
* Remove stale comments.Paolo Pisati2009-04-111-3/+0
* -don't pass down, to module's fingerprint function, unused data likePaolo Pisati2009-04-0810-28/+34
* This commit fixes the issue with alias_sctp.c. NoRandall Stewart2009-02-141-2/+39
* Add SCTP NAT support.Paolo Pisati2009-02-075-4/+2985
* Silent userland warnings about missing prototypes.Paolo Pisati2009-01-153-0/+3
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-0/+2
* Improve the entropy of the source port randomization for network addressChristian S.J. Peron2008-08-301-6/+6
* Partially revert previous commit. DeleteLink() does not deletes permanentAlexander Motin2008-06-221-1/+5
* Implement UDP transparent proxy support.Alexander Motin2008-06-211-10/+76
* Add support for PORT/EPRT FTP commands in lowercase.Alexander Motin2008-06-211-96/+21
* Increase LINK_TABLE_OUT_SIZE from 101 to 4001 like LINK_TABLE_IN_SIZEAlexander Motin2008-06-012-70/+23
* Make m_megapullup() more intelligent:Alexander Motin2008-06-011-12/+32
* Fix packet fragmentation support broken by copy/paste error in rev.1.60.Alexander Motin2008-06-011-2/+2
* Fix build, together with a bit of style breakage.Dmitry Morozovsky2008-05-021-1/+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
* -Don't pass down the entire pkt to ProtoAliasIn, ProtoAliasOut, FragmentInPaolo Pisati2008-03-123-305/+43
* MFP4:Paolo Pisati2008-03-067-77/+67
* Simpler version of the previous commit.Dag-Erling Smørgrav2007-12-061-5/+2
* Fix strict alias warnings.John Birrell2007-11-231-2/+5
* 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
* Prevent the usage of an uninitialized variable: do not acceptPaolo Pisati2007-04-071-0/+11
* Silence Coverity about an unused variable.Paolo Pisati2007-04-071-1/+1
* Include string.h for non-kernel builds to get proper memcpy prototype.Alexander Kabaev2007-04-041-0/+1
* Include string.h for non-kernel builds to get proper strcpy, strlenAlexander Kabaev2007-04-041-0/+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-156-94/+327
* Make libalias.conf parsing a bit smarter.Paolo Pisati2006-12-011-10/+18
* Remove m_megapullup from ng_nat and put it under libalias.Paolo Pisati2006-12-012-0/+41
* Fix TFTP NAT support by making sure the appropriate fingerprinting checksJoe Marcus Clarke2006-11-071-2/+4
* Merge the rest of my changes.Ruslan Ermilov2006-10-111-13/+26
* Various mdoc and grammar fixes.Paolo Pisati2006-10-081-275/+278
* Compilation.Paolo Pisati2006-09-271-1/+1
* Summer of Code 2005: improve libalias - part 1 of 2Paolo Pisati2006-09-2618-266/+2052
* o Kill BUGS section as it is not valid since rev. 1.4 alias_pptp.c.Maxim Konovalov2006-07-041-6/+1