summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-05-15 08:48:05 +1000
committerDamien Miller <djm@mindrot.org>2011-05-15 08:48:05 +1000
commit555f3b856f2681b46870a66386396b49426b9719 (patch)
tree88756b47f05c76c5afd5ce739aa26a7b3f124809 /ChangeLog
parentf4b32aad05cb65caa6eabe09049750b3c8a29cf3 (diff)
- djm@cvs.openbsd.org 2011/05/08 12:52:01
[PROTOCOL.mux clientloop.c clientloop.h mux.c] improve our behaviour when TTY allocation fails: if we are in RequestTTY=auto mode (the default), then do not treat at TTY allocation error as fatal but rather just restore the local TTY to cooked mode and continue. This is more graceful on devices that never allocate TTYs. If RequestTTY is set to "yes" or "force", then failure to allocate a TTY is fatal. ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dee43400a..713798cbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -50,6 +50,18 @@
50 - jmc@cvs.openbsd.org 2011/05/07 23:20:25 50 - jmc@cvs.openbsd.org 2011/05/07 23:20:25
51 [ssh.1] 51 [ssh.1]
52 +.It RequestTTY 52 +.It RequestTTY
53 - djm@cvs.openbsd.org 2011/05/08 12:52:01
54 [PROTOCOL.mux clientloop.c clientloop.h mux.c]
55 improve our behaviour when TTY allocation fails: if we are in
56 RequestTTY=auto mode (the default), then do not treat at TTY
57 allocation error as fatal but rather just restore the local TTY
58 to cooked mode and continue. This is more graceful on devices that
59 never allocate TTYs.
60
61 If RequestTTY is set to "yes" or "force", then failure to allocate
62 a TTY is fatal.
63
64 ok markus@
53 65
5420110510 6620110510
55 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix 67 - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix