Age | Commit message (Expand) | Author |
2003-02-25 | repair/simplify/flexify binat userland. | Cedric Berger |
2003-02-19 | Fix little buffer overflow on 64-bit platforms. | Cedric Berger |
2003-02-13 | when complaining about an illegal netmask print the value we're complaining | Henning Brauer |
2003-02-12 | Simplify the code and make the parser handle the different rule types | Ryan Thomas McBride |
2003-02-09 | Fix a few warnings and remove unnecessary check and cast. | Camiel Dobbelaar |
2003-02-08 | Add scrub option 'random-id', which replaces IP IDs with random values | Daniel Hartmeier |
2003-02-02 | no const for int; cedric@ | Henning Brauer |
2003-02-02 | const'ify params for the host stuff | Henning Brauer |
2003-02-02 | as correctly pointed out by cedric@, the :network and :broadcast parsing | Henning Brauer |
2003-01-30 | in these two cases strdup makes more sense than asprintf, pointed out by | Henning Brauer |
2003-01-30 | add support for :network and :broadcast modifiers to interface names. | Henning Brauer |
2003-01-25 | Match changes for rdr port ranges made to pf.c: | Ryan Thomas McBride |
2003-01-20 | Improve pfctl -vvs{r,n} output with rule containing tables. | Cedric Berger |
2003-01-19 | Quote label in rule output. | Camiel Dobbelaar |
2003-01-18 | quite some KNF for the older parts | Henning Brauer |
2003-01-18 | host() overhaul: | Henning Brauer |
2003-01-17 | KNF | Markus Friedl |
2003-01-14 | unified IP parser: | Henning Brauer |
2003-01-05 | Move ifname from pf_addr to pf_addr_wrap, prepare pf_addr_wrap for table | Daniel Hartmeier |
2003-01-04 | move noroute from flag in pf_rule_addr into type in pf_addr_wrap. | Daniel Hartmeier |
2003-01-04 | I do not know where this policy of "one .h file for every .c file" comes | Theo de Raadt |
2002-12-30 | Change ipv6-icmp-type to icpm6-type. pf.conf files will need to be adjusted | Ryan Thomas McBride |
2002-12-18 | Store translation rule pointer in state entries, so pfctl -vsn can print | Daniel Hartmeier |
2002-12-17 | Match merge of pf_nat/pf_binat/pf_rdr structs into pf_rule | Ryan Thomas McBride |
2002-12-13 | allow a second queue for higher priorized (currently: tos=lowdelay) packets | Henning Brauer |
2002-12-07 | Support parameters in anchor rules. Allows conditional evaluation, like: | Daniel Hartmeier |
2002-12-07 | shadow cleanup | Henning Brauer |
2002-12-06 | let pfctl -v print out "block drop" instead of just "block" in the drop | Henning Brauer |
2002-12-06 | Introduce anchors and named rule sets, allowing to load additional rule | Daniel Hartmeier |
2002-12-05 | one step further to "program output is valid program input" and the related | Henning Brauer |
2002-11-30 | move unmask back into pf_print_state.c where it was, and please keep it there... | Michael Shalayeff |
2002-11-28 | - Remove extra space before -> in print_rdr | Ryan Thomas McBride |
2002-11-28 | - Adjust to match replacement of md5 with pf_hash | Ryan Thomas McBride |
2002-11-23 | Cosmetic fixes for print_*() functions, so they match the old regress | Daniel Hartmeier |
2002-11-23 | fix parens "(" ")" when printing | Ryan Thomas McBride |
2002-11-23 | KNF | Theo de Raadt |
2002-11-23 | Missing {} | Daniel Hartmeier |
2002-11-23 | check to make sure a list item exists before checking to see if the next | Ryan Thomas McBride |
2002-11-23 | missing prototype, remember to use sa_family_t for af | Ryan Thomas McBride |
2002-11-23 | code to support loading of pf rules with multiple redirection addresses | Ryan Thomas McBride |
2002-11-19 | minor cosmetics, space after "label %s", in case both label and queue are | Daniel Hartmeier |
2002-11-18 | KNF | Theo de Raadt |
2002-11-18 | altq and pf merged | Henning Brauer |
2002-10-25 | - more sa_family_t | Camiel Dobbelaar |
2002-10-22 | More conversion of "int af" and "u_int8_t af" declarations and function | Ryan Thomas McBride |
2002-10-14 | Allow one to specify a netblock in a binat rule: | Henning Brauer |
2002-10-07 | set block-policy [drop|return] | Henning Brauer |
2002-10-07 | support a generic return | Henning Brauer |
2002-10-07 | make return-icmp work for rules covering both v4 and v6 | Henning Brauer |
2002-10-07 | Add 'reply-to' to filter rules, similar to route-to, but applying to | Daniel Hartmeier |