aboutsummaryrefslogtreecommitdiff
path: root/tests/ftpserver.pl
AgeCommit message (Expand)Author
2013-03-10imap-tests: Accept quoted parameters in ftpserver.plJiri Hruska
2013-03-10tests: Fix ftpserver.pl indentationJiri Hruska
2013-03-06imap: Fixed ftpserver.pl to allow verification even through LIST commandJiri Hruska
2013-03-06imap: Updated ftpserver.pl to be more compliant, added new commandsJiri Hruska
2013-01-05imap test server: fix typo in name of SELECT_imap() sub definitionYang Tse
2013-01-04imap test server: Added support for the CAPABILITY commandSteve Holme
2012-12-06runtests and friends: Do not add undefined values to @INCFabian Keil
2012-09-04ftpserver: respond with a 250 to SMTP EHLODaniel Stenberg
2012-05-30pop3 test server: allow pop3 test server verification to succeed againYang Tse
2012-02-21pop3 test server: send terminating ".CRLF" onlyDaniel Stenberg
2011-12-29ftpserver.pl: arbitrary application data splitting among TCP packets [II]Yang Tse
2011-12-28ftpserver.pl: arbitrary application data splitting among TCP packets [I]Yang Tse
2011-11-29ftpserver: output CRLF in logsDaniel Stenberg
2011-11-02FTP test server: NODATACONN commands follow-upYang Tse
2011-11-01FTP test server: NODATACONN commands follow-upYang Tse
2011-10-31FTP test server: NODATACONN commands commit c761fcb0 follow-upYang Tse
2011-10-30FTP test server: fix server unresponsivenessYang Tse
2011-10-27ftpserver.pl: three new custom FTP server commands to disable data channelYang Tse
2011-10-24FTP server: allow EPRT by defaultDaniel Stenberg
2011-10-24ftpserver.pl: ensure integral number usage for passive mode stringYang Tse
2011-03-17Added support for LISTing a single POP3 messageDan Fandrich
2010-11-10ftpserver.pl: spellfix commentDaniel Stenberg
2010-08-25gopher tests: revert parts of gopher in the pingpong serverDaniel Stenberg
2010-08-25Gopher using Curl_write; test suite (4 tests)Cameron Kaiser
2010-05-12FTP: WILDCARDMATCH/CHUNKING/FNMATCH addedPavel Raiskup
2010-04-19Implement SMTP authenticationmonnerat
2010-03-24restore executable bits on some filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-20- Fixed the SMTP compliance by making sure RCPT TO addresses are specifiedDaniel Stenberg
2010-02-20- I made the SMTP code expect a 250 response back from the server after theDaniel Stenberg
2010-02-14removed trailing whitespaceYang Tse
2010-01-20Use killsockfilters() to kill sockfilter processes, this ensures that whenYang Tse
2010-01-09Start using the centralized pidfile and logfile name generationYang Tse
2010-01-01stop at once if the EOB marker shows up, even if something else might getDaniel Stenberg
2009-12-30(SMTP) support DATA better in the server and make sure to "escape" CRLF.CRLFDaniel Stenberg
2009-12-26global variables reordering/refactoring/commentingYang Tse
2009-12-25first basic SMTP supportDaniel Stenberg
2009-12-24Enable warningsYang Tse
2009-12-24Fix warningsYang Tse
2009-12-23Fix warningsYang Tse
2009-12-23Back out some pingpong server stopping changes introduced last week inYang Tse
2009-12-22use Time::HiRes whenever available, independently of perl versionYang Tse
2009-12-21dead_child_handler also takes care of reaping pingpong server dead child proc...Yang Tse
2009-12-21Reinstate hi resolution time logging since this is not what isYang Tse
2009-12-21first small steps towards smtpDaniel Stenberg
2009-12-20Improve delay command interruptabilityYang Tse
2009-12-19support IMAP select and LOGOUTDaniel Stenberg
2009-12-17Comment out hi resolution time logging to verify if this is what mightYang Tse
2009-12-17gettimeofday() requires perl version newer than 5.6Yang Tse
2009-12-16Test harness process control enhancementsYang Tse