]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make login audit-enabled, submitting audit records for the login and logout
authorWayne Salamon <wsalamon@FreeBSD.org>
Sat, 4 Feb 2006 20:20:02 +0000 (20:20 +0000)
committerWayne Salamon <wsalamon@FreeBSD.org>
Sat, 4 Feb 2006 20:20:02 +0000 (20:20 +0000)
commita1c73d21bf8c1e7c993fb94d827d85790546095c
tree6e04a1e8c50be266102f73f0a516960314a4c645
parent55ad4158245377514f1f3a956e19237ffe86a6c0
Make login audit-enabled, submitting audit records for the login and logout
events. The specifics of submitting the records is contained within
login_audit.c.
Document the auditing behavior in the man page.

Obtained from: TrustedBSD Project, Apple Computer, Inc.
Approved by: rwatson (mentor)
usr.bin/login/Makefile
usr.bin/login/login.1
usr.bin/login/login.c
usr.bin/login/login.h
usr.bin/login/login_audit.c [new file with mode: 0644]