summaryrefslogtreecommitdiff
path: root/tests/ftpserver.pl
Commit message (Expand)AuthorAgeFilesLines
* imap: change from "FETCH" to "UID FETCH"Nicklas Avén2018-09-061-1/+7
* spelling fixesViktor Szakats2018-02-231-2/+2
* smtp: fix processing of initial dot in dataPatrick Monnerat2018-02-121-2/+2
* sasl_getmesssage: make sure we have a long enough string to passDaniel Stenberg2017-12-051-5/+11
* ftpserver: support case insensitive commandsDaniel Stenberg2017-10-101-1/+1
* ftpserver: properly reset $ftptargetdir.Patrick Monnerat2017-10-081-1/+1
* tests: make the imap server not verify user+passwordDaniel Stenberg2017-09-221-12/+3
* s/cURL/curlDaniel Stenberg2016-11-071-5/+5
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* ftpserver.pl: Extended the full text reply regular expressionSteve Holme2014-03-301-1/+1
* ftpserver.pl: Removed some unused variablesSteve Holme2014-03-301-5/+0
* ftpserver.pl: Reworked some variable names to be more meaningfulSteve Holme2014-03-301-15/+15
* ftpserver.pl: Corrected some indentation in senddata()Steve Holme2014-03-291-11/+12
* ftpserver.pl: Added fallback to <data> support when using multiple URLsSteve Holme2014-03-291-0/+3
* ftpserver.pl: Updated email based get reply data code to use new methodSteve Holme2014-03-291-130/+13
* ftpserver.pl: Fixed syntax error from commit 3a29ee41Steve Holme2014-03-291-1/+1
* ftpserver.pl: Updated argument code in STATUS_imap() to be more meaningfulSteve Holme2014-03-291-4/+7
* ftpserver.pl: Introduced common method for getting a test's reply dataSteve Holme2014-03-291-3/+21
* ftpserver.pl: directory LISTings use [CR][LF] for ASCII transferMarc Hoersken2014-01-311-0/+3
* Fixed some XML syntax issues in the test dataDan Fandrich2014-01-171-4/+4
* ftp tests: provide LIST responses in the test file itselfDaniel Stenberg2014-01-041-7/+25
* ftpserver.pl: Fixed compilation errorSteve Holme2013-12-271-1/+0
* ftpserver.pl: Reworked SMTP verified server detectionSteve Holme2013-12-271-76/+63
* pop3: Fixed APOP being determined by CAPA response rather than by timestampSteve Holme2013-12-241-17/+24
* tests: Removed APOP timestamp from default server greetingSteve Holme2013-12-241-1/+1
* ftpserver.pl: Updated custom full text REPLY regexSteve Holme2013-12-231-1/+1
* ftpserver.pl: Fixed runtime warning from commit 7da9c95bcf1fe6Steve Holme2013-12-221-1/+1
* ftpserver.pl: Added the ability to send custom full text repliesSteve Holme2013-12-221-19/+28
* ftpserver.pl: Added the ability to specify custom full text repliesSteve Holme2013-12-221-1/+7
* ftpserver.pl: Renamed commandreply variable from customreplySteve Holme2013-12-221-14/+14
* ftpserver.pl: Reworked fix from commit 7a36b2abc06862Steve Holme2013-11-231-10/+32
* ftpserver.pl: Fixed unknown IMAP command "*"Steve Holme2013-11-231-1/+2
* ftpserver.pl: Fixed servercmd REPLY with * detectionSteve Holme2013-11-231-1/+1
* tests: Added SMTP HELP testSteve Holme2013-11-171-2/+2
* ftpserver.pl: Added support for new SMTP commandsSteve Holme2013-11-161-0/+112
* ftpserver.pl: Reworked custom reply handling codeSteve Holme2013-11-101-16/+15
* ftpserver.pl: Reworked unrecognised command responsesSteve Holme2013-11-101-3/+3
* ftpserver.pl: Fixed processing of IMAP authentication stringsSteve Holme2013-11-101-6/+13
* Revert "ftpserver.pl: Corrected logic from commit 27b7b1062f9d97"Steve Holme2013-11-061-1/+1
* ftpserver.pl: Corrected logic from commit 27b7b1062f9d97Steve Holme2013-11-061-1/+1
* ftpserver.pl: Fixed IMAP cmdid being sent on custom responsesSteve Holme2013-11-061-1/+2
* ftpserver.pl: Added support for empty pop3 authentication dataSteve Holme2013-10-231-1/+1
* tests: Added empty response support to custom repliesSteve Holme2013-10-231-2/+7
* ftpserver.pl: Fixed syntax error from commit 5b31b38c27bb7aSteve Holme2013-10-201-1/+1
* ftpserver.pl: Fixed processing of POP3 authentication stringsSteve Holme2013-10-191-0/+11
* tests: Added POP3 APOP authentication testSteve Holme2013-10-191-1/+4
* ftpserver.pl: Added support for APOP POP3 authenticationSteve Holme2013-10-191-1/+25
* ftpserver.pl: Fixed compilation error from commit 49341628b50007Steve Holme2013-09-291-1/+1
* ftpserver.pl: Moved specifying the test number from the RCPT addressSteve Holme2013-09-291-9/+15
* ftpserver.pl: Added unwanted argument check to SMTP DATA command handlerSteve Holme2013-09-291-44/+58