summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-05-19 16:06:47 +1000
committerDamien Miller <djm@mindrot.org>2008-05-19 16:06:47 +1000
commitbab9bd4c20dac1d513fbf16d1214e0c0f9a1bf3b (patch)
tree536e741d3502911fa7f8a8322f15da634d6648a3 /ChangeLog
parentd654dd27b5774575edd341827c38735ac9222174 (diff)
- markus@cvs.openbsd.org 2008/05/09 16:21:13
[channels.h clientloop.c nchan.c serverloop.c] unbreak ssh -2 localhost od /bin/ls | true ignoring SIGPIPE by adding a new channel message (EOW) that signals the peer that we're not interested in any data it might send. fixes bz #85; discussion, debugging and ok djm@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fd75c3404..7d9b0f853 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -133,6 +133,13 @@
133 for channels with both in- and output closed, since the channel 133 for channels with both in- and output closed, since the channel
134 will go away before we call select(); 134 will go away before we call select();
135 report, lots of debugging help and ok djm@ 135 report, lots of debugging help and ok djm@
136 - markus@cvs.openbsd.org 2008/05/09 16:21:13
137 [channels.h clientloop.c nchan.c serverloop.c]
138 unbreak
139 ssh -2 localhost od /bin/ls | true
140 ignoring SIGPIPE by adding a new channel message (EOW) that signals
141 the peer that we're not interested in any data it might send.
142 fixes bz #85; discussion, debugging and ok djm@
136 143
13720080403 14420080403
138 - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile- 145 - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-
@@ -3993,4 +4000,4 @@
3993 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4000 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3994 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4001 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3995 4002
3996$Id: ChangeLog,v 1.4929 2008/05/19 06:05:41 djm Exp $ 4003$Id: ChangeLog,v 1.4930 2008/05/19 06:06:47 djm Exp $