summaryrefslogtreecommitdiff
path: root/usr.sbin/pf
AgeCommit message (Expand)Author
2013-10-19fix unused variable warnings.christos
2013-04-10no need for the end macros anymorechristos
2013-02-09Disable -DWITH_NPF for now; will be converted to BPF mechanism.rmind
2012-09-15does not need -I${NETBSDSRCDIR}/sys/dist/ipf here, the include filesplunky
2011-12-21don't include pcap/bpf.hchristos
2011-08-31Use __deadjoerg
2011-05-26Default to -Wno-sign-compare -Wno-pointer-sign for clang.joerg
2011-05-24No input neededjoerg
2011-02-04Fix sun2 builds. Noted by joerg@.rmind
2011-02-02NPF checkpoint:rmind
2010-12-13fix build.christos
2010-05-09Remove trailing whitespace and dot in Nd.wiz
2010-05-09Add missing licensedegroote
2010-05-08Sort options, standardize SYNOPSIS, slight rewordings. Use more markup.wiz
2010-05-07Add support for pfs(8)degroote
2009-09-14Import pfsync support from OpenBSD 4.2degroote
2009-04-23WARNS=1 for pflukem
2009-04-22Enable WARNS=4 by default, except for:lukem
2008-06-20Install /etc/pf.os with 444 permissions.peter
2008-06-18merge yamt-pf42 branch.yamt
2007-09-02Use "ipv6-icmp" instead of "icmp6" to allow loading these rules again.tron
2007-05-28Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on thetls
2006-11-09compile a file with -Wno-stack-protector since it is using __cmsg_alignbytes()christos
2006-10-26remove openlog_r/syslog_r; we now have it.christos
2006-04-25Build libpcap-0.9.4 from src/dist.drochner
2006-01-10Fix mispelling in a comment.reed
2005-08-23pf needs to be started after the network is up, because some pf rulespeter
2005-06-27Remove (pf)spamd. Its right to exist in NetBSD has been questioned since itpeter
2005-04-19Remove copy of manual page created during build.tron
2005-04-13Remove copy of manual page created during build.tron
2005-04-12Finally, spamlogd -> pfspamlogd, for consistency.jwise
2005-04-12spamd.conf is now pfspamd.conf.jwise
2005-04-12Now that we can override the name of /etc/spamd.conf, make it /etc/pfspamd.conf.jwise
2005-04-12Pass in path to /etc/spamd.conf in CPPFLAGS.jwise
2005-04-12Now that we can specify the chroot location, make it /var/chroot/pfspamd.jwise
2005-04-12Pass in a value for SPAMD_CHROOT in CPPFLAGS, to specify the path to thejwise
2005-04-11Per discussion on tech-userlevel and tech-security, install `spamd',jwise
2005-04-04Enable pflogd(8).peter
2005-03-15Change BINDIR to /sbin and support MKDYNAMICROOT.peter
2005-03-15Add build glue for pflogd(8).peter
2005-03-15Add a small replacement for strtonum().peter
2005-03-15Install pf(4) examples. Reviewed by yamt@.peter
2005-02-22Add MKIPFILTER; if set to no, don't build and install the ipf(4) programs,peter
2005-02-13copyright notice.yamt
2004-11-16don't use variable arg macro, which is not supported by gcc2.yamt
2004-11-14handle configinstall target correctly.yamt
2004-11-14merge after importing pf from openbsd 3.6. (userland part)yamt
2004-11-11move common fragments into Makefile.inc.yamt
2004-11-11move pf reachover makefiles into usr.sbin/pf. ok'ed by itojun.yamt