summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/crypt_checkpass.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* correct mispellings of EACCES; from Kris Katterjohnlibressl-v3.0.0deraadt2019-07-291-3/+3
* zap trailing whitespace;jmc2017-07-221-2/+2
* rework the page a bit, clarify a few things, maybe better wordingtedu2017-07-221-8/+13
* call it bcrypt in the man page tootedu2015-07-231-3/+3
* we don't let strtonum errors bleed through now.tedu2015-02-241-4/+2
* use a width specifier for lists, and Sq rather than Dq for single lettersjmc2015-02-111-3/+3
* the possible algos for pref should be documented heretedu2015-02-111-4/+11
* macro cleanup; kaspars at bankovskis dot netschwarze2014-12-021-5/+14
* space needed between macro args and punctuation;jmc2014-11-211-2/+2
* add ERRORS, HISTORY, AUTHORS, Copyright year, and some missing macros;schwarze2014-11-211-6/+39
* change prototype for crypt_newhash. the login_cap_t is a holdover from itstedu2014-11-211-7/+6
* split crypt_checkpass off into a new filetedu2014-11-201-0/+61