Age | Commit message (Expand) | Author |
2003-05-25 | must not run check_netmask() before remove_invalid_hosts() - binat case had it | Henning Brauer |
2003-05-19 | reject invalid netmasks like 10.0.0.0/68, and fix up the netmask for | Henning Brauer |
2003-05-19 | all host() receivers have to test for NULL | Henning Brauer |
2003-05-19 | if host() returns NULL, it is an error, so err the fuck out and don't | Henning Brauer |
2003-05-17 | support inverse matching on tags like | Henning Brauer |
2003-05-16 | TCP SYN proxy. Instead of 'keep state' or 'modulate state', one can use | Daniel Hartmeier |
2003-05-15 | properly complain about too long tags | Henning Brauer |
2003-05-14 | add scrub modifier "reassemble tcp" to turn on stateful TCP normalizations | Mike Frantzen |
2003-05-14 | tagging on binat | Henning Brauer |
2003-05-14 | enabled tagging on rdr rules | Henning Brauer |
2003-05-14 | with tag/tagged given, only whine about missing keep state on pass rules | Henning Brauer |
2003-05-14 | allow SCRUB rules to specify protocol again. broken sometime in the past. | Mike Frantzen |
2003-05-14 | tags on nat rules: | Henning Brauer |
2003-05-13 | make sure tagging is only ever used with stateful filter rules | Henning Brauer |
2003-05-13 | userland part for tagging. | Henning Brauer |
2003-05-11 | Don't ntohs() the translation port for nat as it is already in host byte order. | Ryan Thomas McBride |
2003-05-10 | support loading of anchors from within the main ruleset via | Henning Brauer |
2003-05-03 | don't free() the char * carrying the rule label too early | Henning Brauer |
2003-05-01 | ease label handling | Henning Brauer |
2003-05-01 | allow label on antispoof; requested by Gregor Binder <gbinder at sysfive.com> | Henning Brauer |
2003-04-30 | Allow tables to be loaded into anchors. | Cedric Berger |
2003-04-25 | Properly copy the second part of nat proxy port range, when specified. | Daniel Hartmeier |
2003-04-15 | pass down the unparsed queue opts (struct node_queue_opt) to | Henning Brauer |
2003-04-14 | let print_altq and print_queue take a struct node_queue_bw parameter instead | Henning Brauer |
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 |