summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/cryptutil.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Wrap <pwd.h> so that calls go direct and the symbols are all weak.guenther2015-09-131-5/+3
* Wrap <unistd.h> so that internal calls go direct and they're all weak symbolsguenther2015-09-121-1/+3
* permit "bcrypt" as an alias for "blowfish". this is, after all, whattedu2015-07-231-11/+27
* Set errno to EINVAL, instead of letting ERANGE escape out.tedu2015-02-241-2/+4
* remove unused variablechl2015-01-151-2/+1
* copy bcrypt autotune from encrypt(1) and expose via crypt_newhashtedu2014-12-301-4/+10
* simplify crypt_checkpass. The API promise is that this function doesn'ttedu2014-12-241-11/+5
* 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