| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move to the <limits.h> universe. | deraadt | 2015-01-16 | 23 | -57/+40 |
* | remove unused variable | chl | 2015-01-15 | 1 | -2/+1 |
* | back in september I did the large abstraction refactoring to allow these | deraadt | 2015-01-15 | 2 | -2/+4 |
* | Make strlcpy/strlcat slightly easier to read. | millert | 2015-01-15 | 4 | -86/+82 |
* | rename blocks to words. bcrypt "blocks" are unrelated to blowfish blocks, | tedu | 2015-01-12 | 1 | -9/+9 |
* | missing , found by Dongsheng Song | deraadt | 2015-01-08 | 1 | -3/+3 |
* | stupid me. need errno.h | tedu | 2015-01-07 | 1 | -1/+2 |
* | set errno = EINVAL for invalid salts and hashes in most functions. | tedu | 2015-01-07 | 1 | -12/+20 |
* | rename kern enter/exit macros to malloc enter/leave to better reflect | tedu | 2015-01-05 | 1 | -7/+7 |
* | convert clock() to clock_gettime() for improved precision (and accuracy?) | tedu | 2015-01-05 | 1 | -7/+9 |
* | copy bcrypt autotune from encrypt(1) and expose via crypt_newhash | tedu | 2014-12-30 | 2 | -5/+43 |
* | simplify crypt_checkpass. The API promise is that this function doesn't | tedu | 2014-12-24 | 1 | -11/+5 |
* | typo; ok deraadt | sthen | 2014-12-16 | 2 | -3/+3 |
* | warn for correct symbol | deraadt | 2014-12-16 | 1 | -2/+2 |
* | catch up with swab.c rev. 1.9: | schwarze | 2014-12-12 | 1 | -5/+23 |
* | update swab() to match the current posix definition. "rationale: none." | tedu | 2014-12-11 | 1 | -50/+24 |
* | Xr and Ox fixes; | jmc | 2014-12-09 | 3 | -12/+18 |
* | random seed buffer must be unsigned | deraadt | 2014-12-09 | 1 | -2/+2 |
* | no more string(3); | jmc | 2014-12-09 | 1 | -3/+2 |
* | fix NAME; | jmc | 2014-12-09 | 1 | -3/+3 |
* | improve warnings from rand_r(), rand(), and random()libressl-v2.1.2 | deraadt | 2014-12-09 | 2 | -3/+8 |
* | In ingo's new world order, we do not want multiple manual pages describing | deraadt | 2014-12-09 | 3 | -247/+3 |
* | more standardsier: cast to int to make sure we keep the negative numbers. | tedu | 2014-12-09 | 1 | -2/+2 |
* | Oops, got the sense of the test backwards. Hilarious that we didn't spot it. | deraadt | 2014-12-08 | 1 | -1/+1 |
* | Change rand(), random(), drand48(), lrand48(), mrand48(), and srand48() | deraadt | 2014-12-08 | 13 | -159/+267 |
* | delete documentation for deleted DES interfaces | tedu | 2014-12-08 | 2 | -87/+3 |
* | remove cfree from documentation | tedu | 2014-12-08 | 1 | -19/+3 |
* | delete obsolete sunos cfree function. ok deraadt millert naddy | tedu | 2014-12-08 | 2 | -42/+3 |
* | remove setkey and encrypt interfaces. they are useless and dangerous. | tedu | 2014-12-08 | 3 | -116/+9 |
* | avoid left shift overflow in reallocarray. | bcook | 2014-12-08 | 1 | -2/+2 |
* | malloc(3) is in the "comp" install set, malloc.conf(5) in "man", | schwarze | 2014-12-06 | 2 | -128/+10 |
* | macro cleanup; kaspars at bankovskis dot net | schwarze | 2014-12-02 | 2 | -49/+55 |
* | Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99. | schwarze | 2014-11-30 | 11 | -33/+33 |
* | obvious STANDARDS update | schwarze | 2014-11-30 | 2 | -14/+10 |
* | restructure libc/string + libc/arch/*/string coperation regarding | deraadt | 2014-11-30 | 8 | -155/+309 |
* | rand() is a pseudo-random number generator | millert | 2014-11-25 | 1 | -3/+3 |
* | Don't describe random() as "better". | millert | 2014-11-25 | 1 | -5/+5 |
* | Warn people to use arc4random() in DESCRIPTION so they see it using | millert | 2014-11-25 | 1 | -5/+8 |
* | rand48(3) not drand48(3) to align with the actual man page and Xr | millert | 2014-11-25 | 1 | -3/+3 |
* | no need for md5 xr | tedu | 2014-11-25 | 1 | -3/+2 |
* | revert the bludgeoning of DES. if we need a thread safe crypt, maybe it's | tedu | 2014-11-25 | 1 | -31/+33 |
* | push some global data down into functions to make this threadlier. | tedu | 2014-11-25 | 1 | -33/+31 |
* | introduce a hashspace define and check that there's enough space to | tedu | 2014-11-24 | 1 | -15/+10 |
* | check crypt() for null. noticed by Jonas Termansen | tedu | 2014-11-24 | 1 | -2/+2 |
* | space needed between macro args and punctuation; | jmc | 2014-11-21 | 1 | -2/+2 |
* | add ERRORS, HISTORY, AUTHORS, Copyright year, and some missing macros; | schwarze | 2014-11-21 | 1 | -6/+39 |
* | Let crypt_checkpass() set EACCES after bcrypt_checkpass() failure; | schwarze | 2014-11-21 | 1 | -2/+4 |
* | change prototype for crypt_newhash. the login_cap_t is a holdover from its | tedu | 2014-11-21 | 2 | -15/+10 |
* | split crypt_checkpass off into a new file | tedu | 2014-11-20 | 3 | -36/+73 |
* | Document behavior of atexit() when called in a DSO that is later unloaded. | guenther | 2014-11-20 | 1 | -2/+14 |