summaryrefslogtreecommitdiff
path: root/mux.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-13 04:54:05 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-13 04:54:05 +1000
commitba69c7a987ea42b6e26ce512a483d6ba44e3df0c (patch)
tree043683ebd45ee381f6514214680edd0c8156134e /mux.c
parente5d98290a6bff2352c47bb54b769a605f0794d5d (diff)
- djm@cvs.openbsd.org 2008/06/12 05:32:30
[mux.c] some more TODO for me
Diffstat (limited to 'mux.c')
-rw-r--r--mux.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/mux.c b/mux.c
index efc3840cb..f5e68f653 100644
--- a/mux.c
+++ b/mux.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: mux.c,v 1.2 2008/06/12 03:40:52 djm Exp $ */ 1/* $OpenBSD: mux.c,v 1.3 2008/06/12 05:32:30 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 *
@@ -30,7 +30,10 @@
30 * 4. ExitOnForwardingFailure (after #3 obviously) 30 * 4. ExitOnForwardingFailure (after #3 obviously)
31 * 5. Maybe extension mechanisms for multi-X11/multi-agent forwarding 31 * 5. Maybe extension mechanisms for multi-X11/multi-agent forwarding
32 * 6. Document the mux mini-protocol somewhere. 32 * 6. Document the mux mini-protocol somewhere.
33 * 6. Support ~^Z in mux slaves. 33 * 7. Support ~^Z in mux slaves.
34 * 8. Inspect or control sessions in master.
35 * 9. If we ever support the "signal" channel request, send signals on
36 * sessions in master.
34 */ 37 */
35 38
36#include <sys/types.h> 39#include <sys/types.h>