mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-30 13:42:01 +00:00
- djm@cvs.openbsd.org 2004/06/26 06:16:07
[reexec.sh] don't change the name of the copied sshd for the reexec fallback test, makes life simpler for portable
This commit is contained in:
parent
c0dc1c9bfa
commit
a372960fa9
@ -21,6 +21,11 @@
|
|||||||
[auth-rsa.c auth2-pubkey.c authfile.c misc.c misc.h ssh.h sshd.8]
|
[auth-rsa.c auth2-pubkey.c authfile.c misc.c misc.h ssh.h sshd.8]
|
||||||
Discard over-length authorized_keys entries rather than complaining when
|
Discard over-length authorized_keys entries rather than complaining when
|
||||||
they don't decode. bz #884, with & ok djm@
|
they don't decode. bz #884, with & ok djm@
|
||||||
|
- (dtucker) OpenBSD CVS Sync (regress/)
|
||||||
|
- djm@cvs.openbsd.org 2004/06/26 06:16:07
|
||||||
|
[reexec.sh]
|
||||||
|
don't change the name of the copied sshd for the reexec fallback test,
|
||||||
|
makes life simpler for portable
|
||||||
|
|
||||||
20041203
|
20041203
|
||||||
- (dtucker) OpenBSD CVS Sync
|
- (dtucker) OpenBSD CVS Sync
|
||||||
@ -1894,4 +1899,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.3590 2004/12/06 11:47:41 dtucker Exp $
|
$Id: ChangeLog,v 1.3591 2004/12/06 12:00:27 dtucker Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: reexec.sh,v 1.3 2004/06/25 01:32:44 djm Exp $
|
# $OpenBSD: reexec.sh,v 1.4 2004/06/26 06:16:07 djm Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="reexec tests"
|
tid="reexec tests"
|
||||||
@ -6,7 +6,7 @@ tid="reexec tests"
|
|||||||
DATA=/bin/ls
|
DATA=/bin/ls
|
||||||
COPY=${OBJ}/copy
|
COPY=${OBJ}/copy
|
||||||
SSHD_ORIG=$SSHD
|
SSHD_ORIG=$SSHD
|
||||||
SSHD_COPY=$OBJ/sshd.copy
|
SSHD_COPY=$OBJ/sshd
|
||||||
|
|
||||||
# Start a sshd and then delete it
|
# Start a sshd and then delete it
|
||||||
start_sshd_copy_zap ()
|
start_sshd_copy_zap ()
|
||||||
|
Loading…
Reference in New Issue
Block a user