]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: remove big ugly TODO comment from start of file. Some of
authordjm@openbsd.org <djm@openbsd.org>
Wed, 26 Sep 2018 07:32:44 +0000 (07:32 +0000)
committerDamien Miller <djm@mindrot.org>
Wed, 26 Sep 2018 07:35:49 +0000 (17:35 +1000)
the mentioned tasks are obsolete and, of the remainder, most are already
captured in PROTOCOL.mux where they better belong

OpenBSD-Commit-ID: 16d9d76dee42a5bb651c9d6740f7f0ef68aeb407

mux.c

diff --git a/mux.c b/mux.c
index f472cdd291c1db1c36a034323952c1b92745660b..8e4b60827fc861715fa1ae81813a6be33b8bd3da 100644 (file)
--- a/mux.c
+++ b/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>
  *
 
 /* 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 "includes.h"
 
 #include <sys/types.h>