summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-06-06 20:58:19 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-06-06 20:58:19 +0000
commitf67e07711f16a64f75c476e3f5873e76170a81ba (patch)
tree47ea5659c0a6178c4bcf462074e4a5fa2d81eabd /ChangeLog
parentdcf6bfbfbdf1d201b9b9c2b0ceb0bba1ff3c8c1e (diff)
downloadopenssh-git-f67e07711f16a64f75c476e3f5873e76170a81ba.tar.gz
- markus@cvs.openbsd.org 2002/06/04 19:53:40
[monitor.c] save the session id (hash) for ssh2 (it will be passed with the initial sign request) and verify that this value is used during authentication; ok provos@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6836a24c..515d1247 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -87,6 +87,11 @@
- markus@cvs.openbsd.org 2002/06/04 19:42:35
[monitor.c]
only allow enabled authentication methods; ok provos@
+ - markus@cvs.openbsd.org 2002/06/04 19:53:40
+ [monitor.c]
+ save the session id (hash) for ssh2 (it will be passed with the
+ initial sign request) and verify that this value is used during
+ authentication; ok provos@
20020604
- (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
@@ -771,4 +776,4 @@
- (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@
-$Id: ChangeLog,v 1.2167 2002/06/06 20:57:17 mouring Exp $
+$Id: ChangeLog,v 1.2168 2002/06/06 20:58:19 mouring Exp $