From owner-p4-projects@FreeBSD.ORG Fri Dec 19 13:21:38 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 80A11106567C; Fri, 19 Dec 2008 13:21:38 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C0D01065675 for ; Fri, 19 Dec 2008 13:21:38 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 19D3C8FC20 for ; Fri, 19 Dec 2008 13:21:38 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mBJDLctX011590 for ; Fri, 19 Dec 2008 13:21:38 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBJDLcmh011588 for perforce@freebsd.org; Fri, 19 Dec 2008 13:21:38 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 19 Dec 2008 13:21:38 GMT Message-Id: <200812191321.mBJDLcmh011588@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 155002 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: Fri, 19 Dec 2008 13:21:38 -0000 http://perforce.freebsd.org/chv.cgi?CH=155002 Change 155002 by rwatson@rwatson_fledge on 2008/12/19 13:21:28 Add OpenBSM 1.1 alpha 4. Affected files ... .. //depot/projects/trustedbsd/www/downloads/openbsm-1.1-alpha4.tgz#1 add .. //depot/projects/trustedbsd/www/news.page#17 edit .. //depot/projects/trustedbsd/www/openbsm.page#34 edit Differences ... ==== //depot/projects/trustedbsd/www/news.page#17 (text+ko) ==== @@ -37,7 +37,7 @@ - $P4: //depot/projects/trustedbsd/www/news.page#16 $ + $P4: //depot/projects/trustedbsd/www/news.page#17 $ @@ -52,6 +52,15 @@
December 7, 2008 OpenBSM 1.1 alpha 3 released
+

OpenBSM 1.1 alpha 4 has been released; this is a test release + of OpenBSM, and primarily improves support for Mac OS X by + exposing auditd(8)'s components for use by launchd(8), and by + adding support for Apple's ASL(3) system logging facility. Further + cleanups to event numbers, bug fixes, improvements in crash + recovery, and portable error mesage printing are also present. See + the OpenBSM web page for more + information.

+

OpenBSM 1.1 alpha 3 has been released; this is a test release of OpenBSM, adding extended socket token support, mapping between local and BSM error numbers, and bumping the BSM file format ==== //depot/projects/trustedbsd/www/openbsm.page#34 (text+ko) ==== @@ -30,7 +30,7 @@ - $P4: //depot/projects/trustedbsd/www/openbsm.page#33 $ + $P4: //depot/projects/trustedbsd/www/openbsm.page#34 $ @@ -178,17 +178,24 @@ Description - 1.1 alpha 3 - openbsm-1.1-alpha3.tgz - 512K - 2008-12-07 + 1.1 alpha 4 + openbsm-1.1-alpha4.tgz + 544K + 2008-12-19 -

In this revision, OpenBSM maps between local and wire values - for the errno error space, bugs are fixed in the encoding of - execve arguments and environmental variables, support for the - portable AUT_SOCKET_EX token type is added, and the BSM header - version is bumped to give OpenBSM 1.1 its own file format - version due to non-trivial changes in tokens.

+

In this revision, most functional components of auditd(8) are + moved to a new libauditd(3), so that they can be shared by + auditd(8) on FreeBSD and launchd(8) on Mac OS X. In addition, + audit_submit(3) is taught to accept local errno values (as it + did before the additional of a BSM error number space), further + cleanup of the user audit event ID space is performed in order + to avoid collisions with other systems, au_strerror(3) is added + to allow printing of error numbers without converting to local + numbers (which may lose fidelity), and audit crash recovery is + improved as auditd now maintains a current trail link and + cleans up if it discovers auditd failed during the last + rotation. In Mac OS X, ASL(3) is used instead of syslog(3) for + system logging.

@@ -213,6 +220,20 @@ Description + 1.1 alpha 3 + openbsm-1.1-alpha3.tgz + 512K + 2008-12-07 + +

In this revision, OpenBSM maps between local and wire values + for the errno error space, bugs are fixed in the encoding of + execve arguments and environmental variables, support for the + portable AUT_SOCKET_EX token type is added, and the BSM header + version is bumped to give OpenBSM 1.1 its own file format + version due to non-trivial changes in tokens.

+ + + 1.1 alpha 2 openbsm-1.1-alpha2.tgz 512K