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_4_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.549   15 years  deraadt   do not forget to initialize other member of $$ in qname; noted by mark shroyer o...
[TXT] pf_print_state.c  1.51   15 years  mcbride   Simplify state creation code; merge state import/export code between pfsync and ...
[TXT] pfctl.8  1.139   16 years  jmc   remove an ugly article;
[TXT] pfctl.c  1.277   15 years  henning   check sysctl return value From: Gleydson Soares <gsoares@gmail.com>, ryan ok
[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.240   16 years  mcbride   Make counters on table addresses optional and disabled by default. Use the 'coun...
[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