| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | All these files include <stdlib.h>, so do not need to cast | deraadt | 2015-08-20 | 2 | -5/+5 |
* | call it bcrypt in the man page too | tedu | 2015-07-23 | 1 | -3/+3 |
* | permit "bcrypt" as an alias for "blowfish". this is, after all, what | tedu | 2015-07-23 | 1 | -11/+27 |
* | Unbreak, add errno header | jeremy | 2015-07-18 | 1 | -1/+2 |
* | set errno in null cases, just in case. | tedu | 2015-07-18 | 1 | -2/+3 |
* | standards compliant error return (null). will make ruby happier, at least. | tedu | 2015-07-18 | 1 | -5/+2 |
* | Just return if nmemb is 0. Avoids a NULL dereference and is | millert | 2015-06-21 | 1 | -1/+4 |
* | Remove needless casts. There's no reason to cast delim to char * | millert | 2015-06-19 | 1 | -5/+4 |
* | force reseeding if pid has changed. | eric | 2015-06-04 | 1 | -2/+7 |
* | Make index/rindex weak aliases of strchr/strrchr since they are not | millert | 2015-05-15 | 4 | -90/+6 |
* | rev 1.3 introduced a check to an if statement without adding braces. | jsg | 2015-05-14 | 1 | -3/+1 |
* | If crypt(3) is called with an unknown setting, return NULL instead | bluhm | 2015-05-13 | 1 | -1/+3 |
* | Add dlclose(3) to SEE ALSO | guenther | 2015-05-12 | 1 | -2/+3 |
* | When checking flags that will be passed to open(), test the O_ACCMODE portion | guenther | 2015-05-11 | 1 | -2/+3 |
* | Another couple of commas in the wrong place, ok jmc | nicm | 2015-04-14 | 1 | -3/+3 |
* | Make pthread_atfork() track the DSO that called it like atexit() does, | guenther | 2015-04-07 | 3 | -2/+81 |
* | bludgeon DES support out of crypt. long live the bcrypt. | tedu | 2015-04-06 | 2 | -761/+9 |
* | improve realloc. when expanding a region, actually use the free page cache | tedu | 2015-04-06 | 1 | -7/+16 |
* | Make rcmdsh(3) not fail if it is passed a non resolvable hostname. | halex | 2015-03-23 | 3 | -20/+16 |
* | differentiate between a failed read, returning -1, and encountering | halex | 2015-03-22 | 1 | -2/+4 |
* | unmute rcmd hostname lookup failure | halex | 2015-03-22 | 1 | -3/+2 |
* | zap #if 0'd code that's been dead since '96 | halex | 2015-03-19 | 1 | -7/+0 |
* | remove incorrect statement. the standard *does* require calloc to check | tedu | 2015-03-14 | 1 | -7/+2 |
* | Update comment to match code; Caspar Schutijserlibressl-v2.1.4 | millert | 2015-03-02 | 1 | -2/+2 |
* | we don't let strtonum errors bleed through now. | tedu | 2015-02-24 | 1 | -4/+2 |
* | Set errno to EINVAL, instead of letting ERANGE escape out. | tedu | 2015-02-24 | 1 | -2/+4 |
* | Amend documentation for AI_ADDRCONFIG | jca | 2015-02-16 | 1 | -2/+4 |
* | lsearch and lfind return void * | tedu | 2015-02-15 | 1 | -4/+4 |
* | use a width specifier for lists, and Sq rather than Dq for single letters | jmc | 2015-02-11 | 1 | -3/+3 |
* | the possible algos for pref should be documented here | tedu | 2015-02-11 | 1 | -4/+11 |
* | Use .Rv where appropriate, and move it to RETURN VALUES; | schwarze | 2015-01-29 | 3 | -27/+13 |
* | dial the time back to about 0.1s, closer to the original targets and | tedu | 2015-01-28 | 1 | -4/+4 |
* | Improve wording in alloca. | tedu | 2015-01-17 | 1 | -7/+5 |
* | Use ">", not ">=" when comparing length to HOST_NAME_MAX since | millert | 2015-01-16 | 1 | -3/+3 |
* | Replace HOST_NAME_MAX+1-1 with HOST_NAME_MAX. OK deraad@ | millert | 2015-01-16 | 2 | -8/+8 |
* | Replace check for ">= HOST_NAME_MAX+1" with "> HOST_NAME_MAX". | millert | 2015-01-16 | 1 | -1/+1 |
* | 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 |