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_4_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.19   17 years  miod   Remove m88k compiler flags tweak which is no longer necessary since a long time ...
[TXT] parse.y  1.597   13 years  bluhm   According to pf_scrub_ip6() pf does not support the scrub options no-df, random-...
[TXT] pf_print_state.c  1.58   13 years  claudio   The ioctl to show states returns a pfsync_state which is in network byte order a...
[TXT] pfctl.8  1.153   13 years  jmc   tweak previous;
[TXT] pfctl.c  1.303   13 years  reyk   Add the -R id option to pfctl that allows to show only a specified rule by numer...
[TXT] pfctl.h  1.46   13 years  claudio   The ioctl to show states returns a pfsync_state which is in network byte order a...
[TXT] pfctl_optimize.c  1.25   14 years  henning   remove -A, -O, -R and -T load the partial loading of a ruleset (leaving ancors a...
[TXT] pfctl_osfp.c  1.18   13 years  deraadt   Revert non-compatible and undocumented bullshit commited by 3 developers who dec...
[TXT] pfctl_parser.c  1.273   13 years  bluhm   'pfctl -x none' did not turn debugging off. Skip the syslog internal "no priori...
[TXT] pfctl_parser.h  1.94   13 years  henning   remove -m (merge). it is violating the transactional model we have and made stro...
[TXT] pfctl_radix.c  1.28   16 years  chl   remove unused functions from tobias@ ok mcbride@ tobias@
[TXT] pfctl_table.c  1.69   14 years  mcbride   First pass at removing the 'pf_pool' mechanism for translation and routing actio...
[TXT] pfctl_altq.c (in the Attic) [Hide]  1.94   15 years  martynas   don't redefine INFINITY -- math.h defines it now pointed out by, and ok david@, ...
[TXT] pfctl_qstats.c (in the Attic) [Hide]  1.31   16 years  deraadt   specifying int instead of just unsigned is better style