From owner-cvs-src@FreeBSD.ORG Fri Sep 22 02:29:55 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 7E9F316A403; Fri, 22 Sep 2006 02:29:55 +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 14D8043D60; Fri, 22 Sep 2006 02:29:55 +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 k8M2TsUO028386; Fri, 22 Sep 2006 02:29:54 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8M2TsLa028385; Fri, 22 Sep 2006 02:29:54 GMT (envelope-from csjp) Message-Id: <200609220229.k8M2TsLa028385@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Fri, 22 Sep 2006 02:29:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 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, 22 Sep 2006 02:29:55 -0000 csjp 2006-09-22 02:29:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.bin/su Makefile su.c Log: MFC revision 1.80 su.c MFC revision 1.41 Makefile 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. This should conclude the userspace audit bits for 6.2, there will be a lot more to come in future releases! Reviewed by: rwatson, cperciva Approved by: re@ (mux) Revision Changes Path 1.40.2.1 +8 -0 src/usr.bin/su/Makefile 1.76.2.1 +69 -6 src/usr.bin/su/su.c