summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2009-01-28 16:23:06 +1100
committerDamien Miller <djm@mindrot.org>2009-01-28 16:23:06 +1100
commitccf7e224ab73a8134175504ff09d72655ba50fb2 (patch)
tree5f55f45db87cfc0f8ae45e5147c35257f7893b70 /ChangeLog
parent7a60621d13de221d3de77784ea14baf72e0233f4 (diff)
- djm@cvs.openbsd.org 2009/01/01 21:17:36
[kexgexs.c] fix hash calculation for KEXGEX: hash over the original client-supplied values and not the sanity checked versions that we acutally use; bz#1540 reported by john.smith AT arrows.demon.co.uk ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ebefbd48f..4e6a18f43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,12 @@
36 call channel destroy callbacks on receipt of open failure messages. 36 call channel destroy callbacks on receipt of open failure messages.
37 fixes client hangs when connecting to a server that has MaxSessions=0 37 fixes client hangs when connecting to a server that has MaxSessions=0
38 set spotted by imorgan AT nas.nasa.gov; ok markus@ 38 set spotted by imorgan AT nas.nasa.gov; ok markus@
39 - djm@cvs.openbsd.org 2009/01/01 21:17:36
40 [kexgexs.c]
41 fix hash calculation for KEXGEX: hash over the original client-supplied
42 values and not the sanity checked versions that we acutally use;
43 bz#1540 reported by john.smith AT arrows.demon.co.uk
44 ok markus@
39 45
4020090107 4620090107
41 - (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X. 47 - (djm) [uidswap.c] bz#1412: Support >16 supplemental groups in OS X.
@@ -5045,5 +5051,5 @@
5045 OpenServer 6 and add osr5bigcrypt support so when someone migrates 5051 OpenServer 6 and add osr5bigcrypt support so when someone migrates
5046 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 5052 passwords between UnixWare and OpenServer they will still work. OK dtucker@
5047 5053
5048$Id: ChangeLog,v 1.5169 2009/01/28 05:22:34 djm Exp $ 5054$Id: ChangeLog,v 1.5170 2009/01/28 05:23:06 djm Exp $
5049 5055