Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-10-01 | Added --time_interval N to add entropy unconditionally every N seconds | Jirka Hladky | 19 | -4379/+6078 | |
2024-09-30 | add entropy every 60 seconds unconditionally | Jirka Hladky | 1 | -2/+2 | |
2023-05-19 | 90-haveged.rules: fix warnings reported by udevadm verify | Dmitry V. Levin | 2 | -2/+2 | |
Fix the following warnings reported by udevadm verify: contrib/Fedora/90-haveged.rules:4 Stray whitespace before comma. contrib/SUSE/90-haveged.rules:4 Stray whitespace before comma. | |||||
2022-11-21 | Link with -pthread | Otto Hollmann | 1 | -2/+1 | |
2022-11-14 | Synchronize haveged instances during switching root | Otto Hollmann | 3 | -3/+47 | |
2022-04-09 | Bumped version to 1.9.19 | Jirka Hladky | 4 | -12/+14 | |
2022-04-09 | Updated configurev1.9.18 | Jirka Hladky | 1 | -10/+10 | |
2022-04-09 | Updated ChangeLog | Jirka Hladky | 1 | -1/+3 | |
2022-04-08 | Specify right kernel commit in README | Jason A. Donenfeld | 1 | -1/+1 | |
The haveged-like jitter entropy algo was added in 5.4. The 5.6 commit is for making /dev/random never block. I kept the reference to the latter in there too, in case it's relevant, but I'm pretty sure what you had in mind here was the 5.4 commit. | |||||
2022-04-04 | Round bits up and target full pool size | Jason A. Donenfeld | 1 | -2/+2 | |
Rather than rounding bits down, round them up. Otherwise 249 bits full in a 256 bit pool won't ever get filled up with the additional 7 bits. In addition, target a full pool rather than a half pool, since a full pool is sometimes required. | |||||
2022-03-31 | Update README.md | jirka-h | 1 | -0/+2 | |
2022-03-07 | Update README.md | jirka-h | 1 | -11/+8 | |
2022-03-01 | Updated man page | Jirka Hladky | 1 | -2/+5 | |
2022-01-14 | Bumnped version to 1.9.18 | Jirka Hladky | 5 | -5/+19 | |
2022-01-08 | Updated Changelogv1.9.17 | Jirka Hladky | 1 | -1/+3 | |
2022-01-08 | Enabled new RNDADDENTROPY verbose mode | Jirka Hladky | 1 | -2/+2 | |
2022-01-06 | Added new verbose mode | Jirka Hladky | 3 | -2/+18 | |
2022-01-03 | haveged-once.service - use @SBIN_DIR@ instead of hard-coded path | Jirka Hladky | 1 | -1/+1 | |
2022-01-02 | Bumped version to v1.9.17 | Jirka Hladky | 4 | -12/+14 | |
2022-01-02 | Spellcheckv1.9.16 | Jirka Hladky | 1 | -2/+2 | |
2022-01-02 | Updated Changelog | Jirka Hladky | 1 | -1/+2 | |
2022-01-02 | Fixed exist status when using --once option. Updated man page | Jirka Hladky | 2 | -1/+6 | |