Age | Commit message (Expand) | Author |
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 |
2007-04-20 | no whitespace allowed between -o and its argument, so update doc/usage() | Jason McIntyre |
2007-03-21 | Enable basic ruleset optimization by default. | Ryan Thomas McBride |
2007-03-01 | be more careful with mixing &/| with &&/||, ok otto | Theo de Raadt |
2007-02-23 | if machine has more than 100MB of physmem, default the max table entries | Theo de Raadt |
2007-02-09 | pfctl_clear_rule_counters() is not needed any more | Henning Brauer |
2007-02-09 | use DIOCGETRULE ioctl & action set to PF_GET_CLR_CNTR to clear counters | Henning Brauer |
2007-01-18 | implement -T expire. | Henning Brauer |
2006-11-20 | -K argument to kill source tracking nodes explicitly, behaves like the | Ryan Thomas McBride |
2006-11-07 | Only try to recursively print rules if they are actually anchors. | Ryan Thomas McBride |
2006-11-07 | Unbreak authpf by handling non-inline anchors separately from the { } anchors | Ryan Thomas McBride |
2006-11-05 | Don't open a transaction for a ruleset unless it's a brace ruleset that | Ryan Thomas McBride |
2006-11-01 | sync usage(); ok mcbride | Jason McIntyre |
2006-11-01 | Don't recures ALL the time. | Ryan Thomas McBride |
2006-10-31 | Allow a user to recursively print anchors including those without | Ryan Thomas McBride |
2006-10-31 | Allow pfctl ruleset optimizer to be controlled from the ruleset. | Ryan Thomas McBride |
2006-10-31 | - don't allow anchors with _* names to be cleared or loaded from the | Ryan Thomas McBride |
2006-10-28 | Load all rules into memory before loading into the kernel, and add support | Ryan Thomas McBride |
2006-06-30 | spaces | Theo de Raadt |
2006-05-28 | Enable adaptive timeouts by default, with adaptive.start of 60% of the | Ryan Thomas McBride |
2006-04-24 | don't clear interface flags (set skip on) when -N/-F is used without -O, | Daniel Hartmeier |
2005-11-17 | for pfctl -f rules, open the file before resetting options. when opening | Daniel Hartmeier |
2005-07-11 | clear PFI_IFLAG_SKIP when clearing interface flags, found by David Hill, | Daniel Hartmeier |
2005-06-13 | make the packet and byte counters on rules and src nodes per direction, | Henning Brauer |
2005-06-13 | free memory in show_src_nodes and show_states, as reported by | Jared Yanovich |
2005-05-28 | don't print the "[ Inserted: uid pid ]" line when -g is used, so the | Daniel Hartmeier |
2005-05-27 | log two pairs of uid/pid through pflog: the uid/pid of the process that | Daniel Hartmeier |
2005-05-23 | change pool allocation of table entries, no longer use the oldnointr | Daniel Hartmeier |
2005-05-22 | Add support to kill states that match networks. | Marco Pfatschbacher |
2005-05-21 | clean up and rework the interface absraction code big time, rip out multiple | Henning Brauer |