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

Damien Miller djm at fuyu.mindrot.org
Mon Sep 17 12:06:58 EST 2007


CVSROOT:        /var/cvs
Module name:    openssh
Changes by:     djm at fuyu.mindrot.org 07/09/17 12:06:58

Modified files:
    .               : ChangeLog ssh.c sshconnect.c sshconnect.h

Log message:
   - djm at cvs.openbsd.org 2007/09/04 11:15:56
     [ssh.c sshconnect.c sshconnect.h]
     make ssh(1)'s ConnectTimeout option apply to both the TCP connection and
     SSH banner exchange (previously it just covered the TCP connection).
     This allows callers of ssh(1) to better detect and deal with stuck servers
     that accept a TCP connection but don't progress the protocol, and also
     makes ConnectTimeout useful for connections via a ProxyCommand;
     feedback and "looks ok" markus@

Diff commands:
cvs -nQq rdiff -u -r1.4748 -r1.4749 openssh/ChangeLog
cvs -nQq rdiff -u -r1.293 -r1.294 openssh/ssh.c
cvs -nQq rdiff -u -r1.172 -r1.173 openssh/sshconnect.c
cvs -nQq rdiff -u -r1.24 -r1.25 openssh/sshconnect.h

CVSWeb:
http://cvsweb.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.4748;r2=1.4749
http://cvsweb.mindrot.org/index.cgi/openssh/ssh.c?r1=1.293;r2=1.294
http://cvsweb.mindrot.org/index.cgi/openssh/sshconnect.c?r1=1.172;r2=1.173
http://cvsweb.mindrot.org/index.cgi/openssh/sshconnect.h?r1=1.24;r2=1.25

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