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