summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-13 04:50:27 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-13 04:50:27 +1000
commit9f407c4422a7f8283eda674e10755d0b4f1c2413 (patch)
tree64b489e36a0e022ecd27b87c19d7529bf3733464 /ChangeLog
parent2fb66caca2c9e69c6a0584060114fcd52e59d5ff (diff)
- djm@cvs.openbsd.org 2008/06/12 04:06:00
[clientloop.h ssh.c clientloop.c] maintain an ordered queue of outstanding global requests that we expect replies to, similar to the per-channel confirmation queue. Use this queue to verify success or failure for remote forward establishment in a race free way. ok dtucker@
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 $