freebsd-dev/usr.bin/login
Guido van Rooij f88fe8675b Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c)
Reviewed by:
Submitted by:	guido
1994-08-22 19:56:14 +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 Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c) 1994-08-22 19:56:14 +00:00
Makefile Implemnet fbtab ala SunOS (thanks to WZV, see login_fbtab.c) 1994-08-22 19:56:14 +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