summaryrefslogtreecommitdiff
path: root/lib/libpfctl/libpfctl.c
Commit message (Expand)AuthorAgeFilesLines
* libpfctl: fix pfctl_kill_states()Kristof Provost2022-02-181-1/+1
* libpfctl: fix creatorid endiannessKristof Provost2022-02-181-2/+2
* pf tests: Test PR259689Kristof Provost2021-12-011-1/+1
* pf: ensure we populate dyncnt/tblcnt in struct pf_addr_wrapKristof Provost2021-12-011-2/+8
* libpfct: be consistent with u_int vs. uintKristof Provost2021-11-261-17/+17
* pf: Introduce ridentifierKristof Provost2021-11-261-0/+2
* pfctl: userspace adaptive syncookies configrationKristof Provost2021-10-061-5/+50
* libpfctl: Implement DIOCGETSTATUS wrappersKristof Provost2021-09-061-0/+115
* libpfctl: fix double freeKristof Provost2021-09-061-1/+0
* libpfctl: Fix endianness issuesKristof Provost2021-08-231-5/+5
* pfctl: syncookie configurationKristof Provost2021-07-271-0/+57
* libpfctl: migrate to DIOCGETSTATESV2Kristof Provost2021-07-161-115/+77
* libpfctl: memory leak fixKristof Provost2021-07-091-0/+1
* pf: Reduce the data returned in DIOCGETSTATESNVKristof Provost2021-07-091-22/+0
* libpfctl: Improve error handling in pfctl_get_states()Kristof Provost2021-06-031-11/+17
* libpfctl: fix memory leakKristof Provost2021-06-031-0/+9
* pf: Track the original kif for floating statesKristof Provost2021-05-271-0/+2
* pfctl: Use DIOCGETSTATESNVKristof Provost2021-05-271-0/+173
* pf: Support killing 'matching' statesKristof Provost2021-05-141-0/+1
* pf: Allow states to by killed per 'gateway'Kristof Provost2021-05-141-0/+1
* pfctl: Start using DIOCKILLSTATESNVKristof Provost2021-05-141-4/+20
* pfctl: Start using DIOCCLRSTATESNVKristof Provost2021-05-141-0/+59
* pf: Optionally attempt to preserve rule counter values across ruleset updatesKristof Provost2021-05-111-0/+22
* pf: Implement the NAT source port selection of MAP-E Customer EdgeKurosawa Takahiro2021-05-111-0/+24
* pf: Allow multiple labels to be set on a ruleKristof Provost2021-05-101-3/+15
* pf: Fix parsing of long table namesKristof Provost2021-05-101-5/+10
* pfctl: Fix clearing rules countersKristof Provost2021-05-071-0/+11
* pfctl, libpfctl: introduce pfctl_poolKurosawa Takahiro2021-05-071-2/+2
* libpfctl: Fix u_* countersKristof Provost2021-05-071-3/+3
* libpfctl: Switch to pfctl_ruleKristof Provost2021-05-071-5/+5
* pfctl: Move ioctl abstraction functions into libpfctlKristof Provost2021-05-071-0/+536