[openssh-commits] CVS: fuyu.mindrot.org: openssh
Damien Miller
djm at fuyu.mindrot.org
Tue Aug 3 16:04:46 EST 2010
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm at fuyu.mindrot.org 10/08/03 16:04:46
Modified files:
. : ChangeLog clientloop.c readconf.c readconf.h ssh.c ssh_config.5
Log message:
- djm at cvs.openbsd.org 2010/07/19 09:15:12
[clientloop.c readconf.c readconf.h ssh.c ssh_config.5]
add a "ControlPersist" option that automatically starts a background
ssh(1) multiplex master when connecting. This connection can stay alive
indefinitely, or can be set to automatically close after a user-specified
duration of inactivity. bz#1330 - patch by dwmw2 AT infradead.org, but
further hacked on by wmertens AT cisco.com, apb AT cequrux.com,
martin-mindrot-bugzilla AT earth.li and myself; "looks ok" markus@
Diff commands:
cvs -nQq rdiff -u -r1.5625 -r1.5626 openssh/ChangeLog
cvs -nQq rdiff -u -r1.210 -r1.211 openssh/clientloop.c
cvs -nQq rdiff -u -r1.165 -r1.166 openssh/readconf.c
cvs -nQq rdiff -u -r1.77 -r1.78 openssh/readconf.h
cvs -nQq rdiff -u -r1.335 -r1.336 openssh/ssh.c
cvs -nQq rdiff -u -r1.136 -r1.137 openssh/ssh_config.5
ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.5625;r2=1.5626&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/clientloop.c?r1=1.210;r2=1.211&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.c?r1=1.165;r2=1.166&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.h?r1=1.77;r2=1.78&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh.c?r1=1.335;r2=1.336&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh_config.5?r1=1.136;r2=1.137&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