Age | Commit message (Expand) | Author |
2003-06-13 | Make "show Anchor" obey quiet flag. | Cedric Berger |
2003-06-03 | process show options before ruleset reload | Henning Brauer |
2003-05-19 | don't print altq en-/disabled - there's no point, you can't turn them on | Henning Brauer |
2003-05-19 | style consistency | Henning Brauer |
2003-05-18 | in the pfctl -vsr output (-vvsr/-gvvsr as well), indent instead of extra | Henning Brauer |
2003-05-17 | A little bugfix. We want pfioc_states, not pfioc_state. | Ryan Thomas McBride |
2003-05-12 | Adaptive timeout value scaling. Allows to reduce timeout values as the | Daniel Hartmeier |
2003-05-10 | support loading of anchors from within the main ruleset via | Henning Brauer |
2003-04-30 | kill globals anchorname and rulesetname; have them in main instead and pass | Henning Brauer |
2003-04-30 | Allow tables to be loaded into anchors. | Cedric Berger |
2003-04-03 | Simplify pfctl printing code. | Cedric Berger |
2003-04-02 | no \n w/ errx(3), reminded by andrushock | Henning Brauer |
2003-04-02 | better error handling | Henning Brauer |
2003-04-02 | better error message | Henning Brauer |
2003-03-27 | minor tweaks from Andrey Matveev, ok henning@ and cedric@ | Daniel Hartmeier |
2003-03-27 | lotsa const char * | Henning Brauer |
2003-03-11 | On pfctl -a foo -Fn/-Fr, traverse all subrulesets in the anchor and | Daniel Hartmeier |
2003-03-11 | fix format strings in debugging output, qid is unsigned | Henning Brauer |
2003-03-10 | it doesn't make sense to mimic pfctl -vsr output in pfctl -vsl (same for | Henning Brauer |
2003-03-08 | inlcude queue interals in -gsr and -gsq output; will make debugging easier. | Henning Brauer |
2003-03-07 | don't include debugging output, namely, the result of teh skip steps | Henning Brauer |
2003-02-20 | extra plurals; openbsd@davidkrause.com | Theo de Raadt |
2003-02-20 | Fix table syntax documentation, from David Krause. | Cedric Berger |
2003-02-19 | cmdline options in alphabetical order in usage() and manpage; and sync them | Henning Brauer |
2003-02-18 | fix load option handling (-A, -N, -R) for options. | Henning Brauer |
2003-02-17 | pfctl_clear_pool doesn't need to be prototyped twice either | Henning Brauer |
2003-02-17 | no need to prototype pfctl_add_pool twice | Henning Brauer |
2003-02-17 | We want err() after failed ioctl() here too. | Mike Pechkin |
2003-02-14 | remove explicit table creation ( -T create ), it's useless. | Henning Brauer |
2003-02-11 | allow macro definition on the command line: | Henning Brauer |
2003-02-05 | Simplify more. | Cedric Berger |
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 |