1) Added s/key support .
authorGuido van Rooij <guido@gvr.win.tue.nl>
Thu, 19 May 1994 18:13:18 +0000 (18:13 +0000)
committerGuido van Rooij <guido@gvr.win.tue.nl>
Thu, 19 May 1994 18:13:18 +0000 (18:13 +0000)
commit05a0983de6eef621093c8768ed48cded629eaaaa
treec390a740f75c4d6cdb1bbdaa999772f1a270ba15
parent51b3ba26b5e4535fa2ab29790b5f85ee35be5c5d
1) Added s/key support .
2  Added optional excessive login logging.
3) Added login acces control on a per host/tty base.
4) See skey(1) for skey descriptions and src/usr.bin/login/README
  for the logging and access control features.

-Guido
39 files changed:
etc/Makefile
etc/login.access [new file with mode: 0644]
etc/skey.access [new file with mode: 0644]
lib/Makefile
lib/libskey/Makefile [new file with mode: 0644]
lib/libskey/authfile.c [new file with mode: 0644]
lib/libskey/md4.c [new file with mode: 0644]
lib/libskey/md4.h [new file with mode: 0644]
lib/libskey/put.c [new file with mode: 0644]
lib/libskey/skey.h [new file with mode: 0644]
lib/libskey/skey_crypt.c [new file with mode: 0644]
lib/libskey/skeylogin.c [new file with mode: 0644]
lib/libskey/skeysubr.c [new file with mode: 0644]
libexec/ftpd/Makefile
libexec/ftpd/ftpd.c
libexec/ftpd/skey-stuff.c [new file with mode: 0644]
libexec/rexecd/Makefile
libexec/rexecd/rexecd.c
share/man/man5/Makefile
share/man/man5/login.access.5 [new file with mode: 0644]
share/man/man5/skey.access.5 [new file with mode: 0644]
usr.bin/Makefile
usr.bin/key/Makefile [new file with mode: 0644]
usr.bin/key/README.WZV [new file with mode: 0644]
usr.bin/key/key.1 [new file with mode: 0644]
usr.bin/key/skey.1 [new file with mode: 0644]
usr.bin/key/skey.c [new file with mode: 0644]
usr.bin/keyinfo/Makefile [new file with mode: 0644]
usr.bin/keyinfo/keyinfo.1 [new file with mode: 0644]
usr.bin/keyinfo/keyinfo.sh [new file with mode: 0644]
usr.bin/keyinit/Makefile [new file with mode: 0644]
usr.bin/keyinit/keyinit.1 [new file with mode: 0644]
usr.bin/keyinit/skeyinit.c [new file with mode: 0644]
usr.bin/login/Makefile
usr.bin/login/README [new file with mode: 0644]
usr.bin/login/login.access.5 [new file with mode: 0644]
usr.bin/login/login.c
usr.bin/login/login_access.c [new file with mode: 0644]
usr.bin/login/login_skey.c [new file with mode: 0644]