summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-02-10 22:24:30 +1100
committerDamien Miller <djm@mindrot.org>2008-02-10 22:24:30 +1100
commita8796f3fcc8584ad01ba0132a0ae1d7d1131febd (patch)
treee6b9a74ef6d1c217d8b4d76b34eec6ea3a40a065 /ChangeLog
parent6b0c818568b2650f519ee2dc9c685c313d802c1c (diff)
- djm@cvs.openbsd.org 2008/01/19 22:22:58
[ssh-keygen.c] when hashing individual hosts (ssh-keygen -Hf hostname), make sure we hash just the specified hostname and not the entire hostspec from the keyfile. It may be of the form "hostname,ipaddr", which would lead to a hash that never matches. report and fix from jp AT devnull.cz
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 38e905120..d96f47a11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,12 @@
23 [sftp-client.c] 23 [sftp-client.c]
24 fix remote handle leak in do_download() local file open error path; 24 fix remote handle leak in do_download() local file open error path;
25 report and fix from sworley AT chkno.net 25 report and fix from sworley AT chkno.net
26 - djm@cvs.openbsd.org 2008/01/19 22:22:58
27 [ssh-keygen.c]
28 when hashing individual hosts (ssh-keygen -Hf hostname), make sure we
29 hash just the specified hostname and not the entire hostspec from the
30 keyfile. It may be of the form "hostname,ipaddr", which would lead to
31 a hash that never matches. report and fix from jp AT devnull.cz
26 32
2720080119 3320080119
28 - (djm) Silence noice from expr in ssh-copy-id; patch from 34 - (djm) Silence noice from expr in ssh-copy-id; patch from
@@ -3551,4 +3557,4 @@
3551 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3557 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3552 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3558 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3553 3559
3554$Id: ChangeLog,v 1.4824 2008/02/10 11:23:41 djm Exp $ 3560$Id: ChangeLog,v 1.4825 2008/02/10 11:24:30 djm Exp $