Age | Commit message (Expand) | Author |
2003-01-19 | Quote label in rule output. | Camiel Dobbelaar |
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 |
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 |
2003-01-18 | KNF after ryan... | Henning Brauer |
2003-01-18 | Cleanup PF_OPT_NOACTION with tables. No changes on current behaviour, | Cedric Berger |
2003-01-18 | Little cleanup from Andrey Matveev <andrushock@korovino.net> | Cedric Berger |
2003-01-18 | Add missing token string and assignment to make static-port work for real. | Ryan Thomas McBride |
2003-01-17 | Add a new option, -f, that allows the user to specify a custom output | Todd C. Miller |
2003-01-17 | Don't report setugid directories in "ncheck -s" output since those | Todd C. Miller |
2003-01-17 | KNF | Markus Friedl |
2003-01-17 | bandwith -> bandwidth | Camiel Dobbelaar |
2003-01-15 | what a bogus message | Theo de Raadt |
2003-01-15 | missing "," | Markus Friedl |
2003-01-15 | Typo in yyerror(). | Mike Pechkin |
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 |
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 |
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 |
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 |
2003-01-10 | Be a bit more strict when parsing options. | Cedric Berger |
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 |
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 |
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 |
2003-01-09 | zap unneeded #include <errno.h> as seen by both of us while discussing | Henning Brauer |
2003-01-09 | support PRIQ in queue statistics | Henning Brauer |
2003-01-09 | minor KNF | Henning Brauer |
2003-01-09 | note about queue stats | Henning Brauer |
2003-01-09 | first attack at pfctl queue statistics, to be displayed with pfctl -vsq | Henning Brauer |
2003-01-09 | Document the various "default" settings. Some style and alphabetical | Hakan Olsson |
2003-01-09 | Default-Phase-1-Configuration --> Default-phase-1-configuration | Hakan Olsson |
2003-01-09 | Change "Default-Phase-2-Suites" --> "Default-phase-2-suites" | Hakan Olsson |
2003-01-09 | Proper id_string for SET/ACK responder, plus attr payload fixes. | Hakan Olsson |
2003-01-09 | Add support for active/inactive tablesets in the kernel. | Cedric Berger |
2003-01-09 | Don't write past the end of the address buffer. Found by Theo. | Hakan Olsson |
2003-01-09 | Add some #ifdef USE_ISAKMP_CFG, no need to compile in code that will | Hakan Olsson |