summaryrefslogtreecommitdiff
path: root/sbin/pfctl
AgeCommit message (Expand)Author
2018-09-08Allocate path only when needed, use __func__kn
2018-09-08Error out early on bad anchor usagekn
2018-09-07More __func__ to fix error messageskn
2018-09-07Fix function name in error messages by using __func__kn
2018-09-07Remove wildcard address on loopack remnantskn
2018-09-07Make print_hostname() less AF-specifickn
2018-09-06Remove unused af argument from unmask()kn
2018-09-06Fill netmask AF-independently in print_host()kn
2018-09-05Move AF-specific mask logic from callers into set_ipmask()kn
2018-09-05Use error label in host_if()kn
2018-08-10Zap bits in host_v4(), use mask parameterkn
2018-07-31Zap v4mask and v6mask in host()kn
2018-07-30Simplify host()kn
2018-07-28Use strtonum in host()kn
2018-07-24Move duplicate code into new helper print_addr_str()kn
2018-07-24Simplify getaddrinfo() error handlingkn
2018-07-20Stop checking table commands for `create'kn
2018-07-16reduce duplicate code, fix typo/free correct bufferkn
2018-07-13Fix regression on child queue definitionskn
2018-07-11Prevent invalid interface specifiers on queue ruleskn
2018-07-11Do for most running out of memory err() what was done for most runningKenneth R Westerback
2018-07-10'set delay' for the generic packet delay mechanism, ok benno sashanHenning Brauer
2018-07-10Add "listenrepv2" for MLDv2 Listener Reports from RFC3810Jeremie Courreges-Anglas
2018-07-10fix anchor rules with filter opts, introduce filteropts_to_rule()kn
2018-07-09Zap dead codekn
2018-07-09No need to mention which memory allocation entry point failed (malloc,Kenneth R Westerback
2018-07-08Be consistent in warn() and log_warn() usage whenKenneth R Westerback
2018-05-19Revert change that benno apparently commited by mistake and breaks buildMatthieu Herrb
2018-05-18A pf rule with a "on rdomain n" with nonexisting rdomain n will cause anSebastian Benoit
2018-05-09Fix (include file ) line number counting by keeping track of the ungetOtto Moerbeek
2018-04-26Plug leak in error case of the common 'varset' implementations.Kenneth R Westerback
2018-02-08make the watermarks/thresholds for entering and leaving syncookie mode whenHenning Brauer
2018-02-08show current synflood detection watermarks in pfctl -vsi, for the lackHenning Brauer
2018-02-06allow control over syncookies: set syncookies never/always/adaptiveHenning Brauer
2017-11-28The divert structure was using the port number to indicate thatAlexander Bluhm
2017-11-27The divert structure was using the port number to indicate thatAlexander Bluhm
2017-11-25- pfctl fails to handle nested 'load anchor' properlyAlexandr Nedvedicky
2017-11-25- patching use-after-free and innocent memory leak in pfctl_optimzie.cAlexandr Nedvedicky
2017-11-25- pfctl rule optimizer: anchor name vs. anchor path mix upAlexandr Nedvedicky
2017-11-14- nested anchors vs. pfctl/parse.yAlexandr Nedvedicky
2017-11-13add a generic packet rate matching filter. allows things likeHenning Brauer
2017-09-26- pfctl always prints warning when flushes rulesetAlexandr Nedvedicky
2017-09-05- split pf_find_or_create_ruleset() to smaller chunks.Alexandr Nedvedicky
2017-08-14expose the half-open tcp states counter, ok bluhmHenning Brauer
2017-08-11add option -N (no domain resolution)Sebastian Benoit
2017-08-03Since nearly 20 years the correct spelling ofFlorian Obser
2017-07-20"no-route" is also shown by -sinfo;Jason McIntyre
2017-07-19Allow HFSC classes to use flow queuesMike Belopuhov
2017-07-19Rework HFSC vs FQ-CoDel checksMike Belopuhov
2017-07-15sbin/pfctl: void functions and exit(3) on errorAdam Wolk