1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/sys/contrib/pf/net
Robert Watson 30d239bc4c Merge first in a series of TrustedBSD MAC Framework KPI changes
from Mac OS X Leopard--rationalize naming for entry points to
the following general forms:

  mac_<object>_<method/action>
  mac_<object>_check_<method/action>

The previous naming scheme was inconsistent and mostly
reversed from the new scheme.  Also, make object types more
consistent and remove spaces from object types that contain
multiple parts ("posix_sem" -> "posixsem") to make mechanical
parsing easier.  Introduce a new "netinet" object type for
certain IPv4/IPv6-related methods.  Also simplify, slightly,
some entry point names.

All MAC policy modules will need to be recompiled, and modules
not updates as part of this commit will need to be modified to
conform to the new KPI.

Sponsored by:	SPARTA (original patches against Mac OS X)
Obtained from:	TrustedBSD Project, Apple Computer
2007-10-24 19:04:04 +00:00
..
if_pflog.c Commit resolved import of OpenBSD 4.1 pf from perforce. 2007-07-03 12:16:07 +00:00
if_pflog.h Commit resolved import of OpenBSD 4.1 pf from perforce. 2007-07-03 12:16:07 +00:00
if_pfsync.c Replace references to NET_CALLOUT_MPSAFE with CALLOUT_MPSAFE, and remove 2007-07-28 07:31:30 +00:00
if_pfsync.h Commit resolved import of OpenBSD 4.1 pf from perforce. 2007-07-03 12:16:07 +00:00
pf_if.c Commit resolved import of OpenBSD 4.1 pf from perforce. 2007-07-03 12:16:07 +00:00
pf_ioctl.c Rename the kthread_xxx (e.g. kthread_create()) calls 2007-10-20 23:23:23 +00:00
pf_mtag.h Link pf 4.1 to the build: 2007-07-03 12:46:08 +00:00
pf_norm.c Commit resolved import of OpenBSD 4.1 pf from perforce. 2007-07-03 12:16:07 +00:00
pf_osfp.c Commit resolved import of OpenBSD 4.1 pf from perforce. 2007-07-03 12:16:07 +00:00
pf_ruleset.c Commit resolved import of OpenBSD 4.1 pf from perforce. 2007-07-03 12:16:07 +00:00
pf_subr.c Remove unused variable from pf_subr.c to make it -Werror buildable. 2007-07-05 15:28:59 +00:00
pf_table.c Commit resolved import of OpenBSD 4.1 pf from perforce. 2007-07-03 12:16:07 +00:00
pf.c Merge first in a series of TrustedBSD MAC Framework KPI changes 2007-10-24 19:04:04 +00:00
pfvar.h Add two place holders in struct pf_rule for future netgraph integration. 2007-07-03 12:58:33 +00:00