aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipnat
Commit message (Collapse)AuthorAgeFilesLines
* * need to compile printnat.c now that this function is in a separate .c fileDarren Reed2002-03-201-1/+2
| | | | | | | * add extra -I path to get the "matching" header files. Notes: svn path=/head/; revision=92773
* both ipnat and ipfstat now use libkvm rather than their own home-rolledDarren Reed2002-03-191-0/+3
| | | | | | | | kmem accessors, allowing them to be used with crash dumps as well as live systems, now. Notes: svn path=/head/; revision=92701
* 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
* No more hunting around for ipnat.conf(5) man page.Nick Hibma2000-08-281-0/+1
| | | | Notes: svn path=/head/; revision=65159
* 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