mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
- [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have
it). The sparse file will take less disk space too.
This commit is contained in:
parent
871f7408ab
commit
60de9f1851
@ -7,6 +7,8 @@
|
|||||||
- [regress/agent-ptrace.sh] Skip tests if platform doesn't support it or
|
- [regress/agent-ptrace.sh] Skip tests if platform doesn't support it or
|
||||||
gdb cannot be found.
|
gdb cannot be found.
|
||||||
- [regress/reconfigure/sh] Make path to sshd fully qualified if required.
|
- [regress/reconfigure/sh] Make path to sshd fully qualified if required.
|
||||||
|
- [regress/rekey.sh] Remove dependence on /dev/zero (not all platforms have
|
||||||
|
it). The sparse file will take less disk space too.
|
||||||
|
|
||||||
20030903
|
20030903
|
||||||
- (djm) OpenBSD CVS Sync
|
- (djm) OpenBSD CVS Sync
|
||||||
@ -997,4 +999,4 @@
|
|||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2945 2003/09/04 03:59:48 dtucker Exp $
|
$Id: ChangeLog,v 1.2946 2003/09/04 04:02:56 dtucker Exp $
|
||||||
|
@ -8,7 +8,7 @@ COPY=${OBJ}/copy
|
|||||||
LOG=${OBJ}/log
|
LOG=${OBJ}/log
|
||||||
|
|
||||||
rm -f ${COPY} ${LOG} ${DATA}
|
rm -f ${COPY} ${LOG} ${DATA}
|
||||||
dd if=/dev/zero of=${DATA} bs=1k count=512 > /dev/null 2>&1
|
dd if=/bin/ls${EXEEXT} of=${DATA} bs=1k seek=511 count=1 > /dev/null 2>&1
|
||||||
|
|
||||||
for s in 16 1k 128k 256k; do
|
for s in 16 1k 128k 256k; do
|
||||||
trace "rekeylimit ${s}"
|
trace "rekeylimit ${s}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user