freebsd-dev/usr.bin/login
Geoff Rehmet 3c6459e594 Undo damage done between revisions 1.6 and 1.7
(Guys, please don't DAMAGE commits that have just gone in.)
1994-09-30 13:26:15 +00:00
..
klogin.c BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
login_access.c Add skey supprot 1994-08-21 19:26:22 +00:00
login_fbtab.c Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c) 1994-08-22 19:56:14 +00:00
login_skey.c Add skey supprot 1994-08-21 19:26:22 +00:00
login.1 Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c) 1994-08-22 19:56:14 +00:00
login.access.5 Add skey supprot 1994-08-21 19:26:22 +00:00
login.c Install support for skey and login.access 1994-09-29 18:59:15 +00:00
Makefile Undo damage done between revisions 1.6 and 1.7 1994-09-30 13:26:15 +00:00
pathnames.h Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c) 1994-08-22 19:56:14 +00:00
README Add skey supprot 1994-08-21 19:26:22 +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) SKEY to allow the use of s/key one time passwords
3) LOGALL to log all logins

-Guido