Age | Commit message (Expand) | Author |
2003-03-28 | one more const was missing | Henning Brauer |
2003-03-28 | assign qid early for priq too | Henning Brauer |
2003-03-27 | minor tweaks from Andrey Matveev, ok henning@ and cedric@ | Daniel Hartmeier |
2003-03-27 | lotsa const char * | Henning Brauer |
2003-03-27 | introduce a "yesno" target. eases code a bit and yes is no keyword any more. | Henning Brauer |
2003-03-27 | handle invalid priq/cbq flags better and give a nice error message | Henning Brauer |
2003-03-27 | default, borrow, ecn, red and rio are no keywords any more. use STRING and | Henning Brauer |
2003-03-27 | switch symset/symget to TAILQ instead of using hand baked lists | Henning Brauer |
2003-03-24 | Add missing return. Fix following buglet: | Cedric Berger |
2003-03-19 | inet_net_pton acts weird when it comes to multicast addresses. so pass the | Henning Brauer |
2003-03-19 | kill the address token and move the host() invocation up to the host token, | Henning Brauer |
2003-03-11 | do the queue ID assignment for cbq already in userland. ensure that queues | Henning Brauer |
2003-03-11 | On pfctl -a foo -Fn/-Fr, traverse all subrulesets in the anchor and | Daniel Hartmeier |
2003-03-11 | fix format strings in debugging output, qid is unsigned | Henning Brauer |
2003-03-11 | sprinkle some .Li | David Krause |
2003-03-11 | fix spacing in sample output | David Krause |
2003-03-10 | check for multiple same named queues on one interface. | Henning Brauer |
2003-03-10 | correctly cope with errors returned by eval_pfqueue and pfctl_add_altq | Henning Brauer |
2003-03-10 | rework error handling in eval_pfqueue(). | Henning Brauer |
2003-03-10 | when complaining about a queue wiwthout parent, include the queue name in | Henning Brauer |
2003-03-10 | it doesn't make sense to mimic pfctl -vsr output in pfctl -vsl (same for | Henning Brauer |
2003-03-10 | whitespace | Henning Brauer |
2003-03-10 | based on ideas from david, fix the Cm problems, and others | Theo de Raadt |
2003-03-09 | cope with LOOP_THROUGH modifying the lis (queues). | Henning Brauer |
2003-03-09 | cope with the fact that LOOP_THROUGH loops once even if the list is empty by | Henning Brauer |
2003-03-08 | Remove unneeded #includes, from Andrey Matveev andrushock(at)pisem(dot)net | Daniel Hartmeier |
2003-03-08 | fix the obvious: | Henning Brauer |
2003-03-08 | in expand_queue, make a private copy of the struct pf_altq before modifying | Henning Brauer |
2003-03-08 | when complaining about a queue's abndwidth beeing to small (below the | Henning Brauer |
2003-03-08 | inlcude queue interals in -gsr and -gsq output; will make debugging easier. | Henning Brauer |
2003-03-07 | Only show non-active tables when the -g flag is given. | Cedric Berger |
2003-03-07 | document -g | Henning Brauer |
2003-03-07 | don't include debugging output, namely, the result of teh skip steps | Henning Brauer |
2003-03-06 | fix queue assignment on filter rules which are not bound to an interface. | Henning Brauer |
2003-03-06 | tweak wording and mdoc formatting | David Krause |
2003-03-04 | wrap Ic in Xo/Xc until fixed | Theo de Raadt |
2003-03-03 | rate2str() overhaul: | Henning Brauer |
2003-03-02 | when printing queues at load time that have bandwidth specified in percent, | Henning Brauer |
2003-03-02 | remove the control keyword for cbq queues. | Henning Brauer |
2003-03-02 | add a guarantee that two same named queues on different interfaces have the | Henning Brauer |
2003-02-27 | modify error message to match the same 7 sections in pf.conf(5) | David Krause |
2003-02-26 | in expand_rule, correctly set r->pqid if a priority queue was defined, and | Henning Brauer |
2003-02-25 | some minor KNF my fingers just did... | Henning Brauer |
2003-02-25 | repair/simplify/flexify binat userland. | Cedric Berger |
2003-02-25 | extend copyright to 2003 | Henning Brauer |
2003-02-24 | when a macro is redefined, don't bother with reusing the existing entry in | Henning Brauer |
2003-02-24 | echo->printf, because echo does not accept "\n" in all shells. | Cedric Berger |
2003-02-21 | re-allow set loginterface none | Henning Brauer |
2003-02-21 | better error message if set loginterface is called with nonexistant | Henning Brauer |
2003-02-20 | extra plurals; openbsd@davidkrause.com | Theo de Raadt |