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_0_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.654   7 years  henning   g/c unused (global!) var: oqueues isn't used any more. ALTQ leftover; not notice...
[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.165   8 years  sthen   document pfctl -ss -R <rule>, ok mikeb@
[TXT] pfctl.c  1.334   8 years  henning   detect multiple root queues on a single interface and give a nice error message ...
[TXT] pfctl.h  1.53   9 years  deraadt   DEFAULT_PRIORITY and DEFAULT_QLIMIT no longer used
[TXT] pfctl_optimize.c  1.35   9 years  deraadt   Include <netinet/in.h> before <net/pfvar.h>. In a future change when ports is r...
[TXT] pfctl_osfp.c  1.23   8 years  mmcc   Remove NULL-checks before free(). ok tb@
[TXT] pfctl_parser.c  1.306   8 years  mikeb   interface should only be specified for root queues; found by jsg
[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