aboutsummaryrefslogtreecommitdiff
path: root/tests/ftpserver.pl
AgeCommit message (Expand)Author
2013-09-08ftpserver.pl: Fixed empty array checksSteve Holme
2013-09-08ftpserver: Reworked AUTH support to allow for specifying the mechanismsSteve Holme
2013-09-08ftpserver: Reworked CAPA support to allow for specifying the capabilitiesSteve Holme
2013-09-08ftpserver.pl: Corrected POP3 LIST as message numbers should be contiguousSteve Holme
2013-09-08ftpserver.pl: Added support for POP3 NOOP commandSteve Holme
2013-09-08ftpserver.pl: Fixed 'Use of uninitialized value $args in string ne'Steve Holme
2013-09-08ftpserver.pl: Added support for POP STAT commandSteve Holme
2013-09-08ftpserver.pl: Moved POP3 QUIT handler into own functionSteve Holme
2013-09-08ftpserver.pl: Reordered the POP3 handlers to be alphabeticalSteve Holme
2013-09-08ftpserver.pl: Corrected misaligned indentation in POP3 handlersSteve Holme
2013-09-07ftpserver.pl: Added support for POP3 DELE commandSteve Holme
2013-08-31ftpserver.pl: Added support for the IMAP CHECK commandSteve Holme
2013-08-31ftpserver.pl: Corrected flawed logic in commit 1ca6ed7b75cad0Steve Holme
2013-08-31ftpserver.pl: Added argument check to IMAP command handlersSteve Holme
2013-08-31ftpserver.pl: More whitespace correctionsSteve Holme
2013-08-30ftpserver.pl: Small correction tidy upSteve Holme
2013-08-30ftpserver: Bareword "to_mailbox" not allowedDaniel Stenberg
2013-08-30ftpserver.pl: Added support for IMAP CREATE, DELETE and RENAME commandsSteve Holme
2013-08-29ftpserver.pl: Updated IMAP EXAMINE handler to use dynamic test dataSteve Holme
2013-08-29ftpserver.pl: Added SELECT check to IMAP FETCH and STORE handlersSteve Holme
2013-08-28ftpserver.pl: Corrected accidental move of logmsg() callSteve Holme
2013-08-28ftpserver: add missing '}' from 4ae7b7ea69149Daniel Stenberg
2013-08-28ftpserver.pl: Added SELECT check to IMAP SEARCH commandSteve Holme
2013-08-28ftpserver.pl: Fixed IMAP SEARCH commandSteve Holme
2013-08-27ftpserver.pl: Added support for IMAP SEARCH commandSteve Holme
2013-04-29ftpserver: silence warningsDaniel Stenberg
2013-04-29ftpserver.pl: Corrected the imap LOGIN responseSteve Holme
2013-04-29tests: Added imap STATUS command testSteve Holme
2013-04-26ftpserver.pl: Fixed imap logout confirmation dataSteve Holme
2013-04-12FTP: handle a 230 welcome responseDaniel Stenberg
2013-03-14ftpserver.pl: Added EXAMINE_imap() for IMAP EXAMINE commandsSteve Holme
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