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

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

version 1.9, 2008/06/28 14:08:30 version 1.10, 2008/06/30 12:18:34
Line 46 
Line 46 
 descriptor.  descriptor.
   
 OpenSSH implements a channel extension message to perform this  OpenSSH implements a channel extension message to perform this
 signalling: "eow@openssh.com" (End Of Write). This message is sent by an  signalling: "eow@openssh.com" (End Of Write). This message is sent by
 endpoint when the local output of a channel is closed or experiences a  an endpoint when the local output of a session channel is closed or
 write error. The message is formatted as follows:  experiences a write error. The message is formatted as follows:
   
         byte            SSH_MSG_CHANNEL_REQUEST          byte            SSH_MSG_CHANNEL_REQUEST
         uint32          recipient channel          uint32          recipient channel

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