summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshconnect2.c
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2014-07-15 15:54:14 +0000
committermillert <millert@openbsd.org>2014-07-15 15:54:14 +0000
commita021549948d44046acb30dc986ea0d38437f8146 (patch)
tree6cf2e1c14138430780731c2edb32e7f5269e0a58 /usr.bin/ssh/sshconnect2.c
parentconserver moved port, ok ajacoutot@ (diff)
downloadwireguard-openbsd-a021549948d44046acb30dc986ea0d38437f8146.tar.xz
wireguard-openbsd-a021549948d44046acb30dc986ea0d38437f8146.zip
Add support for Unix domain socket forwarding. A remote TCP port
may be forwarded to a local Unix domain socket and vice versa or both ends may be a Unix domain socket. This is a reimplementation of the streamlocal patches by William Ahern from: http://www.25thandclement.com/~william/projects/streamlocal.html OK djm@ markus@
Diffstat (limited to 'usr.bin/ssh/sshconnect2.c')
-rw-r--r--usr.bin/ssh/sshconnect2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/sshconnect2.c b/usr.bin/ssh/sshconnect2.c
index c41ce648ef0..943135dc339 100644
--- a/usr.bin/ssh/sshconnect2.c
+++ b/usr.bin/ssh/sshconnect2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect2.c,v 1.209 2014/06/24 01:13:21 djm Exp $ */
+/* $OpenBSD: sshconnect2.c,v 1.210 2014/07/15 15:54:14 millert Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
* Copyright (c) 2008 Damien Miller. All rights reserved.
@@ -55,8 +55,8 @@
#include "dh.h"
#include "authfd.h"
#include "log.h"
-#include "readconf.h"
#include "misc.h"
+#include "readconf.h"
#include "match.h"
#include "dispatch.h"
#include "canohost.h"