From owner-cvs-src@FreeBSD.ORG Sat Mar 4 17:00:56 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A00A716A420; Sat, 4 Mar 2006 17:00:56 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7489743D66; Sat, 4 Mar 2006 17:00:55 +0000 (GMT) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k24H0tcC069007; Sat, 4 Mar 2006 17:00:55 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k24H0tbM069006; Sat, 4 Mar 2006 17:00:55 GMT (envelope-from rwatson) Message-Id: <200603041700.k24H0tbM069006@repoman.freebsd.org> From: Robert Watson Date: Sat, 4 Mar 2006 17:00:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/security/audit audit.c audit_bsm_token.c audit_private.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Mar 2006 17:00:56 -0000 rwatson 2006-03-04 17:00:55 UTC FreeBSD src repository Modified files: sys/security/audit audit.c audit_bsm_token.c audit_private.h Log: Update src/sys/security/audit for OpenBSM 1.0 alpha 5: - Include audit_internal.h to get definition of internal audit record structures, as it's no longer in audit.h. Forward declare au_record in audit_private.h as not all audit_private.h consumers care about it. - Remove __APPLE__ compatibility bits that are subsumed by configure for user space. - Don't expose in6_addr internals (non-portable, but also cleaner looking). - Avoid nested include of audit.h in audit_private.h. Obtained from: TrustedBSD Project Revision Changes Path 1.8 +1 -0 src/sys/security/audit/audit.c 1.2 +4 -14 src/sys/security/audit/audit_bsm_token.c 1.3 +1 -1 src/sys/security/audit/audit_private.h