diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 | ||
7 | 20080608 | 14 | 20080608 |
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 $ |