aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2007-09-17 21:44:57 +0000
committerDan Fandrich <dan@coneharvesters.com>2007-09-17 21:44:57 +0000
commit7f496d8c3fd286f5d9738c8ad13f35912d7a6b7a (patch)
treecb8b94e27900f37561fb973371f6fe613e3d4938 /tests
parent048c74f2fad85c24a8d36b06a944884686a99f61 (diff)
Changed some FTP tests to validate the format of the PORT and EPRT commands
sent by curl, if not the addresses themselves.
Diffstat (limited to 'tests')
-rw-r--r--tests/data/test1019
-rw-r--r--tests/data/test10312
-rw-r--r--tests/data/test1086
-rw-r--r--tests/data/test11614
-rw-r--r--tests/data/test1196
-rw-r--r--tests/data/test1447
-rw-r--r--tests/data/test1457
-rw-r--r--tests/data/test1467
-rw-r--r--tests/data/test1477
-rw-r--r--tests/data/test1487
-rw-r--r--tests/data/test1497
-rw-r--r--tests/data/test21211
-rw-r--r--tests/data/test2517
-rw-r--r--tests/data/test4069
-rw-r--r--tests/data/test4086
-rw-r--r--tests/data/test5256
-rw-r--r--tests/data/test5296
-rw-r--r--tests/data/test5316
18 files changed, 67 insertions, 73 deletions
diff --git a/tests/data/test101 b/tests/data/test101
index a9314a71f..815292b2c 100644
--- a/tests/data/test101
+++ b/tests/data/test101
@@ -34,17 +34,16 @@ ftp
FTP dir list, PORT with specified IP
</name>
<command>
-ftp://%HOSTIP:%FTPPORT/ -P %HOSTIP
+ftp://%HOSTIP:%FTPPORT/ -P %CLIENTIP
</command>
</client>
# Verify data after the test has been "shot"
<verify>
-# strip all kinds of PORT, EPRT and LPRT curl can do
+# Strip all valid kinds of PORT and EPRT that curl can send
<strip>
-^PORT 127,0,0,1,.*
-^EPRT.*
-^LPRT.*
+^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
+^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
</strip>
<protocol>
USER anonymous
diff --git a/tests/data/test103 b/tests/data/test103
index 27d4cb0ef..15712f5da 100644
--- a/tests/data/test103
+++ b/tests/data/test103
@@ -33,18 +33,18 @@ ftp://%HOSTIP:%FTPPORT/a/path/103 -P -
# Verify data after the test has been "shot"
<verify>
-<strippart>
-s/^LPRT.*[\r\n]*//
-s/^EPRT.*[\r\n]*//
-s/^(PORT 127,0,0,1,)([0-9,]+)/$1/
-</strippart>
+# Strip all valid kinds of PORT and EPRT that curl can send
+<strip>
+^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
+^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
+</strip>
<protocol>
USER anonymous
PASS ftp@example.com
PWD
CWD a
CWD path
-PORT 127,0,0,1,
+PORT 127,0,0,1,0,0
TYPE I
SIZE 103
RETR 103
diff --git a/tests/data/test108 b/tests/data/test108
index ff7b5e131..eb2ea63c1 100644
--- a/tests/data/test108
+++ b/tests/data/test108
@@ -31,10 +31,10 @@ Moooooooooooo
# Verify data after the test has been "shot"
<verify>
+# Strip all valid kinds of PORT and EPRT that curl can send
<strip>
-^PORT .*
-^EPRT .*
-^LPRT .*
+^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
+^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
</strip>
<protocol>
USER anonymous
diff --git a/tests/data/test116 b/tests/data/test116
index d3718e393..b396c96b2 100644
--- a/tests/data/test116
+++ b/tests/data/test116
@@ -22,7 +22,7 @@ ftp
FTP download, failed PORT
</name>
<command>
-ftp://%HOSTIP:%FTPPORT/116 -P 127.0.0.1
+ftp://%HOSTIP:%FTPPORT/116 -P 1.2.3.4
</command>
</client>
@@ -31,15 +31,17 @@ ftp://%HOSTIP:%FTPPORT/116 -P 127.0.0.1
<errorcode>
30
</errorcode>
-<strip>
-^PORT 127,0,0,1,.*
-^EPRT .*
-^LPRT .*
-</strip>
+# Strip the port number but leave the rest
+<strippart>
+s/^(PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},)\d{1,3},\d{1,3}/$1/
+s/^(EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|)\d{1,5}\|/$1/
+</strippart>
<protocol>
USER anonymous
PASS ftp@example.com
PWD
+EPRT |1|1.2.3.4|
+PORT 1,2,3,4,
QUIT
</protocol>
</verify>
diff --git a/tests/data/test119 b/tests/data/test119
index 0db6d297c..00a24287b 100644
--- a/tests/data/test119
+++ b/tests/data/test119
@@ -32,10 +32,10 @@ ftp://%HOSTIP:%FTPPORT/119 -P -
<errorcode>
19
</errorcode>
+# Strip all valid kinds of PORT and EPRT that curl can send
<strip>
-^PORT.*
-^EPRT .*
-^LPRT .*
+^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
+^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
</strip>
<protocol>
USER anonymous
diff --git a/tests/data/test144 b/tests/data/test144
index 4a9f0038e..b6fa260cd 100644
--- a/tests/data/test144
+++ b/tests/data/test144
@@ -23,11 +23,10 @@ ftp://%HOSTIP:%FTPPORT/ -P - -l
# Verify data after the test has been "shot"
<verify>
-# strip all kinds of PORT, EPRT and LPRT curl can do
+# Strip all valid kinds of PORT and EPRT that curl can send
<strip>
-^PORT 127,0,0,1,.*
-^EPRT.*
-^LPRT.*
+^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
+^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
</strip>
<protocol>
USER anonymous
diff --git a/tests/data/test145 b/tests/data/test145
index 931d52745..a35c3f0ac 100644
--- a/tests/data/test145
+++ b/tests/data/test145
@@ -26,11 +26,10 @@ ftp://%HOSTIP:%FTPPORT/ -P - -l
<errorcode>
19
</errorcode>
-# strip all kinds of PORT, EPRT and LPRT curl can do
+# Strip all valid kinds of PORT and EPRT that curl can send
<strip>
-^PORT 127,0,0,1,.*
-^EPRT.*
-^LPRT.*
+^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
+^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
</strip>
<protocol>
USER anonymous
diff --git a/tests/data/test146 b/tests/data/test146
index 73895f29b..1c9779463 100644
--- a/tests/data/test146
+++ b/tests/data/test146
@@ -21,11 +21,10 @@ ftp://%HOSTIP:%FTPPORT/first/dir/here/146 ftp://%HOSTIP:%FTPPORT/146
# Verify data after the test has been "shot"
<verify>
-# strip all kinds of PORT, EPRT and LPRT curl can do
+# Strip all valid kinds of PORT and EPRT that curl can send
<strip>
-^PORT 127,0,0,1,.*
-^EPRT.*
-^LPRT.*
+^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
+^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
</strip>
<protocol>
USER anonymous
diff --git a/tests/data/test147 b/tests/data/test147
index 9d2b27aea..aaa4ca156 100644
--- a/tests/data/test147
+++ b/tests/data/test147
@@ -25,11 +25,10 @@ ftp://%HOSTIP:%FTPPORT/first/dir/here/147 --ftp-create-dirs
# Verify data after the test has been "shot"
<verify>
-# strip all kinds of PORT, EPRT and LPRT curl can do
+# Strip all valid kinds of PORT and EPRT that curl can send
<strip>
-^PORT 127,0,0,1,.*
-^EPRT.*
-^LPRT.*
+^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
+^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
</strip>
<protocol>
USER anonymous
diff --git a/tests/data/test148 b/tests/data/test148
index ace4b4d4e..de0fa7ab3 100644
--- a/tests/data/test148
+++ b/tests/data/test148
@@ -22,11 +22,10 @@ ftp://%HOSTIP:%FTPPORT/attempt/to/get/this/148 --ftp-create-dirs
# Verify data after the test has been "shot"
<verify>
-# strip all kinds of PORT, EPRT and LPRT curl can do
+# Strip all valid kinds of PORT and EPRT that curl can send
<strip>
-^PORT 127,0,0,1,.*
-^EPRT.*
-^LPRT.*
+^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
+^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
</strip>
<errorcode>
9
diff --git a/tests/data/test149 b/tests/data/test149
index c50f134eb..64c0c6ca4 100644
--- a/tests/data/test149
+++ b/tests/data/test149
@@ -21,11 +21,10 @@ send away this contents
# Verify data after the test has been "shot"
<verify>
-# strip all kinds of PORT, EPRT and LPRT curl can do
+# Strip all valid kinds of PORT and EPRT that curl can send
<strip>
-^PORT 127,0,0,1,.*
-^EPRT.*
-^LPRT.*
+^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
+^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
</strip>
<protocol>
USER anonymous
diff --git a/tests/data/test212 b/tests/data/test212
index d00e677d7..9a802c0c3 100644
--- a/tests/data/test212
+++ b/tests/data/test212
@@ -31,9 +31,10 @@ data blobb
# Verify data after the test has been "shot"
<verify>
+# Strip the addresses and port number but leave the rest
<strippart>
-s/^(EPRT \|1\|127.0.0.1).*/$1/
-s/^(PORT 127,0,0,1,).*/$1/
+s/^(EPRT \|1\|)\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|/$1/
+s/^(PORT )\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}/$1/
</strippart>
<protocol>
USER anonymous
@@ -41,12 +42,12 @@ PASS ftp@example.com
PWD
CWD a
CWD path
-EPRT |1|127.0.0.1
-PORT 127,0,0,1,
+EPRT |1|
+PORT
TYPE I
SIZE 212
RETR 212
-PORT 127,0,0,1,
+PORT
SIZE 212
RETR 212
QUIT
diff --git a/tests/data/test251 b/tests/data/test251
index 84d2a995d..6b0d321ec 100644
--- a/tests/data/test251
+++ b/tests/data/test251
@@ -36,11 +36,10 @@ ftp://%HOSTIP:%FTPPORT/ -P %HOSTIP
# Verify data after the test has been "shot"
<verify>
-# strip all kinds of PORT, EPRT and LPRT curl can do
+# Strip all valid kinds of PORT and EPRT that curl can send
<strip>
-^PORT 127,0,0,1,.*
-^EPRT.*
-^LPRT.*
+^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
+^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
</strip>
<protocol>
USER anonymous
diff --git a/tests/data/test406 b/tests/data/test406
index d3ff294b4..3259bc6ae 100644
--- a/tests/data/test406
+++ b/tests/data/test406
@@ -39,18 +39,17 @@ ftps
FTPS dir list, PORT with specified IP
</name>
<command>
--k --ftp-ssl-control -P %HOSTIP ftps://%HOSTIP:%FTPSPORT/
+-k --ftp-ssl-control -P %CLIENTIP ftps://%HOSTIP:%FTPSPORT/
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
-# strip all kinds of PORT, EPRT and LPRT curl can do
+# Strip all valid kinds of PORT and EPRT that curl can send
<strip>
-^PORT 127,0,0,1,.*
-^EPRT.*
-^LPRT.*
+^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
+^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
</strip>
<protocol>
USER anonymous
diff --git a/tests/data/test408 b/tests/data/test408
index 211d1fa04..d0aa13b8a 100644
--- a/tests/data/test408
+++ b/tests/data/test408
@@ -34,10 +34,10 @@ Moooooooooooo
# Verify data after the test has been "shot"
<verify>
+# Strip all valid kinds of PORT and EPRT that curl can send
<strip>
-^PORT .*
-^EPRT .*
-^LPRT .*
+^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
+^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
</strip>
<protocol>
USER anonymous
diff --git a/tests/data/test525 b/tests/data/test525
index 598f54029..9c0d926ea 100644
--- a/tests/data/test525
+++ b/tests/data/test525
@@ -34,10 +34,10 @@ Moooooooooooo
# Verify data after the test has been "shot"
<verify>
+# Strip all valid kinds of PORT and EPRT that curl can send
<strip>
-^PORT .*
-^EPRT .*
-^LPRT .*
+^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
+^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
</strip>
<protocol>
USER anonymous
diff --git a/tests/data/test529 b/tests/data/test529
index 1374c1642..6ee6fe926 100644
--- a/tests/data/test529
+++ b/tests/data/test529
@@ -34,10 +34,10 @@ Moooooooooooo
# Verify data after the test has been "shot"
<verify>
+# Strip all valid kinds of PORT and EPRT that curl can send
<strip>
-^PORT .*
-^EPRT .*
-^LPRT .*
+^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
+^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
</strip>
<protocol>
USER anonymous
diff --git a/tests/data/test531 b/tests/data/test531
index 48807f03d..d986128fc 100644
--- a/tests/data/test531
+++ b/tests/data/test531
@@ -37,10 +37,10 @@ don't upload this
# Verify data after the test has been "shot"
<verify>
+# Strip all valid kinds of PORT and EPRT that curl can send
<strip>
-^PORT .*
-^EPRT .*
-^LPRT .*
+^PORT \d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3},\d{1,3}
+^EPRT \|1\|\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\|\d{1,5}\|
</strip>
<protocol>
USER anonymous