Age | Commit message (Expand) | Author |
2003-01-20 | Remove unused argument from print_name() and fix two other nits | Camiel Dobbelaar |
2003-01-20 | Improve pfctl -vvs{r,n} output with rule containing tables. | Cedric Berger |
2003-01-07 | Remove table name hashing (pass the name in each ioctl instead), and | Daniel Hartmeier |
2003-01-05 | Move ifname from pf_addr to pf_addr_wrap, prepare pf_addr_wrap for table | Daniel Hartmeier |
2003-01-04 | I do not know where this policy of "one .h file for every .c file" comes | Theo de Raadt |
2003-01-03 | Bring in userland code for accessing PF radix tables. | Cedric Berger |
2002-12-18 | rule.nr USHRT_MAX -> -1, to detect states whose creating rules are | Daniel Hartmeier |
2002-11-30 | move unmask back into pf_print_state.c where it was, and please keep it there... | Michael Shalayeff |
2002-11-29 | no need for extra hrs; henning@ ok | Michael Shalayeff |
2002-11-23 | KNF | Theo de Raadt |
2002-11-23 | code to support loading of pf rules with multiple redirection addresses | Ryan Thomas McBride |
2002-11-02 | %i -> %d, matches the style of existing code, from millert@ | Daniel Hartmeier |
2002-11-02 | printf int with %i, not %u. from pilot@monkey.org. | Daniel Hartmeier |
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-07-31 | KNF, esp. missing prototypes | Henning Brauer |
2002-07-19 | Use getnameinfo() instead of gethostbyaddr() to support IPv6 reverse | Daniel Hartmeier |
2002-07-18 | use inet_aton(), until this is made v6 aware | Theo de Raadt |
2002-06-11 | print a string for UDP and OTHER state level instead of a numeric level | Mike Frantzen |
2002-06-06 | split out the pf_state printing functions to be used elsewhere, no functional... | Michael Shalayeff |