summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2008-06-09 22:49:36 +1000
committerDarren Tucker <dtucker@zip.com.au>2008-06-09 22:49:36 +1000
commit7b598892be09a9da2855b57086dddce502a150dc (patch)
treede3a5563691daa606ddd936538574f4ea2b510dd /ChangeLog
parent422c34c96dd7e6dcb507747bdbb499e96000aa5f (diff)
- dtucker@cvs.openbsd.org 2008/06/08 20:15:29
[sftp.c sftp-client.c sftp-client.h] Have the sftp client store the statvfs replies in wire format, which prevents problems when the server's native sizes exceed the client's. Also extends the sizes of the remaining 32bit wire format to 64bit, they're specified as unsigned long in the standard.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f183a83e6..88be1a8fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,13 @@
3 - dtucker@cvs.openbsd.org 2008/06/08 17:04:41 3 - dtucker@cvs.openbsd.org 2008/06/08 17:04:41
4 [sftp-server.c] 4 [sftp-server.c]
5 Add case for ENOSYS in errno_to_portable; ok deraadt 5 Add case for ENOSYS in errno_to_portable; ok deraadt
6 - dtucker@cvs.openbsd.org 2008/06/08 20:15:29
7 [sftp.c sftp-client.c sftp-client.h]
8 Have the sftp client store the statvfs replies in wire format,
9 which prevents problems when the server's native sizes exceed the
10 client's.
11 Also extends the sizes of the remaining 32bit wire format to 64bit,
12 they're specified as unsigned long in the standard.
6 13
720080608 1420080608
8 - (dtucker) [configure.ac defines.h sftp-client.c sftp-server.c sftp.c 15 - (dtucker) [configure.ac defines.h sftp-client.c sftp-server.c sftp.c
@@ -4069,4 +4076,4 @@
4069 OpenServer 6 and add osr5bigcrypt support so when someone migrates 4076 OpenServer 6 and add osr5bigcrypt support so when someone migrates
4070 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 4077 passwords between UnixWare and OpenServer they will still work. OK dtucker@
4071 4078
4072$Id: ChangeLog,v 1.4945 2008/06/09 12:48:31 dtucker Exp $ 4079$Id: ChangeLog,v 1.4946 2008/06/09 12:49:36 dtucker Exp $