~ubuntu-branches/ubuntu/lucid/curl/lucid-security

« back to all changes in this revision

Viewing changes to tests/data/test1094

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-04-29 11:10:29 UTC
  • mfrom: (3.2.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090429111029-2j5eiyokfw2bw049
Tags: 7.19.4-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Drop build dependencies: stunnel, libdb4.6-dev, libssh2-1-dev
  - Add build-dependency on openssh-server
  - Drop libssh2-1-dev from libcurl4-openssl-dev's Depends.
  - Call automake-1.9 with --add-missing --copy --force
* drop debian/patches/security_CVE-2009-0037.patch 
  - this patch is part of 7.19.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<testcase>
 
2
<info>
 
3
<keywords>
 
4
TFTP
 
5
TFTP RRQ
 
6
mode=
 
7
</keywords>
 
8
</info>
 
9
 
 
10
#
 
11
# Server-side
 
12
<reply>
 
13
<data>
 
14
a chunk of
 
15
data
 
16
returned
 
17
 to client
 
18
</data>
 
19
<datacheck>
 
20
a chunk of
 
21
data
 
22
returned
 
23
 to client
 
24
</datacheck>
 
25
</reply>
 
26
 
 
27
#
 
28
# Client-side
 
29
<client>
 
30
<server>
 
31
tftp
 
32
</server>
 
33
 <name>
 
34
TFTP retrieve with mode=netascii
 
35
 </name>
 
36
 <command>
 
37
"tftp://%HOSTIP:%TFTPPORT//1094;mode=netascii" --trace-ascii log/traceit
 
38
</command>
 
39
</client>
 
40
 
 
41
#
 
42
# Verify pseudo protocol after the test has been "shot"
 
43
<verify>
 
44
<protocol>
 
45
opcode: 1
 
46
filename: /1094
 
47
mode: netascii
 
48
</protocol>
 
49
</verify>
 
50
</testcase>