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

« back to all changes in this revision

Viewing changes to tests/data/test261

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2005-12-12 15:04:52 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20051212150452-2ymlra67b2p7kjyy
Tags: 7.15.1-1ubuntu1
Resynchronise with Debian to get URL parser overflow fix from 7.15.1
(CVE-2005-4077).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<info>
 
2
<keywords>
 
3
FTP
 
4
EPSV
 
5
RETR
 
6
</keywords>
 
7
</info>
 
8
#
 
9
# Server-side
 
10
<reply>
 
11
<data>
 
12
hepp
 
13
</data>
 
14
<servercmd>
 
15
REPLY TYPE 226 Kind of on the positive side!
 
16
</servercmd>
 
17
</reply>
 
18
 
 
19
#
 
20
# Client-side
 
21
<client>
 
22
<server>
 
23
ftp
 
24
</server>
 
25
 <name>
 
26
FTP RETR with 226 response code to TYPE
 
27
 </name>
 
28
 <command>
 
29
ftp://%HOSTIP:%FTPPORT/261
 
30
</command>
 
31
</client>
 
32
 
 
33
#
 
34
# Verify data after the test has been "shot"
 
35
<verify>
 
36
<strip>
 
37
filter off really nothing
 
38
</strip>
 
39
<protocol>
 
40
USER anonymous
 
41
PASS curl_by_daniel@haxx.se
 
42
PWD
 
43
EPSV
 
44
TYPE I
 
45
SIZE 261
 
46
RETR 261
 
47
QUIT
 
48
</protocol>
 
49
</verify>