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_5_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.555   15 years  deraadt   spacing
[TXT] pf_print_state.c  1.53   15 years  henning   welcome pflow(4), a netflow v5 compatible flow export interface. flows export da...
[TXT] pfctl.8  1.139   15 years  jmc   remove an ugly article;
[TXT] pfctl.c  1.280   15 years  deraadt   back out last commit since it breaks a few regress tests -- this will be looked ...
[TXT] pfctl.h  1.43   16 years  mcbride   Second half of PF state table rearrangement. - Mechanical change: Use arrays for...
[TXT] pfctl_optimize.c  1.18   16 years  markus   allow setting TOS with scrub; ok mcbride, claudio
[TXT] pfctl_osfp.c  1.15   17 years  itojun   IPv6 passive OS fingerprinting. reuses IPv4 signature file (assuming that TCP co...
[TXT] pfctl_parser.c  1.241   15 years  henning   welcome pflow(4), a netflow v5 compatible flow export interface. flows export da...
[TXT] pfctl_parser.h  1.87   16 years  deraadt   in all these programs using the same pfctl-derived parse.y, re-unify the yylex i...
[TXT] pfctl_radix.c  1.28   16 years  chl   remove unused functions from tobias@ ok mcbride@ tobias@
[TXT] pfctl_table.c  1.68   15 years  mcbride   Fix "-T expire"; clear pfra_fback on addresses before sending them back to the k...
[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