summaryrefslogtreecommitdiff
path: root/sbin/pfctl
AgeCommit message (Expand)Author
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-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-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
2003-01-18Add missing token string and assignment to make static-port work for real.Ryan Thomas McBride
2003-01-17KNFMarkus Friedl
2003-01-17bandwith -> bandwidthCamiel Dobbelaar
2003-01-15what a bogus messageTheo de Raadt
2003-01-15Typo in yyerror().Mike Pechkin
2003-01-15Repair table "load" command.Cedric Berger
2003-01-14unified IP parser:Henning Brauer
2003-01-14A bit of consistency in error messages. Before regress commit :)Cedric Berger
2003-01-13err() on all memory allocation failuresCamiel Dobbelaar
2003-01-11Whitespace KNFRyan Thomas McBride
2003-01-11use errx instead of handcrufting the same with fprintf and exitHenning Brauer
2003-01-11-use inet_net_pton to parse IPv4 addresses, gains us support for CIDR (10/8)Henning Brauer
2003-01-11whitespace KNF _AGAIN_Henning Brauer
2003-01-10Fix adding and deleting addresses in a table when there is a conflict withCedric Berger
2003-01-10Be a bit more strict when parsing options.Cedric Berger
2003-01-10More details about the -T flag. Suggested by Rukh <openbsd@rukh.net>Cedric Berger
2003-01-10no return after err(3), errx -> err after calloc failureHenning Brauer
2003-01-10print queue length for PRIQ, works nowHenning Brauer
2003-01-10fix thinkoHenning Brauer
2003-01-09no need for explicit numbering in enumsHenning Brauer
2003-01-09knfDaniel Hartmeier
2003-01-09strlcpy return checks.Daniel Hartmeier
2003-01-09Check return values on the remaining strlcpy/strlcat. ok henning@Daniel Hartmeier
2003-01-09use a verbose flag in pfctl_show_altq instead of carrying around opts fromHenning Brauer
2003-01-09zap unneeded #include <errno.h> as seen by both of us while discussingHenning Brauer
2003-01-09support PRIQ in queue statisticsHenning Brauer
2003-01-09minor KNFHenning Brauer
2003-01-09note about queue statsHenning 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-08check more strlcpy; camield@Theo de Raadt
2003-01-07Allow underscore at the beginning of strings, fixesDaniel Hartmeier
2003-01-07the "default" alias for "normal" optimization in pf_hints is dead for someHenning Brauer
2003-01-07Remove table name hashing (pass the name in each ioctl instead), andDaniel Hartmeier
2003-01-06Fix some oversights with address pools for route-to/dup-to/reply-toRyan Thomas McBride