Age | Commit message (Expand) | Author |
2003-01-04 | I do not know where this policy of "one .h file for every .c file" comes | Theo de Raadt |
2003-01-03 | Make good use of the 'else' keyword. | Cedric Berger |
2003-01-03 | knf | Theo de Raadt |
2003-01-03 | no need to close | Theo de Raadt |
2003-01-03 | KNF | Theo de Raadt |
2003-01-03 | zero sockaddr before use | Theo de Raadt |
2003-01-03 | I am ready to strange the person who put a new strcpy() into our | Theo de Raadt |
2003-01-03 | (a && (b & c)) | Theo de Raadt |
2003-01-03 | simplify ioctl access | Theo de Raadt |
2003-01-03 | Remove _ before static functions & variables. | Cedric Berger |
2003-01-03 | Remove _ before static functions & variables. | Cedric Berger |
2003-01-03 | whitespace KNF (no, i don't touch the option inits) | Daniel Hartmeier |
2003-01-03 | kill stupid macro | Theo de Raadt |
2003-01-03 | KNF | Theo de Raadt |
2003-01-03 | Initialize hints addrinfo in a safe way. | Cedric Berger |
2003-01-03 | KNF | Theo de Raadt |
2003-01-03 | knf | Theo de Raadt |
2003-01-03 | Bring in userland code for accessing PF radix tables. | Cedric Berger |
2003-01-02 | Require a direction to be specified for rules which do routing. | Ryan Thomas McBride |
2003-01-01 | KNF | Henning Brauer |
2003-01-01 | Remove skip step for action (scrub vs. non-scrub), as scrub rules are | Daniel Hartmeier |
2003-01-01 | Extend two error messages, change one err() -> errx() where there's no | Daniel Hartmeier |
2002-12-31 | Match kernel changes splitting scrub rules into their own ruleset type. | Ryan Thomas McBride |
2002-12-31 | err() doesn't return. from Andrey Matveev. | Daniel Hartmeier |
2002-12-30 | Change ipv6-icmp-type to icpm6-type. pf.conf files will need to be adjusted | Ryan Thomas McBride |
2002-12-29 | Make pfctl -a name -sr/-sn show all rules of all rulesets within the | Daniel Hartmeier |
2002-12-27 | Since pf_norm.c looks at rule.log to see if it should log packets being | Ryan Thomas McBride |
2002-12-25 | Honour -R/-N and don't attempt to load other rules in those cases. | Daniel Hartmeier |
2002-12-24 | print_cbq_opts should print "control" if CBQCLF_CTLCLASS is set. | Ryan Thomas McBride |
2002-12-23 | remove dead code | Henning Brauer |
2002-12-22 | Handle pool addresses in binat rules, ok mcbride@ | Daniel Hartmeier |
2002-12-22 | Instead of inserting and removing rules at the top/bottom of the main | Daniel Hartmeier |
2002-12-21 | always initialize rpool.key; diff from Frank Denis; KNF by me | Henning Brauer |
2002-12-21 | KNF | Henning Brauer |
2002-12-20 | remove a redundant assignment. | Daniel Hartmeier |
2002-12-19 | fix 'no rdr'. | Daniel Hartmeier |
2002-12-18 | Store translation rule pointer in state entries, so pfctl -vsn can print | Daniel Hartmeier |
2002-12-18 | more KNF | Henning Brauer |
2002-12-18 | Pass skip step values through ioctl interface, pfctl -vvsr shows them, | Daniel Hartmeier |
2002-12-18 | rule.nr USHRT_MAX -> -1, to detect states whose creating rules are | Daniel Hartmeier |
2002-12-18 | ryan, look at this. | Henning Brauer |
2002-12-18 | Maintain separate pfioc_rule structures for each type of rule, | Ryan Thomas McBride |
2002-12-18 | proto list expansion is not supported in binat-anchor yet, print an error | Daniel Hartmeier |
2002-12-18 | Support (single) destination port in rdr-anchor rules. Print an error | Daniel Hartmeier |
2002-12-18 | fix some INCREDIBLE new bugs which were introduced | Theo de Raadt |
2002-12-17 | add support for the PRIQ scheduler | Henning Brauer |
2002-12-17 | Match merge of pf_nat/pf_binat/pf_rdr structs into pf_rule | Ryan Thomas McBride |
2002-12-17 | missing break in switch | Henning Brauer |
2002-12-17 | beautify the %type block | Henning Brauer |
2002-12-17 | PRIQ and HFSC support functions, not yet used. | Henning Brauer |