- djm@cvs.openbsd.org 2008/06/12 05:32:30
[mux.c] some more TODO for me
This commit is contained in:
parent
e5d98290a6
commit
ba69c7a987
|
@ -94,6 +94,9 @@
|
|||
- djm@cvs.openbsd.org 2008/06/12 05:15:41
|
||||
[PROTOCOL]
|
||||
document tun@openssh.com forwarding method
|
||||
- djm@cvs.openbsd.org 2008/06/12 05:32:30
|
||||
[mux.c]
|
||||
some more TODO for me
|
||||
|
||||
20080611
|
||||
- (djm) [channels.c configure.ac]
|
||||
|
@ -4256,4 +4259,4 @@
|
|||
OpenServer 6 and add osr5bigcrypt support so when someone migrates
|
||||
passwords between UnixWare and OpenServer they will still work. OK dtucker@
|
||||
|
||||
$Id: ChangeLog,v 1.4981 2008/06/12 18:53:27 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.4982 2008/06/12 18:54:05 dtucker Exp $
|
||||
|
|
7
mux.c
7
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>
|
||||
*
|
||||
|
@ -30,7 +30,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>
|
||||
|
|
Loading…
Reference in New Issue