summaryrefslogtreecommitdiff
path: root/lib/libc/crypt/crypt_checkpass.3
AgeCommit message (Expand)Author
2019-07-29correct mispellings of EACCES; from Kris KatterjohnTheo de Raadt
2017-07-22zap trailing whitespace;Jason McIntyre
2017-07-22rework the page a bit, clarify a few things, maybe better wordingTed Unangst
2015-07-23call it bcrypt in the man page tooTed Unangst
2015-02-24we don't let strtonum errors bleed through now.Ted Unangst
2015-02-11use a width specifier for lists, and Sq rather than Dq for single lettersJason McIntyre
2015-02-11the possible algos for pref should be documented hereTed Unangst
2014-12-02macro cleanup; kaspars at bankovskis dot netIngo Schwarze
2014-11-21space needed between macro args and punctuation;Jason McIntyre
2014-11-21add ERRORS, HISTORY, AUTHORS, Copyright year, and some missing macros;Ingo Schwarze
2014-11-21change prototype for crypt_newhash. the login_cap_t is a holdover from itsTed Unangst
2014-11-20split crypt_checkpass off into a new fileTed Unangst