Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Feb 2006 03:02:59 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 91367 for review
Message-ID:  <200602080302.k1832xZb040681@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91367

Change 91367 by rwatson@rwatson_peppercorn on 2006/02/08 03:02:41

	Update change log.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/CHANGELOG#12 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/CHANGELOG#12 (text+ko) ====

@@ -2,6 +2,13 @@
 
 - Remove "audit" user example from audit_user, as it's not present on most
   systems.
+- Add cannot_audit() function non-Darwin systems that wraps auditon();
+  required by OpenSSH BSM support.  Convert Darwin cannot_audit() into a
+  function rather than a macro.
+- Library build fixed on Darwin following include file tweaks.  The native
+  Darwin sys/audit.h conflicts with bsm/audit.h due to duplicate types, so
+  for now we force bsm_wrappers.c to not perform a nested include of
+  sys/audit.h.
 
 OpenBSM 1.0 alpha 3
 
@@ -87,4 +94,4 @@
   to support reloading of kernel event table.
 - Allow comments in /etc/security configuration files.
 
-$P4: //depot/projects/trustedbsd/openbsm/CHANGELOG#11 $
+$P4: //depot/projects/trustedbsd/openbsm/CHANGELOG#12 $



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602080302.k1832xZb040681>