summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl.c
AgeCommit message (Expand)Author
2003-06-13Make "show Anchor" obey quiet flag.Cedric Berger
2003-06-03process show options before ruleset reloadHenning Brauer
2003-05-19don't print altq en-/disabled - there's no point, you can't turn them onHenning Brauer
2003-05-19style consistencyHenning Brauer
2003-05-18in the pfctl -vsr output (-vvsr/-gvvsr as well), indent instead of extraHenning Brauer
2003-05-17A little bugfix. We want pfioc_states, not pfioc_state.Ryan Thomas McBride
2003-05-12Adaptive timeout value scaling. Allows to reduce timeout values as theDaniel Hartmeier
2003-05-10support loading of anchors from within the main ruleset viaHenning Brauer
2003-04-30kill globals anchorname and rulesetname; have them in main instead and passHenning Brauer
2003-04-30Allow tables to be loaded into anchors.Cedric Berger
2003-04-03Simplify pfctl printing code.Cedric Berger
2003-04-02no \n w/ errx(3), reminded by andrushockHenning Brauer
2003-04-02better error handlingHenning Brauer
2003-04-02better error messageHenning Brauer
2003-03-27minor tweaks from Andrey Matveev, ok henning@ and cedric@Daniel Hartmeier
2003-03-27lotsa const char *Henning Brauer
2003-03-11On pfctl -a foo -Fn/-Fr, traverse all subrulesets in the anchor andDaniel Hartmeier
2003-03-11fix format strings in debugging output, qid is unsignedHenning Brauer
2003-03-10it doesn't make sense to mimic pfctl -vsr output in pfctl -vsl (same forHenning Brauer
2003-03-08inlcude queue interals in -gsr and -gsq output; will make debugging easier.Henning Brauer
2003-03-07don't include debugging output, namely, the result of teh skip stepsHenning Brauer
2003-02-20extra plurals; openbsd@davidkrause.comTheo de Raadt
2003-02-20Fix table syntax documentation, from David Krause.Cedric Berger
2003-02-19cmdline options in alphabetical order in usage() and manpage; and sync themHenning Brauer
2003-02-18fix load option handling (-A, -N, -R) for options.Henning Brauer
2003-02-17pfctl_clear_pool doesn't need to be prototyped twice eitherHenning Brauer
2003-02-17no need to prototype pfctl_add_pool twiceHenning Brauer
2003-02-17We want err() after failed ioctl() here too.Mike Pechkin
2003-02-14remove explicit table creation ( -T create ), it's useless.Henning Brauer
2003-02-11allow macro definition on the command line:Henning Brauer
2003-02-05Simplify more.Cedric Berger
2003-02-05Simplify.Cedric Berger
2003-02-03remove loadopt global definition and cleanup a bit.Cedric Berger
2003-02-03zap dead codeHenning Brauer
2003-02-03fix a problem with queue definitions when load options (like -N etc) areHenning Brauer
2003-02-02there is no need to pass opts to parse_rules explicitely; it's passed asHenning Brauer
2003-01-27When -a is specified, the operation affects an anchor only, so don't tryDaniel Hartmeier
2003-01-24let pfctl -vvsq loop and display measured bandwidth and packets/s per queue.Henning Brauer
2003-01-21remove redundant ifCamiel Dobbelaar
2003-01-20Remove unused argument from print_name() and fix two other nitsCamiel Dobbelaar
2003-01-19Simplify and KNF anchoropt processing.Camiel Dobbelaar
2003-01-19The -s option to show anchors is 'A' or 'Anchors', not 'a' (which is usedDaniel Hartmeier
2003-01-18Move freeaddrinfo() so it doesn't get called with an uninitializedDaniel Hartmeier
2003-01-18Cleanup PF_OPT_NOACTION with tables. No changes on current behaviour,Cedric Berger
2003-01-15what a bogus messageTheo de Raadt
2003-01-15Repair table "load" command.Cedric Berger
2003-01-11whitespace KNF _AGAIN_Henning Brauer
2003-01-10Be a bit more strict when parsing options.Cedric Berger
2003-01-09strlcpy return checks.Daniel Hartmeier
2003-01-09use a verbose flag in pfctl_show_altq instead of carrying around opts fromHenning Brauer