summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2012-04-22 11:24:21 +1000
committerDamien Miller <djm@mindrot.org>2012-04-22 11:24:21 +1000
commit839f743464ae1cdd7d75b2e759738a9e8d00d609 (patch)
treef0e5021fec6f21f3ff0c4266e846fd635c40944b /ChangeLog
parenta116d13c4daeb5416766bc506065eb495409977e (diff)
- djm@cvs.openbsd.org 2012/04/11 13:34:17
[ssh-keyscan.1 ssh-keyscan.c] now that sshd defaults to offering ECDSA keys, ssh-keyscan should also look for them by default; bz#1971
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f58907574..9c9b3fd0c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,10 @@
29 [sshd.c] 29 [sshd.c]
30 don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a 30 don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a
31 while; ok deraadt@ markus@ 31 while; ok deraadt@ markus@
32 - djm@cvs.openbsd.org 2012/04/11 13:34:17
33 [ssh-keyscan.1 ssh-keyscan.c]
34 now that sshd defaults to offering ECDSA keys, ssh-keyscan should also
35 look for them by default; bz#1971
32 36
3320120420 3720120420
34 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] 38 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]