aboutsummaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl.c
Commit message (Expand)AuthorAgeFilesLines
* pfctl: Fix 'set skip' handling for groupsKristof Provost2019-01-131-0/+7
* Extended pf(4) ioctl interface and pfctl(8) to allow bandwidths ofPatrick Kelsey2018-08-221-0/+4
* pfctl: Remove unused functionKristof Provost2018-08-221-20/+0
* pfctl: Improve set skip handling for groupsKristof Provost2018-08-221-9/+74
* pfctl: Don't retrieve interface list if '-n' is setKristof Provost2018-07-031-1/+1
* pf: Return non-zero from 'status' if pf is not enabledKristof Provost2018-06-061-1/+19
* pfctl: Don't break connections on skipped interfaces on reloadKristof Provost2018-04-281-1/+46
* Free path before returnig.Warner Losh2017-12-281-0/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* pfctl: fix nested inline anchorsKristof Provost2016-11-101-1/+1
* pfctl: Make most global variables static.Kristof Provost2016-08-041-23/+23
* pfctl: Use const where possible.Kristof Provost2016-08-021-8/+8
* pfctl: Match prototype of pfctl_load_hostid.Kristof Provost2016-08-021-1/+1
* pfctl: Fix uninitialised veriableKristof Provost2015-11-011-0/+1
* Only report the lack of ALTQ support if pfctl is using verbose (-v) mode.George V. Neville-Neil2015-07-201-1/+1
* Move ALTQ from contrib to net/altq. The ALTQ code is for many yearsGleb Smirnoff2015-04-161-1/+1
* Fix compilation for 32-bit machines.Gleb Smirnoff2014-03-051-6/+7
* Instead of playing games with casts simply add 3 more members to theGleb Smirnoff2014-03-051-8/+6
* Better build fix.Gleb Smirnoff2014-02-151-6/+7
* Fix build on 32bit arches broken by me in r261882.Gleb Smirnoff2014-02-141-4/+5
* Once pf became not covered by a single mutex, many counters in it becameGleb Smirnoff2014-02-141-4/+4
* Remove __FreeBSD__ ifdefs.Gleb Smirnoff2013-11-221-6/+1
* Rewrite usage() so that its source code resembles what is printed.Gleb Smirnoff2013-11-221-7/+7
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-0/+2391