Add working and easy crypt(3)-switching. Yes, we need a whole new API
authorBrian Feldman <green@FreeBSD.org>
Tue, 22 Aug 2000 02:15:54 +0000 (02:15 +0000)
committerBrian Feldman <green@FreeBSD.org>
Tue, 22 Aug 2000 02:15:54 +0000 (02:15 +0000)
commitc12b6d6f889a718321f8a3ac8ae7ed1be7214a38
tree0a1c6d55bfd868c7a83a1a98bc257704733a3ae7
parent7a3060dbeb091c0726ae2c747db95f95b23b65e6
Add working and easy crypt(3)-switching.  Yes, we need a whole new API
for crypt(3) by now.  In any case:

Add crypt_set_format(3) + documentation to -lcrypt.
Add login_setcryptfmt(3) + documentation to -lutil.
Support for switching crypt formats in passwd(8).
Support for switching crypt formats in pw(8).

The simple synopsis is:
edit login.conf; add a passwd_format field set to "des" or "md5"; go nuts :)

Reviewed by: peter
libutil/login_cap.c
libutil/login_cap.h
pw/Makefile
pw/pw_user.c