mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-31 01:35:11 +02:00
- (djm) [regress/integrity.sh] Run sshd via $SUDO; fixes tinderbox breakage
for UsePAM=yes configuration
This commit is contained in:
parent
1e657d592d
commit
6c21bb8c4a
@ -6,6 +6,8 @@
|
|||||||
reached in it's stream and turn it on for t-integrity. This should catch
|
reached in it's stream and turn it on for t-integrity. This should catch
|
||||||
cases where the session is not fuzzed for being too short (cf. my last
|
cases where the session is not fuzzed for being too short (cf. my last
|
||||||
"oops" commit)
|
"oops" commit)
|
||||||
|
- (djm) [regress/integrity.sh] Run sshd via $SUDO; fixes tinderbox breakage
|
||||||
|
for UsePAM=yes configuration
|
||||||
|
|
||||||
20130225
|
20130225
|
||||||
- (dtucker) [configure.ac ssh-gss.h] bz#2073: additional #includes needed
|
- (dtucker) [configure.ac ssh-gss.h] bz#2073: additional #includes needed
|
||||||
|
@ -22,7 +22,7 @@ config_defined OPENSSL_HAVE_EVPGCM && \
|
|||||||
macs="$macs aes128-gcm@openssh.com aes256-gcm@openssh.com"
|
macs="$macs aes128-gcm@openssh.com aes256-gcm@openssh.com"
|
||||||
|
|
||||||
# sshd-command for proxy (see test-exec.sh)
|
# sshd-command for proxy (see test-exec.sh)
|
||||||
cmd="sh ${SRC}/sshd-log-wrapper.sh ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy"
|
cmd="$SUDO sh ${SRC}/sshd-log-wrapper.sh ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy"
|
||||||
|
|
||||||
jot() {
|
jot() {
|
||||||
awk "BEGIN { for (i = $2; i < $2 + $1; i++) { printf \"%d\n\", i } }"
|
awk "BEGIN { for (i = $2; i < $2 + $1; i++) { printf \"%d\n\", i } }"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user