Age | Commit message (Expand) | Author |
2021-11-11 | add tests to cover DIOCCHANGERULE ioctl(2) | Alexandr Nedvedicky |
2021-10-25 | - pfctl $nr incorrect macro expansion | Alexandr Nedvedicky |
2020-10-14 | Accommodate a basename(3) that takes a non-const parameter and may | Christian Weisgerber |
2020-01-16 | Fail on missing anchor | kn |
2020-01-15 | Do the actual pfr_strerror() to pf_strerror() rename | kn |
2020-01-15 | Unify error message for nonexisting anchors | kn |
2020-01-15 | Print the main ruleset/anchor as "/" not "<root>" for consistency | kn |
2020-01-15 | Enable pfctl(8) to recursively flush rules and tables from PF driver. The | Alexandr Nedvedicky |
2019-11-27 | Fix function name in error message (zap trailing s) | kn |
2019-08-15 | pfctl_reset() must set syncookies settings back to default | Alexandr Nedvedicky |
2019-07-09 | Add parentheses for readability | kn |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-04-15 | introduce 'pfctl -FR' to reset settings to defaults | Alexandr Nedvedicky |
2019-03-06 | Fix once rules | kn |
2019-02-18 | Change ps_len of struct pfioc_states and psn_len of struct | Alexander Bluhm |
2019-02-10 | Anchor names must not be empty | kn |
2019-01-29 | Reuse copy_satopfaddr() when killing entries | kn |
2019-01-29 | Make -N and -r mutually exclusive | kn |
2019-01-28 | Simplify lookups when killing entries | kn |
2019-01-19 | Use mnemonic PFCTL_SHOW_* macros, terminate string with null character | kn |
2019-01-11 | Defuse `-F all -i interface' | kn |
2019-01-11 | When creating tables inside anchors, pfctl warned about namespace | kn |
2019-01-10 | Zap unnused iface function parameter from pfctl_kill_src_nodes() | kn |
2019-01-02 | Error out on missing table command, zap internal wrapper function | kn |
2018-12-27 | Zap duplicate struct declaration | kn |
2018-09-18 | fix table commands under anchors | kn |
2018-09-08 | Allocate path only when needed, use __func__ | kn |
2018-09-08 | Error out early on bad anchor usage | kn |
2018-09-07 | Fix function name in error messages by using __func__ | kn |
2018-07-20 | Stop checking table commands for `create' | kn |
2018-07-10 | 'set delay' for the generic packet delay mechanism, ok benno sashan | Henning Brauer |
2018-02-08 | make the watermarks/thresholds for entering and leaving syncookie mode when | Henning Brauer |
2018-02-08 | show current synflood detection watermarks in pfctl -vsi, for the lack | Henning Brauer |
2018-02-06 | allow control over syncookies: set syncookies never/always/adaptive | Henning Brauer |
2017-11-25 | - pfctl fails to handle nested 'load anchor' properly | Alexandr Nedvedicky |
2017-09-26 | - pfctl always prints warning when flushes ruleset | Alexandr Nedvedicky |
2017-09-05 | - split pf_find_or_create_ruleset() to smaller chunks. | Alexandr Nedvedicky |
2017-08-11 | add option -N (no domain resolution) | Sebastian Benoit |
2017-07-19 | Allow HFSC classes to use flow queues | Mike Belopuhov |
2017-07-19 | Rework HFSC vs FQ-CoDel checks | Mike Belopuhov |
2017-06-16 | pfctl: merge identifical if conditions and void functions discarding ret values | Adam Wolk |
2017-05-30 | fix a comment | Henning Brauer |
2017-05-15 | Hook up FQ-CoDel to the tree and enable configuration in the pfctl(8) | Mike Belopuhov |
2017-04-26 | Perform H-FSC root queue allocation in the kernel | Mike Belopuhov |
2017-04-23 | oops, this was meant to be committed with the pfctl.8 change: | Jason McIntyre |
2017-04-21 | Add "key" modifier for -k to make pfctl can kill a state by specifying | YASUOKA Masahiko |
2017-03-27 | rather than printing the wrong function name, dont print it at all. | Sebastian Benoit |
2017-01-26 | Select the routing domain to be used for kill states by host or by | Sebastian Benoit |
2016-09-03 | err->errx, errno info is not related to the failure mode | Jeremie Courreges-Anglas |
2016-09-03 | pfctl mixes up anchorname with anchorpath | Alexandr Nedvedicky |