Age | Commit message (Expand) | Author |
2002-12-11 | Replace strncpy + ugly pointer math with sscanif for reading source-hash keys | Ryan Thomas McBride |
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 | shadow cleanup | Henning Brauer |
2002-12-07 | kill an unused param to lungetc | Henning Brauer |
2002-12-07 | Convert the hash of a string key to network byte order. Makes regression | Ryan Thomas McBride |
2002-12-06 | Remove negated address list check again, doesn't work right yet. | Daniel Hartmeier |
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 | -quote varset in -v output | Henning Brauer |
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-02 | KNF | Henning Brauer |
2002-12-02 | permit more flexible pass/block lines. the options giving at the end of | Theo de Raadt |
2002-12-02 | allow for "altq on $interface" without specifying a bandwidth. The | Henning Brauer |
2002-11-30 | move damn unmask() proto into place as well | Michael Shalayeff |
2002-11-29 | coredumps are not nice. | Henning Brauer |
2002-11-29 | print queuespec only once in verbose mode, even if referenced more often | Henning Brauer |
2002-11-29 | FREE_LIST nqueues later; can be used more than once | Henning Brauer |
2002-11-28 | allow qlimit on altq spec | Henning Brauer |
2002-11-28 | - Adjust to match replacement of md5 with pf_hash | Ryan Thomas McBride |
2002-11-27 | handle the "no bandwidth specified" case earlier and easier. | Henning Brauer |
2002-11-27 | -use a #define for default qlimit instead of hardcoding it | Henning Brauer |
2002-11-27 | next round in print fixes: | Henning Brauer |
2002-11-27 | use a #define for default priority instead of hardcoding it | Henning Brauer |
2002-11-27 | fix tbrsize spec | Henning Brauer |
2002-11-27 | fix error message for altq ifspec without child queues | Henning Brauer |
2002-11-26 | make bandwidth specification on queue truly optional | Henning Brauer |
2002-11-26 | queue comes before NAT | Henning Brauer |
2002-11-25 | repair decide_address_family | Henning Brauer |
2002-11-25 | for loN and link1 translate the iface into address properly; henning@ ok | Michael Shalayeff |
2002-11-25 | 1Kb = 1000b, not 1024; as discussed with kjc@ and theo | Henning Brauer |
2002-11-25 | KNF | Henning Brauer |
2002-11-24 | enforce that queue comes right before filtering | Philipp Buehler |
2002-11-24 | Cosmetics and removal of a redundant code block. | Daniel Hartmeier |
2002-11-23 | sigh | Theo de Raadt |
2002-11-23 | KNF | Henning Brauer |
2002-11-23 | better error checking in expand_queue | Henning Brauer |
2002-11-23 | easier | Henning Brauer |
2002-11-23 | Daniel's diff to untangle my mess with ifa_pick_ips like so: | Ryan Thomas McBride |
2002-11-23 | better error checking, round 1 | Henning Brauer |
2002-11-23 | KNF | Henning Brauer |
2002-11-23 | KNF | Theo de Raadt |
2002-11-23 | $$->ifname is NULL, leave it NULL, don't $$->ifname[0] = 0; | Daniel Hartmeier |
2002-11-23 | Fix brokenness in parse.y, clean up: | Ryan Thomas McBride |