aboutsummaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl_table.c
Commit message (Expand)AuthorAgeFilesLines
* pfctl: allow tables to be defined inside anchorsKristof Provost2025-09-171-10/+41
* pfctl: ctime(3) and ctime_r(3) can fail when timestamps are way off.Kristof Provost2025-09-151-10/+25
* pfctl: support recusive printing of tablesKristof Provost2025-09-101-9/+9
* pfctl: Do the actual pfr_strerror() to pf_strerror() renameKristof Provost2025-07-121-3/+3
* pfctl: Merge radix_perror() into simpler warnx()/errx() usageKristof Provost2025-07-121-21/+11
* pfctl: recursively flush rules and tablesKristof Provost2025-07-091-4/+11
* pfctl: Always check for namespace collisions on table commandsKristof Provost2025-07-071-2/+2
* pfctl: Improve duplicate table name warningKristof Provost2025-07-071-18/+8
* pfctl: Error out on missing table command, zap internal wrapper functionKristof Provost2025-07-041-11/+0
* pf: use PFR_RB_NONE consistentlyKristof Provost2025-07-041-5/+9
* pfctl: add option -S (no domain resolution)Kristof Provost2025-06-091-9/+9
* pfctl: void functions and exit(3) on errorKristof Provost2025-06-061-7/+8
* pf: convert DIOCRCLRTSTATS to netlinkKristof Provost2025-03-261-1/+1
* pf: convert DIOCRGETTSTATS to netlinkKristof Provost2025-03-201-22/+27
* pfctl: Rewrite to void using union sockaddr_unionKristof Provost2025-02-211-11/+16
* pfctl: simplify pfr_del_tables() to pfr_del_table()Kristof Provost2025-02-101-1/+1
* pfctl: simplify pfr_add_tables() to pfr_add_table()Kristof Provost2025-02-101-1/+1
* pf: convert DIOCRCLRTABLES to netlinkKristof Provost2025-01-141-2/+2
* pfctl: add -T `reset` to touch pfras_tzero only for non-zero entriesLeonid Evdokimov2024-12-091-0/+44
* pfctl: clear statistic for specified addressesKristof Provost2024-11-221-2/+15
* sbin: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* pfctl: remove set but unused variableKristof Provost2023-03-061-2/+0
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* o Create directory sys/netpfil, where all packet filters shouldGleb Smirnoff2012-09-141-0/+634