aboutsummaryrefslogtreecommitdiff
path: root/man (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-29produce a error if platform has no arc4random hookBrent Cook1-7/+8
2014-07-29add asprintf / vasprintf from OpenSSH portableBrent Cook5-0/+115
2014-07-29Update endian.h for AIX/IRIXpgmassey1-0/+8
2014-07-28Guard individual compatibility header prototypes.Brent Cook4-55/+81
2014-07-28split big lineBrent Cook1-1/+2
2014-07-28prefer - over /dev/stdin for cmp testBrent Cook1-1/+1
2014-07-28check link requirements for dl_iterate_phdrBrent Cook1-0/+3
2014-07-28remove bash-isms from test scriptsBrent Cook2-3/+4
2014-07-28add strndup/strnlen compat functions from OpenBSDBrent Cook5-1/+17
2014-07-28include system headers for err.h compat macrosBrent Cook1-0/+4
2014-07-27remove thread_private.h, no longer neededBrent Cook2-1/+0
2014-07-24remove per-OS arc4random_buf overridesBrent Cook1-6/+0
2014-07-23clarify license and origin for pidwraptestBrent Cook2-1/+8
2014-07-21add calloc to the list (integer overflow..)Bob Beck1-1/+1
2014-07-21Update README to indicate general policy about intrinsicsBob Beck1-0/+5
2014-07-21bump versionBrent Cook1-1/+1
2014-07-21build openbsd memmem implementation for explicit_bzero testBrent Cook3-1/+7
2014-07-21compute absolute paths to sourceBrent Cook1-10/+11
2014-07-21better handle disabled tests and exclude filesBrent Cook2-7/+21
2014-07-21rename local tests to end in test.cBrent Cook2-0/+0
2014-07-21test for and use system explicit_bzero if it existsBrent Cook2-1/+10
2014-07-21include err.h shimBrent Cook3-1/+28
2014-07-21use correct link order for app and testsBrent Cook2-3/+3
2014-07-21preserve timestamps on copy from upstream checkoutBrent Cook1-28/+30
2014-07-20conditionally disable -Wpointer-sign where supportedBrent Cook1-0/+10
2014-07-20update guard, add win32 support for endian.hBrent Cook1-6/+22
2014-07-20Use correct static link order for unit tests.Brent Cook1-2/+2
2014-07-20include <_bsd_types.h> on MinGWBrent Cook1-0/+4
2014-07-19remove thread_private.h defines, moved to arc4random_*.hBrent Cook1-14/+0
2014-07-18update to newly-refactored arc4random compatibility shimsBrent Cook4-0/+23
2014-07-18initial underpinnings for mingw/cross compilation supportBrent Cook2-13/+22
2014-07-15move fork_rand.sh so it does not get run every timeBrent Cook1-0/+0
2014-07-15indicate failure to the test harnessBrent Cook1-0/+1
2014-07-15added fork_rand test to check for PID wraparoundBrent Cook3-2/+93
2014-07-15crank versionBob Beck1-1/+1
2014-07-15register the atfork handler from arc4randomBrent Cook1-0/+8
2014-07-15enable the asn1 testBrent Cook1-1/+1