OpenBSD CVS

CVS log for src/sbin/pfctl/Attic/pf_print_state.h


[BACK] Up to [local] / src / sbin / pfctl

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9, Sat Jan 4 00:01:34 2003 UTC (21 years, 5 months ago) by deraadt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 lines
FILE REMOVED

I do not know where this policy of "one .h file for every .c file" comes
from, but whoever thought of it is stupid.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Nov 30 13:53:15 2002 UTC (21 years, 6 months ago) by mickey
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored)

move damn unmask() proto into place as well

Revision 1.7 / (download) - annotate - [select for diffs], Sat Nov 23 05:22:24 2002 UTC (21 years, 6 months ago) by mcbride
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

code to support loading of pf rules with multiple redirection addresses
(in nat, rdr, route-to, dup-to and reply-to)

Syntax looks like this, see pf.conf(5) for details:

nat on wi0 proto { tcp, icmp } from any to 192.168.0.2 -> \
        192.168.0.16/29 source-hash random

rdr on wi0 proto { tcp } from any to 192.168.0.34 port 22 -> \
        { 192.168.0.8/31, 192.168.0.15 } port 22 round-robin

ok dhartmei@ henning@

Revision 1.6 / (download) - annotate - [select for diffs], Fri Oct 25 10:40:45 2002 UTC (21 years, 7 months ago) by camield
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5 (colored)

- more sa_family_t
- move unmask code to correct file
- whitespace

ok mcbride@ dhartmei@

Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 22 12:28:08 2002 UTC (21 years, 7 months ago) by mcbride
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

More conversion of "int af" and "u_int8_t af" declarations and function
arguments to the more correct and descriptive "sa_family_t af"

ok dhartmei@ henning@

Revision 1.4 / (download) - annotate - [select for diffs], Fri Jul 19 12:31:59 2002 UTC (21 years, 10 months ago) by dhartmei
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored)

Use getnameinfo() instead of gethostbyaddr() to support IPv6 reverse
lookups with pfctl -r. Makes things actually simpler.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jun 11 03:14:05 2002 UTC (22 years ago) by dhartmei
Branch: MAIN
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

KNF, remove function parameter names

Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 11 03:09:54 2002 UTC (22 years ago) by dhartmei
Branch: MAIN
Changes since 1.1: +37 -1 lines
Diff to previous 1.1 (colored)

Add $OpenBSD, license, include guards and remove one superfluous
prototype. From Chris Kuethe

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jun 6 22:22:44 2002 UTC (22 years ago) by mickey
Branch: MAIN

split out the pf_state printing functions to be used elsewhere, no functional change; dhartmei@ ok

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.