summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/cryptutil.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* check crypt() for null. noticed by Jonas Termansentedu2014-11-241-2/+2
* Let crypt_checkpass() set EACCES after bcrypt_checkpass() failure;schwarze2014-11-211-2/+4
* change prototype for crypt_newhash. the login_cap_t is a holdover from itstedu2014-11-211-8/+4
* add new function crypt_newhash to simplify creating new hashes.tedu2014-11-171-1/+29
* remove md5crypt.tedu2014-05-121-0/+54