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