aboutsummaryrefslogtreecommitdiff
path: root/lib/libpfctl
Commit message (Expand)AuthorAgeFilesLines
...
* libpfctl: ensure we return useful error codesKristof Provost2024-09-211-9/+25
* pf: allow filtering on the receive interfaceKristof Provost2024-09-162-0/+3
* pf: convert DIOCGETADDR to netlinkKristof Provost2024-07-222-0/+65
* pf: convert DIOCGETADDRS to netlinkKristof Provost2024-07-222-0/+46
* pf: convert DIOCADDADDR to netlinkKristof Provost2024-07-172-0/+53
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* pf: convert DIOCBEGINADDRS to netlinkKristof Provost2024-06-082-0/+50
* pf: migrate DIOCGETLIMIT/DIOCSETLIMIT to netlinkKristof Provost2024-06-072-3/+87
* pf: convert DIOCGETTIMEOUT/DIOCSETTIMEOUT to netlinkKristof Provost2024-06-062-0/+86
* pf: convert DIOCSETDEBUG to netlinkKristof Provost2024-06-042-0/+33
* pf: convert DIOCNATLOOK to netlinkKristof Provost2024-06-042-0/+73
* pf: convert DIOCCLRSTATUS to netlinkKristof Provost2024-06-042-25/+36
* libpfctl: add pfctl_get_rule_h()Kristof Provost2024-05-282-0/+11
* libpfctl: fix file descriptor leakKristof Provost2024-05-092-8/+25
* pf: convert DIOCGETSTATUS to netlinkKristof Provost2024-04-292-0/+148
* libpfctl: allow access to the fdKristof Provost2024-04-292-0/+7
* libpfctl: fix incorrect pcounters array sizeKristof Provost2024-04-292-2/+2
* libpfctl: fix incorrect labels copyKristof Provost2024-03-221-1/+1
* pf: convert DIOCSETSTATUSIF to netlinkKristof Provost2024-03-192-0/+34
* pf: convert kill/clear state to use netlinkKristof Provost2024-02-282-40/+90
* libpfct: fix incorrect array checkKristof Provost2024-02-021-2/+2
* pf: implement addrule via netlinkKristof Provost2024-02-022-1/+284
* libpfctl: introduce a handle-enabled variant of pfctl_add_rule()Kristof Provost2024-01-042-6/+26
* libpfctl: introduce pfctl_handleKristof Provost2024-01-042-15/+53
* pf: export missing state informationKristof Provost2023-12-211-0/+7
* libpfctl: remove stray debug printf()Kristof Provost2023-12-111-3/+1
* pf: implement DIOCGETRULES via netlinkKristof Provost2023-11-271-14/+43
* libpfctl: handle pfctl_do_ioctl() failures betterKristof Provost2023-11-171-18/+24
* libpfctl: handle allocation failureKristof Provost2023-11-171-0/+7
* pf: expose more syncookie state information to userspaceKristof Provost2023-11-062-0/+2
* libpfctl: handle the 'pfctl' netlink family not being supportedKristof Provost2023-11-061-0/+10
* libpfctl: be more tolerant of kernel extensionsKristof Provost2023-10-311-2/+1
* libpfctl: remove unused field from struct pfctl_statesKristof Provost2023-10-301-1/+0
* libpfctl: add missing pfctl_status_lcounter() functionKristof Provost2023-10-302-0/+7
* dirdeps: Update Makefile.depend* files with empty contentsStephen J. Kiernan2023-10-291-0/+12
* libpfctl: fix Coverity issuesKristof Provost2023-10-241-3/+11
* libpfctl: fix pfctl_do_ioctl()Kristof Provost2023-10-241-3/+4
* pf: allow states to be killed by their pre-NAT addressKristof Provost2023-10-232-0/+2
* pf: support basic filters for state listingKristof Provost2023-10-232-2/+25
* pf: convert rule addition to netlinkKristof Provost2023-10-231-160/+205
* netlink: cope with growing requestsKristof Provost2023-10-171-3/+3
* pf: implement start/stop calls via netlinkKristof Provost2023-10-132-0/+29
* pf: add a way to list creator idsKristof Provost2023-10-102-1/+68
* libpfctl: introduce state iteratorKristof Provost2023-10-102-16/+48
* pf: convert state retrieval to netlinkAlexander V. Chernikov2023-10-101-97/+115
* libpfctl: implement status counter accessor functionsKristof Provost2023-08-312-0/+34
* libpfctl: allow pfctl_free_status(NULL)Kristof Provost2023-08-311-0/+3
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* libpfct: ensure the initial allocation is large enoughKristof Provost2023-07-261-0/+2