From 8fb1ddc9d1f5f7037fca5a9510d76a495b070665 Mon Sep 17 00:00:00 2001 From: dtucker Date: Wed, 2 Jul 2008 12:33:16 +0000 Subject: [PATCH] - djm@cvs.openbsd.org 2008/06/30 12:18:34 [PROTOCOL] clarify that eow@openssh.com is only sent on session channels --- ChangeLog | 3 +++ PROTOCOL | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 388ce474..11733188 100644 --- 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 diff --git a/PROTOCOL b/PROTOCOL index 859e61f6..3283b81e 100644 --- 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 $ -- 2.45.2