From 26506ad29350c5681815745cc90b3952a84cf118 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 26 Oct 2013 10:05:46 +1100 Subject: - (djm) [ssh-keygen.c ssh-keysign.c sshconnect1.c sshd.c] Remove unnecessary arc4random_stir() calls. The only ones left are to ensure that the PRNG gets a different state after fork() for platforms that have broken the API. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e396e470e..d32065913 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +20131025 + - (djm) [ssh-keygen.c ssh-keysign.c sshconnect1.c sshd.c] Remove + unnecessary arc4random_stir() calls. The only ones left are to ensure + that the PRNG gets a different state after fork() for platforms that + have broken the API. + 20131024 - (djm) [auth-krb5.c] bz#2032 - use local username in krb5_kuserok check rather than full client name which may be of form user@REALM; -- cgit v1.2.3