Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check crypt() for null. noticed by Jonas Termansen | tedu | 2014-11-24 | 1 | -2/+2 |
| | |||||
* | Let crypt_checkpass() set EACCES after bcrypt_checkpass() failure; | schwarze | 2014-11-21 | 1 | -2/+4 |
| | | | | ok tedu@ | ||||
* | change prototype for crypt_newhash. the login_cap_t is a holdover from its | tedu | 2014-11-21 | 1 | -8/+4 |
| | | | | | | pwd_gensalt origins, but a string argument works equally work and is more friendly to consumers beyond local user accounts. ok deraadt | ||||
* | add new function crypt_newhash to simplify creating new hashes. | tedu | 2014-11-17 | 1 | -1/+29 |
| | | | | | does most of the work pwd_gensalt did, but also creates the hash. (unused yet) | ||||
* | remove md5crypt. | tedu | 2014-05-12 | 1 | -0/+54 |
while changing things, add a crypt_checkpass wrapper that handles most of the edge cases. (not quite ready for production, though.) ok deraadt |