summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ca0d8ea57..215f67820 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -78,6 +78,13 @@
78 mux client will not be able to connect to a running old ssh 78 mux client will not be able to connect to a running old ssh
79 mux master. 79 mux master.
80 ok dtucker@ 80 ok dtucker@
81 - djm@cvs.openbsd.org 2008/06/12 04:06:00
82 [clientloop.h ssh.c clientloop.c]
83 maintain an ordered queue of outstanding global requests that we
84 expect replies to, similar to the per-channel confirmation queue.
85 Use this queue to verify success or failure for remote forward
86 establishment in a race free way.
87 ok dtucker@
81 88
8220080611 8920080611
83 - (djm) [channels.c configure.ac] 90 - (djm) [channels.c configure.ac]
@@ -4240,4 +4247,4 @@
4240 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4247 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4241 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4248 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4242 4249
4243$Id: ChangeLog,v 1.4977 2008/06/12 18:49:33 dtucker Exp $ 4250$Id: ChangeLog,v 1.4978 2008/06/12 18:50:27 dtucker Exp $