summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44e45eb8a..6ee7c0014 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,13 @@
38 [authfile.c] 38 [authfile.c]
39 correctly load comment for encrypted rsa1 keys; 39 correctly load comment for encrypted rsa1 keys;
40 report/fix Joachim Schipper; ok djm@ 40 report/fix Joachim Schipper; ok djm@
41 - djm@cvs.openbsd.org 2010/11/29 23:45:51
42 [auth.c hostfile.c hostfile.h ssh.c ssh_config.5 sshconnect.c]
43 [sshconnect.h sshconnect2.c]
44 automatically order the hostkeys requested by the client based on
45 which hostkeys are already recorded in known_hosts. This avoids
46 hostkey warnings when connecting to servers with new ECDSA keys
47 that are preferred by default; with markus@
41 48
4220101124 4920101124
43 - (dtucker) [platform.c session.c] Move the getluid call out of session.c and 50 - (dtucker) [platform.c session.c] Move the getluid call out of session.c and