summaryrefslogtreecommitdiff
path: root/tests/ftpserver.pl
Commit message (Expand)AuthorAgeFilesLines
* Revert change committed on Mon May 4 09:30:23 2009 UTC.Yang Tse2009-05-051-24/+18
* David McCreedy's patch to fix test suite harness to allow test FTP server and...Yang Tse2009-05-041-2/+8
* - Fred Machado posted about a weird FTP problem on the curl-users list and whenDaniel Stenberg2008-12-081-5/+3
* Make the SLOWDOWN option slow the FTP data connection, not just theDan Fandrich2008-11-061-2/+20
* - The libcurl FTP code now returns CURLE_REMOTE_FILE_NOT_FOUND error when SIZEDaniel Stenberg2008-09-301-3/+5
* Avoid a potential zombie process when killing an old ftpserverDan Fandrich2008-07-111-0/+1
* improve synchronization between test harness runtests.pl scriptYang Tse2008-04-231-1/+14
* Revert last change since it breaks running the test suiteYang Tse2007-11-231-3/+3
* Improve chance of running runtests.pl from outside theYang Tse2007-11-231-3/+3
* Made the magic testnumber > 10000 support actually workDan Fandrich2007-10-271-9/+9
* Fixed the test FTP server to support the >10000 test number notationDan Fandrich2007-10-241-3/+18
* Added variable substitution to the <verify><file> section.Dan Fandrich2007-09-201-0/+1
* Allow setting the IP address on which to listen for connections.Dan Fandrich2007-09-171-1/+7
* Make the ftp server connect to the address given by curl in the PORT/EPRTDan Fandrich2007-09-171-3/+8
* Allow ftp server alternate replies to contain backslash-escaped controlDan Fandrich2007-08-231-3/+2
* Need even more time to wait for an accept.Dan Fandrich2007-08-231-1/+1
* Increase timeout for accept for improved reliability on loaded servers.Dan Fandrich2007-08-201-1/+1
* Log the "<CMD> wasn't handled" error normally since it is now expectedDan Fandrich2007-07-231-1/+1
* To allow more flexibility in FTP test cases, I've removed the enforced statesDaniel Stenberg2007-07-211-59/+12
* Clear out FTP server options before each new client.Dan Fandrich2007-04-241-0/+12
* Changed an error message slightly so it can be caught easier by theDan Fandrich2007-04-201-4/+4
* Reduce the posibility of leaving the sockfilter hanging around whenYang Tse2007-03-011-8/+38
* Revert ftpserver.pl back to revision 1.74 Adding change done in 1.76Yang Tse2006-11-201-2/+2
* Add some message loggingYang Tse2006-11-201-1/+1
* log the sleep, like when done in test 190Daniel Stenberg2006-11-191-0/+1
* The hash of running servers is now a hash of hashes which for each runningYang Tse2006-11-171-2/+2
* Fix a "sockfilt" leak. When a new 'data' connection sockfilt server is started,Daniel Stenberg2006-10-081-1/+9
* allow user in passwd state for test 280 to work (--ftp-alternative-to-user)Daniel Stenberg2006-09-241-2/+2
* Use /usr/bin/env to invoke perl like the other test scripts.Dan Fandrich2006-08-231-1/+1
* Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ipDaniel Stenberg2005-09-041-1/+10
* no more time/re-start of sockfilt, no more redirect of stdin/stdout whenDaniel Stenberg2005-05-251-29/+19
* don't restart sockfilt after only 5 seconds of inactivityDaniel Stenberg2005-05-241-1/+1
* removed lots of (now) redundant loggingDaniel Stenberg2005-05-041-29/+0
* modify a value we are allowed toDaniel Stenberg2005-05-041-2/+3
* improved logging (all FTP protocol data, both ways) to possibly help us realizeDaniel Stenberg2005-05-041-14/+11
* add more info to the log to ease debuggingDaniel Stenberg2005-05-031-1/+3
* another <case> converted to sysreadDaniel Stenberg2005-05-021-1/+2
* read from the open2 filehandle with sysread, not <handle>Daniel Stenberg2005-05-021-2/+5
* Fixed the FTP server read stuff when waiting for a connect after a PASV/EPSV.Daniel Stenberg2005-05-021-4/+9
* fix the server for the slow response caseDaniel Stenberg2005-05-021-9/+15
* Make sure there's no pidfile if we cannot start the initial sockfilt tool -Daniel Stenberg2005-05-021-3/+4
* basic signal handler for sigint and sigkillDaniel Stenberg2005-04-281-0/+9
* kill slave processes when they failDaniel Stenberg2005-04-281-2/+6
* allow some more timeDaniel Stenberg2005-04-181-1/+1
* Modified the FTP server to use the new 'sockfilt' program to do all the socketDaniel Stenberg2005-04-181-109/+273
* make the ftp server support reply/servercmd, and make SLOWDOWN work, andDaniel Stenberg2005-04-141-1/+6
* copyright this yearDaniel Stenberg2005-03-311-1/+1
* Made the server send data to the control/data connections using two dedicatedDaniel Stenberg2005-03-291-28/+56
* Make the server ignore the given PORT address, to make it possible to testDaniel Stenberg2005-01-261-1/+2
* A minor "syntax error" in numerous test files correctedDaniel Stenberg2005-01-251-0/+1