History log of /freebsd-10.0-release/sbin/ipf/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


255332 06-Sep-2013 cy

Update ipfilter 4.1.28 --> 5.1.2.

Approved by: glebius (mentor)
BSD Licensed by: Darren Reed <darrenr@reed.wattle.id.au> (author)


239775 28-Aug-2012 issyl0

Link ipfilter(4) and ipfilter(5) to the build to stop the wrong man page
displaying for 'man 4 ipfilter'.

PR: docs/118020
Approved by: gjb (mentor)
MFC after: 5 days


228612 17-Dec-2011 dim

Use both NO_WFORMAT and NO_WARRAY_BOUNDS for sbin/ipf, it would be too
disruptive to actually fix all the warnings, and the code hasn't been
maintained for several years.

MFC after: 1 week


204585 02-Mar-2010 uqs

Always assign WARNS using ?=

- fix some nearby style bugs
- include Makefile.inc where it makes sense and reduces duplication

Approved by: ed (co-mentor)


198236 19-Oct-2009 ru

Switch the default WARNS level for sbin/ to 6.

Submitted by: Ulrich Spörlein


173722 18-Nov-2007 jb

This makefile builds contrib code, so I won't try to fix all the
casts from pointer to int here.


170575 11-Jun-2007 cognet

Exclude inet_addr.c from the build.
It only provides inet_aton(), which is already provided by the libc. This
causes multiple symbol definitions when linking statically.

Reviewed by: darrenr


170268 04-Jun-2007 darrenr

Merge IPFilter 4.1.23 back to HEAD
See src/contrib/ipfilter/HISTORY for details of changes since 4.1.13


162199 10-Sep-2006 obrien

Fix the manual build.


161387 17-Aug-2006 kan

Regularly scheduled patch to unbreak regularly scheduled post-ipfilter
buildworld breakage.

Exclude loglevel.c from the build. It does not appear to be used by
anything in the tree and buildworld succeeds just fine without it.


161358 16-Aug-2006 guido

Adapt to ipf 4.1.13


158343 07-May-2006 obrien

fix style nit


157721 13-Apr-2006 ru

Add missing library dependencies.


153883 30-Dec-2005 guido

Add printproto.c to libipf


146321 17-May-2005 ru

Fix the contents of the underneath .depend files and "make checkdpadd".


146277 16-May-2005 darrenr

Enable building /sbin/ipf (but not the rescue version) with the ability to
parse bpf strings for filter rules in ipf.conf


145630 28-Apr-2005 darrenr

Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanup
build problems with rescue.


145555 26-Apr-2005 darrenr

Not looking for ipfilter source files in the right place


145524 25-Apr-2005 darrenr

create a new build heirarchy for ipfilter tools


139847 07-Jan-2005 guido

Link a couple of missing manpages

Submitted by: Hideyuki KURASHINA <rushani@FreeBSD.org>
MFC after: 1 week


126178 23-Feb-2004 johan

style.Makefile(5):
Use WARNS?= instead of WARNS=.


115895 06-Jun-2003 guido

Move my maintainership of parts of ipfilter back to Darren Reed


92774 20-Mar-2002 darrenr

* add extra -I path to get the "matching" header files.


87325 04-Dec-2001 obrien

Default to WARNS=2.
Binary builds that cannot handle this must explicitly set WARNS=0.

Reviewed by: mike


78416 18-Jun-2001 ru

Pick up the correct headers from sys/contrib/ipfilter/netinet.


78080 11-Jun-2001 ru

Backout previous change (removal of -I${.CURDIR}/../../sys/netinet).
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


76812 18-May-2001 ru

Removed -I${.CURDIR}/.../sys from CFLAGS.


74815 26-Mar-2001 ru

- Backout botched attempt to introduce MANSECT feature.
- MAN[1-9] -> MAN.


68111 31-Oct-2000 nectar

Build with -DUSE_INET6 so that we can actually use the IPv6 support in
IPFilter 3.4.x.

Approved by: darrenr, guido


60885 24-May-2000 darrenr

add common.c to SRCS to fix compile problems


54653 15-Dec-1999 guido

Add MAINTAINER tag.

The Makefiles in sbin/{ipfstat,ipmon,ipnat} were repository copied
from the respective directories in usr.sbin


53643 23-Nov-1999 guido

Revive userland stuff for ipfilter.
Also fixes:
PR: 7791