diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ | |||
1 | 20131025 | ||
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 | |||
1 | 20131024 | 7 | 20131024 |
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; |