aboutsummaryrefslogtreecommitdiff
path: root/lib/libpfctl
Commit message (Expand)AuthorAgeFilesLines
* libpfctl: Implement DIOCGETSTATUS wrappersKristof Provost2021-08-292-0/+145
* libpfctl: fix double freeKristof Provost2021-08-291-1/+0
* libpfctl: Fix endianness issuesKristof Provost2021-08-201-5/+5
* pfctl: syncookie configurationKristof Provost2021-07-202-0/+68
* 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-022-34/+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-202-0/+3
* pfctl: Use DIOCGETSTATESNVKristof Provost2021-05-202-0/+233
* pf: Support killing 'matching' statesKristof Provost2021-05-072-0/+2
* pf: Allow states to by killed per 'gateway'Kristof Provost2021-05-072-0/+2
* pfctl: Start using DIOCKILLSTATESNVKristof Provost2021-05-072-4/+22
* pfctl: Start using DIOCCLRSTATESNVKristof Provost2021-05-072-0/+77
* pf: Fix parsing of long table namesKristof Provost2021-04-261-5/+10
* pf: Allow multiple labels to be set on a ruleKristof Provost2021-04-262-4/+16
* pf: Optionally attempt to preserve rule counter values across ruleset updatesKristof Provost2021-04-192-0/+23
* libpfct: Fix PIC flagKristof Provost2021-04-171-1/+1
* pfctl: Fix clearing rules countersKristof Provost2021-04-142-0/+14
* pf: Implement the NAT source port selection of MAP-E Customer EdgeKurosawa Takahiro2021-04-132-0/+25
* pfctl, libpfctl: introduce pfctl_poolKurosawa Takahiro2021-04-122-3/+13
* libpfctl: Fix u_* countersKristof Provost2021-04-102-10/+6
* libpfctl: Switch to pfctl_ruleKristof Provost2021-04-102-8/+145
* pfctl: Move ioctl abstraction functions into libpfctlKristof Provost2021-04-103-0/+593