Age | Commit message (Expand) | Author |
2003-01-25 | Permit initialisation of a table content from a file in pf.conf. | Cedric Berger |
2003-01-25 | Correctly check illegal constructs with tables. Better error messages. | Cedric Berger |
2003-01-25 | if a table name ist too long, it's actually nice to tell so instead of just | Henning Brauer |
2003-01-20 | Remove unused argument from print_name() and fix two other nits | Camiel Dobbelaar |
2003-01-19 | Spin off label string expansion into a separate function. Clarifies | Camiel Dobbelaar |
2003-01-18 | KNF after ryan... | Henning Brauer |
2003-01-18 | Add missing token string and assignment to make static-port work for real. | Ryan Thomas McBride |
2003-01-17 | bandwith -> bandwidth | Camiel Dobbelaar |
2003-01-15 | Typo in yyerror(). | Mike Pechkin |
2003-01-14 | unified IP parser: | Henning Brauer |
2003-01-13 | err() on all memory allocation failures | Camiel Dobbelaar |
2003-01-11 | Whitespace KNF | Ryan Thomas McBride |
2003-01-09 | no need for explicit numbering in enums | Henning Brauer |
2003-01-09 | Check return values on the remaining strlcpy/strlcat. ok henning@ | Daniel Hartmeier |
2003-01-09 | minor KNF | 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 | 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 | 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-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 | whitespace KNF (no, i don't touch the option inits) | Daniel Hartmeier |
2003-01-03 | Bring in userland code for accessing PF radix tables. | Cedric Berger |
2003-01-02 | Require a direction to be specified for rules which do routing. | Ryan Thomas McBride |
2002-12-30 | Change ipv6-icmp-type to icpm6-type. pf.conf files will need to be adjusted | Ryan Thomas McBride |
2002-12-27 | Since pf_norm.c looks at rule.log to see if it should log packets being | Ryan Thomas McBride |
2002-12-21 | always initialize rpool.key; diff from Frank Denis; KNF by me | Henning Brauer |
2002-12-21 | KNF | Henning Brauer |
2002-12-20 | remove a redundant assignment. | Daniel Hartmeier |
2002-12-19 | fix 'no rdr'. | Daniel Hartmeier |
2002-12-18 | more KNF | Henning Brauer |
2002-12-18 | proto list expansion is not supported in binat-anchor yet, print an error | Daniel Hartmeier |
2002-12-18 | Support (single) destination port in rdr-anchor rules. Print an error | Daniel Hartmeier |
2002-12-18 | fix some INCREDIBLE new bugs which were introduced | Theo de Raadt |
2002-12-17 | add support for the PRIQ scheduler | Henning Brauer |
2002-12-17 | Match merge of pf_nat/pf_binat/pf_rdr structs into pf_rule | Ryan Thomas McBride |
2002-12-17 | missing break in switch | Henning Brauer |
2002-12-17 | beautify the %type block | Henning Brauer |
2002-12-17 | PRIQ and HFSC support functions, not yet used. | Henning Brauer |
2002-12-16 | only create a root queue if scheduler = cbq | Henning Brauer |
2002-12-16 | get full [scheduler]_opts struct instead of just .flags, and wrap in into a | Henning Brauer |
2002-12-13 | allow a second queue for higher priorized (currently: tos=lowdelay) packets | Henning Brauer |
2002-12-13 | a bit KNF originally part of another diff soon to come; frantzen@ correctly | Henning Brauer |
2002-12-13 | permit re-ordering of some scrub parameters, and also clean up some other | Theo de Raadt |
2002-12-12 | KNF | Henning Brauer |
2002-12-12 | we don't need to keep a private copy of the queue name in expand_rule, | Henning Brauer |
2002-12-11 | Replace strncpy + ugly pointer math with sscanif for reading source-hash keys | Ryan Thomas McBride |