[openssh-commits] CVS: fuyu.mindrot.org: openssh
Damien Miller
djm at fuyu.mindrot.org
Mon Jun 16 07:59:23 EST 2008
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm at fuyu.mindrot.org 08/06/16 07:59:23
Modified files:
. : ChangeLog channels.c channels.h session.c
Log message:
- djm at cvs.openbsd.org 2008/06/15 20:06:26
[channels.c channels.h session.c]
don't call isatty() on a pty master, instead pass a flag down to
channel_set_fds() indicating that te fds refer to a tty. Fixes a
hang on exit on Solaris (bz#1463) in portable but is actually
a generic bug; ok dtucker deraadt markus
Diff commands:
cvs -nQq rdiff -u -r1.5018 -r1.5019 openssh/ChangeLog
cvs -nQq rdiff -u -r1.265 -r1.266 openssh/channels.c
cvs -nQq rdiff -u -r1.88 -r1.89 openssh/channels.h
cvs -nQq rdiff -u -r1.374 -r1.375 openssh/session.c
CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5018;r2=1.5019
http://cvsweb.mindrot.org/index.cgi/openssh/channels.c?r1=1.265;r2=1.266
http://cvsweb.mindrot.org/index.cgi/openssh/channels.h?r1=1.88;r2=1.89
http://cvsweb.mindrot.org/index.cgi/openssh/session.c?r1=1.374;r2=1.375
Please note that there may be a delay before commits are available
on the public CVSWeb site.
More information about the openssh-commits
mailing list