[openssh-commits] CVS: fuyu.mindrot.org: openssh

Damien Miller djm at fuyu.mindrot.org
Sun May 15 08:48:06 EST 2011


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 11/05/15 08:48:06

Modified files:
    .               : ChangeLog PROTOCOL.mux clientloop.c clientloop.h mux.c

Log message:
   - djm at 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@

Diff commands:
cvs -nQq rdiff -u -r1.5867 -r1.5868 openssh/ChangeLog
cvs -nQq rdiff -u -r1.6 -r1.7 openssh/PROTOCOL.mux
cvs -nQq rdiff -u -r1.222 -r1.223 openssh/clientloop.c
cvs -nQq rdiff -u -r1.26 -r1.27 openssh/clientloop.h
cvs -nQq rdiff -u -r1.29 -r1.30 openssh/mux.c

ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5867;r2=1.5868&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/PROTOCOL.mux?r1=1.6;r2=1.7&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.222;r2=1.223&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/clientloop.h?r1=1.26;r2=1.27&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/mux.c?r1=1.29;r2=1.30&view=patch

Please note that there may be a delay before commits are available
on the public ViewVC site.


More information about the openssh-commits mailing list