]>
granicus.if.org Git - haveged/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jirka Hladky [Mon, 30 Sep 2019 17:38:46 +0000 (19:38 +0200)]
Updating systemd unit file - haveged is commonly used with containers
Jirka Hladky [Mon, 30 Sep 2019 16:58:23 +0000 (18:58 +0200)]
Removed NoNewPrivileges=on from the service file - it breaks the service
Jirka Hladky [Mon, 30 Sep 2019 15:57:18 +0000 (17:57 +0200)]
Preparing 1.9.8 release
Jirka Hladky [Mon, 30 Sep 2019 15:52:21 +0000 (17:52 +0200)]
Preparing 1.9.7 release
Jirka Hladky [Mon, 30 Sep 2019 14:51:55 +0000 (16:51 +0200)]
Fix for Unresolved symbol error_exit in libhavege #20 by pld-gitsync
jirka-h [Fri, 27 Sep 2019 15:31:23 +0000 (17:31 +0200)]
Merge pull request #21 from eworm-de/service
Service file updates
Christian Hesse [Fri, 20 Sep 2019 09:26:32 +0000 (11:26 +0200)]
order after systemd-tmpfiles-setup-dev.service
This is required when starting in early userspace, for example booting
without initramfs.
Christian Hesse [Wed, 4 Sep 2019 11:32:19 +0000 (13:32 +0200)]
use systemd security features
Christian Hesse [Wed, 4 Sep 2019 11:27:48 +0000 (13:27 +0200)]
do not run in container
Christian Hesse [Wed, 4 Sep 2019 11:26:42 +0000 (13:26 +0200)]
do not use carriage return in line break
Jirka Hladky [Mon, 26 Aug 2019 10:07:43 +0000 (12:07 +0200)]
Fixed invalid UTF-8 codes in ChangeLog
Jirka Hladky [Mon, 26 Aug 2019 09:59:29 +0000 (11:59 +0200)]
Updated service.fedora
Jirka Hladky [Mon, 26 Aug 2019 08:36:32 +0000 (10:36 +0200)]
Updated service.fedora
Jirka Hladky [Mon, 19 Aug 2019 22:59:57 +0000 (00:59 +0200)]
New version 1.9.5
Jirka Hladky [Mon, 19 Aug 2019 22:50:39 +0000 (00:50 +0200)]
New version 1.9.5
Jirka Hladky [Mon, 19 Aug 2019 22:34:36 +0000 (00:34 +0200)]
Added test for /dev/random symlink
Jirka Hladky [Mon, 19 Aug 2019 22:32:26 +0000 (00:32 +0200)]
Update to automake 1.16
jirka-h [Mon, 19 Aug 2019 21:41:30 +0000 (23:41 +0200)]
Merge pull request #14 from brada4/master
fix segv at start
Jirka Hladky [Mon, 19 Aug 2019 20:02:17 +0000 (22:02 +0200)]
Fixed built issue on Cygwin
jirka-h [Mon, 19 Aug 2019 19:57:23 +0000 (21:57 +0200)]
Merge pull request #7 from ncopa/fix-segfault-on-arm
Fix segfault on arm machines
jirka-h [Mon, 19 Aug 2019 19:56:21 +0000 (21:56 +0200)]
Merge pull request #13 from kraj/master
init.d/Makefile.am: add missing dependency
jirka-h [Mon, 19 Aug 2019 19:53:40 +0000 (21:53 +0200)]
Merge pull request #15 from texierp/master
service.redhat: update PIDFile
jirka-h [Mon, 19 Aug 2019 19:50:10 +0000 (21:50 +0200)]
Merge pull request #16 from andreas-schwab/master
Fix type mismatch in get_poolsize
jirka-h [Mon, 19 Aug 2019 19:48:25 +0000 (21:48 +0200)]
Merge pull request #17 from nbraud/NEWS
Fixup the changelog
jirka-h [Mon, 19 Aug 2019 19:47:06 +0000 (21:47 +0200)]
Merge pull request #19 from nbraud/cpuid-ia64
Remove support for CPUID on ia64
jirka-h [Mon, 19 Aug 2019 19:45:39 +0000 (21:45 +0200)]
Merge pull request #18 from nbraud/test-output
Output some progress during CUSUM and RANDOM EXCURSION test
Andrew [Fri, 16 Aug 2019 11:25:35 +0000 (14:25 +0300)]
minimize diff
Andrew [Fri, 16 Aug 2019 11:25:06 +0000 (14:25 +0300)]
minimize diff
Andrew [Fri, 16 Aug 2019 06:09:57 +0000 (09:09 +0300)]
take into account review by @nbraud
Jérémy Bobbio [Fri, 6 Apr 2012 15:47:43 +0000 (17:47 +0200)]
Remove support for CPUID on ia64
Forwarded: by email to <gary@issiweb.com>, CC to <lunar@debian.org> on 2016-06-27
The current implementation simply fail to build and the 'cpuid' instruction on
Itanium spreads out value differently than what 'cpuid' does on i386 and amd64.
So the code needs to be worked out quite differently to work.
In the meantime, disabling CPUID support will make haveged use the default
cache values on ia64.
Gbp-Pq: Name 0001-Remove-support-for-CPUID-on-ia64.patch
Sven Hartge [Tue, 10 Apr 2012 19:42:13 +0000 (21:42 +0200)]
[PATCH] Output some progress during CUSUM and RANDOM EXCURSION test
Forwarded: by email to <gary@issiweb.com>, CC to <lunar@debian.org> on 2016-06-27
Those tests takes enough time on mips to outbound the allowed 5 minutes of
inactivity. So let's output a little more progress messages as a workaround.
Gbp-Pq: Name 0002-Output-some-progress-during-CUSUM-and-RANDOM-EXCURSI.patch
Nicolas Braud-Santoni [Wed, 14 Aug 2019 14:05:44 +0000 (16:05 +0200)]
NEWS: Cleanup extraneous whitespace
Nicolas Braud-Santoni [Wed, 14 Aug 2019 14:02:27 +0000 (16:02 +0200)]
Fixup upstream changelog
+ Restored entry for v1.9.1, which was accidentally deleted
+ Fix release date for v1.9.2 (not November 1017)
Andreas Schwab [Thu, 25 Jul 2019 09:19:12 +0000 (11:19 +0200)]
Fix type mismatch in get_poolsize
Make max_bits signed so that error checking works.
Pierre-Jean Texier [Sat, 13 Apr 2019 22:02:02 +0000 (00:02 +0200)]
service.redhat: update PIDFile
Update PIDFile to fix the following message during the boot sequence:
"PIDFile= references path below legacy directory /var/run/, updating /var/run/haveged.pid → /run/haveged.pid;
please update the unit file accordingly."
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Andrew [Fri, 15 Mar 2019 09:17:40 +0000 (11:17 +0200)]
fix segv at start
Jackie Huang [Tue, 27 Mar 2018 02:21:09 +0000 (10:21 +0800)]
init.d/Makefile.am: add missing dependency
install-data-hook should depend on install-exec-hook, or the
haveged.service might be installed incorrectly when build
with -j option.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
jirka-h [Fri, 28 Dec 2018 03:37:30 +0000 (04:37 +0100)]
Merge pull request #10 from erahn/master
Fix haveged diagnostics capture mode
Ethan Rahn [Wed, 5 Dec 2018 23:07:51 +0000 (15:07 -0800)]
Diagnostics capture mode now works correctly by referencing the right variable during rng warmup
Natanael Copa [Wed, 19 Sep 2018 07:51:43 +0000 (09:51 +0200)]
Fix segfault on arm machines
Some ARM cpus does not report the cache size or say it is -1 in sysfs.
It has been observed on xgene and thunderx machines.
Fall back to the generic cache size when that happens so we don't
segfault.
Should fix https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866306
Jirka Hladky [Fri, 10 Aug 2018 22:44:19 +0000 (00:44 +0200)]
Bumped version to 1.9.4
Jirka Hladky [Fri, 10 Aug 2018 22:37:24 +0000 (00:37 +0200)]
Merge branch 'master' of https://github.com/jirka-h/haveged
jirka-h [Fri, 10 Aug 2018 22:37:04 +0000 (00:37 +0200)]
Merge pull request #4 from bitstreamout/initrd
Avoid misleading message if cmd socket is in use
Jirka Hladky [Fri, 10 Aug 2018 22:33:52 +0000 (00:33 +0200)]
Merge branch 'initrd' of git://github.com/bitstreamout/haveged
Werner Fink [Fri, 10 Aug 2018 14:26:03 +0000 (16:26 +0200)]
Avoid misleading message if cmd socket is in use
Signed-off-by: Werner Fink <werner@suse.de>
Jirka Hladky [Fri, 10 Aug 2018 11:21:16 +0000 (13:21 +0200)]
Bumped version to 1.9.3
Werner Fink [Thu, 19 Jul 2018 12:13:26 +0000 (14:13 +0200)]
Implement a command mode and use it for chroot
the current only known command is root=<new_root> which enforce
an already running haveged to switch by using chroot(2) to new
root file system and to an execv(3) there to become rebased.
This allows haveged to survive the switch root within initrd
and hold the entropy at high level.
Signed-off-by: Werner Fink <werner@suse.de>
Jirka Hladky [Wed, 18 Jul 2018 11:56:31 +0000 (13:56 +0200)]
Initial commit based on haveged-1.9.2.tar.gz from http://www.issihosts.com/haveged/downloads.html