~ubuntu-branches/ubuntu/hardy/openswan/hardy-updates

« back to all changes in this revision

Viewing changes to testing/pluto/fail-x509-08/testparams.sh

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2005-01-27 16:10:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050127161011-idgybmyz3vwhpfiq
Tags: 2.3.0-2
Urgency HIGH due to security issue and problems with build-deps in sarge.
* Fix the security issue. Please see
  http://www.idefense.com/application/poi/display?id=190&
      type=vulnerabilities&flashstatus=false
  for more details. Thanks to Martin Schulze for informing me about
  this issue.
  Closes: #292458: Openswan XAUTH/PAM Buffer Overflow Vulnerability
* Added a Build-Dependency to lynx.
  Closes: #291143: openswan: FTBFS: Missing build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
TEST_PURPOSE=regress
 
4
TEST_PROB_REPORT=0
 
5
TEST_TYPE=umlplutotest
 
6
 
 
7
TESTNAME=fail-x509-08
 
8
EASTHOST=east
 
9
WESTHOST=west
 
10
 
 
11
EAST_INPUT=../../klips/inputs/01-sunrise-sunset-ping.pcap
 
12
REF_WEST_OUTPUT=../../klips/west-icmp-01/spi1-cleartext.txt
 
13
WEST_ARPREPLY=true
 
14
 
 
15
THREEEIGHT=true
 
16
 
 
17
REF_EAST_CONSOLE_OUTPUT=east-console.txt
 
18
REF_WEST_CONSOLE_OUTPUT=west-console.txt
 
19
 
 
20
REF_CONSOLE_FIXUPS="kern-list-fixups.sed nocr.sed"
 
21
REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS east-prompt-splitline.pl"
 
22
REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS cutout.sed"
 
23
REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS klips-debug-sanitize.sed"
 
24
REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS ipsec-setup-sanitize.sed"
 
25
REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS pluto-whack-sanitize.sed"
 
26
REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS host-ping-sanitize.sed"
 
27
REF_CONSOLE_FIXUPS="$REF_CONSOLE_FIXUPS ipsec-look-esp-sanitize.pl"
 
28
 
 
29
EAST_INIT_SCRIPT=eastinit.sh
 
30
WEST_INIT_SCRIPT=westinit.sh
 
31
 
 
32
WEST_RUN_SCRIPT=../x509-pluto-03/westrun.sh
 
33
 
 
34
EAST_FINAL_SCRIPT=../x509-pluto-03/final.sh
 
35
WEST_FINAL_SCRIPT=../x509-pluto-03/final.sh
 
36
 
 
37
NETJIG_EXTRA=../x509-pluto-03/debugpublic.txt
 
38
 
 
39
 
 
40