summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2003-01-31typos;Jason McIntyre
2003-01-31o When checking for root, look at effective, not real uid; checking theTodd C. Miller
2003-01-30in these two cases strdup makes more sense than asprintf, pointed out byHenning Brauer
2003-01-30add support for :network and :broadcast modifiers to interface names.Henning Brauer
2003-01-29typos;Jason McIntyre
2003-01-28typos; added white boldface to examplesJason McIntyre
2003-01-27bit KNFHenning Brauer
2003-01-27KNFTheo de Raadt
2003-01-27When -a is specified, the operation affects an anchor only, so don't tryDaniel Hartmeier
2003-01-25Another nice cleanup patch from Andrey MatveevCedric Berger
2003-01-25Match changes for rdr port ranges made to pf.c:Ryan Thomas McBride
2003-01-25Fix NOACTION with table statements.Cedric Berger
2003-01-25Permit initialisation of a table content from a file in pf.conf.Cedric Berger
2003-01-25Correctly check illegal constructs with tables. Better error messages.Cedric Berger
2003-01-25tables are just tables; implementation details (radix) don't need to beHenning Brauer
2003-01-25if a table name ist too long, it's actually nice to tell so instead of justHenning Brauer
2003-01-25kill whitespace at EOLHenning Brauer
2003-01-24document pfctl -vvsqHenning Brauer
2003-01-24make rate2str include the unit in the ouput even if it is 0b. was irrelevantHenning Brauer
2003-01-24pfctl -vvsq shows bandwidth and packets/s for PRIQ now tooHenning Brauer
2003-01-24let pfctl -vvsq loop and display measured bandwidth and packets/s per queue.Henning Brauer
2003-01-24export rate2strHenning Brauer
2003-01-24tune internal APIs a bitHenning Brauer
2003-01-24bring in 3 yet unused helper functions before I lose 'em againHenning Brauer
2003-01-23Little cleanup thanks to Andrey MatveevCedric Berger
2003-01-22Typo.Hakan Olsson
2003-01-22Automatically create tables for the "add" and "replace" table commands.Cedric Berger
2003-01-21Support for TCP window scaling (RFC 1323). ok frantzen@Daniel Hartmeier
2003-01-21kern.watchdog; ok deraadt@Markus Friedl
2003-01-21remove redundant ifCamiel Dobbelaar
2003-01-21add kern.watchdog sysctl and generic watchdog interface;Markus Friedl
2003-01-20Cut & paste madness. We were (un)lucky it worked before!Cedric Berger
2003-01-20typos; alan@alanday.comTheo de Raadt
2003-01-20unused var; found by dhartmei@ and camield@Henning Brauer
2003-01-20no named parameters in prototypesCamiel Dobbelaar
2003-01-20Remove unused argument from print_name() and fix two other nitsCamiel Dobbelaar
2003-01-20Improve pfctl -vvs{r,n} output with rule containing tables.Cedric Berger
2003-01-19typos; jmc@prioris.mini.pw.edu.plTheo de Raadt
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-19Spin off label string expansion into a separate function. ClarifiesCamiel Dobbelaar
2003-01-19Quote label in rule output.Camiel Dobbelaar
2003-01-18minor tweaking; andrushock@korovino.netTheo de Raadt
2003-01-18Move freeaddrinfo() so it doesn't get called with an uninitializedDaniel Hartmeier
2003-01-18va_end() missing. Thanks to Andrey Matveev.Cedric Berger
2003-01-18quite some KNF for the older partsHenning Brauer
2003-01-18host() overhaul:Henning Brauer
2003-01-18KNF after ryan...Henning Brauer
2003-01-18Cleanup PF_OPT_NOACTION with tables. No changes on current behaviour,Cedric Berger
2003-01-18Little cleanup from Andrey Matveev <andrushock@korovino.net>Cedric Berger