Age | Commit message (Expand) | Author |
2005-11-04 | crank pf_state and pf_src_node byte and packet counters to u_in64_t, since | Ryan Thomas McBride |
2005-10-18 | add support for static interface group expansion, i. e. | Henning Brauer |
2005-10-13 | unused parameters | Henning Brauer |
2005-06-30 | in order for pfvar.h not to conflict with openssl's crypto.h, use | Nikolay Sturm |
2005-06-13 | make the packet and byte counters on rules and src nodes per direction, | Henning Brauer |
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 | log two pairs of uid/pid through pflog: the uid/pid of the process that | Daniel Hartmeier |
2005-05-26 | use PF_LOG, PF_LOGALL instead of numeric constants | Daniel Hartmeier |
2005-05-21 | clean up and rework the interface absraction code big time, rip out multiple | Henning Brauer |
2004-12-07 | re-commit mcbride@'s 'flush global', this time without the breakage in | Daniel Hartmeier |
2004-12-07 | oops, incomplete backout | Theo de Raadt |
2004-12-07 | Change the default for 'overload <table> flush' to flush only states from the | Ryan Thomas McBride |
2004-12-04 | Userland support for limiting open tcp connections per source. eg: | Ryan Thomas McBride |
2004-11-09 | do not assume entries in pf_timeouts[] are ordererd like PFTM_* in pfvar.h | Daniel Hartmeier |
2004-09-30 | print invalid hostmask when refusing it, ok deraadt@ | Daniel Hartmeier |
2004-09-27 | anchor rules referencing anchors using slashes may need quotes. | Jared Yanovich |
2004-09-21 | Implement "no scrub" to allow exclusion of specific traffic from scrub rules. | Aaron Campbell |
2004-07-16 | 'pfctl -o' ruleset optimizer that doesnt change the meaning of the final ruleset | Mike Frantzen |
2004-06-29 | remove cedric's bogus interface name verification code. | Henning Brauer |
2004-06-10 | rename struct pf_rule_addr member 'not' to 'neg', as 'not' is a reserved | Daniel Hartmeier |
2004-05-27 | plug memleak in error path | Henning Brauer |
2004-05-19 | Allow recursive anchors (anchors within anchors, up to 64 | Daniel Hartmeier |
2004-05-07 | typos | Henning Brauer |
2004-05-05 | Use RFC1323 PAWS timestamps as a logical extension to the conventional TCP | Mike Frantzen |
2004-04-24 | Add "probability xxx" rule modifier. ok deraadt@ | Cedric Berger |
2004-04-14 | Better interface filtering. vlan1 should not match vlan19. | Cedric Berger |
2004-03-15 | cast %llu arguments to unsigned long long, from Max Laier, | Daniel Hartmeier |
2004-03-10 | plug 3 memory leaks; 2 from andrushock, 1 by me | Henning Brauer |
2004-02-10 | KNF | Henning Brauer |
2004-02-10 | new kernel reports enabled & disabled time - use that info. | Cedric Berger |
2004-02-03 | bring back this fluffy change, of course without the bug: | Henning Brauer |
2004-01-25 | This fix was made WITHOUT RUNNING REGRESS. Henning, you are being | Theo de Raadt |
2004-01-22 | to parse v4 adresses, only use inet_net_pton when we find a /, otherwise | Henning Brauer |
2003-12-31 | spacing. note this, cedric | Theo de Raadt |
2003-12-31 | Many improvements to the handling of interfaces in PF. | Cedric Berger |
2003-12-19 | i wrote much of these, assert my copyright | Henning Brauer |
2003-12-17 | cosmetics, ok mcbride@ | Daniel Hartmeier |
2003-12-15 | Add initial support for pf state synchronization over the network. | Ryan Thomas McBride |
2003-12-15 | Add support to track stateful connections by source ip. This allows us | Ryan Thomas McBride |
2003-11-14 | in print_status: | Henning Brauer |
2003-11-08 | Add 'no-sync' state option to prevent state transition messages for states | Ryan Thomas McBride |
2003-11-06 | two more KNF violations I missed earlier. who introduces those all the time? | Henning Brauer |
2003-11-06 | KNF | Henning Brauer |
2003-10-08 | fix cedric's breakage: | Henning Brauer |
2003-09-26 | Rearchitecture of the userland/kernel IOCTL interface for transactions. | Cedric Berger |
2003-09-18 | Not all address types have a mask. | Cedric Berger |
2003-08-22 | correct printf arg mismatch (in 64bit arch). dhartmei ok | Jun-ichiro itojun Hagino |
2003-08-21 | Add Michal Zalewski's p0f v2 style passive OS fingerprinting to PF. | Mike Frantzen |