| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | sysdeps redesign: first part: minimize clr tests | Laurent Bercot | 2019-09-20 | 1 | -9/+2 |
| | | | | | | | | | Remaining clr: emptyregex: can be safely guessed to no nullispointer: can't be safely guessed, but do we need the test? devurandom: can't be safely guessed malloc0: can more or less be safely guessed to no | ||||
| * | Really add mkfootemp and autosurf, I guess ? | Laurent Bercot | 2018-12-08 | 3 | -0/+34 |
| | | |||||
| * | Add mk?temp and autosurf | Laurent Bercot | 2018-12-07 | 2 | -2/+3 |
| | | |||||
| * | Comment fix (writing to /dev/urandom doesn't speed it up) | Laurent Bercot | 2017-09-27 | 1 | -2/+2 |
| | | |||||
| * | Add egidingroups sysdeps, change fd_close() to void and saving errno, ↵ | Laurent Bercot | 2017-07-16 | 1 | -2/+0 |
| | | | | | propagate changes | ||||
| * | More superflous headers cleanup and tiny fixes | Laurent Bercot | 2017-03-13 | 5 | -9/+1 |
| | | |||||
| * | Types change: big pass on libstddjb and libunixonacid | Laurent Bercot | 2017-02-21 | 6 | -14/+14 |
| | | | | | libdatastruct still missing, library still not functional | ||||
| * | add arc4random_addrandom sysdep; next batch of types changes. | Laurent Bercot | 2017-02-15 | 1 | -0/+2 |
| | | | | | | The library isn't supposed to be functional yet: there are still a lot of type mismatches. | ||||
| * | Types fix: librandom, libstdcrypto | Laurent Bercot | 2017-01-21 | 7 | -22/+27 |
| | | |||||
| * | Also fix actual random_string compilation with musl and getrandom()... | Laurent Bercot | 2016-12-05 | 1 | -0/+1 |
| | | |||||
| * | random_init: do not fail if we can't write to /dev/urandom | Laurent Bercot | 2016-11-03 | 1 | -4/+3 |
| | | |||||
| * | This one escaped the previous commit: random_init changes | Laurent Bercot | 2016-10-24 | 1 | -10/+14 |
| | | |||||
| * | Better random_uint32 uniformity algorithm | Laurent Bercot | 2016-10-19 | 1 | -30/+9 |
| | | |||||
| * | Fix headers in random_init.c; add a workaround for (pathological) ↵ | Laurent Bercot | 2016-10-16 | 1 | -0/+6 |
| | | | | | getrandom() without /dev/urandom | ||||
| * | More typo fixing | Laurent Bercot | 2016-10-14 | 1 | -1/+1 |
| | | |||||
| * | Add a cast to arc4random_addrandom invocation to make clang happy | Laurent Bercot | 2016-10-14 | 1 | -1/+1 |
| | | |||||
| * | Include skalibs/nonposix.h so BSDs can find arc4random | Laurent Bercot | 2016-10-14 | 3 | -0/+4 |
| | | |||||
| * | Clean up and modernize librandom. | Laurent Bercot | 2016-10-14 | 47 | -759/+283 |
| | | | | | | | | | | | | | | | | | | | | | | | Correct random number generation has historically been suprisingly painful to achieve. There was no standard, every system behaved in a subtly different way, and there were a few userland initiatives to get decent randomness, all incompatible of course. The situation is a bit better now, we're heading towards some standardization. The arc4random() series of functions is a good API, and available on a lot of systems - unfortunately not Linux, but on Linux the new getrandom() makes using /dev/random obsolete. So I removed the old crap in librandom, dropped EGD support, dropped dynamic backend selection, made a single API series (random_* instead of goodrandom_* and badrandom_*), added an arc4random backend and a getrandom backend, and defaulted to /dev/urandom backed up by SURF in the worst case. This should be much smaller and logical. However, it's a major API break, so the skarnet.org stack will be changed to adapt. | ||||
| * | - Add siovec_trunc | Laurent Bercot | 2015-02-05 | 1 | -1/+2 |
| | | | | | | | | | - Add openwritevnclose - replace buffer_read/write with fd_readsv/writesv - add localtmn_from_tain_g - refactor cdb_make - rewrite buffer_getvall and buffer_putvall, with a bugfix | ||||
| * | Lots of cosmetic fixes. | Laurent Bercot | 2014-12-20 | 15 | -16/+17 |
| | | | | | sha256 documented. | ||||
| * | initial commit with rc for skalibs-2.0.0.0 | Laurent Bercot | 2014-09-18 | 43 | -0/+900 |
