Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in USE_BUILTIN_ARC4RANDOM check | celan69 | 2016-07-19 | 1 | -1/+1 |
| | | | Solaris 11 recently introduced a builtin arc4random in libc which fails the tests in "make check". Found USE_BUILTIN_ARC4RANDOM, but could not get it to work. Apparently, there is a typo in the configure logic rendering USE_BUILTIN_ARC4RANDOM ineffective. | ||||
* | check linker flags before checking for functions | Brent Cook | 2016-04-24 | 1 | -2/+4 |
| | |||||
* | add things to minimize diffs with OpenNTPD-portable | Brent Cook | 2016-02-15 | 1 | -1/+4 |
| | |||||
* | whitelist NetBSD 7.0 native arc4random(3) implementation. | Brent Cook | 2016-01-03 | 1 | -3/+1 |
| | | | | | NetBSD 7 improves arc4random(3) over earlier versions by adding fork detection, stronger assertions on seed failure. | ||||
* | update check for b64_ntop | Brent Cook | 2015-12-27 | 1 | -1/+1 |
| | | | | typo spotted by Jonas 'Sortie' Termansen | ||||
* | disable some tests with 32-bit time_t systems | Brent Cook | 2015-10-17 | 1 | -1/+0 |
| | | | | Also disable use of _mkgmtime, it does not produce correct results. | ||||
* | include timegm fallback | Brent Cook | 2015-10-15 | 1 | -0/+3 |
| | |||||
* | check for pledge(2) | Brent Cook | 2015-10-12 | 1 | -2/+2 |
| | |||||
* | add tame(2) check | Brent Cook | 2015-10-07 | 1 | -7/+10 |
| | |||||
* | add b64_ntop checking and fallback for nc(1) | Brent Cook | 2015-10-01 | 1 | -1/+21 |
| | |||||
* | allow nc to build on linux and os x | Brent Cook | 2015-09-13 | 1 | -1/+5 |
| | |||||
* | add check for inet_pton, nudge minimum win32 compat to 0x0501 | Brent Cook | 2015-07-02 | 1 | -1/+2 |
| | |||||
* | refactor configure into separate m4 macros | Brent Cook | 2015-05-23 | 1 | -0/+65 |
this allows for some reusability with libtls |