mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
- djm@cvs.openbsd.org 2006/01/31 10:23:23
[scp.sh] regression test for CVE-2006-0225 written by dtucker@
This commit is contained in:
parent
0b996462f8
commit
7410ad79f8
@ -63,6 +63,9 @@
|
|||||||
- djm@cvs.openbsd.org 2006/01/27 06:49:21
|
- djm@cvs.openbsd.org 2006/01/27 06:49:21
|
||||||
[scp.sh]
|
[scp.sh]
|
||||||
regress test for local to local scp copies; ok dtucker@
|
regress test for local to local scp copies; ok dtucker@
|
||||||
|
- djm@cvs.openbsd.org 2006/01/31 10:23:23
|
||||||
|
[scp.sh]
|
||||||
|
regression test for CVE-2006-0225 written by dtucker@
|
||||||
|
|
||||||
20060129
|
20060129
|
||||||
- (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the
|
- (dtucker) [configure.ac opensshd.init.in] Bug #1144: Use /bin/sh for the
|
||||||
@ -3788,4 +3791,4 @@
|
|||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.4109 2006/01/31 11:05:23 djm Exp $
|
$Id: ChangeLog,v 1.4110 2006/01/31 11:06:14 djm Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: scp.sh,v 1.5 2006/01/27 06:49:21 djm Exp $
|
# $OpenBSD: scp.sh,v 1.6 2006/01/31 10:23:23 djm Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="scp"
|
tid="scp"
|
||||||
@ -82,6 +82,13 @@ cp ${DATA} ${DIR}/copy
|
|||||||
$SCP $scpopts -r somehost:${DIR} ${DIR2} || fail "copy failed"
|
$SCP $scpopts -r somehost:${DIR} ${DIR2} || fail "copy failed"
|
||||||
diff ${DIFFOPT} ${DIR} ${DIR2} || fail "corrupted copy"
|
diff ${DIFFOPT} ${DIR} ${DIR2} || fail "corrupted copy"
|
||||||
|
|
||||||
|
verbose "$tid: shell metacharacters"
|
||||||
|
scpclean
|
||||||
|
(cd ${DIR} && \
|
||||||
|
touch '`touch metachartest`' && \
|
||||||
|
$SCP $scpopts *metachar* ${DIR2} 2>/dev/null; \
|
||||||
|
[ ! -f metachartest ] ) || fail "shell metacharacters"
|
||||||
|
|
||||||
if [ ! -z "$SUDO" ]; then
|
if [ ! -z "$SUDO" ]; then
|
||||||
verbose "$tid: skipped file after scp -p with failed chown+utimes"
|
verbose "$tid: skipped file after scp -p with failed chown+utimes"
|
||||||
scpclean
|
scpclean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user