aboutsummaryrefslogtreecommitdiff
path: root/tests/ftpserver.pl
AgeCommit message (Expand)Author
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
2009-12-14Prevent perl script dying messages in output, since tearing down the pinpongYang Tse
2009-12-13reapply diff between revisions 1.103 and 1.102Yang Tse
2009-12-12introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg
2009-12-03signal handling to cleanup on SIGINT and SIGTERMYang Tse
2009-11-30- In order to better reflect that the returned pid is extracted from theYang Tse
2009-11-26Only attempt to clear the server-logs lock when previously set by this same s...Yang Tse
2009-05-05Revert change committed on Mon May 4 09:30:23 2009 UTC.Yang Tse
2009-05-04David McCreedy's patch to fix test suite harness to allow test FTP server and...Yang Tse
2008-12-08- Fred Machado posted about a weird FTP problem on the curl-users list and whenDaniel Stenberg