summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/PROTOCOL.mux
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2016-01-20 22:57:10 +0000
committerdes <des@FreeBSD.org>2016-01-20 22:57:10 +0000
commit9b2207f86007504b58fbb42ce7f30946bbd50cea (patch)
treec90d6531b4082060e49583793ca124b381f7ffd6 /crypto/openssh/PROTOCOL.mux
parente86fa364ca07e2714edcfb3790ae4ea2b1d460c9 (diff)
downloadFreeBSD-src-9b2207f86007504b58fbb42ce7f30946bbd50cea.zip
FreeBSD-src-9b2207f86007504b58fbb42ce7f30946bbd50cea.tar.gz
Upgrade to OpenSSH 7.0p1.
Diffstat (limited to 'crypto/openssh/PROTOCOL.mux')
-rw-r--r--crypto/openssh/PROTOCOL.mux8
1 files changed, 7 insertions, 1 deletions
diff --git a/crypto/openssh/PROTOCOL.mux b/crypto/openssh/PROTOCOL.mux
index b583256..f042961 100644
--- a/crypto/openssh/PROTOCOL.mux
+++ b/crypto/openssh/PROTOCOL.mux
@@ -116,6 +116,12 @@ A client may request the master to establish a port forward:
forwarding type may be MUX_FWD_LOCAL, MUX_FWD_REMOTE, MUX_FWD_DYNAMIC.
+If listen port is (unsigned int) -2, then the listen host is treated as
+a unix socket path name.
+
+If connect port is (unsigned int) -2, then the connect host is treated
+as a unix socket path name.
+
A server may reply with a MUX_S_OK, a MUX_S_REMOTE_PORT, a
MUX_S_PERMISSION_DENIED or a MUX_S_FAILURE.
@@ -219,4 +225,4 @@ XXX inject packet (what about replies)
XXX server->client error/warning notifications
XXX send signals via mux
-$OpenBSD: PROTOCOL.mux,v 1.9 2012/06/01 00:49:35 djm Exp $
+$OpenBSD: PROTOCOL.mux,v 1.10 2015/07/17 03:04:27 djm Exp $
OpenPOWER on IntegriCloud