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

« back to all changes in this revision

Viewing changes to tests/data/test634

  • 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
SFTP
 
5
Range
 
6
</keywords>
 
7
</info>
 
8
 
 
9
#
 
10
# Server-side
 
11
<reply>
 
12
<data>
 
13
data
 
14
for ssh test
 
15
</data>
 
16
</reply>
 
17
 
 
18
#
 
19
# Client-side
 
20
<client>
 
21
<server>
 
22
sftp
 
23
</server>
 
24
 <name>
 
25
SFTP retrieval with byte range past end of file
 
26
 </name>
 
27
 <command>
 
28
--key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/file634.txt -r 5-99
 
29
</command>
 
30
<file name="log/file634.txt">
 
31
Test data
 
32
for ssh test
 
33
</file>
 
34
</client>
 
35
 
 
36
#
 
37
# Verify data after the test has been "shot"
 
38
<verify>
 
39
<valgrind>
 
40
disable
 
41
</valgrind>
 
42
</verify>
 
43
</testcase>