summaryrefslogtreecommitdiff
path: root/dist/ipf
AgeCommit message (Expand)Author
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
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2006-04-28Coverity CID 785: Prevent NULL pointer dereference if an appropriate groupchristos
2006-04-20correct a typo: configruation -> configurationpavel
2006-04-18ipf -Z returns junk and/or can cause a panic (seen on solaris.)darrenr
2006-04-05Add missing .TPhubertf
2006-04-04Removed file.martti
2006-04-04Upgraded IPFilter to 4.1.13martti
2006-04-04Import IPFilter 4.1.13martti
2006-03-18Ditch the ugly hardcoded value and do proper bounds checking.elad
2006-03-07If compiling for NetBSD/vax, define boolean_t here before includinghe
2006-02-25Fix typo in comment.wiz
2005-12-27Make the list of files more readable (so it's easier to add and remove files).martti
2005-12-27Removed ip_rules.c and ip_rules.hmartti
2005-12-04PR 32241: Igor Sobrado: ipnat(5) FILES section is missing.rpaulo
2005-09-27Avoid crash with invalid input.martti
2005-06-11bin/29508 - fix "ipf -T" - kernel wasn't setting ipft_cookie and userlanddarrenr
2005-06-02appease gcc -Wuninitializedlukem
2005-05-18backout previous. ISDIGIT is used all over the place without a cast.christos
2005-05-18Cast isdigit() argument to unsigned char.christos
2005-04-20Document that ipmon reopens its log file(s) and rereads its configurationreed
2005-04-03Upgraded IPFilter to 4.1.8martti
2005-04-03Import IPFilter 4.1.8martti
2005-03-13Get rid of a compiler warning saying "dereferencing type-punned pointerhe
2005-02-20Reinstate the ntohs() on port numbers returned bu getport()dsl
2005-02-20Do not use bogus (long) casts and ntohl() on port numbers.martin
2005-02-19Upgraded IPFilter to 4.1.6martti
2005-02-19Import IPFilter 4.1.6martti
2005-02-08REMOVEDmartti
2005-02-08Upgraded IPFilter to 4.1.5martti
2005-02-08Import IPFilter 4.1.5martti
2005-01-21Remove duplicate description for -d. From Chris Ross in PR 29035.wiz
2005-01-10Fix compilation with -UUSE_INET6lukem
2005-01-04Fixed ifdef logicmartti
2004-12-30Note also src/regress/sys/kern/ipfmartti
2004-12-30undo this last change, it did match fil.c - bad me.darrenr
2004-12-30Use src/sys/dist/ipf/netinet instead of src/sys/netinetmartti
2004-12-30the bitmask array in this file should be the same as the one in fil.c ifdarrenr
2004-12-16Expand out an unused byte to give each NAT rule a protocol version field,darrenr
2004-12-01Make bpf use the cloning devicechristos
2004-12-01Use the cloning device if that is availablechristos
2004-11-21Fix a regression from 3.4 behaviour where the destination of a redirect ruledarrenr
2004-11-13Remove declaration of unused "cksum" variable.he
2004-11-13Apply patch from Darren for the ctype() functions/macros.he
2004-11-13Revert previous, paving the way for Darren's cleaner patch.he
2004-11-13More instances of casts to usngiend char for the ctype functions.he
2004-11-13Add casts to unsigned char for arguments to ctype functions.he