]> git.ipfire.org Git - thirdparty/unbound.git/commit
Consistently use /dev/urandom instead of /dev/random in scripts and docs 81/head
authorMaryse47 <41080948+Maryse47@users.noreply.github.com>
Thu, 19 Sep 2019 15:35:30 +0000 (17:35 +0200)
committerMaryse47 <41080948+Maryse47@users.noreply.github.com>
Thu, 19 Sep 2019 15:40:49 +0000 (17:40 +0200)
commitce0e9bef453dc3209912c544a36bad920f26ae13
tree386c77cb1c87dba2ff4888b184df6d02043d0f5a
parent1dcc88b6e83246988df0520b41b29d27a83f5895
Consistently use /dev/urandom instead of /dev/random in scripts and docs

Unbound code call /dev/urandom (see below)  but various docs and scripts
mention /dev/random which may be confusing.

https://github.com/NLnetLabs/unbound/blob/release-1.9.3/compat/arc4random.c#L107
https://github.com/NLnetLabs/unbound/blob/release-1.9.3/compat/getentropy_linux.c#L251
https://github.com/NLnetLabs/unbound/blob/release-1.9.3/compat/getentropy_osx.c
https://github.com/NLnetLabs/unbound/blob/release-1.9.3/compat/getentropy_solaris.c#L116
contrib/unbound.init
contrib/unbound.init_fedora
daemon/daemon.c
dnscrypt/dnscrypt.c
doc/README
doc/TODO
doc/example.conf.in
doc/unbound.conf.5.in