]> andersk Git - openssh.git/commitdiff
- djm@cvs.openbsd.org 2008/06/30 12:18:34
authordtucker <dtucker>
Wed, 2 Jul 2008 12:33:16 +0000 (12:33 +0000)
committerdtucker <dtucker>
Wed, 2 Jul 2008 12:33:16 +0000 (12:33 +0000)
     [PROTOCOL]
     clarify that eow@openssh.com is only sent on session channels

ChangeLog
PROTOCOL

index 388ce474e5e85b3cd9a337156707c59b44c332f6..117331886ae951f9bbb577701e85383f2745cf89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,9 @@
    - djm@cvs.openbsd.org 2008/06/30 12:16:02
      [nchan.c]
      only send eow@openssh.com notifications for session channels; ok! markus@
+   - djm@cvs.openbsd.org 2008/06/30 12:18:34
+     [PROTOCOL]
+     clarify that eow@openssh.com is only sent on session channels
 
 20080630
  - (djm) OpenBSD CVS Sync
index 859e61f676077e0e351046fac13283c16ad34885..3283b81e2740db4b7d58574c95615cdbee77c0ac 100644 (file)
--- a/PROTOCOL
+++ b/PROTOCOL
@@ -46,9 +46,9 @@ processes of the condition, e.g. by closing the corresponding file
 descriptor.
 
 OpenSSH implements a channel extension message to perform this
-signalling: "eow@openssh.com" (End Of Write). This message is sent by an
-endpoint when the local output of a channel is closed or experiences a
-write error. The message is formatted as follows:
+signalling: "eow@openssh.com" (End Of Write). This message is sent by
+an endpoint when the local output of a session channel is closed or
+experiences a write error. The message is formatted as follows:
 
        byte            SSH_MSG_CHANNEL_REQUEST
        uint32          recipient channel
@@ -240,4 +240,4 @@ The values of the f_flag bitmask are as follows:
 This extension is advertised in the SSH_FXP_VERSION hello with version
 "2".
 
-$OpenBSD: PROTOCOL,v 1.9 2008/06/28 14:08:30 djm Exp $
+$OpenBSD: PROTOCOL,v 1.10 2008/06/30 12:18:34 djm Exp $
This page took 0.044322 seconds and 5 git commands to generate.