From owner-trustedbsd-cvs@FreeBSD.ORG Mon Apr 24 16:12:37 2006 Return-Path: X-Original-To: trustedbsd-cvs@freebsd.org Delivered-To: trustedbsd-cvs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47B0716A482 for ; Mon, 24 Apr 2006 16:12:37 +0000 (UTC) (envelope-from owner-perforce@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [209.31.154.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7B4643D45 for ; Mon, 24 Apr 2006 16:12:36 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by cyrus.watson.org (Postfix) with ESMTP id 1EC6F46B28 for ; Mon, 24 Apr 2006 12:12:35 -0400 (EDT) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 6CE0355651; Mon, 24 Apr 2006 16:10:09 +0000 (GMT) (envelope-from owner-perforce@freebsd.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 6395316A40A; Mon, 24 Apr 2006 16:10:09 +0000 (UTC) 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 3DB2516A408 for ; Mon, 24 Apr 2006 16:10:09 +0000 (UTC) (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 E61BF43D48 for ; Mon, 24 Apr 2006 16:10:08 +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 k3OGA8nZ044090 for ; Mon, 24 Apr 2006 16:10:08 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 k3OGA8iN044084 for perforce@freebsd.org; Mon, 24 Apr 2006 16:10:08 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Mon, 24 Apr 2006 16:10:08 GMT Message-Id: <200604241610.k3OGA8iN044084@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 95998 for review X-BeenThere: trustedbsd-cvs@FreeBSD.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: TrustedBSD CVS and Perforce commit message list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Apr 2006 16:12:37 -0000 http://perforce.freebsd.org/chv.cgi?CH=95998 Change 95998 by rwatson@rwatson_peppercorn on 2006/04/24 16:09:54 Add HISTORY entry for audit_submit(). Affected files ... .. //depot/projects/trustedbsd/openbsm/HISTORY#12 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/HISTORY#12 (text+ko) ==== @@ -36,6 +36,8 @@ auditfilterd. The daemon reads from an audit pipe and feeds both BSM and parsed versions of records to shared objects using a module API. This will provide a framework for the writing of intrusion detection services. +- New utility API, audit_submit(), added to capture common elements of audit + record submission for many applications. OpenBSM 1.0 alpha 5 @@ -163,4 +165,4 @@ to support reloading of kernel event table. - Allow comments in /etc/security configuration files. -$P4: //depot/projects/trustedbsd/openbsm/HISTORY#11 $ +$P4: //depot/projects/trustedbsd/openbsm/HISTORY#12 $