- Fixed the SMTP compliance by making sure RCPT TO addresses are specified
[platform/upstream/curl.git] / tests / ftpserver.pl
2010-02-20 Daniel Stenberg- Fixed the SMTP compliance by making sure RCPT TO...
2010-02-20 Daniel Stenberg- I made the SMTP code expect a 250 response back from...
2010-02-14 Yang Tseremoved trailing whitespace
2010-01-20 Yang TseUse killsockfilters() to kill sockfilter processes...
2010-01-09 Yang TseStart using the centralized pidfile and logfile name...
2010-01-01 Daniel Stenbergstop at once if the EOB marker shows up, even if someth...
2009-12-30 Daniel Stenberg(SMTP) support DATA better in the server and make sure...
2009-12-26 Yang Tseglobal variables reordering/refactoring/commenting
2009-12-25 Daniel Stenbergfirst basic SMTP support
2009-12-24 Yang TseEnable warnings
2009-12-24 Yang TseFix warnings
2009-12-23 Yang TseFix warnings
2009-12-23 Yang TseBack out some pingpong server stopping changes introduc...
2009-12-22 Yang Tseuse Time::HiRes whenever available, independently of...
2009-12-21 Yang Tsedead_child_handler also takes care of reaping pingpong...
2009-12-21 Yang TseReinstate hi resolution time logging since this is...
2009-12-21 Daniel Stenbergfirst small steps towards smtp
2009-12-20 Yang TseImprove delay command interruptability
2009-12-19 Daniel Stenbergsupport IMAP select and LOGOUT
2009-12-17 Yang TseComment out hi resolution time logging to verify if...
2009-12-17 Yang Tsegettimeofday() requires perl version newer than 5.6
2009-12-16 Yang TseTest harness process control enhancements
2009-12-14 Yang TsePrevent perl script dying messages in output, since...
2009-12-13 Yang Tsereapply diff between revisions 1.103 and 1.102
2009-12-12 Daniel Stenbergintroducing IMAP, POP3 and SMTP support (still lots...
2009-12-03 Yang Tsesignal handling to cleanup on SIGINT and SIGTERM
2009-11-30 Yang Tse- In order to better reflect that the returned pid...
2009-11-26 Yang TseOnly attempt to clear the server-logs lock when previou...
2009-05-05 Yang TseRevert change committed on Mon May 4 09:30:23 2009...
2009-05-04 Yang TseDavid McCreedy's patch to fix test suite harness to...
2008-12-08 Daniel Stenberg- Fred Machado posted about a weird FTP problem on...
2008-11-06 Dan FandrichMake the SLOWDOWN option slow the FTP data connection...
2008-09-30 Daniel Stenberg- The libcurl FTP code now returns CURLE_REMOTE_FILE_NO...
2008-07-11 Dan FandrichAvoid a potential zombie process when killing an old...
2008-04-23 Yang Tseimprove synchronization between test harness runtests...
2007-11-23 Yang TseRevert last change since it breaks running the test...
2007-11-23 Yang TseImprove chance of running runtests.pl from outside the
2007-10-27 Dan FandrichMade the magic testnumber > 10000 support actually...
2007-10-24 Dan FandrichFixed the test FTP server to support the >10000 test...
2007-09-20 Dan FandrichAdded variable substitution to the <verify><file> section.
2007-09-17 Dan FandrichAllow setting the IP address on which to listen for...
2007-09-17 Dan FandrichMake the ftp server connect to the address given by...
2007-08-23 Dan FandrichAllow ftp server alternate replies to contain backslash...
2007-08-23 Dan FandrichNeed even more time to wait for an accept.
2007-08-20 Dan FandrichIncrease timeout for accept for improved reliability...
2007-07-23 Dan FandrichLog the "<CMD> wasn't handled" error normally since...
2007-07-21 Daniel StenbergTo allow more flexibility in FTP test cases, I've remov...
2007-04-24 Dan FandrichClear out FTP server options before each new client.
2007-04-20 Dan FandrichChanged an error message slightly so it can be caught...
2007-03-01 Yang TseReduce the posibility of leaving the sockfilter hanging...
2006-11-20 Yang TseRevert ftpserver.pl back to revision 1.74 Adding change...
2006-11-20 Yang TseAdd some message logging
2006-11-19 Daniel Stenberglog the sleep, like when done in test 190
2006-11-17 Yang TseThe hash of running servers is now a hash of hashes...
2006-10-08 Daniel StenbergFix a "sockfilt" leak. When a new 'data' connection...
2006-09-24 Daniel Stenbergallow user in passwd state for test 280 to work (-...
2006-08-23 Dan FandrichUse /usr/bin/env to invoke perl like the other test...
2005-09-04 Daniel StenbergAdded FTP_SKIP_PASV_IP and --ftp-skip-pasv-ip
2005-05-25 Daniel Stenbergno more time/re-start of sockfilt, no more redirect...
2005-05-24 Daniel Stenbergdon't restart sockfilt after only 5 seconds of inactivity
2005-05-04 Daniel Stenbergremoved lots of (now) redundant logging
2005-05-04 Daniel Stenbergmodify a value we are allowed to
2005-05-04 Daniel Stenbergimproved logging (all FTP protocol data, both ways...
2005-05-03 Daniel Stenbergadd more info to the log to ease debugging
2005-05-02 Daniel Stenberganother <case> converted to sysread
2005-05-02 Daniel Stenbergread from the open2 filehandle with sysread, not <handle>
2005-05-02 Daniel StenbergFixed the FTP server read stuff when waiting for a...
2005-05-02 Daniel Stenbergfix the server for the slow response case
2005-05-02 Daniel StenbergMake sure there's no pidfile if we cannot start the...
2005-04-28 Daniel Stenbergbasic signal handler for sigint and sigkill
2005-04-28 Daniel Stenbergkill slave processes when they fail
2005-04-18 Daniel Stenbergallow some more time
2005-04-18 Daniel StenbergModified the FTP server to use the new 'sockfilt' progr...
2005-04-14 Daniel Stenbergmake the ftp server support reply/servercmd, and make...
2005-03-31 Daniel Stenbergcopyright this year
2005-03-29 Daniel StenbergMade the server send data to the control/data connectio...
2005-01-26 Daniel StenbergMake the server ignore the given PORT address, to make...
2005-01-25 Daniel StenbergA minor "syntax error" in numerous test files corrected
2005-01-20 Daniel StenbergSupport file names passed to RETR that don't start...
2005-01-20 Daniel Stenbergadd support for NOOP
2005-01-17 Daniel Stenbergsupport the new --id command line option, that allows...
2004-10-27 Daniel Stenberglog client disconnects
2004-08-23 Daniel StenbergProvide support for "transferring" zero bytes FTP files...
2004-06-17 Daniel Stenbergnew daring features, not used by any current test
2004-06-15 Daniel Stenbergskip the pid from the logging
2004-05-17 Daniel StenbergWhen waiting for the second connect, we now use alarm...
2004-04-19 Daniel Stenbergchanged the logging to work when the logfile is removed...
2004-04-15 Daniel Stenbergchange the log format to look similar to sws
2004-03-01 Daniel StenbergReport the correct size when 'verifiedserver' is requested.
2004-02-26 Daniel Stenbergadded the ever-present source header
2004-02-26 Daniel Stenbergruntests.pl now provides the srcdir to the ftpserver...
2004-01-16 Daniel Stenbergremoved unused stuff
2003-08-08 Daniel StenbergSupport COUNT in the control file, to set the number...
2003-04-09 Daniel Stenbergoops, committed test code not meant to be here
2003-04-09 Daniel StenbergMDTM support added
2003-04-03 Daniel StenbergModified how we log data to server.input, as we can...
2003-04-01 Daniel Stenberglog when we've returned verification that we are the...
2003-04-01 Daniel StenbergAdded support for the RNFR/RNTO commands
2003-03-15 Daniel Stenbergreport pid back in the WE ROOLZ message
2003-02-26 Daniel Stenbergsupport <size>-1</size> to completely disable the SIZE...
next