summaryrefslogtreecommitdiff
path: root/tests/ftpserver.pl
Commit message (Expand)AuthorAgeFilesLines
* smtp: Support the SMTPUTF8 extension in the VRFY commandSteve Holme2020-02-261-5/+10
* smtp: Support the SMTPUTF8 extension in the RCPT TO commandSteve Holme2020-02-261-4/+7
* smtp: Support the SMTPUTF8 extension in the MAIL commandSteve Holme2020-02-261-5/+9
* smtp: Support UTF-8 based host names in the VRFY commandSteve Holme2020-02-261-1/+7
* ftpserver: Updated VRFY_smtp() so the response isn't necessary in the test caseSteve Holme2020-02-241-3/+15
* ftpserver: Corrected the e-mail address regex in MAIL_smtp() and RCTP_smtp()Steve Holme2020-02-241-3/+3
* tests: make it possible to set executable extensionsMarc Hoersken2019-12-091-3/+7
* 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