aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipf
Commit message (Collapse)AuthorAgeFilesLines
* Updates to build infrastructure for the MFC of IPFilter into RELENG_6Darren Reed2007-11-196-46/+47
| | | | Notes: svn path=/stable/6/; revision=173740
* MFC: ipfilter 4.1.13Guido van Rooij2006-08-242-5/+6
| | | | Notes: svn path=/stable/6/; revision=161566
* Fix the contents of the underneath .depend files and "make checkdpadd".Ruslan Ermilov2005-05-171-8/+4
| | | | Notes: svn path=/head/; revision=146321
* Enable building /sbin/ipf (but not the rescue version) with the ability toDarren Reed2005-05-161-2/+4
| | | | | | | parse bpf strings for filter rules in ipf.conf Notes: svn path=/head/; revision=146277
* Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanupDarren Reed2005-04-288-38/+4
| | | | | | | build problems with rescue. Notes: svn path=/head/; revision=145630
* Not looking for ipfilter source files in the right placeDarren Reed2005-04-261-1/+1
| | | | Notes: svn path=/head/; revision=145555
* create a new build heirarchy for ipfilter toolsDarren Reed2005-04-2514-16/+418
| | | | Notes: svn path=/head/; revision=145524
* Link a couple of missing manpagesGuido van Rooij2005-01-071-0/+2
| | | | | | | | Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org> MFC after: 1 week Notes: svn path=/head/; revision=139847
* style.Makefile(5):Johan Karlsson2004-02-231-1/+1
| | | | | | | Use WARNS?= instead of WARNS=. Notes: svn path=/head/; revision=126178
* Move my maintainership of parts of ipfilter back to Darren ReedGuido van Rooij2003-06-061-1/+1
| | | | Notes: svn path=/head/; revision=115895
* * add extra -I path to get the "matching" header files.Darren Reed2002-03-201-0/+1
| | | | Notes: svn path=/head/; revision=92774
* Default to WARNS=2.David E. O'Brien2001-12-041-0/+1
| | | | | | | | | Binary builds that cannot handle this must explicitly set WARNS=0. Reviewed by: mike Notes: svn path=/head/; revision=87325
* Pick up the correct headers from sys/contrib/ipfilter/netinet.Ruslan Ermilov2001-06-181-1/+3
| | | | Notes: svn path=/head/; revision=78416
* Backout previous change (removal of -I${.CURDIR}/../../sys/netinet).Ruslan Ermilov2001-06-111-1/+1
| | | | | | | | | | | | | This is needed to pick up the right headers. Wrong headers from src/contrib/ipfilter are used otherwise. The right fix would be to fix contrib/ipfilter C sources to pick up headers from <sys/netinet>. Noticed by: peter Notes: svn path=/head/; revision=78080
* Removed -I${.CURDIR}/.../sys from CFLAGS.Ruslan Ermilov2001-05-181-1/+1
| | | | Notes: svn path=/head/; revision=76812
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-3/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74815
* Build with -DUSE_INET6 so that we can actually use the IPv6 support inJacques Vidrine2000-10-311-1/+1
| | | | | | | | | IPFilter 3.4.x. Approved by: darrenr, guido Notes: svn path=/head/; revision=68111
* add common.c to SRCS to fix compile problemsDarren Reed2000-05-241-1/+1
| | | | Notes: svn path=/head/; revision=60885
* Add MAINTAINER tag.Guido van Rooij1999-12-151-0/+2
| | | | | | | | The Makefiles in sbin/{ipfstat,ipmon,ipnat} were repository copied from the respective directories in usr.sbin Notes: svn path=/head/; revision=54653
* Revive userland stuff for ipfilter.Guido van Rooij1999-11-231-0/+12
| | | | | | | | Also fixes: PR: 7791 Notes: svn path=/head/; revision=53643
* Nuke the old antique copy of ipfilter from the tree. This is old enoughPeter Wemm1999-10-101-12/+0
| | | | | | | | to be dangerous. It will better serve us as a port building a KLD, ala SKIP. Notes: svn path=/head/; revision=52088
* Initial bmake scaffolding for ipfilter userland stuff.Peter Wemm1998-03-211-0/+12
Obtained from: large chunks stolen from OpenBSD and NetBSD Notes: svn path=/head/; revision=34753