Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use explicit_bzero() instead of memset() on buffers going out of scope. | guenther | 2014-07-21 | 1 | -2/+3 |
* | remove disabled main hook; we use phdr now; ok bcook | deraadt | 2014-07-19 | 1 | -7/+1 |
* | Use dl_iterate_phdr() to iterate over the segments and throw the addresses | deraadt | 2014-07-13 | 1 | -1/+14 |
* | Provide a link to the canonical API specification. | deraadt | 2014-07-13 | 1 | -1/+4 |
* | Take away the use of the address of main as a source of entropy. Causes | beck | 2014-07-13 | 1 | -1/+5 |
* | Remove signed/unsigned warning, statement before declaration and | wouter | 2014-07-12 | 1 | -9/+10 |
* | remove gratuitous differences, ok beck bcook | deraadt | 2014-07-12 | 1 | -6/+6 |
* | Solaris uses a symbolic link for /dev/urandom which harms best practice of | beck | 2014-07-12 | 1 | -18/+34 |
* | getentropy for osx and solaris. will be needed for a portable release | beck | 2014-07-08 | 1 | -0/+413 |