Age | Commit message (Expand) | Author |
2003-04-13 | KNF | Henning Brauer |
2003-04-13 | prevent double service curve specification | Henning Brauer |
2003-04-13 | add support for the HFSC linkshare, realtime, and upperlimit service curves | Henning Brauer |
2003-04-13 | unbreak (missing }) | Daniel Hartmeier |
2003-04-13 | say bye bye to hfscflags_list and hfscflags_item | Henning Brauer |
2003-04-13 | new struct node_hfsc_opts for, surprise, hfsc options. needed because they | Henning Brauer |
2003-04-13 | pass down the struct node_queue_opts from the altqif/queuespec yacc targets | Henning Brauer |
2003-04-13 | move the structs node_queue_bw and node_queue_opt to pfctl_parser.h. | Henning Brauer |
2003-04-13 | move the bandwidth keyword from within the bandwidth target up to the | Henning Brauer |
2003-04-12 | initial support for the HFSC scheduler. | Henning Brauer |
2003-04-11 | KNF | Henning Brauer |
2003-04-11 | don't set r->qid and r->pqid in expand_rule any more, queue name -> queue ID | Henning Brauer |
2003-04-07 | Catch and refuse invalid icmp codes (> 255). ok pb@, mpech@. | Daniel Hartmeier |
2003-04-05 | ease netmask handling a bit | Henning Brauer |
2003-04-05 | allow queue specs to be limited to certain interfaces. | Henning Brauer |
2003-04-05 | whitespace KNF | Henning Brauer |
2003-04-04 | clean up: | Henning Brauer |
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-19 | kill the address token and move the host() invocation up to the host token, | Henning Brauer |
2003-03-10 | correctly cope with errors returned by eval_pfqueue and pfctl_add_altq | Henning Brauer |
2003-03-10 | when complaining about a queue wiwthout parent, include the queue name in | Henning Brauer |
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 | 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-06 | fix queue assignment on filter rules which are not bound to an interface. | 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-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-24 | when a macro is redefined, don't bother with reusing the existing entry in | Henning Brauer |
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 | reject nonexistant interfaces in the dynaddr case, noticed during discussion | Henning Brauer |
2003-02-19 | Make 'from (kue0)/24' work again (dynamic interface name translation with | Daniel Hartmeier |
2003-02-19 | better error message on icmp version / address family mismatch | Henning Brauer |
2003-02-18 | fix load option handling (-A, -N, -R) for options. | Henning Brauer |
2003-02-17 | "optarg" was a bad pick for the variable name in pfctl_cmdline_symset, it | Henning Brauer |
2003-02-17 | -#include <sys/ioctl.h> | Mike Pechkin |
2003-02-16 | unneeded {} | Henning Brauer |
2003-02-16 | throw a syntax error if the portunary operator in varset is no '=' | Henning Brauer |
2003-02-14 | Allow route-to loopback interfaces again, since Ryan fixed the loops that | Daniel Hartmeier |
2003-02-14 | Better and more consistent error message. | Cedric Berger |
2003-02-13 | ease the yacc a bit by using a "not" rule instead of having two rules w/ and | Henning Brauer |