summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-06-23 21:24:12 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-06-23 21:24:12 +1000
commit9afe115f0ac738204d4edb66b9353a765826ae46 (patch)
treed7ba646ed3ae0c4ff86e95542fa4174f6d43f45d /ChangeLog
parent3eb4834489426bd796da90299b2f8174b744dddd (diff)
- (dtucker) [channels.c configure.ac serverloop.c] Bug #1102: Around AIX
4.3.3 ML3 or so, the AIX pty layer starting passing zero-length writes on the pty slave as zero-length reads on the pty master, which sshd interprets as the descriptor closing. Since most things don't do zero length writes this rarely matters, but occasionally it happens, and when it does the SSH pty session appears to hang, so we add a special case for this condition. ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 327fec1d6..dfaa46795 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
2 - (dtucker) [README.platform configure.ac openbsd-compat/port-tun.c] Add 2 - (dtucker) [README.platform configure.ac openbsd-compat/port-tun.c] Add
3 tunnel support for Mac OS X/Darwin via a third-party tun driver. Patch 3 tunnel support for Mac OS X/Darwin via a third-party tun driver. Patch
4 from reyk@, tested by anil@ 4 from reyk@, tested by anil@
5 - (dtucker) [channels.c configure.ac serverloop.c] Bug #1102: Around AIX
6 4.3.3 ML3 or so, the AIX pty layer starting passing zero-length writes
7 on the pty slave as zero-length reads on the pty master, which sshd
8 interprets as the descriptor closing. Since most things don't do zero
9 length writes this rarely matters, but occasionally it happens, and when
10 it does the SSH pty session appears to hang, so we add a special case for
11 this condition. ok djm@
5 12
620060613 1320060613
7 - (djm) [getput.h] This file has been replaced by functions in misc.c 14 - (djm) [getput.h] This file has been replaced by functions in misc.c
@@ -4690,4 +4697,4 @@
4690 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4697 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4691 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4698 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4692 4699
4693$Id: ChangeLog,v 1.4345 2006/06/23 11:05:12 dtucker Exp $ 4700$Id: ChangeLog,v 1.4346 2006/06/23 11:24:12 dtucker Exp $