[BACK]Return to mux.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/mux.c between version 1.76 and 1.77

version 1.76, 2018/09/26 01:48:57 version 1.77, 2018/09/26 07:32:44
Line 17 
Line 17 
   
 /* ssh session multiplexing support */  /* 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 <sys/types.h>  #include <sys/types.h>
 #include <sys/queue.h>  #include <sys/queue.h>
 #include <sys/stat.h>  #include <sys/stat.h>

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77