mirror of git://anongit.mindrot.org/openssh.git
- (tim) [regress/login-timeout.sh] fix building outside of source tree.
This commit is contained in:
parent
91bf45c597
commit
f45eff21dc
|
@ -1,3 +1,6 @@
|
|||
20040307
|
||||
- (tim) [regress/login-timeout.sh] fix building outside of source tree.
|
||||
|
||||
20040304
|
||||
- (dtucker) [auth-pam.c] Don't try to export PAM when compiled with
|
||||
-DUSE_POSIX_THREADS. From antoine.verheijen at ualbert ca. ok djm@
|
||||
|
@ -854,4 +857,4 @@
|
|||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.3276 2004/03/04 11:59:36 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.3277 2004/03/07 18:40:01 tim Exp $
|
||||
|
|
|
@ -18,7 +18,7 @@ fi
|
|||
kill `cat $PIDFILE`
|
||||
|
||||
trace "test login grace without privsep"
|
||||
echo "UsePrivilegeSeparation no" >>sshd_config
|
||||
echo "UsePrivilegeSeparation no" >> $OBJ/sshd_config
|
||||
start_sshd
|
||||
|
||||
(echo SSH-2.0-fake; sleep 60) | telnet localhost ${PORT} >/dev/null 2>&1 &
|
||||
|
|
Loading…
Reference in New Issue