summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-10-26 10:05:46 +1100
committerDamien Miller <djm@mindrot.org>2013-10-26 10:05:46 +1100
commit26506ad29350c5681815745cc90b3952a84cf118 (patch)
tree797fb5763b2569bb1e15f86a5d3afe707ed88680 /ChangeLog
parentbd43e8872325e9bbb3319c89da593614709f317c (diff)
- (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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e396e470e..d32065913 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120131025
2 - (djm) [ssh-keygen.c ssh-keysign.c sshconnect1.c sshd.c] Remove
3 unnecessary arc4random_stir() calls. The only ones left are to ensure
4 that the PRNG gets a different state after fork() for platforms that
5 have broken the API.
6
120131024 720131024
2 - (djm) [auth-krb5.c] bz#2032 - use local username in krb5_kuserok check 8 - (djm) [auth-krb5.c] bz#2032 - use local username in krb5_kuserok check
3 rather than full client name which may be of form user@REALM; 9 rather than full client name which may be of form user@REALM;