summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordjm <djm>2008-05-19 06:08:20 +0000
committerdjm <djm>2008-05-19 06:08:20 +0000
commit44698f66d74679cb4d1f54b927be304056fdb901 (patch)
tree8d03ae8e5a2166bdeb5fadadcaa07bd7fc13308c
parent67922bbba8db2f3ac3939ba8ff846d8f4c77b457 (diff)
downloadopenssh-44698f66d74679cb4d1f54b927be304056fdb901.tar.gz
- djm@cvs.openbsd.org 2008/05/15 23:52:24
[nchan2.ms] document eow message in ssh protocol 2 channel state machine; feedback and ok markus@
-rw-r--r--ChangeLog6
-rw-r--r--nchan2.ms6
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index dceb42f2..49caf7c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -144,6 +144,10 @@
[umac.c]
Ensure nh_result lies on a 64-bit boundary (fixes warnings observed
on Itanium on Linux); from Dale Talcott (bug #1462); ok djm@
+ - djm@cvs.openbsd.org 2008/05/15 23:52:24
+ [nchan2.ms]
+ document eow message in ssh protocol 2 channel state machine;
+ feedback and ok markus@
20080403
- (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-
@@ -4004,4 +4008,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.4931 2008/05/19 06:07:45 djm Exp $
+$Id: ChangeLog,v 1.4932 2008/05/19 06:08:20 djm Exp $
diff --git a/nchan2.ms b/nchan2.ms
index a7a67b12..70015045 100644
--- a/nchan2.ms
+++ b/nchan2.ms
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nchan2.ms,v 1.3 2003/11/21 11:57:03 djm Exp $
+.\" $OpenBSD: nchan2.ms,v 1.4 2008/05/15 23:52:24 djm Exp $
.\"
.\" Copyright (c) 2000 Markus Friedl. All rights reserved.
.\"
@@ -44,7 +44,7 @@ arrow from S1.e to S4.n
box invis "rcvd CLOSE/" "shutdown_read" with .sw at last arrow.c
arrow "ibuf_empty ||" "rcvd CLOSE/" "send EOF" "" from S2.e to S4.w
arrow from S1.s to S2.n
-box invis "read_failed/" "shutdown_read" with .e at last arrow.c
+box invis "read_failed ||" "rcvd EOW/" "shutdown_read" with .e at last arrow.c
ellipse wid .9*ellipsewid ht .9*ellipseht at S4
arrow "start" "" from S1.w+(-0.5,0) to S1.w
.PE
@@ -59,7 +59,7 @@ S4: ellipse "OUTPUT" "CLOSED"
move down l from 1st ellipse.s
S2: ellipse "OUTPUT" "WAIT" "DRAIN"
arrow from S1.e to S4.n
-box invis "write_failed/" "shutdown_write" with .sw at last arrow.c
+box invis "write_failed/" "shutdown_write" "send EOW" with .sw at last arrow.c
arrow "obuf_empty ||" "write_failed/" "shutdown_write" "" from S2.e to S4.w
arrow from S1.s to S2.n
box invis "rcvd EOF ||" "rcvd CLOSE/" "-" with .e at last arrow.c