summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ipftest
Commit message (Collapse)AuthorAgeFilesLines
* Move my maintainership of parts of ipfilter back to Darren Reedguido2003-06-061-1/+1
|
* * ipftest now compiles with IPFILTER_LOG and needs ip_log.c to be able todarrenr2002-03-201-2/+4
| | | | | | do the log regression test. * dumping state/nat entries is also possible, outputting this information is in the print{state,nat}.c files.
* Perform a major cleanup of the usr.sbin Makefiles.obrien2001-07-201-7/+7
| | | | | These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
* Pick up the correct headers from sys/contrib/ipfilter/netinet.ru2001-06-181-9/+5
|
* Backout previous change (removal of -I${.CURDIR}/../../sys/netinet).ru2001-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
* Removed -I${.CURDIR}/.../sys from CFLAGS.ru2001-05-181-1/+1
|
* - Backout botched attempt to introduce MANSECT feature.ru2001-03-261-1/+0
| | | | - MAN[1-9] -> MAN.
* Build with -DUSE_INET6 so that we can actually use the IPv6 support innectar2000-10-311-1/+1
| | | | | | IPFilter 3.4.x. Approved by: darrenr, guido
* add common.c to SRCSdarrenr2000-05-241-1/+1
|
* Move basic ifilter utils to sbin where they shold have been committed byguido1999-12-061-0/+2
| | | | me in the first place. While we're at it: add MAINTAINER line
* Revive userland stuff for ipfilter.guido1999-11-231-0/+20
| | | | | Also fixes: PR: 7791
* Nuke the old antique copy of ipfilter from the tree. This is old enoughpeter1999-10-101-20/+0
| | | | | to be dangerous. It will better serve us as a port building a KLD, ala SKIP.
* Initial bmake scaffolding for ipfilter userland stuff.peter1998-03-211-0/+20
Obtained from: large chunks stolen from OpenBSD and NetBSD
OpenPOWER on IntegriCloud