summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mux.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/mux.c b/mux.c
index f472cdd29..8e4b60827 100644
--- a/mux.c
+++ b/mux.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: mux.c,v 1.76 2018/09/26 01:48:57 djm Exp $ */ 1/* $OpenBSD: mux.c,v 1.77 2018/09/26 07:32:44 djm Exp $ */
2/* 2/*
3 * Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org> 3 * Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
4 * 4 *
@@ -17,19 +17,6 @@
17 17
18/* ssh session multiplexing support */ 18/* ssh session multiplexing support */
19 19
20/*
21 * TODO:
22 * - Better signalling from master to slave, especially passing of
23 * error messages
24 * - Better fall-back from mux slave error to new connection.
25 * - ExitOnForwardingFailure
26 * - Maybe extension mechanisms for multi-X11/multi-agent forwarding
27 * - Support ~^Z in mux slaves.
28 * - Inspect or control sessions in master.
29 * - If we ever support the "signal" channel request, send signals on
30 * sessions in master.
31 */
32
33#include "includes.h" 20#include "includes.h"
34 21
35#include <sys/types.h> 22#include <sys/types.h>