summaryrefslogtreecommitdiff
path: root/dist/ipf
AgeCommit message (Expand)Author
2009-10-15Fix markup.joerg
2009-08-22Duplicate .TP.joerg
2009-08-20The type of iplf_count is u_int, not size_t, so print with %u, not %zu.he
2009-08-19When preparing ipfilter to import, remove files that are not related todarrenr
2009-08-19IPF 4.1.33martti
2009-08-19Update head to version 4.1.33 from vendor branchdarrenr
2009-08-19Import IPFilter 4.1.33darrenr
2009-07-02Fix two problems in a conditional:snj
2009-05-24More changes to improve kern_descrip.c.ad
2009-05-08reorder code to avoid uninitalized variable.christos
2009-05-07- prevent buffer overflow from Maksymilian Arciemowicz (worst case was 1041christos
2009-03-17Fix bad TCP checksum in packets with IP option header.tsutsui
2009-03-06eliminate hacky memory allocation that loses on 64 bit archs with alignmentchristos
2008-12-29fix suseconds_t formatchristos
2008-10-20IPF 4.1.31 is outmartti
2008-08-12Not needed in NetBSDmartti
2008-07-242020447 IPFilter's NAT can undo name server random port selectiondarrenr
2008-05-20Pullup IPFilter 4.1.29 from the vendor branch to HEAD.darrenr
2008-05-20Import IPFilter 4.1.29 to the vendor branchdarrenr
2008-05-18Added instructions how I've updated IPF. This should make it easier for anyonemartti
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2007-12-11Also escape $Header tags.lukem
2007-10-09two new hacks:mrg
2007-09-17Fixed IPF bug #1767831martti
2007-09-10Revert to previous, it was not working for me correctly...martti
2007-09-10Fixed IPF bug #1767831martti
2007-06-16Upgraded IPFilter to v4.1.23martin
2007-06-16Import IPFilter 4.1.23martin
2007-06-04s/iplattach/ipfattach/ and s/ipldetach/ipfdetach/martti
2007-05-23Added missing .TPmartti
2007-05-15Merge IP-Filter 4.1.22martin
2007-05-15Import IPFilter 4.1.22martin
2007-05-01Upgraded IPFilter to 4.1.20martti
2007-05-01Import IPFilter 4.1.20martti
2007-04-21On amd64 U_QUAD_T is (probably) 'unsigned long', but "%qd" expects to seedsl
2007-04-16fix build on arches with chars that're by default unsigned.dogcow
2007-04-14Update IPFilter to version 4.1.19martin
2007-04-14Import IPFilter 4.1.19martin
2007-03-04fallout from caddr_t -> void * changejnemeth
2007-02-20#include <machine/lock.h> before _KERNEL is defined to bypassmatt
2007-02-18Use the new ifnet->if_output signature, the one with a constdyoung
2007-02-18constify struct sockaddr for no_output and write_output, due to if.h 1.122dogcow
2006-12-27CID-3325: don't leak `fd'alc
2006-12-25CID-3224: check the return value of strtok() before usealc
2006-10-03Coverity CID 3013: Don't check for NULL after deref! (from Arnaud Lacombe)christos
2006-09-17PR/34284: Gene ENonymous: Fix the userland copy of ip_lookup.c. Why do wechristos
2006-08-26PR/34286: Gene ENonymous: Increase YYSTACKSIZE so that we can handle hugechristos
2006-05-29Clarify that to avoid ioctl(SIOCGNATS): Input/output error, ipf must bechap
2006-05-14XXX: GCC uninitialized.christos
2006-05-10quell GCC 4.1 uninitialised variable warnings.mrg