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