summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl.c
AgeCommit message (Expand)Author
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
2003-01-09first attack at pfctl queue statistics, to be displayed with pfctl -vsqHenning Brauer
2003-01-09Add support for active/inactive tablesets in the kernel.Cedric Berger
2003-01-07the "default" alias for "normal" optimization in pf_hints is dead for someHenning Brauer
2003-01-05don't whine about missing altq support in the kernel in the -q caseHenning Brauer
2003-01-05Move ifname from pf_addr to pf_addr_wrap, prepare pf_addr_wrap for tableDaniel Hartmeier
2003-01-04I do not know where this policy of "one .h file for every .c file" comesTheo de Raadt
2003-01-03no need to closeTheo de Raadt
2003-01-03(a && (b & c))Theo de Raadt
2003-01-03simplify ioctl accessTheo de Raadt
2003-01-03Bring in userland code for accessing PF radix tables.Cedric Berger
2003-01-01KNFHenning Brauer
2003-01-01Remove skip step for action (scrub vs. non-scrub), as scrub rules areDaniel Hartmeier
2003-01-01Extend two error messages, change one err() -> errx() where there's noDaniel Hartmeier
2002-12-31Match kernel changes splitting scrub rules into their own ruleset type.Ryan Thomas McBride
2002-12-31err() doesn't return. from Andrey Matveev.Daniel Hartmeier
2002-12-29Make pfctl -a name -sr/-sn show all rules of all rulesets within theDaniel Hartmeier
2002-12-25Honour -R/-N and don't attempt to load other rules in those cases.Daniel Hartmeier
2002-12-22Handle pool addresses in binat rules, ok mcbride@Daniel Hartmeier
2002-12-18Store translation rule pointer in state entries, so pfctl -vsn can printDaniel Hartmeier