[openssh-commits] CVS: fuyu.mindrot.org: openssh
Damien Miller
djm at fuyu.mindrot.org
Wed Aug 21 02:44:25 EST 2013
CVSROOT: /var/cvs
Module name: openssh
Changes by: djm at fuyu.mindrot.org 13/08/21 02:44:25
Modified files:
. : ChangeLog readconf.c readconf.h ssh_config.5 sshconnect.c
Log message:
- djm at cvs.openbsd.org 2013/08/20 00:11:38
[readconf.c readconf.h ssh_config.5 sshconnect.c]
Add a ssh_config ProxyUseFDPass option that supports the use of
ProxyCommands that establish a connection and then pass a connected
file descriptor back to ssh(1). This allows the ProxyCommand to exit
rather than have to shuffle data back and forth and enables ssh to use
getpeername, etc. to obtain address information just like it does with
regular directly-connected sockets. ok markus@
Diff commands:
cvs -nQq rdiff -u -r1.6468 -r1.6469 openssh/ChangeLog
cvs -nQq rdiff -u -r1.185 -r1.186 openssh/readconf.c
cvs -nQq rdiff -u -r1.87 -r1.88 openssh/readconf.h
cvs -nQq rdiff -u -r1.166 -r1.167 openssh/ssh_config.5
cvs -nQq rdiff -u -r1.211 -r1.212 openssh/sshconnect.c
ViewVC:
http://anoncvs.mindrot.org/index.cgi/openssh/ChangeLog?r1=1.6468;r2=1.6469&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.c?r1=1.185;r2=1.186&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/readconf.h?r1=1.87;r2=1.88&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/ssh_config.5?r1=1.166;r2=1.167&view=patch
http://anoncvs.mindrot.org/index.cgi/openssh/sshconnect.c?r1=1.211;r2=1.212&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