| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-11-21 | Let crypt_checkpass() set EACCES after bcrypt_checkpass() failure; |  schwarze | 1 | -2/+4 |
| 2014-11-21 | change prototype for crypt_newhash. the login_cap_t is a holdover from its |  tedu | 2 | -15/+10 |
| 2014-11-20 | split crypt_checkpass off into a new file |  tedu | 3 | -36/+73 |
| 2014-11-18 | add crypt_newhash to NAME and add an MLINK; |  jmc | 2 | -4/+6 |
| 2014-11-17 | add new function crypt_newhash to simplify creating new hashes. |  tedu | 2 | -3/+46 |
| 2014-07-21 | missing newline |  deraadt | 1 | -1/+2 |
| 2014-07-20 | Move more OS-specific functionality to arc4random.h headers. |  bcook | 2 | -6/+14 |
| 2014-07-20 | From ISO/IEC 9899:1999 and 9899:201x, |  guenther | 1 | -3/+3 |
| 2014-07-19 | arc4random re-seeds with getentropy() now; ok deraadt@ jmc@ |  naddy | 1 | -3/+3 |
| 2014-07-19 | Change _rs_allocate so it can combine the two regions (rs and rsx) |  deraadt | 2 | -28/+25 |
| 2014-07-18 | Seperate arc4random's os-dependent parts into static inline functions, |  deraadt | 2 | -36/+57 |
| 2014-07-17 | "Race-free because we're running single-threaded in a new |  deraadt | 1 | -1/+5 |
| 2014-07-16 | #ifdef wrap the _rs_forkhandler |  deraadt | 1 | -1/+3 |
| 2014-07-16 | added handler for an atfork hook from kettenis@ |  bcook | 1 | -1/+10 |
| 2014-07-13 | While we thought this would make portable life easier it actually |  beck | 1 | -3/+1 |
| 2014-07-12 | Wrap "thread_private.h" with #ifdef __OpenBSD__ so that other systems |  deraadt | 1 | -1/+3 |
| 2014-07-12 | Split arc4random_uniform into it's own file, to assist other projects |  deraadt | 3 | -39/+60 |
| 2014-07-09 | Clean up after arc4random u_int32_t uint32_t change |  beck | 1 | -5/+5 |
| 2014-07-09 | changes to improve portability |  bcook | 1 | -10/+11 |
| 2014-06-27 | re-init and init code paths are now more shared, so the getpid()-based |  deraadt | 1 | -2/+3 |
| 2014-06-26 | Add back an #ifndef MAP_INHERIT_ZERO chunk to support the old getpid() |  deraadt | 1 | -1/+13 |
| 2014-06-25 | document why we explicit_bzero |  deraadt | 1 | -2/+2 |
| 2014-06-20 | arc4random: hard fail with raise(SIGKILL) if getentropy() returns -1 |  matthew | 1 | -3/+4 |
| 2014-06-19 | Move rs_chacha and rs_buf into the same memory page and don't mark it |  matthew | 1 | -22/+31 |
| 2014-06-17 | Use MAP_INHERIT_ZERO in arc4random(3) |  matthew | 1 | -37/+44 |
| 2014-06-13 | For now... assume success of getentropy() just like we assumed success |  deraadt | 1 | -3/+3 |
| 2014-06-13 | use getgentropy() call. If it fails, things are pretty bad -- |  deraadt | 1 | -8/+3 |
| 2014-05-31 | Delete the extraneous "return" statement at the end of a void function. |  jca | 1 | -2/+1 |
| 2014-05-17 | Add missing header needed by isdigit(). |  chl | 1 | -4/+5 |
| 2014-05-17 | refactor some of the des crypt code to use fewer globals. |  tedu | 2 | -42/+45 |
| 2014-05-16 | update NAME and MLINKS for previous; |  jmc | 2 | -5/+7 |
| 2014-05-16 | document crypt_checkpass |  tedu | 1 | -1/+14 |
| 2014-05-16 | use $2b in the bcrypt example, ok tedu |  sthen | 1 | -3/+3 |
| 2014-05-12 | remove md5crypt. |  tedu | 5 | -195/+65 |
| 2014-05-06 | missing NULL checks to see if init is needed. found hard way by deraadt. |  tedu | 1 | -3/+3 |
| 2014-05-06 | fix stupid commit |  tedu | 1 | -5/+5 |
| 2014-05-06 | use explicit_bzero |  tedu | 1 | -5/+5 |
| 2014-05-06 | clear a stack buffer with explicit_bzero |  tedu | 1 | -2/+2 |
| 2014-05-06 | move chacha context and buffer out of bss and allow mmap to place them |  tedu | 1 | -6/+16 |
| 2014-05-04 | delete useless test code |  deraadt | 1 | -23/+1 |
| 2014-05-03 | now that 5.5 has been released with compatibility for 2b hashes, |  tedu | 1 | -2/+2 |
| 2014-05-03 | 1. Drop support for no minor. This variant doesn't exist anymore. |  tedu | 1 | -44/+30 |
| 2014-04-19 | one small tweak to avoid ever going off the end of a string. |  tedu | 1 | -4/+6 |
| 2014-04-19 | improved checking for invalid hashes. from solar designer |  tedu | 1 | -6/+10 |
| 2014-04-08 | use char * for strings, saving casts. add return codes to base64 functions |  tedu | 1 | -15/+26 |
| 2014-04-03 | I have discussed these licenses with Poul-Henning Kamp and he has agreed to |  beck | 1 | -8/+17 |
| 2014-03-24 | oops, merge error |  tedu | 1 | -2/+2 |
| 2014-03-23 | clear stack variables, suggested by djm |  tedu | 1 | -1/+4 |
| 2014-03-23 | some improvements suggested by djm. |  tedu | 1 | -4/+6 |
| 2014-03-23 | two functions don't need to be exported |  tedu | 1 | -3/+3 |