aboutsummaryrefslogtreecommitdiff
path: root/sbin/pfctl
Commit message (Expand)AuthorAgeFilesLines
* pfctl: Stop sharing pf_ruleset.c with the kernelKristof Provost2021-01-202-3/+343
* pfctl: Call ifa_load() before ifa_grouplookup()Kristof Provost2021-01-141-3/+4
* pfctl: Another set skip <group> fixKristof Provost2021-01-141-1/+21
* MFC r360096:Kristof Provost2020-04-261-2/+0
* MFC r359130:Kristof Provost2020-04-021-4/+5
* MFC r358463:Li-Wen Hsu2020-03-111-1/+1
* MFC r346370:Kristof Provost2019-04-261-5/+15
* MFC r343978:Kristof Provost2019-03-011-0/+1
* MFC r343287:Patrick Kelsey2019-02-114-341/+380
* MFC r343520:Kristof Provost2019-02-111-2/+15
* MFC r342989Kristof Provost2019-01-201-0/+7
* MFC r339627:Kristof Provost2018-12-032-3/+4
* MFC r340264:Kristof Provost2018-11-221-0/+1
* MFC r339578:Kristof Provost2018-11-181-1/+3
* MFC r339466:Kristof Provost2018-11-184-1/+7
* MFC r339464:Kristof Provost2018-11-181-2/+2
* Fix warning about crossing INT32_MAX boundary in computation of constant value.Patrick Kelsey2018-08-231-1/+1
* Extend tbrsize heuristic in pfctl(8) to provide a sensible value forPatrick Kelsey2018-08-231-1/+3
* Extended pf(4) ioctl interface and pfctl(8) to allow bandwidths ofPatrick Kelsey2018-08-225-23/+55
* pfctl: Remove unused functionKristof Provost2018-08-221-20/+0
* pfctl: Improve set skip handling for groupsKristof Provost2018-08-222-9/+75
* Move pf.os to sbin/pfctl/Brad Davis2018-08-112-0/+710
* Convert bsd.files.mk to support DIRS and simplify by only having one installBrad Davis2018-07-261-3/+1
* Skip the pftcl(8) tests if pf isn't loaded.Alan Somers2018-07-221-0/+1
* pfctl: Don't retrieve interface list if '-n' is setKristof Provost2018-07-031-1/+1
* Assuming that the intent (from the white space) is that the fprintf()Sean Bruno2018-06-241-1/+2
* pf: Support "return" statements in passing rules when they fail.Kristof Provost2018-06-221-3/+25
* pf: Return non-zero from 'status' if pf is not enabledKristof Provost2018-06-064-1/+28
* pfctl: Don't break connections on skipped interfaces on reloadKristof Provost2018-04-281-1/+46
* pfctl(8): Fix two wrong conditions.Pedro F. Giffuni2018-01-271-2/+2
* Free path before returnig.Warner Losh2017-12-281-0/+2
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-278-8/+24
* pfctl: teach route-to to deal with interfaces with multiple addressesKristof Provost2017-11-151-1/+4
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-312-0/+22
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* pfctl parser testsKristof Provost2017-07-15162-0/+1669
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
* Fix the parsing of NPt binat rules.Luiz Otavio O Souza2016-12-281-1/+1
* pfctl: fix nested inline anchorsKristof Provost2016-11-101-1/+1
* Fix improper use of "its".Bryan Drewery2016-11-081-2/+2
* pf: port extended DSCP support from OpenBSDKristof Provost2016-10-131-9/+64
* pf: remove fastroute tagKristof Provost2016-10-042-8/+5
* Note the version PF first appeared in FreeBSD & from which version it was por...Sevan Janiyan2016-10-031-6/+10
* Fix a regression in pf.conf while parsing the 'interval' keyword.Luiz Otavio O Souza2016-08-051-0/+10
* pfctl: Make most global variables static.Kristof Provost2016-08-046-52/+53
* pfctl: Add missing __FBSDID to pfctl_osfp.cKristof Provost2016-08-041-0/+3
* pfctl: Use const where possible.Kristof Provost2016-08-023-14/+14
* pfctl: Match prototype of pfctl_load_hostid.Kristof Provost2016-08-021-1/+1