diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | PROTOCOL | 8 |
2 files changed, 8 insertions, 5 deletions
@@ -10,6 +10,9 @@ | |||
10 | - djm@cvs.openbsd.org 2008/06/30 12:16:02 | 10 | - djm@cvs.openbsd.org 2008/06/30 12:16:02 |
11 | [nchan.c] | 11 | [nchan.c] |
12 | only send eow@openssh.com notifications for session channels; ok! markus@ | 12 | only send eow@openssh.com notifications for session channels; ok! markus@ |
13 | - djm@cvs.openbsd.org 2008/06/30 12:18:34 | ||
14 | [PROTOCOL] | ||
15 | clarify that eow@openssh.com is only sent on session channels | ||
13 | 16 | ||
14 | 20080630 | 17 | 20080630 |
15 | - (djm) OpenBSD CVS Sync | 18 | - (djm) OpenBSD CVS Sync |
@@ -4493,4 +4496,4 @@ | |||
4493 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 4496 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
4494 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 4497 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
4495 | 4498 | ||
4496 | $Id: ChangeLog,v 1.5041 2008/07/02 12:32:43 dtucker Exp $ | 4499 | $Id: ChangeLog,v 1.5042 2008/07/02 12:33:16 dtucker Exp $ |
@@ -46,9 +46,9 @@ processes of the condition, e.g. by closing the corresponding file | |||
46 | descriptor. | 46 | descriptor. |
47 | 47 | ||
48 | OpenSSH implements a channel extension message to perform this | 48 | OpenSSH implements a channel extension message to perform this |
49 | signalling: "eow@openssh.com" (End Of Write). This message is sent by an | 49 | signalling: "eow@openssh.com" (End Of Write). This message is sent by |
50 | endpoint when the local output of a channel is closed or experiences a | 50 | an endpoint when the local output of a session channel is closed or |
51 | write error. The message is formatted as follows: | 51 | experiences a write error. The message is formatted as follows: |
52 | 52 | ||
53 | byte SSH_MSG_CHANNEL_REQUEST | 53 | byte SSH_MSG_CHANNEL_REQUEST |
54 | uint32 recipient channel | 54 | uint32 recipient channel |
@@ -240,4 +240,4 @@ The values of the f_flag bitmask are as follows: | |||
240 | This extension is advertised in the SSH_FXP_VERSION hello with version | 240 | This extension is advertised in the SSH_FXP_VERSION hello with version |
241 | "2". | 241 | "2". |
242 | 242 | ||
243 | $OpenBSD: PROTOCOL,v 1.9 2008/06/28 14:08:30 djm Exp $ | 243 | $OpenBSD: PROTOCOL,v 1.10 2008/06/30 12:18:34 djm Exp $ |