Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed spaces on blank linesHEADmaster | Jirka Hladky | 2024-10-22 | 1 | -2/+2 |
| | |||||
* | Bumped version to 1.9.20 | Jirka Hladky | 2024-10-15 | 4 | -13/+16 |
| | |||||
* | src/haveged.c - only warn when creating of named semaphore fails | Jirka Hladky | 2024-10-13 | 1 | -2/+3 |
| | |||||
* | Updated ChangeLogv1.9.19 | Jirka Hladky | 2024-10-02 | 1 | -1/+2 |
| | |||||
* | Added --time_interval N to add entropy unconditionally every N seconds | Jirka Hladky | 2024-10-01 | 19 | -4379/+6078 |
| | |||||
* | Merge branch 'master' of github.com:jirka-h/haveged | Jirka Hladky | 2024-09-30 | 6 | -7/+50 |
|\ | |||||
| * | Merge pull request #78 from ldv-alt/udev-rules | jirka-h | 2023-09-16 | 2 | -2/+2 |
| |\ | | | | | | | 90-haveged.rules: fix warnings reported by udevadm verify | ||||
| | * | 90-haveged.rules: fix warnings reported by udevadm verify | Dmitry V. Levin | 2023-05-19 | 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. | ||||
| * | Merge pull request #74 from OttoHollmann/master | jirka-h | 2022-11-28 | 4 | -5/+48 |
| |\ | | | | | | | Synchronize haveged instances during switch root | ||||
| | * | Link with -pthread | Otto Hollmann | 2022-11-21 | 1 | -2/+1 |
| | | | |||||
| | * | Synchronize haveged instances during switching root | Otto Hollmann | 2022-11-14 | 3 | -3/+47 |
| |/ | |||||
* / | add entropy every 60 seconds unconditionally | Jirka Hladky | 2024-09-30 | 1 | -2/+2 |
|/ | |||||
* | Bumped version to 1.9.19 | Jirka Hladky | 2022-04-09 | 4 | -12/+14 |
| | |||||
* | Updated configurev1.9.18 | Jirka Hladky | 2022-04-09 | 1 | -10/+10 |
| | |||||
* | Updated ChangeLog | Jirka Hladky | 2022-04-09 | 1 | -1/+3 |
| | |||||
* | Merge pull request #71 from zx2c4-forks/readme | jirka-h | 2022-04-09 | 1 | -1/+1 |
|\ | | | | | Specify right kernel commit in README | ||||
| * | Specify right kernel commit in README | Jason A. Donenfeld | 2022-04-08 | 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. | ||||
* | Merge pull request #70 from zx2c4-forks/roundup | jirka-h | 2022-04-07 | 1 | -2/+2 |
|\ | | | | | Round bits up and target full pool size | ||||
| * | Round bits up and target full pool size | Jason A. Donenfeld | 2022-04-04 | 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. | ||||
* | Update README.md | jirka-h | 2022-03-31 | 1 | -0/+2 |
| | |||||
* | Update README.md | jirka-h | 2022-03-07 | 1 | -11/+8 |
| | |||||
* | Updated man page | Jirka Hladky | 2022-03-01 | 1 | -2/+5 |
| | |||||
* | Bumnped version to 1.9.18 | Jirka Hladky | 2022-01-14 | 5 | -5/+19 |
| | |||||
* | Updated Changelogv1.9.17 | Jirka Hladky | 2022-01-08 | 1 | -1/+3 |
| | |||||
* | Enabled new RNDADDENTROPY verbose mode | Jirka Hladky | 2022-01-08 | 1 | -2/+2 |
| | |||||
* | Added new verbose mode | Jirka Hladky | 2022-01-06 | 3 | -2/+18 |
| | |||||
* | haveged-once.service - use @SBIN_DIR@ instead of hard-coded path | Jirka Hladky | 2022-01-03 | 1 | -1/+1 |
| | |||||
* | Bumped version to v1.9.17 | Jirka Hladky | 2022-01-02 | 4 | -12/+14 |
| | |||||
* | Spellcheckv1.9.16 | Jirka Hladky | 2022-01-02 | 1 | -2/+2 |
| | |||||
* | Updated Changelog | Jirka Hladky | 2022-01-02 | 1 | -1/+2 |
| | |||||
* | Fixed exist status when using --once option. Updated man page | Jirka Hladky | 2022-01-02 | 2 | -1/+6 |
| | |||||
* | Added haveged-once.service to provide entropy once (intended for initramfs) | Jirka Hladky | 2021-12-31 | 1 | -0/+31 |
| | |||||
* | Updated Copyright message (year). Added log messages | Jirka Hladky | 2021-12-31 | 13 | -32/+45 |
| | |||||
* | New parameter --once to refill entropy once and quit immediatelly | Jirka Hladky | 2021-12-31 | 3 | -2/+16 |
| | |||||
* | Revert "Revert "Updated systemd service files to not start haveged service ↵ | Jirka Hladky | 2021-12-31 | 3 | -0/+3 |
| | | | | | | on kernel 5.6 and newer"" This reverts commit f836b13a20ac6a36aa144c71ee50ac3495488976. | ||||
* | Updated configure script | Jirka Hladky | 2021-12-31 | 6 | -1/+18 |
| | |||||
* | Revert "Updated systemd service files to not start haveged service on kernel ↵ | Jirka Hladky | 2021-12-31 | 3 | -3/+0 |
| | | | | | | 5.6 and newer" This reverts commit cef1d425b5431847b8c9ab5b00c3e6b82a32b4f2. | ||||
* | Removed debug message | Jirka Hladky | 2021-12-30 | 1 | -4/+3 |
| | |||||
* | Add entropy unconditionally at start and then every 60 seconds | Jirka Hladky | 2021-12-29 | 1 | -1/+24 |
| | |||||
* | Fix: haveged cannot be run as an application if also running as a daemon | Jirka Hladky | 2021-11-03 | 2 | -2/+5 |
| | |||||
* | Allow newuname syscall. See https://github.com/jirka-h/haveged/issues/63 for ↵ | Jirka Hladky | 2021-10-31 | 7 | -329/+1 |
| | | | | details | ||||
* | Renamed Kali_Linux_raspberry to Kali_Linux_Raspberry_armhf. See ↵ | Jirka Hladky | 2021-10-28 | 12 | -328/+0 |
| | | | | https://github.com/jirka-h/haveged/issues/63 | ||||
* | Renamed Kali_Linux_raspberry to Raspberry_armhf. See ↵ | Jirka Hladky | 2021-10-28 | 6 | -0/+328 |
| | | | | https://github.com/jirka-h/haveged/issues/63 | ||||
* | Merge pull request #65 from Terraminator/master | jirka-h | 2021-10-28 | 6 | -0/+328 |
|\ | | | | | fixes #63 | ||||
| * | Add files via upload | Terraminator | 2021-10-28 | 6 | -0/+328 |
|/ | |||||
* | Bumped version to v1.9.16 | Jirka Hladky | 2021-09-30 | 5 | -15/+26 |
| | |||||
* | Updated contrib/Fedora/haveged.spec for version 1.9.15v1.9.15 | Jirka Hladky | 2021-09-30 | 1 | -3/+6 |
| | |||||
* | Updated ChangeLog NEWS | Jirka Hladky | 2021-09-30 | 2 | -0/+4 |
| | |||||
* | Fix for https://github.com/jirka-h/haveged/issues/62 | Jirka Hladky | 2021-09-30 | 1 | -4/+4 |
| | |||||
* | Removed init.d | Jirka Hladky | 2021-09-30 | 15 | -309/+87 |
| |