aboutsummaryrefslogtreecommitdiff
path: root/lib/libpfctl/libpfctl.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* libpfct: ensure the initial allocation is large enoughKristof Provost2023-07-261-0/+2
* pfctl: Add missing state parameters in DIOCGETSTATESV2Kajetan Staszkiewicz2023-05-301-2/+14
* pf: introduce ridentifier and labels to ether rulesChristian McDonald2023-04-261-1/+19
* pf: backport OpenBSD syntax of "scrub" option for "match" and "pass" rulesKajetan Staszkiewicz2023-04-141-0/+1
* libpfctl: Don't pass stack garbage to free.John Baldwin2023-03-221-2/+0
* pf: bridge-toKristof Provost2022-11-021-0/+5
* pf: expose syncookie active/inactive statusKristof Provost2022-10-311-0/+1
* libpfctl: improve syncookie watermark calculationKristof Provost2022-09-121-2/+10
* pf: support matching on tags for Ethernet rulesKristof Provost2022-06-201-0/+6
* pf: Add per-rule timestamps for rule and eth_ruleReid Linnemann2022-04-221-1/+9
* libpfctl: grow request buffer on ENOSPCKristof Provost2022-04-201-139/+61
* libpfctl: relocate implementations of pfr_add/get/set_addrsReid Linnemann2022-04-041-0/+96
* pf: handle duplicate rules gracefullyMateusz Guzik2022-04-011-0/+2
* libpfct: Return errno from pfctl_add_eth_rule()Kristof Provost2022-03-301-2/+3
* pf: support listing ethernet anchorsKristof Provost2022-03-301-0/+75
* pf: support basic L3 filtering in the Ethernet rulesKristof Provost2022-03-141-1/+9
* libpfct: factor out pfctl_get_rules_info()Kristof Provost2022-03-081-0/+22
* libpfctl: support flushing rules/nat/ethKristof Provost2022-03-081-0/+89
* pf: support masking mac addressesKristof Provost2022-03-021-0/+5
* pf: add anchor support for ether rulesKristof Provost2022-03-021-4/+27
* pf: support dummynet on L2 rulesKristof Provost2022-03-021-0/+6
* pfctl: Don't print (ether) to / from if they're not setKristof Provost2022-03-021-0/+4
* pfctl: Print Ethernet rulesKristof Provost2022-03-021-0/+179
* libpfctl: fix pfctl_kill_states()Kristof Provost2022-01-311-1/+1
* libpfctl: fix creatorid endiannessKristof Provost2022-01-271-2/+2
* pf tests: Test PR259689Kristof Provost2021-11-101-1/+1
* pf: ensure we populate dyncnt/tblcnt in struct pf_addr_wrapKristof Provost2021-11-101-2/+8
* libpfct: be consistent with u_int vs. uintKristof Provost2021-11-051-17/+17
* pf: Introduce ridentifierKristof Provost2021-11-051-0/+2
* pfctl: userspace adaptive syncookies configrationKristof Provost2021-09-291-5/+50
* pf: support dummynetKristof Provost2021-09-241-0/+6
* libpfctl: Implement DIOCGETSTATUS wrappersKristof Provost2021-08-291-0/+115
* libpfctl: fix double freeKristof Provost2021-08-291-1/+0
* libpfctl: Fix endianness issuesKristof Provost2021-08-201-5/+5
* pfctl: syncookie configurationKristof Provost2021-07-201-0/+57
* libpfctl: migrate to DIOCGETSTATESV2Kristof Provost2021-07-091-117/+79
* libpfctl: memory leak fixKristof Provost2021-07-021-0/+1
* pf: Reduce the data returned in DIOCGETSTATESNVKristof Provost2021-07-021-22/+0
* libpfctl: Improve error handling in pfctl_get_states()Kristof Provost2021-05-311-11/+17
* libpfctl: fix memory leakKristof Provost2021-05-311-0/+9
* pf: Track the original kif for floating statesKristof Provost2021-05-201-0/+2
* pfctl: Use DIOCGETSTATESNVKristof Provost2021-05-201-0/+173
* pf: Support killing 'matching' statesKristof Provost2021-05-071-0/+1
* pf: Allow states to by killed per 'gateway'Kristof Provost2021-05-071-0/+1
* pfctl: Start using DIOCKILLSTATESNVKristof Provost2021-05-071-4/+20
* pfctl: Start using DIOCCLRSTATESNVKristof Provost2021-05-071-0/+59
* pf: Fix parsing of long table namesKristof Provost2021-04-261-5/+10
* pf: Allow multiple labels to be set on a ruleKristof Provost2021-04-261-3/+15
* pf: Optionally attempt to preserve rule counter values across ruleset updatesKristof Provost2021-04-191-0/+22