Age | Commit message (Expand) | Author |
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 |
2009-04-16 | Really turn fragment reassembly on by default. pfctl must handle this | David Krause |
2009-04-06 | 1) scrub rules are completely gone. | Henning Brauer |
2009-02-23 | back out last commit since it breaks a few regress tests -- this will be | Theo de Raadt |
2009-02-16 | fix pfctl -v printing of anchors, from camield@. Closes user/6065 | Stuart Henderson |
2008-08-31 | avoid line wrap in usage() output; | Jason McIntyre |
2008-07-24 | check sysctl return value | Henning Brauer |
2008-05-27 | Fix count of states flushed, broken when the psnk_af hack was removed in pf_i... | Ryan Thomas McBride |
2008-05-09 | Add support to kill states by rule label or state id. | Marco Pfatschbacher |
2008-05-06 | Add a counter to record how many states have been created by a rule. | Marco Pfatschbacher |
2008-02-13 | Use HW_PHYSMEM64. | Mark Kettenis |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-10-24 | HW_PHYSMEM is unsigned | Peter Stromberg |
2007-10-15 | specifying int instead of just unsigned is better style | Theo de Raadt |
2007-10-13 | in all these programs using the same pfctl-derived parse.y, re-unify the | Theo de Raadt |
2007-06-30 | allow states instead of just state for -s and -F for consistency's sake. | Henning Brauer |
2007-05-31 | Cope with new ioctl interface (use pfsync_state instead of pf_state) | Ryan Thomas McBride |
2007-04-21 | "o" in optiopt_list is superfluous now too | Henning Brauer |
2007-04-21 | fix -o handling. syntax is now -o none|basic|profile. -o without argument | Henning Brauer |