[openssh-commits] [openssh] branch master updated (b768915 -> 8d05784)
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Oct 1 03:30:22 AEST 2016
This is an automated email from the git hooks/post-receive script.
djm pushed a change to branch master
in repository openssh.
from b768915 upstream commit
new 8d05784 upstream commit
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Detailed log of new commits:
commit 8d0578478586e283e751ca51e7b0690631da139a
Author: markus at openbsd.org <markus at openbsd.org>
Date: Fri Sep 30 09:19:13 2016 +0000
upstream commit
ssh proxy mux mode (-O proxy; idea from Simon Tatham): - mux
client speaks the ssh-packet protocol directly over unix-domain socket. - mux
server acts as a proxy, translates channel IDs and relays to the server. - no
filedescriptor passing necessary. - combined with unix-domain forwarding it's
even possible to run mux client and server on different machines. feedback
& ok djm@
Upstream-ID: 666a2fb79f58e5c50e246265fb2b9251e505c25b
Summary of changes:
channels.c | 392 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
channels.h | 12 +-
clientloop.c | 45 ++++++-
clientloop.h | 5 +-
mux.c | 69 +++++++++--
opacket.h | 4 +
packet.c | 93 +++++++++++++-
packet.h | 6 +-
ssh.c | 27 ++--
9 files changed, 612 insertions(+), 41 deletions(-)
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list