diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -9,7 +9,7 @@ | |||
9 | - [regress/reconfigure/sh] Make path to sshd fully qualified if required. | 9 | - [regress/reconfigure/sh] Make path to sshd fully qualified if required. |
10 | - [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have | 10 | - [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have |
11 | it). The sparse file will take less disk space too. | 11 | it). The sparse file will take less disk space too. |
12 | - [regress/sftp-cmds.sh] Ensure file used for test are readable. | 12 | - [regress/sftp-cmds.sh] Ensure files used for test are readable. |
13 | - [regress/stderr-after-eof.sh] Search for a usable checksum program. | 13 | - [regress/stderr-after-eof.sh] Search for a usable checksum program. |
14 | - [regress/sftp-badcmds.sh regress/sftp-cmds.sh regress/sftp.sh | 14 | - [regress/sftp-badcmds.sh regress/sftp-cmds.sh regress/sftp.sh |
15 | regress/ssh-com-client.sh regress/ssh-com-sftp.sh regress/stderr-data.sh | 15 | regress/ssh-com-client.sh regress/ssh-com-sftp.sh regress/stderr-data.sh |
@@ -25,6 +25,8 @@ | |||
25 | use Strictmodes no, wait longer for sshd startup. | 25 | use Strictmodes no, wait longer for sshd startup. |
26 | - [regress/Makefile] Remove BSDisms. | 26 | - [regress/Makefile] Remove BSDisms. |
27 | - [regress/README.regress] Add a basic readme. | 27 | - [regress/README.regress] Add a basic readme. |
28 | - [Makefile.in regress/agent-getpeereid.sh] config.h is now in $BUILDDIR | ||
29 | not $OBJ. | ||
28 | 30 | ||
29 | 20030903 | 31 | 20030903 |
30 | - (djm) OpenBSD CVS Sync | 32 | - (djm) OpenBSD CVS Sync |
@@ -1015,4 +1017,4 @@ | |||
1015 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. | 1017 | - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. |
1016 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au | 1018 | Report from murple@murple.net, diagnosis from dtucker@zip.com.au |
1017 | 1019 | ||
1018 | $Id: ChangeLog,v 1.2958 2003/09/04 05:39:54 dtucker Exp $ | 1020 | $Id: ChangeLog,v 1.2959 2003/09/04 08:04:16 dtucker Exp $ |