diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ | |||
1 | 20010112 | ||
2 | - (bal) OpenBSD Sync | ||
3 | - markus@cvs.openbsd.org 2001/01/10 22:56:22 | ||
4 | [bufaux.h bufaux.c sftp-server.c sftp.h getput.h] | ||
5 | cleanup sftp-server implementation: | ||
6 | add buffer_get_int64, buffer_put_int64, GET_64BIT, PUT_64BIT | ||
7 | parse SSH2_FILEXFER_ATTR_EXTENDED | ||
8 | send SSH2_FX_EOF if readdir returns no more entries | ||
9 | reply to SSH2_FXP_EXTENDED message | ||
10 | use #defines from the draft | ||
11 | move #definations to sftp.h | ||
12 | more info: | ||
13 | http://www.ietf.org/internet-drafts/draft-ietf-secsh-filexfer-00.txt | ||
14 | - markus@cvs.openbsd.org 2001/01/10 19:43:20 | ||
15 | [sshd.c] | ||
16 | XXX - generate_empheral_server_key() is not safe against races, | ||
17 | because it calls log() | ||
18 | - markus@cvs.openbsd.org 2001/01/09 21:19:50 | ||
19 | [packet.c] | ||
20 | allow TCP_NDELAY for ipv6; from netbsd via itojun@ | ||
21 | |||
1 | 20010110 | 22 | 20010110 |
2 | - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from | 23 | - (djm) SNI/Reliant Unix needs USE_PIPES and $DISPLAY hack. Report from |
3 | Bladt Norbert <Norbert.Bladt@adi.ch> | 24 | Bladt Norbert <Norbert.Bladt@adi.ch> |