Age | Commit message (Expand) | Author |
2002-12-18 | Maintain separate pfioc_rule structures for each type of rule, | Ryan Thomas McBride |
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-17 | class -> queue | Henning Brauer |
2002-12-17 | duh. two checks in rate2str which decide wether to print Mb or Kb had 1024 | Henning Brauer |
2002-12-16 | only create a root queue if scheduler = cbq | Henning Brauer |
2002-12-16 | KNF | Henning Brauer |
2002-12-16 | only try to add the root queue for cbq | Henning Brauer |
2002-12-16 | get full [scheduler]_opts struct instead of just .flags, and wrap in into a | Henning Brauer |
2002-12-15 | There is no such thing as pf=YES variable, there is a variable | margarida |
2002-12-15 | rule set(s) -> ruleset(s) | margarida |
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 |
2002-12-10 | don't warnx after ioctl, use warn | Henning Brauer |
2002-12-09 | replace (properly guarded) strncpy using logic by a strsep & strlcpy using | Henning Brauer |
2002-12-09 | (properly guarded) strcpy() -> strlcpy() | Daniel Hartmeier |
2002-12-09 | do not allow redefinitions in variable option blocks; henning ok | Theo de Raadt |
2002-12-08 | strncpy is evil. | Henning Brauer |
2002-12-08 | allow flexible options order like Theo did for rules. | Henning Brauer |
2002-12-07 | Support parameters in anchor rules. Allows conditional evaluation, like: | Daniel Hartmeier |
2002-12-07 | more KNF | Henning Brauer |
2002-12-07 | KNF | Henning Brauer |
2002-12-07 | TAILQ_INSERT_TAIL instead of TAILQ_INSERT_HEAD. Makes addresses print | Ryan Thomas McBride |
2002-12-07 | shadow cleanup | Henning Brauer |
2002-12-07 | kill an unused param to lungetc | Henning Brauer |
2002-12-07 | KNF | Henning Brauer |
2002-12-07 | get the interface's MTU instead of assuming 1500 | Henning Brauer |
2002-12-07 | Convert the hash of a string key to network byte order. Makes regression | Ryan Thomas McBride |
2002-12-06 | style | Henning Brauer |
2002-12-06 | Remove negated address list check again, doesn't work right yet. | Daniel Hartmeier |
2002-12-06 | let pfctl -v print out "block drop" instead of just "block" in the drop | Henning Brauer |
2002-12-06 | Introduce anchors and named rule sets, allowing to load additional rule | Daniel Hartmeier |
2002-12-05 | fix a small cosmetic problem. if ifa_lookup was called in LOOKUP_NET mode, | Henning Brauer |
2002-12-05 | one step further to "program output is valid program input" and the related | Henning Brauer |
2002-12-05 | -quote varset in -v output | Henning Brauer |
2002-12-05 | Replace warnx with warn on ioctls so that we get the error message associated | Ryan Thomas McBride |
2002-12-04 | in host(), apply a given netmask to all members of the node_host list | Henning Brauer |
2002-12-04 | do not warn for unused variables except with -v -v; henning ok | Theo de Raadt |
2002-12-03 | be nice and shutdown the socket after beeing done; pointed out by kenjiro | Henning Brauer |
2002-12-02 | KNF | Henning Brauer |