freebsd-dev/usr.bin/login
David Malone 9f5b04e925 Style improvements recommended by Bruce as a follow up to some
of the recent WARNS commits. The idea is:

1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though copyrights probably should).
3) There should be no blank line between including cdefs and __FBSDIF.
2001-12-10 21:13:08 +00:00
..
login_access.c Style improvements recommended by Bruce as a follow up to some 2001-12-10 21:13:08 +00:00
login_fbtab.c Style improvements recommended by Bruce as a follow up to some 2001-12-10 21:13:08 +00:00
login.1 mdoc(7) police: tighten label width. 2001-09-04 10:24:52 +00:00
login.access.5 Remove whitespace at EOL. 2001-07-15 08:06:20 +00:00
login.c Style improvements recommended by Bruce as a follow up to some 2001-12-10 21:13:08 +00:00
login.h Style fixups. 2001-12-01 21:12:04 +00:00
Makefile Work around world breakage in previous commit. The bug is in 2001-12-01 19:48:59 +00:00
pathnames.h Like su(1), make PAM use mandatory. Remove parts of the authentication 2001-08-30 11:27:36 +00:00
README Like su(1), make PAM use mandatory. Remove parts of the authentication 2001-08-30 11:27:36 +00:00

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$