Age | Commit message (Expand) | Author |
2005-08-17 | with pfctl -vsI, indicate which interfaces are being skipped. | Daniel Hartmeier |
2005-07-11 | clear PFI_IFLAG_SKIP when clearing interface flags, found by David Hill, | Daniel Hartmeier |
2005-06-30 | in order for pfvar.h not to conflict with openssl's crypto.h, use | Nikolay Sturm |
2005-06-14 | no need to restrict tagging to stateful rules any more, dhartmei ok | Henning Brauer |
2005-06-13 | document extended pfctl -sl format | Henning Brauer |
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 | Hide Hostid and Checksum in pfctl -si output unless the -v flag is used. | Ryan Thomas McBride |
2005-05-27 | Calculate an MD5 checksum over the main pf ruleset. | Marco Pfatschbacher |
2005-05-27 | get rid of 'log-all'. now that we have 'log (options)', make 'all' an | Daniel Hartmeier |
2005-05-27 | get rid of shift/reduce conflicts, don't support empty logopts | Daniel Hartmeier |
2005-05-27 | log two pairs of uid/pid through pflog: the uid/pid of the process that | Daniel Hartmeier |
2005-05-27 | allow 'tagged' in 'anchor' rules (without complaining about missing | Daniel Hartmeier |
2005-05-26 | The illegalness of "no nat log" is already enforced by the grammar. | Camiel Dobbelaar |
2005-05-26 | use PF_LOG, PF_LOGALL instead of numeric constants | Daniel Hartmeier |
2005-05-26 | support 'log' and 'log-all' in 'nat/rdr/binat pass' rules. original patch | Daniel Hartmeier |
2005-05-26 | switch the max_src_{states,conn,conn_rate} from superblock breaks to superblock | Mike Frantzen |
2005-05-25 | make the remaining pf_rule fields named superblock BREAKs instead just letting | Mike Frantzen |
2005-05-25 | make the optimizer safe in the presence of interface groups. they must act as | Mike Frantzen |
2005-05-24 | Identify states that will not be synchronised in pfctl -vvss output. | Christopher Pascoe |
2005-05-23 | change pool allocation of table entries, no longer use the oldnointr | Daniel Hartmeier |
2005-05-23 | remove code that duplicates getservice() | Camiel Dobbelaar |
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 |
2005-05-05 | typo | Joel Knight |
2005-04-22 | Catch bad flags, ie. flags that always evaluate to false. This happens | Camiel Dobbelaar |
2005-03-07 | fd leaks in error paths, From: Andrey Matveev <andrushock@korovino.net> | Henning Brauer |
2005-03-07 | print unsigned long with %lu, not with %d and not with %ld. | Henning Brauer |
2005-03-06 | allow commas in the hfsc service curve spec, inconsistency pointed out in | Henning Brauer |
2005-03-06 | print "set skip on" with -v in such a way that the output is valid input | Daniel Hartmeier |
2005-02-28 | use the linkshar keyword when gtalking about the link sharing service | Henning Brauer |
2005-02-27 | support 'tagged' in translation rules, non-delayed tag lookup | Daniel Hartmeier |
2005-02-26 | ypu sure get the impression the number of memory leaks in error pathes | Henning Brauer |
2005-02-17 | Fix indentation as to not mislead the code reader. No functional change. | Aaron Campbell |
2005-02-07 | KNF; ok henning@ | David Krause |
2005-01-28 | add messages for syntax errors that caused silent failure before. | Daniel Hartmeier |
2005-01-27 | dynamic interface names must start with a letter. catches the nonsensical | Daniel Hartmeier |
2005-01-06 | Missing braces in pfctl_load_debug(), pointed out by camield@ | Ryan Thomas McBride |
2005-01-05 | spelling; | Jason McIntyre |
2005-01-05 | Document -m flag. | Ryan Thomas McBride |
2005-01-05 | Modify pfctl behaviour so that 'set ...' options are no longer "sticky", ie. | Ryan Thomas McBride |
2005-01-03 | don't merge a rule's source address into a table if we're already trying to | Mike Frantzen |
2004-12-29 | Print 'set fingerprints' correctly when parsing verbosely. | Ryan Thomas McBride |
2004-12-29 | Make sure that fingerprint_count gets reset to 0 correctly when we flush | Ryan Thomas McBride |
2004-12-29 | change last commit so that the test for PF_OPT_NOACTION is actually in | Dan Harnett |
2004-12-29 | don't clear interface flags if '-n' option was given. | Dan Harnett |
2004-12-29 | be quiet about resetting the interface flags omn ruleset load, only | Henning Brauer |
2004-12-28 | reset skip interface flags on reloads and for -Fall | Henning Brauer |
2004-12-27 | unbreak tree | Theo de Raadt |