Age | Commit message (Expand) | Author |
2015-01-07 | mix in more virtual memory and process information | Brent Cook |
2015-01-06 | add initial HP-UX getentropy/arc4random support. | Brent Cook |
2014-11-11 | correct the failure case for getentropy on win32 | Brent Cook |
2014-11-03 | Add hooks to override native arc4random_buf on FreeBSD. | Brent Cook |
2014-10-11 | include header needed by older linux kernels | Brent Cook |
2014-08-28 | preserve errno value on success. | Brent Cook |
2014-08-16 | only build the getrandom path if SYS_getrandom is defined. | Brent Cook |
2014-08-16 | getrandom(2) support for getentropy_linux | Brent Cook |
2014-08-13 | munmap correct object in (extremely unlikely, and effectively terminal) | Theo de Raadt |
2014-07-22 | better match proposed syscall api | Brent Cook |
2014-07-21 | protect sysctl path with SYS__sysctl instead; from enh@google, ok bcook | Theo de Raadt |
2014-07-21 | Use explicit_bzero() instead of memset() on buffers going out of scope. | Philip Guenther |
2014-07-21 | cast from void * before math; enh@google | Theo de Raadt |
2014-07-20 | Move more OS-specific functionality to arc4random.h headers. | Brent Cook |
2014-07-20 | initial win32 ARC4_LOCK/UNLOCK implementation. | Brent Cook |
2014-07-20 | Demonstrate how new linux getrandom() will be called, at least until | Theo de Raadt |
2014-07-19 | remove disabled main hook; we use phdr now; ok bcook | Theo de Raadt |
2014-07-19 | tab love | Theo de Raadt |
2014-07-19 | Move _ARC4_ATFORK handlers from thread_private.h in portable. | Brent Cook |
2014-07-19 | move _ARC4_LOCK/UNLOCK primitives from thread_private into OS-specific modules | Brent Cook |
2014-07-19 | fixup typos | Brent Cook |
2014-07-19 | Change _rs_allocate so it can combine the two regions (rs and rsx) | Theo de Raadt |
2014-07-18 | Cleanup portable arc4random fork detection code: | Matthew Dempsky |
2014-07-18 | Seperate arc4random's os-dependent parts into static inline functions, | Theo de Raadt |
2014-07-16 | Only call getauxval(3) if HAVE_GETAUXVAL is defined. Fixes build on older | Mark Kettenis |
2014-07-13 | Use dl_iterate_phdr() to iterate over the segments and throw the addresses | Theo de Raadt |
2014-07-13 | Provide a link to the canonical API specification. | Theo de Raadt |
2014-07-13 | Take away the use of the address of main as a source of entropy. Causes | Bob Beck |
2014-07-12 | getentropy on Windows. It compiles but has not been thoroughly tested yet. | Wouter Wijngaards |
2014-07-12 | Remove signed/unsigned warning, statement before declaration and | Wouter Wijngaards |
2014-07-12 | guard inclusion of sys/sysctl.h so we can detect at compile time and | Bob Beck |
2014-07-12 | remove gratuitous differences, ok beck | Theo de Raadt |
2014-07-12 | remove gratuitous differences, ok beck bcook | Theo de Raadt |
2014-07-12 | Solaris uses a symbolic link for /dev/urandom which harms best practice of | Bob Beck |
2014-07-09 | remove unused variables getentropy for OS X | Brent Cook |
2014-07-08 | getentropy for osx and solaris. will be needed for a portable release | Bob Beck |
2014-07-08 | fix oops, accidental delete.. darn copying of files between machines | Bob Beck |
2014-07-08 | j should be an int, like repeat | Bob Beck |
2014-07-08 | unbreak last commit - but same intent, make re-seed less expensive | Bob Beck |
2014-07-08 | repeat calls to getentrypy() with the same pid likely indicate reseeds. | Theo de Raadt |
2014-06-26 | fix HD() misuse; from brent cook | Theo de Raadt |
2014-06-25 | AT_BASE returns us the *address* of the start of ld.so, so | Bob Beck |
2014-06-25 | get the page of data at AT_SYSINFO_EHDR | Bob Beck |
2014-06-25 | comment fixes from theo | Bob Beck |
2014-06-25 | Possibly obtain a little bit of entropy from addresses returned | Bob Beck |
2014-06-25 | O_NOFOLLOW would be very nice to have here if the version of linux | Bob Beck |
2014-06-23 | unbreak build of getentropy_sysctl - we need linux/sysctl.h, and | Bob Beck |
2014-06-23 | unbreak - main needs to be extern in here somewhere. | Bob Beck |
2014-06-21 | repair indentation for an inner loop; shorten some macros and variable | Theo de Raadt |
2014-06-21 | hash in correct pointer | Theo de Raadt |