<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/curl.git/tests/ftpserver.pl, branch bagder/test493-https</title>
<subtitle>github.com: bagder/curl.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/'/>
<entry>
<title>ftpserver: only load the preprocessed test file</title>
<updated>2021-03-19T14:57:27+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2021-03-18T08:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=bd738bef1258f79352561e0ff594651cc60dad1d'/>
<id>bd738bef1258f79352561e0ff594651cc60dad1d</id>
<content type='text'>
We always preprocess and tests are no longer sensible to load "raw"

Closes #6738
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We always preprocess and tests are no longer sensible to load "raw"

Closes #6738
</pre>
</div>
</content>
</entry>
<entry>
<title>curl.se: new home</title>
<updated>2020-11-04T22:59:47+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-11-04T13:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4d2f8006777d6354d9b62eae38ebd0a0256d0f94'/>
<id>4d2f8006777d6354d9b62eae38ebd0a0256d0f94</id>
<content type='text'>
Closes #6172
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #6172
</pre>
</div>
</content>
</entry>
<entry>
<title>ftp: make a 552 response return CURLE_REMOTE_DISK_FULL</title>
<updated>2020-09-26T11:37:15+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-09-25T15:13:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=4a4c7245998af59dbc16f267fd5f000f2950ba4f'/>
<id>4a4c7245998af59dbc16f267fd5f000f2950ba4f</id>
<content type='text'>
Added test 348 to verify. Added a 'STOR' command to the test FTP
server to enable test 348. Documented the command in FILEFORMAT.md

Reported-by: Duncan Wilcox
Fixes #6016
Closes #6017
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added test 348 to verify. Added a 'STOR' command to the test FTP
server to enable test 348. Documented the command in FILEFORMAT.md

Reported-by: Duncan Wilcox
Fixes #6016
Closes #6017
</pre>
</div>
</content>
</entry>
<entry>
<title>runtests: support dynamicly base64 encoded sections in tests</title>
<updated>2020-08-04T16:12:42+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-08-04T11:56:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=424092e70f4c83e32d16bdbb1316526c10e57139'/>
<id>424092e70f4c83e32d16bdbb1316526c10e57139</id>
<content type='text'>
This allows us to make test cases to use base64 at run-time and still
use and verify information determined at run-time, such as the IMAP test
server's port number in test 842.

This change makes 12 tests run again that basically never ran since we
moved to dynamic port numbers.

ftpserver.pl is adjusted to load test instructions and test number from
the preprocessed test file.

FILEFORMAT.md now documents the new base64 encoding syntax.

Reported-by: Marcel Raad
Fixes #5761
Closes #5775
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to make test cases to use base64 at run-time and still
use and verify information determined at run-time, such as the IMAP test
server's port number in test 842.

This change makes 12 tests run again that basically never ran since we
moved to dynamic port numbers.

ftpserver.pl is adjusted to load test instructions and test number from
the preprocessed test file.

FILEFORMAT.md now documents the new base64 encoding syntax.

Reported-by: Marcel Raad
Fixes #5761
Closes #5775
</pre>
</div>
</content>
</entry>
<entry>
<title>ftpserver: don't verify SMTP MAIL FROM names</title>
<updated>2020-07-03T08:10:30+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-07-02T14:42:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=1535363e728aa956bd64dd0325d8e38264a15468'/>
<id>1535363e728aa956bd64dd0325d8e38264a15468</id>
<content type='text'>
Rely on tests asking the names to get refused instead - test servers
should be as dumb as possible. Edited test 914, 955 and 959 accordingly.

Closes #5639
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rely on tests asking the names to get refused instead - test servers
should be as dumb as possible. Edited test 914, 955 and 959 accordingly.

Closes #5639
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: move pingpong server to dynamic listening port</title>
<updated>2020-04-18T21:57:22+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-04-18T21:41:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=7e359bccd2420a88bccf5d174275bfaf0b819e13'/>
<id>7e359bccd2420a88bccf5d174275bfaf0b819e13</id>
<content type='text'>
FTP, IMAP, POP3, SMTP and their IPv6 versions are now all on dynamic
ports

Test 842-845 are unfortunately a bit hard to move over to this concept
right now and require "default port" still...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
FTP, IMAP, POP3, SMTP and their IPv6 versions are now all on dynamic
ports

Test 842-845 are unfortunately a bit hard to move over to this concept
right now and require "default port" still...
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: add Windows compatible pidwait like pidkill and pidterm</title>
<updated>2020-04-11T21:46:00+00:00</updated>
<author>
<name>Marc Hoersken</name>
<email>info@marc-hoersken.de</email>
</author>
<published>2020-04-10T19:25:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=2a93021750b4979f32dd445c3366453c33390ea0'/>
<id>2a93021750b4979f32dd445c3366453c33390ea0</id>
<content type='text'>
Related to #5188
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to #5188
</pre>
</div>
</content>
</entry>
<entry>
<title>ftpserver.pl: log before and after data connection is closed</title>
<updated>2020-04-02T16:31:02+00:00</updated>
<author>
<name>Marc Hoersken</name>
<email>info@marc-hoersken.de</email>
</author>
<published>2020-04-02T16:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=7208a989b79604a78c9bb7dbd8a4dc3e98b5ca0f'/>
<id>7208a989b79604a78c9bb7dbd8a4dc3e98b5ca0f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup: fix some text/comment typos</title>
<updated>2020-03-12T13:28:17+00:00</updated>
<author>
<name>Viktor Szakats</name>
<email>commit@vsz.me</email>
</author>
<published>2020-03-12T12:15:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=af07875c0d0236a79c1639b01af60568ca95b9db'/>
<id>af07875c0d0236a79c1639b01af60568ca95b9db</id>
<content type='text'>
Closes #5087
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5087
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: try to make sleeping portable by avoiding select</title>
<updated>2020-03-04T14:31:42+00:00</updated>
<author>
<name>Marc Hoersken</name>
<email>info@marc-hoersken.de</email>
</author>
<published>2020-03-04T10:44:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/curl.git/commit/?id=9aaca09044de4d4116822f25d2cf9c780d7465ce'/>
<id>9aaca09044de4d4116822f25d2cf9c780d7465ce</id>
<content type='text'>
select does not support just waiting on Windows:
https://perldoc.perl.org/perlport.html#select

Reviewed-By: Daniel Stenberg
Closes #5035
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
select does not support just waiting on Windows:
https://perldoc.perl.org/perlport.html#select

Reviewed-By: Daniel Stenberg
Closes #5035
</pre>
</div>
</content>
</entry>
</feed>
