Age | Commit message (Expand) | Author |
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-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 | Add support for active/inactive tablesets in the kernel. | Cedric Berger |
2003-01-08 | check more strlcpy; camield@ | Theo de Raadt |
2003-01-07 | Allow underscore at the beginning of strings, fixes | Daniel Hartmeier |
2003-01-07 | the "default" alias for "normal" optimization in pf_hints is dead for some | Henning Brauer |
2003-01-07 | Remove table name hashing (pass the name in each ioctl instead), and | Daniel Hartmeier |
2003-01-06 | Fix some oversights with address pools for route-to/dup-to/reply-to | Ryan Thomas McBride |
2003-01-05 | don't whine about missing altq support in the kernel in the -q case | Henning Brauer |
2003-01-05 | err after calloc failure, not errx | Henning Brauer |
2003-01-05 | Move ifname from pf_addr to pf_addr_wrap, prepare pf_addr_wrap for table | Daniel Hartmeier |
2003-01-05 | err()/errx() do not return, errx() -> err() after calloc(), it sets errno. | Daniel Hartmeier |
2003-01-04 | minor style | Henning Brauer |
2003-01-04 | move noroute from flag in pf_rule_addr into type in pf_addr_wrap. | Daniel Hartmeier |
2003-01-04 | I do not know where this policy of "one .h file for every .c file" comes | Theo de Raadt |
2003-01-03 | Make good use of the 'else' keyword. | Cedric Berger |
2003-01-03 | knf | Theo de Raadt |
2003-01-03 | no need to close | Theo de Raadt |
2003-01-03 | KNF | Theo de Raadt |
2003-01-03 | zero sockaddr before use | Theo de Raadt |
2003-01-03 | I am ready to strange the person who put a new strcpy() into our | Theo de Raadt |
2003-01-03 | (a && (b & c)) | Theo de Raadt |
2003-01-03 | simplify ioctl access | Theo de Raadt |
2003-01-03 | Remove _ before static functions & variables. | Cedric Berger |
2003-01-03 | Remove _ before static functions & variables. | Cedric Berger |
2003-01-03 | whitespace KNF (no, i don't touch the option inits) | Daniel Hartmeier |
2003-01-03 | kill stupid macro | Theo de Raadt |
2003-01-03 | KNF | Theo de Raadt |
2003-01-03 | Initialize hints addrinfo in a safe way. | Cedric Berger |