Age | Commit message (Expand) | Author |
2003-07-11 | Better parsing and -v support for tables: | Cedric Berger |
2003-07-04 | KNF after cedric (grmpf) | Henning Brauer |
2003-07-04 | allow for a "pass" modifier on translation rules: | Henning Brauer |
2003-07-03 | This patch finally cleanup pfctl_table.c. No more global buffer, | Cedric Berger |
2003-06-12 | in set_ipmask, do not try to mask off irrelevant bits of anything but | Henning Brauer |
2003-06-11 | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) | Jun-ichiro itojun Hagino |
2003-06-09 | Attempt to resolve byte order confusion in nat code once and for all. | Ryan Thomas McBride |
2003-05-24 | better netmask check | 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 | err out on obviously wrong netmasks | 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-14 | add scrub modifier "reassemble tcp" to turn on stateful TCP normalizations | Mike Frantzen |
2003-05-14 | print the redirection target for nat/rdr/binat slighly later. | 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-04-25 | kill a workaround now that inet_net_pton acts reasonably | Henning Brauer |
2003-04-05 | ease netmask handling a bit | Henning Brauer |
2003-04-03 | Simplify pfctl printing code. | Cedric Berger |
2003-03-28 | one more const was missing | Henning Brauer |
2003-03-27 | lotsa const char * | Henning Brauer |
2003-03-19 | inet_net_pton acts weird when it comes to multicast addresses. so pass the | Henning Brauer |
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 |