diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 | ||
54 | 20110510 | 66 | 20110510 |
55 | - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix | 67 | - (dtucker) [openbsd-compat/openssl-compat.{c,h}] Bug #1882: fix |