Age | Commit message (Expand) | Author |
2003-05-19 | Use a decaying average for smoother rate estimates. | Camiel Dobbelaar |
2003-05-18 | indent here in the same way as in -vsr for consistency | Henning Brauer |
2003-05-18 | in the pfctl -vsr output (-vvsr/-gvvsr as well), indent instead of extra | Henning Brauer |
2003-05-17 | Fix proxy related output. | Daniel Hartmeier |
2003-05-17 | A little bugfix. We want pfioc_states, not pfioc_state. | Ryan Thomas McBride |
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-14 | print the redirection target for nat/rdr/binat slighly later. | Henning Brauer |
2003-05-13 | make sure tagging is only ever used with stateful filter rules | Henning Brauer |
2003-05-13 | correct rule printing | Henning Brauer |
2003-05-13 | userland part for tagging. | Henning Brauer |
2003-05-12 | Adaptive timeout value scaling. Allows to reduce timeout values as the | Daniel Hartmeier |
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-08 | Close sockets (otherwise the file handle limit can be reached when many | Daniel Hartmeier |
2003-05-05 | Describe format of pfctl -sl output, reported by Alejandro G. Belluscio. | Daniel Hartmeier |
2003-05-03 | these files all had >9 arguments to .Nd, causing the name description to be | Jason McIntyre |
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 | kill globals anchorname and rulesetname; have them in main instead and pass | Henning Brauer |
2003-04-30 | Allow tables to be loaded into anchors. | Cedric Berger |
2003-04-27 | Update the pfioc_table IOCTL structure. | Cedric Berger |
2003-04-25 | kill a workaround now that inet_net_pton acts reasonably | Henning Brauer |
2003-04-25 | check asprintf return value for error as well, some implementations do | Peter Valchev |
2003-04-25 | Properly copy the second part of nat proxy port range, when specified. | Daniel Hartmeier |
2003-04-15 | display basic hfsc stats | Henning Brauer |
2003-04-15 | pass down the unparsed queue opts (struct node_queue_opt) to | Henning Brauer |
2003-04-15 | make print_hfsc_sc() take an extra struct node_hfsc_sc parameter and print | Henning Brauer |
2003-04-15 | don't include the unit "ms" when printing the service curve; parser wants | Henning Brauer |
2003-04-15 | factor out service curve printing to it's own function, print_hfsc_sc(). | Henning Brauer |
2003-04-14 | if linkshare service curve m2 == bandwidth, but d given, we do need to print | Henning Brauer |
2003-04-14 | only print hfsc linkshare when it differs from the default | Henning Brauer |
2003-04-14 | do not add a realtime service curve to the root queue as | Kenjiro Cho |
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 | concistency in the print-funtions, here: HFSC uppercurve and brackets | Henning Brauer |
2003-04-13 | unbreak (missing }) | Daniel Hartmeier |
2003-04-13 | use pa->ifbandwidth instead of rate as reference bandwidth for the root queue | Henning Brauer |
2003-04-13 | say bye bye to hfscflags_list and hfscflags_item | Henning Brauer |
2003-04-13 | process HFSC options for the linkshare, realtime and upperlimit service curves | Henning Brauer |