summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-06-10 13:07:11 +1000
committerDamien Miller <djm@mindrot.org>2013-06-10 13:07:11 +1000
commit36187093ea0b2d2240c043417b8949611687e105 (patch)
treee399ca31e1573856ddff2f8cdfb6ea051b57ed1d /ChangeLog
parentae133d4b31af05bb232d797419f498f3ae7e9f2d (diff)
- dtucker@cvs.openbsd.org 2013/06/07 15:37:52
[channels.c channels.h clientloop.c] Add an "ABANDONED" channel state and use for mux sessions that are disconnected via the ~. escape sequence. Channels in this state will be able to close if the server responds, but do not count as active channels. This means that if you ~. all of the mux clients when using ControlPersist on a broken network, the backgrounded mux master will exit when the Control Persist time expires rather than hanging around indefinitely. bz#1917, also reported and tested by tedu@. ok djm@ markus@.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66e07fc63..a9a8cbce1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
120130610
2 - (djm) OpenBSD CVS Sync
3 - dtucker@cvs.openbsd.org 2013/06/07 15:37:52
4 [channels.c channels.h clientloop.c]
5 Add an "ABANDONED" channel state and use for mux sessions that are
6 disconnected via the ~. escape sequence. Channels in this state will
7 be able to close if the server responds, but do not count as active channels.
8 This means that if you ~. all of the mux clients when using ControlPersist
9 on a broken network, the backgrounded mux master will exit when the
10 Control Persist time expires rather than hanging around indefinitely.
11 bz#1917, also reported and tested by tedu@. ok djm@ markus@.
12
120130605 1320130605
2 - (dtucker) [myproposal.h] Enable sha256 kex methods based on the presence of 14 - (dtucker) [myproposal.h] Enable sha256 kex methods based on the presence of
3 the necessary functions, not from the openssl version. 15 the necessary functions, not from the openssl version.