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

Diff for /src/usr.bin/ssh/PROTOCOL.mux between version 1.9 and 1.10

version 1.9, 2012/06/01 00:49:35 version 1.10, 2015/07/17 03:04:27
Line 116 
Line 116 
   
 forwarding type may be MUX_FWD_LOCAL, MUX_FWD_REMOTE, MUX_FWD_DYNAMIC.  forwarding type may be MUX_FWD_LOCAL, MUX_FWD_REMOTE, MUX_FWD_DYNAMIC.
   
   If listen port is (unsigned int) -2, then the listen host is treated as
   a unix socket path name.
   
   If connect port is (unsigned int) -2, then the connect host is treated
   as a unix socket path name.
   
 A server may reply with a MUX_S_OK, a MUX_S_REMOTE_PORT, a  A server may reply with a MUX_S_OK, a MUX_S_REMOTE_PORT, a
 MUX_S_PERMISSION_DENIED or a MUX_S_FAILURE.  MUX_S_PERMISSION_DENIED or a MUX_S_FAILURE.
   

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10