diff options
author | Darren Tucker <dtucker@zip.com.au> | 2011-11-04 00:55:24 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2011-11-04 00:55:24 +0100 |
commit | 9c5d553d58b3f9671619ef4496c290f1b2edbf92 (patch) | |
tree | 56b6999373bd62a6ca7f450ceb00ed027c8f0866 /ChangeLog | |
parent | - djm@cvs.openbsd.org 2011/10/24 02:10:46 (diff) | |
download | openssh-9c5d553d58b3f9671619ef4496c290f1b2edbf92.tar.xz openssh-9c5d553d58b3f9671619ef4496c290f1b2edbf92.zip |
- djm@cvs.openbsd.org 2011/10/24 02:13:13
[session.c]
bz#1859: send tty break to pty master instead of (probably already
closed) slave side; "looks good" markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ bz#1943: unbreak stdio forwarding when ControlPersist is in user - ssh was incorrectly requesting the forward in both the control master and slave. skip requesting it in the master to fix. ok markus@ + - djm@cvs.openbsd.org 2011/10/24 02:13:13 + [session.c] + bz#1859: send tty break to pty master instead of (probably already + closed) slave side; "looks good" markus@ 20111025 - (dtucker) [contrib/cygwin/Makefile] Continue if installing a doc file |