summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated configurev1.9.18Jirka Hladky2022-04-091-10/+10
|
* Updated ChangeLogJirka Hladky2022-04-091-1/+3
|
* Merge pull request #71 from zx2c4-forks/readmejirka-h2022-04-091-1/+1
|\ | | | | Specify right kernel commit in README
| * Specify right kernel commit in READMEJason A. Donenfeld2022-04-081-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/roundupjirka-h2022-04-071-2/+2
|\ | | | | Round bits up and target full pool size
| * Round bits up and target full pool sizeJason A. Donenfeld2022-04-041-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.mdjirka-h2022-03-311-0/+2
|
* Update README.mdjirka-h2022-03-071-11/+8
|
* Updated man pageJirka Hladky2022-03-011-2/+5
|
* Bumnped version to 1.9.18Jirka Hladky2022-01-145-5/+19
|
* Updated Changelogv1.9.17Jirka Hladky2022-01-081-1/+3
|
* Enabled new RNDADDENTROPY verbose modeJirka Hladky2022-01-081-2/+2
|
* Added new verbose modeJirka Hladky2022-01-063-2/+18
|
* haveged-once.service - use @SBIN_DIR@ instead of hard-coded pathJirka Hladky2022-01-031-1/+1
|
* Bumped version to v1.9.17Jirka Hladky2022-01-024-12/+14
|
* Spellcheckv1.9.16Jirka Hladky2022-01-021-2/+2
|
* Updated ChangelogJirka Hladky2022-01-021-1/+2
|
* Fixed exist status when using --once option. Updated man pageJirka Hladky2022-01-022-1/+6
|
* Added haveged-once.service to provide entropy once (intended for initramfs)Jirka Hladky2021-12-311-0/+31
|
* Updated Copyright message (year). Added log messagesJirka Hladky2021-12-3113-32/+45
|
* New parameter --once to refill entropy once and quit immediatellyJirka Hladky2021-12-313-2/+16
|
* Revert "Revert "Updated systemd service files to not start haveged service ↵Jirka Hladky2021-12-313-0/+3
| | | | | | on kernel 5.6 and newer"" This reverts commit f836b13a20ac6a36aa144c71ee50ac3495488976.
* Updated configure scriptJirka Hladky2021-12-316-1/+18
|
* Revert "Updated systemd service files to not start haveged service on kernel ↵Jirka Hladky2021-12-313-3/+0
| | | | | | 5.6 and newer" This reverts commit cef1d425b5431847b8c9ab5b00c3e6b82a32b4f2.
* Removed debug messageJirka Hladky2021-12-301-4/+3
|
* Add entropy unconditionally at start and then every 60 secondsJirka Hladky2021-12-291-1/+24
|
* Fix: haveged cannot be run as an application if also running as a daemonJirka Hladky2021-11-032-2/+5
|
* Allow newuname syscall. See https://github.com/jirka-h/haveged/issues/63 for ↵Jirka Hladky2021-10-317-329/+1
| | | | details
* Renamed Kali_Linux_raspberry to Kali_Linux_Raspberry_armhf. See ↵Jirka Hladky2021-10-2812-328/+0
| | | | https://github.com/jirka-h/haveged/issues/63
* Renamed Kali_Linux_raspberry to Raspberry_armhf. See ↵Jirka Hladky2021-10-286-0/+328
| | | | https://github.com/jirka-h/haveged/issues/63
* Merge pull request #65 from Terraminator/masterjirka-h2021-10-286-0/+328
|\ | | | | fixes #63
| * Add files via uploadTerraminator2021-10-286-0/+328
|/
* Bumped version to v1.9.16Jirka Hladky2021-09-305-15/+26
|
* Updated contrib/Fedora/haveged.spec for version 1.9.15v1.9.15Jirka Hladky2021-09-301-3/+6
|
* Updated ChangeLog NEWSJirka Hladky2021-09-302-0/+4
|
* Fix for https://github.com/jirka-h/haveged/issues/62Jirka Hladky2021-09-301-4/+4
|
* Removed init.dJirka Hladky2021-09-3015-309/+87
|
* Removed old init.d files. The up-to-date configs are under contrib directoryJirka Hladky2021-09-308-801/+0
|
* Updated systemd service files to not start haveged service on kernel 5.6 and ↵Jirka Hladky2021-08-303-0/+3
| | | | newer
* Fixed issue #60Jirka Hladky2021-08-301-1/+3
|
* Preparing v1.9.15 releaseJirka Hladky2021-03-244-12/+17
|
* Improved make check commandJirka Hladky2021-03-246-17/+89
|
* Update README.mdjirka-h2021-03-221-0/+17
|
* Merge pull request #59 from pseiderer/ps-devel-fix-uclibc-compile-001jirka-h2021-03-222-2/+3
|\ | | | | Check for sys/auxv.h before using it.
| * Merge branch 'master' into ps-devel-fix-uclibc-compile-001jirka-h2021-03-222-1/+8
| |\ | |/ |/|
* | Merge pull request #58 from texierp/topic/uclibc-fixesjirka-h2021-03-223-1/+12
|\ \ | | | | | | haveged: fix build on uclibc
| * | haveged: fix build on uclibcPierre-Jean Texier2021-03-133-1/+12
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Check for HAVE_GETAUXVAL or HAVE_SYS_AUXV_H before using getauxval to avoid a build failure on uclibc Fixes: /bin/bash ../libtool --tag=CC --mode=compile /home/pjtexier/Bureau/buildroot/pj/bootlin-armv5-uclibc/host/bin/arm-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wpedantic -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o libhavege_la-havege.lo `test -f 'havege.c' || echo './'`havege.c /bin/bash ../libtool --tag=CC --mode=compile /home/pjtexier/Bureau/buildroot/pj/bootlin-armv5-uclibc/host/bin/arm-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wpedantic -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o libhavege_la-havegetune.lo `test -f 'havegetune.c' || echo './'`havegetune.c /bin/bash ../libtool --tag=CC --mode=compile /home/pjtexier/Bureau/buildroot/pj/bootlin-armv5-uclibc/host/bin/arm-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wpedantic -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o libhavege_la-havegecollect.lo `test -f 'havegecollect.c' || echo './'`havegecollect.c /bin/bash ../libtool --tag=CC --mode=compile /home/pjtexier/Bureau/buildroot/pj/bootlin-armv5-uclibc/host/bin/arm-linux-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wextra -Wpedantic -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -c -o libhavege_la-havegetest.lo `test -f 'havegetest.c' || echo './'`havegetest.c haveged.c:22:10: erreur fatale: sys/auxv.h : Aucun fichier ou dossier de ce type 22 | #include <sys/auxv.h> | ^~~~~~~~~~~~ compilation terminée. Closes: #56 Signed-off-by: Pierre-Jean Texier <texier.pj2@gmail.com>
| * Check for sys/auxv.h before using it.Peter Seiderer2021-03-212-0/+5
|/ | | | | | | | | | | | - fixes uclibc-ng compile (does not provide sys/auxv.h header file) Fixes: haveged.c:22:10: fatal error: sys/auxv.h: No such file or directory 22 | #include <sys/auxv.h> | ^~~~~~~~~~~~ Signed-off-by: Peter Seiderer <ps.report@gmx.net>
* Added dracut conf file which can be placed in /etc/dracut.conf.d/haveged.confJirka Hladky2021-01-031-0/+1
|
* Fixed dateJirka Hladky2021-01-031-1/+1
|