summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/mux.c
diff options
context:
space:
mode:
authorDamien Miller <djm@cvs.openbsd.org>2018-09-26 07:32:45 +0000
committerDamien Miller <djm@cvs.openbsd.org>2018-09-26 07:32:45 +0000
commit71adb5439b0c09c4a1760ecd1fa16ead3c7e621d (patch)
tree138d070fb06e7ecdc7209839b6924dfb4b0219c9 /usr.bin/ssh/mux.c
parent5e95f4d4c4eec9a8ef9398d5a7f1da551627dac4 (diff)
remove big ugly TODO comment from start of file. Some of the mentioned
tasks are obsolete and, of the remainder, most are already captured in PROTOCOL.mux where they better belong
Diffstat (limited to 'usr.bin/ssh/mux.c')
-rw-r--r--usr.bin/ssh/mux.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/usr.bin/ssh/mux.c b/usr.bin/ssh/mux.c
index 77823359de9..a2b6bd6a130 100644
--- a/usr.bin/ssh/mux.c
+++ b/usr.bin/ssh/mux.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mux.c,v 1.76 2018/09/26 01:48:57 djm Exp $ */
+/* $OpenBSD: mux.c,v 1.77 2018/09/26 07:32:44 djm Exp $ */
/*
* Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
*
@@ -17,19 +17,6 @@
/* ssh session multiplexing support */
-/*
- * TODO:
- * - Better signalling from master to slave, especially passing of
- * error messages
- * - Better fall-back from mux slave error to new connection.
- * - ExitOnForwardingFailure
- * - Maybe extension mechanisms for multi-X11/multi-agent forwarding
- * - Support ~^Z in mux slaves.
- * - Inspect or control sessions in master.
- * - If we ever support the "signal" channel request, send signals on
- * sessions in master.
- */
-
#include <sys/types.h>
#include <sys/queue.h>
#include <sys/stat.h>