diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | regress/integrity.sh | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -6,6 +6,8 @@ | |||
6 | reached in it's stream and turn it on for t-integrity. This should catch | 6 | reached in it's stream and turn it on for t-integrity. This should catch |
7 | cases where the session is not fuzzed for being too short (cf. my last | 7 | cases where the session is not fuzzed for being too short (cf. my last |
8 | "oops" commit) | 8 | "oops" commit) |
9 | - (djm) [regress/integrity.sh] Run sshd via $SUDO; fixes tinderbox breakage | ||
10 | for UsePAM=yes configuration | ||
9 | 11 | ||
10 | 20130225 | 12 | 20130225 |
11 | - (dtucker) [configure.ac ssh-gss.h] bz#2073: additional #includes needed | 13 | - (dtucker) [configure.ac ssh-gss.h] bz#2073: additional #includes needed |
diff --git a/regress/integrity.sh b/regress/integrity.sh index a57ec87f9..78fb53260 100644 --- a/regress/integrity.sh +++ b/regress/integrity.sh | |||
@@ -22,7 +22,7 @@ config_defined OPENSSL_HAVE_EVPGCM && \ | |||
22 | macs="$macs aes128-gcm@openssh.com aes256-gcm@openssh.com" | 22 | macs="$macs aes128-gcm@openssh.com aes256-gcm@openssh.com" |
23 | 23 | ||
24 | # sshd-command for proxy (see test-exec.sh) | 24 | # sshd-command for proxy (see test-exec.sh) |
25 | cmd="sh ${SRC}/sshd-log-wrapper.sh ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy" | 25 | cmd="$SUDO sh ${SRC}/sshd-log-wrapper.sh ${SSHD} ${TEST_SSH_LOGFILE} -i -f $OBJ/sshd_proxy" |
26 | 26 | ||
27 | jot() { | 27 | jot() { |
28 | awk "BEGIN { for (i = $2; i < $2 + $1; i++) { printf \"%d\n\", i } }" | 28 | awk "BEGIN { for (i = $2; i < $2 + $1; i++) { printf \"%d\n\", i } }" |