]> andersk Git - openssh.git/blobdiff - mux.c
- djm@cvs.openbsd.org 2008/06/12 05:32:30
[openssh.git] / mux.c
diff --git a/mux.c b/mux.c
index efc3840cbbf5b509729b124b9335f51d6f2f47d2..f5e68f65312007e5e2b0328df01e28b9e68d2c86 100644 (file)
--- a/mux.c
+++ b/mux.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mux.c,v 1.2 2008/06/12 03:40:52 djm Exp $ */
+/* $OpenBSD: mux.c,v 1.3 2008/06/12 05:32:30 djm Exp $ */
 /*
  * Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
  *
  *   4. ExitOnForwardingFailure (after #3 obviously)
  *   5. Maybe extension mechanisms for multi-X11/multi-agent forwarding
  *   6. Document the mux mini-protocol somewhere.
- *   6. Support ~^Z in mux slaves.
+ *   7. Support ~^Z in mux slaves.
+ *   8. Inspect or control sessions in master.
+ *   9. If we ever support the "signal" channel request, send signals on
+ *      sessions in master.
  */
 
 #include <sys/types.h>
This page took 0.027243 seconds and 4 git commands to generate.