Age | Commit message (Expand) | Author |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2019-09-29 | zap trailing whitespace; | Jason McIntyre |
2019-09-28 | Xr random 4 in a better way | Theo de Raadt |
2019-07-29 | correct mispellings of EACCES; from Kris Katterjohn | Theo de Raadt |
2019-03-24 | In the incredibly unbelievable circumstance where _rs_init() fails to | Theo de Raadt |
2019-01-20 | include stdint.h over sys/types.h | Brent Cook |
2017-07-22 | zap trailing whitespace; | Jason McIntyre |
2017-07-22 | rework the page a bit, clarify a few things, maybe better wording | Ted Unangst |
2016-08-26 | Pull in <time.h> for clock_gettime() | Philip Guenther |
2016-06-26 | increase the minimum for auto rounds to 6. that was the previous low bound | Ted Unangst |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-11-10 | update NAME section to include all documented functions, | Jason McIntyre |
2015-09-13 | Wrap <pwd.h> so that calls go direct and the symbols are all weak. | Philip Guenther |
2015-09-13 | The number of rounds is just two digits in the salt. We've already | Todd C. Miller |
2015-09-13 | Wrap <stdlib.h> so that calls go direct and the symbols not in the | Philip Guenther |
2015-09-12 | Wrap <unistd.h> so that internal calls go direct and they're all weak symbols | Philip Guenther |
2015-09-11 | Wrap blowfish, sha*, md5, and rmd160 so that internal calls go direct | Philip Guenther |
2015-09-10 | Add support for building arc4random with MSVC. | Brent Cook |
2015-07-23 | call it bcrypt in the man page too | Ted Unangst |
2015-07-23 | permit "bcrypt" as an alias for "blowfish". this is, after all, what | Ted Unangst |
2015-07-18 | Unbreak, add errno header | Jeremy Evans |
2015-07-18 | set errno in null cases, just in case. | Ted Unangst |
2015-07-18 | standards compliant error return (null). will make ruby happier, at least. | Ted Unangst |
2015-05-13 | If crypt(3) is called with an unknown setting, return NULL instead | Alexander Bluhm |
2015-04-06 | bludgeon DES support out of crypt. long live the bcrypt. | Ted Unangst |
2015-02-24 | we don't let strtonum errors bleed through now. | Ted Unangst |
2015-02-24 | Set errno to EINVAL, instead of letting ERANGE escape out. | Ted Unangst |
2015-02-11 | use a width specifier for lists, and Sq rather than Dq for single letters | Jason McIntyre |
2015-02-11 | the possible algos for pref should be documented here | Ted Unangst |
2015-01-28 | dial the time back to about 0.1s, closer to the original targets and | Ted Unangst |
2015-01-16 | Move to the <limits.h> universe. | Theo de Raadt |
2015-01-15 | remove unused variable | Charles Longeau |
2015-01-15 | back in september I did the large abstraction refactoring to allow these | Theo de Raadt |
2015-01-12 | rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks, | Ted Unangst |
2015-01-07 | stupid me. need errno.h | Ted Unangst |
2015-01-07 | set errno = EINVAL for invalid salts and hashes in most functions. | Ted Unangst |
2015-01-05 | convert clock() to clock_gettime() for improved precision (and accuracy?) | Ted Unangst |
2014-12-30 | copy bcrypt autotune from encrypt(1) and expose via crypt_newhash | Ted Unangst |
2014-12-24 | simplify crypt_checkpass. The API promise is that this function doesn't | Ted Unangst |
2014-12-08 | delete documentation for deleted DES interfaces | Ted Unangst |
2014-12-08 | remove setkey and encrypt interfaces. they are useless and dangerous. | Ted Unangst |
2014-12-02 | macro cleanup; kaspars at bankovskis dot net | Ingo Schwarze |
2014-11-25 | rand48(3) not drand48(3) to align with the actual man page and Xr | Todd C. Miller |
2014-11-25 | no need for md5 xr | Ted Unangst |
2014-11-25 | revert the bludgeoning of DES. if we need a thread safe crypt, maybe it's | Ted Unangst |
2014-11-25 | push some global data down into functions to make this threadlier. | Ted Unangst |
2014-11-24 | introduce a hashspace define and check that there's enough space to | Ted Unangst |
2014-11-24 | check crypt() for null. noticed by Jonas Termansen | Ted Unangst |
2014-11-21 | space needed between macro args and punctuation; | Jason McIntyre |
2014-11-21 | add ERRORS, HISTORY, AUTHORS, Copyright year, and some missing macros; | Ingo Schwarze |