summaryrefslogtreecommitdiff
path: root/sbin/pfctl
AgeCommit message (Expand)Author
5 dayspfctl: allow new page character (^L) in pf.confKristof Provost
5 dayspfctl: make the source limiter output match the inputKristof Provost
5 dayspf: configurable action on limiter exceededKristof Provost
5 dayspfctl: distinguish broadcast and PPP peer addressesKristof Provost
5 dayspfctl: ifa_load() in pfctl_parser.c may attempt to read beyond the buffer.Kristof Provost
5 dayspfctl tests: basic source and state limiter testsKristof Provost
5 dayspfctl.8: mention -k source -k <IP>Kristof Provost
5 dayspfctl: improve limiters printingKristof Provost
5 dayspfctl: resolve '-s' ambiguityKristof Provost
5 dayspf: convert state limiter interface to netlinkKristof Provost
5 dayspf: introduce source and state limitersKristof Provost
2025-12-30pfctl: remove duplicate "va" entryKristof Provost
2025-12-30pf: convert DIOCRCLRASTATS to netlinkKristof Provost
2025-12-30pf: move DIOCRCLRASTATS into libpfctlKristof Provost
2025-12-30pfctl: allow network programs select DSCP_VA for network ToSKristof Provost
2025-12-21libpfctl: export a get states variant that takes a pfctl_handleKristof Provost
2025-12-13pfctl: report ICMP states consistently for IPv4/IPv6Kristof Provost
2025-12-05pfctl: move astats query into libpfctlKristof Provost
2025-12-01pfctl: restore '-Tload -f pf.conf' functionalityKristof Provost
2025-11-21pfctl(8): Fix a typo in an error messageGordon Bergling
2025-11-05pf: convert DIOCRGETADDRS to netlinkKristof Provost
2025-10-31pf: convert DIOCRSETADDRS to netlinkKristof Provost
2025-10-29pfctl: only set limit restore handler if limits are changedKristof Provost
2025-10-28pfctl: Do not warn if there is no Ethernet anchorJose Luis Duran
2025-10-26pfctl(8): Fix a typo in an error messageGordon Bergling
2025-10-06pfctl: check if the anchor exists before we attempt to flush anything from itKristof Provost
2025-10-06pfctl: store correct ticket typeKristof Provost
2025-09-25pfctl: refactor 'rule_numbers' variableKristof Provost
2025-09-25pfctl: print once shot rule expiration timeKristof Provost
2025-09-25pfctl: fix anchor handling for nat/rdr/binat anchorsKristof Provost
2025-09-25pfctl.8/pf.conf.5: Improve "once" bitsKristof Provost
2025-09-25pf: simplify expiration of 'once' rules.Kristof Provost
2025-09-25pfctl: fix once rulesKristof Provost
2025-09-25pfctl: reduce duplicate codeKristof Provost
2025-09-25pf: print 'once' rule expire timeKristof Provost
2025-09-25pfctl: deny "once" flags for match rulesKristof Provost
2025-09-25pfctl tests: basic 'once' rule testKristof Provost
2025-09-25pfctl: One shot rules can be used in pf.conf by specifying a "once" filter op...Kristof Provost
2025-09-17pfctl.8: -z honours -a (reset rule stats per anchor)Kristof Provost
2025-09-17pf: set limits before rulesKristof Provost
2025-09-17pfctl.8: omit preceding flag from command/modifier lists to get tagsKristof Provost
2025-09-17pfctl: allow tables to be defined inside anchorsKristof Provost
2025-09-15pfctl: remove prototypes with no matching functionKristof Provost
2025-09-15pfctl: ctime(3) and ctime_r(3) can fail when timestamps are way off.Kristof Provost
2025-09-15pf: Show pf fragment reassembly counters.Kristof Provost
2025-09-15pfctl: add af-to and other missing action types in print_rule()Kristof Provost
2025-09-15pfctl: fix anchortypes bounds testKristof Provost
2025-09-10pfctl: fix killing state by source and destination addressKristof Provost
2025-09-10pfctl: support recusive printing of tablesKristof Provost
2025-09-10pfctl: Use pfctl_fopenKristof Provost