summaryrefslogtreecommitdiff
path: root/src/lib/libc/crypt/crypt_checkpass.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | ok tedu@ on a previous version
* change prototype for crypt_newhash. the login_cap_t is a holdover from itstedu2014-11-211-7/+6
| | | | | | pwd_gensalt origins, but a string argument works equally work and is more friendly to consumers beyond local user accounts. ok deraadt
* split crypt_checkpass off into a new filetedu2014-11-201-0/+61