From owner-p4-projects@FreeBSD.ORG Sat Feb 4 13:12:06 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 36E7716A423; Sat, 4 Feb 2006 13:12:06 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D876016A420 for ; Sat, 4 Feb 2006 13:12:05 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83CF343D48 for ; Sat, 4 Feb 2006 13:12:05 +0000 (GMT) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k14DC5tH012077 for ; Sat, 4 Feb 2006 13:12:05 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k14DC5Gs012074 for perforce@freebsd.org; Sat, 4 Feb 2006 13:12:05 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sat, 4 Feb 2006 13:12:05 GMT Message-Id: <200602041312.k14DC5Gs012074@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 91053 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2006 13:12:07 -0000 http://perforce.freebsd.org/chv.cgi?CH=91053 Change 91053 by rwatson@rwatson_peppercorn on 2006/02/04 13:11:58 Integrate final changes for OpenBSM 1.0 alpha 2 into audit3 branch; most alpha 2 changes were already integrated. Affected files ... .. //depot/projects/trustedbsd/audit3/contrib/openbsm/CHANGELOG#5 integrate .. //depot/projects/trustedbsd/audit3/contrib/openbsm/VERSION#3 integrate .. //depot/projects/trustedbsd/audit3/contrib/openbsm/bsm/audit_kevents.h#17 integrate Differences ... ==== //depot/projects/trustedbsd/audit3/contrib/openbsm/CHANGELOG#5 (text+ko) ==== @@ -1,4 +1,11 @@ -OpenBSM 1.0 +OpenBSM 1.0 alpha 2 + +- Man page formatting improvements. +- A number of new audit event identifiers for FreeBSD, Linux, and POSIX.1b + events. +- Remove 'tfm' class, unused in OpenBSM. + +OpenBSM 1.0 alpha 1 - Import of Darwin74 BSM drop - Use 'syslog' for audit log warnings, rather than echoing to a file in @@ -65,4 +72,4 @@ - auditd(8), audit(8) added to the OpenBSM distribution. auditd extended to support reloading of kernel event table. -$P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/CHANGELOG#4 $ +$P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/CHANGELOG#5 $ ==== //depot/projects/trustedbsd/audit3/contrib/openbsm/VERSION#3 (text+ko) ==== @@ -1,1 +1,1 @@ -OPENBSM_1_0_ALPHA_1 +OPENBSM_1_0_ALPHA_2 ==== //depot/projects/trustedbsd/audit3/contrib/openbsm/bsm/audit_kevents.h#17 (text+ko) ==== @@ -30,7 +30,7 @@ * * @APPLE_BSD_LICENSE_HEADER_END@ * - * $P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/bsm/audit_kevents.h#16 $ + * $P4: //depot/projects/trustedbsd/audit3/contrib/openbsm/bsm/audit_kevents.h#17 $ */ #ifndef _BSM_AUDIT_KEVENTS_H_ @@ -45,7 +45,6 @@ * been inserted for the Darwin variants. If necessary, other tags will be * added in the future. */ - #define AUE_NULL 0 #define AUE_EXIT 1 #define AUE_FORK 2 @@ -385,7 +384,6 @@ #define AUE_ACL_CHECK_FILE 404 /* FreeBSD. */ #define AUE_ACL_CHECK_FD 405 /* FreeBSD. */ - /* * Darwin BSM uses a number of AUE_O_* definitions, which are aliased to the * normal Solaris BSM identifiers. _O_ refers to it being an old, or compat @@ -430,6 +428,7 @@ #define AUE_O_RECVFROM AUE_RECVFROM /* Darwin */ #define AUE_O_SETREUID AUE_SETREUID /* Darwin */ #define AUE_O_SETREGID AUE_SETREGID /* Darwin */ +#define AUE_O_GETDIRENTRIES AUE_GETDIRENTRIES /* Darwin */ #define AUE_O_TRUNCATE AUE_TRUNCATE /* Darwin */ #define AUE_O_FTRUNCATE AUE_FTRUNCATE /* Darwin */ #define AUE_O_GETPEERNAME AUE_NULL /* Darwin */