freebsd-dev/usr.bin/login
Wayne Salamon a1c73d21bf 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)
2006-02-04 20:20:02 +00:00
..
login_access.c
login_audit.c Make login audit-enabled, submitting audit records for the login and logout 2006-02-04 20:20:02 +00:00
login_fbtab.c
login.1 Make login audit-enabled, submitting audit records for the login and logout 2006-02-04 20:20:02 +00:00
login.access.5 Mechanically kill hard sentence breaks. 2004-07-02 22:22:35 +00:00
login.c Make login audit-enabled, submitting audit records for the login and logout 2006-02-04 20:20:02 +00:00
login.h Make login audit-enabled, submitting audit records for the login and logout 2006-02-04 20:20:02 +00:00
Makefile Make login audit-enabled, submitting audit records for the login and logout 2006-02-04 20:20:02 +00:00
pathnames.h
README

This login has additional functionalities. They are all based on (part of)
Wietse Venema's logdaemon package.


The following defines can be used:
1) LOGIN_ACCESS to allow access control on a per tty/user combination
2) LOGALL to log all logins

-Guido

$FreeBSD$