Age | Commit message (Expand) | Author |
2019-05-08 | pfctl should check pfctl.astack is not overrun | Alexandr Nedvedicky |
2019-04-18 | Fix table definition parsing as unprivileged user | kn |
2019-03-06 | Fix once rules | kn |
2019-02-13 | (unsigned) means (unsigned int) which on ptrdiff_t or size_t or other | Theo de Raadt |
2019-02-10 | Anchor names must not be empty | kn |
2019-02-10 | Unify anchor name sanity checks | kn |
2019-01-31 | Make divert-packet port accept any port specification | kn |
2019-01-11 | When creating tables inside anchors, pfctl warned about namespace | kn |
2018-11-15 | scrub opts dont set tos, so remove it from the scrub_opts struct | David Gwynne |
2018-11-10 | Unbreak `-D macro=value' (r1.686 regression) | kn |
2018-11-07 | sync cmdline_symset() changes with src/usr.sbin; OK sashan@ claudio@ | miko |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-09-16 | Use uid_from_user(3) and gid_from_group(3) in utilities that | Todd C. Miller |
2018-09-06 | Remove unused af argument from unmask() | kn |
2018-07-16 | reduce duplicate code, fix typo/free correct buffer | kn |
2018-07-13 | Fix regression on child queue definitions | kn |
2018-07-11 | Prevent invalid interface specifiers on queue rules | kn |
2018-07-11 | Do for most running out of memory err() what was done for most running | Kenneth R Westerback |
2018-07-10 | 'set delay' for the generic packet delay mechanism, ok benno sashan | Henning Brauer |
2018-07-10 | fix anchor rules with filter opts, introduce filteropts_to_rule() | kn |
2018-07-09 | Zap dead code | kn |
2018-07-09 | No need to mention which memory allocation entry point failed (malloc, | Kenneth R Westerback |
2018-07-08 | Be consistent in warn() and log_warn() usage when | Kenneth R Westerback |
2018-05-18 | A pf rule with a "on rdomain n" with nonexisting rdomain n will cause an | Sebastian Benoit |
2018-05-09 | Fix (include file ) line number counting by keeping track of the unget | Otto Moerbeek |
2018-04-26 | Plug leak in error case of the common 'varset' implementations. | Kenneth R Westerback |
2018-02-08 | make the watermarks/thresholds for entering and leaving syncookie mode when | Henning Brauer |
2018-02-06 | allow control over syncookies: set syncookies never/always/adaptive | Henning Brauer |
2017-11-28 | The divert structure was using the port number to indicate that | Alexander Bluhm |
2017-11-27 | The divert structure was using the port number to indicate that | Alexander Bluhm |
2017-11-25 | - pfctl fails to handle nested 'load anchor' properly | Alexandr Nedvedicky |
2017-11-14 | - nested anchors vs. pfctl/parse.y | Alexandr Nedvedicky |
2017-11-13 | add a generic packet rate matching filter. allows things like | Henning Brauer |
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-05-28 | Don't check np->port for NULL - it's an array, it's never NULL. | Michal Mazurek |
2017-05-15 | Hook up FQ-CoDel to the tree and enable configuration in the pfctl(8) | Mike Belopuhov |
2017-04-28 | Remove double assignments | Mike Belopuhov |
2017-01-05 | Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ | Kenneth R Westerback |
2016-11-23 | Explicitly forbid to combine af-to with route-to in pfctl. The | Alexander Bluhm |
2016-08-26 | Add <time.h> for time(); sort <*.h> includes | Philip Guenther |
2016-07-18 | g/c unused (global!) var: oqueues isn't used any more. ALTQ leftover; not | Henning Brauer |
2016-06-22 | Add curly braces that were missed in rev 1.651. Add parenthesis to make the | Mark Kettenis |
2016-06-21 | do not allow whitespace in macro names, i.e. "this is" = "a variable". | Sebastian Benoit |
2016-06-21 | the manpage documents that af-to does not work on pass out rules, but | Sebastian Benoit |
2016-06-16 | allow include in inline anchors | Henning Brauer |
2015-09-01 | - route-to, dup-to, reply-to should not override the block action | Alexandr Nedvedicky |
2015-04-21 | Improve divert-to specification parsing w.r.t. rule address family. | Mike Belopuhov |
2015-02-26 | %% not % in error message; ok millert@ henning@ | Stuart Henderson |