diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2008-06-12 05:32:31 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2008-06-12 05:32:31 +0000 |
commit | 57333b10c4c7f7be5190a2774b1380f6e1d907db (patch) | |
tree | f69f194401736302c731e267a23fccb1d606e1c8 /usr.bin | |
parent | 49e90d11452e4864ff1d0f9ed1ad19d42eb7dae1 (diff) |
some more TODO for me
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/mux.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/ssh/mux.c b/usr.bin/ssh/mux.c index 42493a9c6d9..6ab94ddfebe 100644 --- a/usr.bin/ssh/mux.c +++ b/usr.bin/ssh/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> * @@ -28,7 +28,10 @@ * 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> |