Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-01-21 | remove redundant if | Camiel Dobbelaar | |
ok dhartmei | |||
2003-01-21 | add kern.watchdog sysctl and generic watchdog interface; | Markus Friedl | |
based on feedback and discussions with mickey, henric, fgsch and jakob. ok art@, mickey@, jakob@, henric@ | |||
2003-01-20 | Cut & paste madness. We were (un)lucky it worked before! | Cedric Berger | |
2003-01-20 | typos; alan@alanday.com | Theo de Raadt | |
2003-01-20 | unused var; found by dhartmei@ and camield@ | Henning Brauer | |
2003-01-20 | no named parameters in prototypes | Camiel Dobbelaar | |
ok dhartmei cedric henning | |||
2003-01-20 | Remove unused argument from print_name() and fix two other nits | Camiel Dobbelaar | |
found by lint. ok henning | |||
2003-01-20 | Improve pfctl -vvs{r,n} output with rule containing tables. | Cedric Berger | |
Shows the number of entries in the table or if the table is not active. ok dhartmei@, no objections. | |||
2003-01-19 | typos; jmc@prioris.mini.pw.edu.pl | Theo de Raadt | |
2003-01-19 | Simplify and KNF anchoropt processing. | Camiel Dobbelaar | |
ok dhartmei henning | |||
2003-01-19 | The -s option to show anchors is 'A' or 'Anchors', not 'a' (which is used | Daniel Hartmeier | |
to show 'all' information). | |||
2003-01-19 | Spin off label string expansion into a separate function. Clarifies | Camiel Dobbelaar | |
and tightens all expand_label functions. ok dhartmei henning | |||
2003-01-19 | Quote label in rule output. | Camiel Dobbelaar | |
ok henning dhartmei | |||
2003-01-18 | minor tweaking; andrushock@korovino.net | Theo de Raadt | |
2003-01-18 | Move freeaddrinfo() so it doesn't get called with an uninitialized | Daniel Hartmeier | |
pointer (which segfaults). From Julien Bordet. | |||
2003-01-18 | va_end() missing. Thanks to Andrey Matveev. | Cedric Berger | |
2003-01-18 | quite some KNF for the older parts | Henning Brauer | |
2003-01-18 | host() overhaul: | Henning Brauer | |
-split off host_if, host_v4, host_v6, host_dns -kill the return-everywhere nightmare -bit better error messages makes the code more read-, understand- and maintainable; no fucntional changes. ok cedric@ dhartmei@ mcbride@ | |||
2003-01-18 | KNF after ryan... | Henning Brauer | |
2003-01-18 | Cleanup PF_OPT_NOACTION with tables. No changes on current behaviour, | Cedric Berger | |
but do something useful when the user has no access to /dev/pf. Tested on i386, sparc64. ok henning@ | |||
2003-01-18 | Little cleanup from Andrey Matveev <andrushock@korovino.net> | Cedric Berger | |
Thanks! | |||
2003-01-18 | Add missing token string and assignment to make static-port work for real. | Ryan Thomas McBride | |
Diff and report courtesy of mpech@ and form@ ok dhartmei@ | |||
2003-01-17 | Add a new option, -f, that allows the user to specify a custom output | Todd C. Miller | |
format. Currently only supports printing the inode number and path (along with any arbitrary text) but other escapes may be added later. A useful invocation is: ncheck -s -f '\P\0' | xargs -0 ls -ldgT deraadt@ OK | |||
2003-01-17 | Don't report setugid directories in "ncheck -s" output since those | Todd C. Miller | |
bits have no meaning on OpenBSD. deraadt@ OK | |||
2003-01-17 | KNF | Markus Friedl | |
2003-01-17 | bandwith -> bandwidth | Camiel Dobbelaar | |
YYERROR on failed parseicmpspec() ok dhartmei mcbride henning | |||
2003-01-15 | what a bogus message | Theo de Raadt | |
2003-01-15 | missing "," | Markus Friedl | |
2003-01-15 | Typo in yyerror(). | Mike Pechkin | |
henning@ | |||
2003-01-15 | Repair table "load" command. | Cedric Berger | |
2003-01-14 | consistent output and typo, grange@ ok | Anil Madhavapeddy | |
2003-01-14 | unified IP parser: | Henning Brauer | |
-move host(), set_ipmask and the ifa_* functions to pfctl_parser.[c|h] -extend host() to handle /mask itself, plus minor adjustments -use that in pfctl_table.c instead of coding the same shit again discussed w/ cedric@ ok cedric@ dhartmei@ | |||
2003-01-14 | A bit of consistency in error messages. Before regress commit :) | Cedric Berger | |
2003-01-13 | err() on all memory allocation failures | Camiel Dobbelaar | |
ok henning dhartmei | |||
2003-01-11 | Whitespace KNF | Ryan Thomas McBride | |
2003-01-11 | use errx instead of handcrufting the same with fprintf and exit | Henning Brauer | |
2003-01-11 | -use inet_net_pton to parse IPv4 addresses, gains us support for CIDR (10/8) | Henning Brauer | |
-remove a redundant strlen check ok cedric@ | |||
2003-01-11 | whitespace KNF _AGAIN_ | Henning Brauer | |
2003-01-11 | typo | Christian Weisgerber | |
2003-01-10 | Fix adding and deleting addresses in a table when there is a conflict with | Cedric Berger | |
the "negated" attribute of an address. The previous behaviour was incorrect in both cases (too strict for the add command and too permissive for the delete command). ok dhartmei@ | |||
2003-01-10 | Be a bit more strict when parsing options. | Cedric Berger | |
Disallow "pfctl -s rabbits" and friends. ok dhartmei@ | |||
2003-01-10 | More details about the -T flag. Suggested by Rukh <openbsd@rukh.net> | Cedric Berger | |
2003-01-10 | no return after err(3), errx -> err after calloc failure | Henning Brauer | |
andrushock at korovino.net via dhartmei@ | |||
2003-01-10 | print queue length for PRIQ, works now | Henning Brauer | |
2003-01-10 | fix thinko | Henning Brauer | |
2003-01-09 | no need for explicit numbering in enums | Henning Brauer | |
ok dhartmei@ | |||
2003-01-09 | knf | Daniel Hartmeier | |
2003-01-09 | strlcpy return checks. | Daniel Hartmeier | |
2003-01-09 | Check return values on the remaining strlcpy/strlcat. ok henning@ | Daniel Hartmeier | |
2003-01-09 | use a verbose flag in pfctl_show_altq instead of carrying around opts from | Henning Brauer | |
pfctl.c, and get rid of the #include "pfctl_parser.h" |