OpenBSD CVS

src/sbin/pfctl/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sbin / pfctl

Current tag: OPENBSD_6_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.21   10 years  henning   remove altq bits here, too (i was convinced i committed that yesterday already, ...
[TXT] parse.y  1.657   7 years  krw   Replace symset()'s hand-rolled for(;;) traversal of 'symhead' TAILQ with more mo...
[TXT] pf_print_state.c  1.64   9 years  deraadt   Include <netinet/in.h> before <net/pfvar.h>. In a future change when ports is r...
[TXT] pfctl.8  1.167   7 years  jmc   one more fix i requested for previous;
[TXT] pfctl.c  1.339   7 years  benno   rather than printing the wrong function name, dont print it at all. found by Kle...
[TXT] pfctl.h  1.53   9 years  deraadt   DEFAULT_PRIORITY and DEFAULT_QLIMIT no longer used
[TXT] pfctl_optimize.c  1.36   7 years  krw   A couple of "a->blah == a->blah" -> "a->blah == b->blah". Spotted by the Echelo...
[TXT] pfctl_osfp.c  1.23   8 years  mmcc   Remove NULL-checks before free(). ok tb@
[TXT] pfctl_parser.c  1.309   7 years  bluhm   When using a /32 IPv4 interface address, pfctl(8) reports a 0.0.0.0 as broadcast...
[TXT] pfctl_parser.h  1.105   7 years  henning   no more cbq_opts - CBQ is gone, ok mpi phessler benno
[TXT] pfctl_queue.c  1.2   10 years  henning   remove altq bits here, too (i was convinced i committed that yesterday already, ...
[TXT] pfctl_radix.c  1.33   8 years  mmcc   Remove NULL-checks before free(). ok tb@
[TXT] pfctl_table.c  1.74   9 years  deraadt   Rewrite to void using union sockaddr_union ok mikeb