From owner-cvs-src@FreeBSD.ORG Fri Sep 1 13:39:03 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 4A1EF16A4DA; Fri, 1 Sep 2006 13:39:03 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE03043D78; Fri, 1 Sep 2006 13:39:02 +0000 (GMT) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k81Dd2pn058051; Fri, 1 Sep 2006 13:39:02 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k81Dd23X058050; Fri, 1 Sep 2006 13:39:02 GMT (envelope-from csjp) Message-Id: <200609011339.k81Dd23X058050@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Fri, 1 Sep 2006 13:39:02 +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/usr.bin/su Makefile su.c 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: Fri, 01 Sep 2006 13:39:03 -0000 csjp 2006-09-01 13:39:02 UTC FreeBSD src repository Modified files: usr.bin/su Makefile su.c Log: Integrate audit_submit(3) bits into su. This means that records for successful and failed su attempts will be recorded using the AUE_su event type (login or lo class) if auditing is present in the system. Currently, the records will have a header, subject, text (with the actual diagnostics), a return and trailer token. See audit_submit(3) for more information. Reviewed by: rwatson Obtained from: TrustedBSD Project Revision Changes Path 1.41 +8 -0 src/usr.bin/su/Makefile 1.80 +68 -6 src/usr.bin/su/su.c