[openssh-commits] [openssh] 02/02: upstream: remove big ugly TODO comment from start of file. Some of
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Sep 26 17:35:59 AEST 2018
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit dba50258333f2604a87848762af07ba2cc40407a
Author: djm at openbsd.org <djm at openbsd.org>
Date: Wed Sep 26 07:32:44 2018 +0000
upstream: 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
OpenBSD-Commit-ID: 16d9d76dee42a5bb651c9d6740f7f0ef68aeb407
---
mux.c | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/mux.c b/mux.c
index f472cdd2..8e4b6082 100644
--- 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 at 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 "includes.h"
#include <sys/types.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list