Age | Commit message (Expand) | Author |
2015-12-10 | Remove NULL-checks before free(). ok tb@ | mmcc |
2015-10-02 | Make 'pfctl -s all' show queues. pfctl(8) says it does, and 5.4 | Kenneth R Westerback |
2015-06-12 | Allow rule ID filter to be specified for show states output | Mike Belopuhov |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-10 | If pfctl cannot set a limit in the kernel, print the name of the | Alexander Bluhm |
2014-11-13 | keep queues around when anchors are being loaded | Martin Pelikan |
2014-08-23 | when you specify queues in a rule, make sure they have been defined. | Martin Pelikan |
2014-04-19 | remove altq bits here, too | Henning Brauer |
2014-04-11 | fix a use after free in an error path | Jonathan Gray |
2014-02-28 | Bring back the code removed in rev1.317 used to print anchors with | Mike Belopuhov |
2014-02-17 | Remove a stray debug printf that crept in via one of the newqueue | Lawrence Teo |
2013-11-01 | keep net/hfsc.h away from userspace, except in pfctl | pelikan |
2013-10-17 | cannot have queue definitions inside anchors. | Henning Brauer |
2013-10-12 | config bits for the bandwidth shaping part of the new queueing subsystem | Henning Brauer |
2013-10-09 | Make sure that pfctl_state_store() frees the inbuf pointer and closes | Lawrence Teo |
2013-08-12 | Remove duplicate and incorrect recursive anchor printing code | Mike Belopuhov |
2013-08-02 | Remove an incorrect call to pfctl_print_rule_counters when trying to | Mike Belopuhov |
2013-03-21 | fetch NMBCLUSTERS at runtime from the sysctl kern.maxclusters | Theo de Raadt |
2012-09-19 | Show which limit cannot be set. idea mikeb | Camiel Dobbelaar |
2012-07-26 | load os passive fingerprints when testing the ruleset; ok henning | Mike Belopuhov |
2012-05-07 | fix printing of wildcard anchors, from lteo, ok phessler sthen me | Henning Brauer |
2012-05-02 | remove redundant check; from lteo; ok haesbaert | Henning Brauer |
2012-04-18 | not (unsigned); ok henning | Theo de Raadt |
2012-01-15 | convert an snprintf to strlcpy | David Hill |
2011-12-03 | pfctl_set_hostid always returns 0; don't pretend otherwise and make it a | Ryan Thomas McBride |
2011-12-03 | Avoid loading garbage hostid and other values not always initialised, | Ryan Thomas McBride |
2011-11-23 | print ports as numbers by default; -P prints names instead | Henning Brauer |
2011-11-08 | Fixup skip step printout: rdomains come after direction; ok mcbride, henning | Mike Belopuhov |
2011-07-08 | Correctly print skip steps in -vv mode | Ryan Thomas McBride |
2010-10-01 | Add the -R id option to pfctl that allows to show only a specified rule | Reyk Floeter |
2010-09-02 | remove trailing spaces and tabs; no binary change. | Igor Sobrado |
2010-08-11 | Fix a logic problem which could in theory cause pfctl | Jonathan Gray |
2010-07-03 | Fix a couple of problems with printing of anchors, in particular recursive | Ryan Thomas McBride |
2010-07-01 | Fix 'pfctl -a anchor -Fa' segfault introduced in r1.298. | Stefan Sperling |
2010-06-28 | Clean up iterface stats handling: | Ryan Thomas McBride |
2010-06-25 | remove -m (merge). | Henning Brauer |
2010-04-02 | Use a dedicated variable to prevent attempting to open multiple | Stuart Henderson |
2010-03-23 | remove -A, -O, -R and -T load | Henning Brauer |
2010-01-18 | Convert pf debug logging to using log()/addlog(), a single standardised | Ryan Thomas McBride |
2010-01-13 | fix some leaks found by parfait | Jonathan Gray |
2010-01-12 | First pass at removing the 'pf_pool' mechanism for translation and routing | Ryan Thomas McBride |
2009-12-10 | plug some memory leaks; found by parfait, ok henning | Theo de Raadt |
2009-11-22 | cleanup after the NAT changes. we used to have multiple rulesets (scrub, | Henning Brauer |
2009-10-28 | Add a dedicated pf pool for route options as suggested by henning, | Jonathan Gray |
2009-09-29 | sort usage(); | Jason McIntyre |
2009-09-28 | add -S and -L options to store and load the pf state table from a file. | David Gwynne |
2009-09-03 | remove -N from usage(); | Jason McIntyre |
2009-09-01 | the diff theo calls me insanae for: | Henning Brauer |
2009-08-21 | remove the ``;'' at the end of INDENT() macro definition using | Alexandre Ratchov |
2009-07-09 | repair -x | Henning Brauer |