summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-06-25 18:59:17 +1000
committerDarren Tucker <dtucker@zip.com.au>2007-06-25 18:59:17 +1000
commit132367f76f3529b3f4d530a38a4988ec296a3d3f (patch)
tree8e3265e6ce98e477680a04b8503452c1f4a27bda /ChangeLog
parentd989adadd33ed305a22f555d7d69db3cff4e83da (diff)
- djm@cvs.openbsd.org 2007/06/14 22:48:05
[ssh.c] when waiting for the multiplex exit status, read until the master end writes an entire int of data *and* closes the client_fd; fixes mux regression spotted by dtucker, ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 880ec45e7..89e561800 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,11 @@
7 - djm@cvs.openbsd.org 2007/06/14 21:43:25 7 - djm@cvs.openbsd.org 2007/06/14 21:43:25
8 [ssh.c] 8 [ssh.c]
9 handle EINTR when waiting for mux exit status properly 9 handle EINTR when waiting for mux exit status properly
10 - djm@cvs.openbsd.org 2007/06/14 22:48:05
11 [ssh.c]
12 when waiting for the multiplex exit status, read until the master end
13 writes an entire int of data *and* closes the client_fd; fixes mux
14 regression spotted by dtucker, ok dtucker@
10 15
1120070614 1620070614
12 - (dtucker) [cipher-ctr.c umac.c openbsd-compat/openssl-compat.h] Move the 17 - (dtucker) [cipher-ctr.c umac.c openbsd-compat/openssl-compat.h] Move the
@@ -3082,4 +3087,4 @@
3082 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3087 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3083 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3088 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3084 3089
3085$Id: ChangeLog,v 1.4704 2007/06/25 08:34:43 dtucker Exp $ 3090$Id: ChangeLog,v 1.4705 2007/06/25 08:59:17 dtucker Exp $