Age | Commit message (Expand) | Author |
2003-02-05 | Simplify. | Cedric Berger |
2003-02-03 | remove loadopt global definition and cleanup a bit. | Cedric Berger |
2003-02-03 | zap dead code | Henning Brauer |
2003-02-03 | fix a problem with queue definitions when load options (like -N etc) are | Henning Brauer |
2003-02-02 | there is no need to pass opts to parse_rules explicitely; it's passed as | Henning Brauer |
2003-01-27 | When -a is specified, the operation affects an anchor only, so don't try | Daniel Hartmeier |
2003-01-24 | let pfctl -vvsq loop and display measured bandwidth and packets/s per queue. | Henning Brauer |
2003-01-21 | remove redundant if | Camiel Dobbelaar |
2003-01-20 | Remove unused argument from print_name() and fix two other nits | Camiel Dobbelaar |
2003-01-19 | Simplify and KNF anchoropt processing. | Camiel Dobbelaar |
2003-01-19 | The -s option to show anchors is 'A' or 'Anchors', not 'a' (which is used | Daniel Hartmeier |
2003-01-18 | Move freeaddrinfo() so it doesn't get called with an uninitialized | Daniel Hartmeier |
2003-01-18 | Cleanup PF_OPT_NOACTION with tables. No changes on current behaviour, | Cedric Berger |
2003-01-15 | what a bogus message | Theo de Raadt |
2003-01-15 | Repair table "load" command. | Cedric Berger |
2003-01-11 | whitespace KNF _AGAIN_ | Henning Brauer |
2003-01-10 | Be a bit more strict when parsing options. | Cedric Berger |
2003-01-09 | strlcpy return checks. | Daniel Hartmeier |
2003-01-09 | use a verbose flag in pfctl_show_altq instead of carrying around opts from | Henning Brauer |
2003-01-09 | first attack at pfctl queue statistics, to be displayed with pfctl -vsq | Henning Brauer |
2003-01-09 | Add support for active/inactive tablesets in the kernel. | Cedric Berger |
2003-01-07 | the "default" alias for "normal" optimization in pf_hints is dead for some | Henning Brauer |
2003-01-05 | don't whine about missing altq support in the kernel in the -q case | Henning Brauer |
2003-01-05 | Move ifname from pf_addr to pf_addr_wrap, prepare pf_addr_wrap for table | Daniel Hartmeier |
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 | no need to close | Theo de Raadt |
2003-01-03 | (a && (b & c)) | Theo de Raadt |
2003-01-03 | simplify ioctl access | Theo de Raadt |
2003-01-03 | Bring in userland code for accessing PF radix tables. | Cedric Berger |
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-29 | Make pfctl -a name -sr/-sn show all rules of all rulesets within the | Daniel Hartmeier |
2002-12-25 | Honour -R/-N and don't attempt to load other rules in those cases. | Daniel Hartmeier |
2002-12-22 | Handle pool addresses in binat rules, ok mcbride@ | Daniel Hartmeier |
2002-12-18 | Store translation rule pointer in state entries, so pfctl -vsn can print | Daniel Hartmeier |
2002-12-18 | Pass skip step values through ioctl interface, pfctl -vvsr shows them, | 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-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-16 | only try to add the root queue for cbq | Henning Brauer |
2002-12-10 | don't warnx after ioctl, use warn | Henning Brauer |
2002-12-09 | replace (properly guarded) strncpy using logic by a strsep & strlcpy using | Henning Brauer |
2002-12-07 | TAILQ_INSERT_TAIL instead of TAILQ_INSERT_HEAD. Makes addresses print | Ryan Thomas McBride |
2002-12-06 | Introduce anchors and named rule sets, allowing to load additional rule | Daniel Hartmeier |
2002-12-05 | one step further to "program output is valid program input" and the related | Henning Brauer |
2002-12-05 | Replace warnx with warn on ioctls so that we get the error message associated | Ryan Thomas McBride |