- 67fd6be seedrng: do not hash in a constant string, it's not adding entropy by Denys Vlasenko · 2 years, 8 months ago
- 3bfbcb5 seedrng: restore error check on fsync by Denys Vlasenko · 2 years, 8 months ago
- 5ba56e8 seedrng: it's not a part of util-linux, move to miscutils by Denys Vlasenko · 2 years, 8 months ago[Renamed from util-linux/seedrng.c]
- a157c4c seedrng: manually inline seed_rng by Bernhard Reutner-Fischer · 2 years, 8 months ago
- 54867fe seedrng: shorten --help, assorted small cleanups by Denys Vlasenko · 2 years, 8 months ago
- b5624be seedrng: reduce MAX_SEED_LEN from 512 to 256 by Denys Vlasenko · 2 years, 8 months ago
- 7471658 seedrng: do not hash lengths, they are very predictable by Denys Vlasenko · 2 years, 8 months ago
- fb4546c seedrng: code shrink by Denys Vlasenko · 2 years, 8 months ago
- d5bd2e5 seedrng: explain why we need locking and fsync'ing by Denys Vlasenko · 2 years, 8 months ago
- 0bca489 seedrng: remove redundant assignment by Denys Vlasenko · 2 years, 8 months ago
- 4648754 seedrng: re-add fsync after unlink, and explain its purpose by Denys Vlasenko · 2 years, 8 months ago
- 267178c seedrng: include fiel/dir names in error messages by Denys Vlasenko · 2 years, 8 months ago
- d49da38 seedrng: use more xfuncs where appropriate by Denys Vlasenko · 2 years, 8 months ago
- 2cbfd01 seedrng: code shrink by Denys Vlasenko · 2 years, 8 months ago
- 52f3cf7 seedrng: simplify read_new_seed() to not have error return by Denys Vlasenko · 2 years, 8 months ago
- 282b61a seedrng: prepare read_new_seed() to not need a "success" retval by Denys Vlasenko · 2 years, 8 months ago
- 0fa16fc seedrng: do not try to continue on unexpected errors (just exit) by Denys Vlasenko · 2 years, 8 months ago
- 8456c21 seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file's by Denys Vlasenko · 2 years, 8 months ago
- c82a0cd seedrng: shorten strings by Denys Vlasenko · 2 years, 8 months ago
- 4013565 seedrng: remove unnecessary zero-filling of local variables by Denys Vlasenko · 2 years, 8 months ago
- 6da9947 seedrng: remove unnecessary zero-filling of local variables by Denys Vlasenko · 2 years, 8 months ago
- 137b205 seedrng: shrink --help text by Denys Vlasenko · 2 years, 8 months ago
- 05c366a seedrng: prune header includes by Jason A. Donenfeld · 2 years, 8 months ago
- f9ea8ba seedrng: code-golf even smaller by Jason A. Donenfeld · 2 years, 8 months ago
- 57fea02 seedrng: compress format strings with %s arguments by Jason A. Donenfeld · 2 years, 8 months ago
- 3cb40f8 seedrng: avoid needless runtime strlen() call by Jason A. Donenfeld · 2 years, 8 months ago
- ce9a345 seedrng: use predefined strings where possible by Jason A. Donenfeld · 2 years, 8 months ago
- 398bb38 seedrng: further reduce size by Jason A. Donenfeld · 2 years, 8 months ago
- 3c60711 seedrng: remove some global variables by Jason A. Donenfeld · 2 years, 8 months ago
- 31ec481 seedrng: hoist bb_strtoul out of min/max by Jason A. Donenfeld · 2 years, 8 months ago
- 4538578 seedrng: use libbb functions by Jason A. Donenfeld · 2 years, 8 months ago
- 4b407ba seedrng: import SeedRNG utility for kernel RNG seed files by Jason A. Donenfeld · 2 years, 9 months ago