summaryrefslogtreecommitdiffstats
path: root/contrib/pf/pfctl/pfctl_osfp.c
Commit message (Collapse)AuthorAgeFilesLines
* o Create directory sys/netpfil, where all packet filters shouldglebius2012-09-141-1108/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reside, and move there ipfw(4) and pf(4). o Move most modified parts of pf out of contrib. Actual movements: sys/contrib/pf/net/*.c -> sys/netpfil/pf/ sys/contrib/pf/net/*.h -> sys/net/ contrib/pf/pfctl/*.c -> sbin/pfctl contrib/pf/pfctl/*.h -> sbin/pfctl contrib/pf/pfctl/pfctl.8 -> sbin/pfctl contrib/pf/pfctl/*.4 -> share/man/man4 contrib/pf/pfctl/*.5 -> share/man/man5 sys/netinet/ipfw -> sys/netpfil/ipfw The arguable movement is pf/net/*.h -> sys/net. There are future plans to refactor pf includes, so I decided not to break things twice. Not modified bits of pf left in contrib: authpf, ftp-proxy, tftp-proxy, pflogd. The ipfw(4) movement is planned to be merged to stable/9, to make head and stable match. Discussed with: bz, luigi
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-281-1/+1
| | | | | | | | You need to update userland (world and ports) tools to be in sync with the kernel. Submitted by: mlaier Submitted by: eri
* Import pf userland from OpenBSD 4.1 and (for ftp-proxy) libevent 1.3b asmlaier2007-07-031-2/+11
| | | | a local lib.
* Import pf userland from OpenBSD 3.7 (OPENBSD_3_7 as of today)mlaier2005-05-031-10/+9
|
* Import userland of pf 3.5 from OpenBSD (OPENBSD_3_5_BASE).mlaier2004-06-161-7/+14
|
* Vendor import of OpenBSD's pf userland as of OpenBSD 3.4mlaier2004-02-281-0/+1093
Approved by: bms(mentor), core(in general)
OpenPOWER on IntegriCloud