summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* ftpserver.pl: Moved specifying the test number from the RCPT addressSteve Holme2013-09-2923-55/+61
* ftpserver.pl: Added unwanted argument check to SMTP DATA command handlerSteve Holme2013-09-291-44/+58
* test906: Fixed type-2 responseSteve Holme2013-09-231-1/+1
* test915: Corrected test number from commit 22bccb0edaf041Steve Holme2013-09-231-2/+2
* test906: Fixed type-1 message not handled errorSteve Holme2013-09-231-1/+1
* tests: Added SMTP AUTH NTLM testSteve Holme2013-09-222-1/+65
* tests: Added SMTP multiple and invalid --mail-rcpt testSteve Holme2013-09-222-0/+48
* tests: Added SMTP multiple --mail-rcpt testSteve Holme2013-09-222-1/+56
* tests: Added SMTP invalid --mail-rcpt testSteve Holme2013-09-222-1/+47
* tests: Regrouping of SMTP testsSteve Holme2013-09-222-2/+2
* test1112: Increase the timeout from 7s to 16sBenoit Sigoure2013-09-221-1/+1
* tests: Fixed smtp rcpt to addressesSteve Holme2013-09-2217-36/+35
* ftpserver.pl: Expanded the SMTP RCPT handler to validate TO addressesSteve Holme2013-09-221-1/+10
* ftpserver.pl: Added cURL SMTP server detection to HELO command handlerSteve Holme2013-09-221-18/+31
* ftpserver.pl: Corrected response code for successful RCPT commandSteve Holme2013-09-221-1/+1
* ftpserver.pl: Moved invalid RCPT TO: address detection to RCPT handlerSteve Holme2013-09-221-17/+15
* ftpserver.pl: Moved cURL SMTP server detection into EHLO command handlerSteve Holme2013-09-211-39/+48
* test1415: adjusted to work for 32bit time_tDaniel Stenberg2013-09-211-6/+6
* tests: Reworked existing SMTP tests to be single recipient basedSteve Holme2013-09-214-8/+4
* ftpserver.pl: Corrected SMTP QUIT response to be more realisticSteve Holme2013-09-201-3/+13
* ftpserver.pl: Moved SMTP RCPT response text into command handlerSteve Holme2013-09-201-1/+6
* tests: Added SMTP invalid --mail-from testSteve Holme2013-09-202-1/+46
* tests: Updated SMTP AUTH tests to use the new AUTH directiveSteve Holme2013-09-195-5/+5
* tests: Corrected test913 as the QUIT response is receivedSteve Holme2013-09-191-4/+2
* tests: Added SMTP large message SIZE testSteve Holme2013-09-192-1/+52
* ftpserver.pl: Updated email regex from commit 98f7ca7e971006Steve Holme2013-09-191-1/+1
* tests: Fixed smtp mail from addressesSteve Holme2013-09-1914-29/+29
* ftpserver.pl: Standardised CAPA and AUTH responsesSteve Holme2013-09-181-2/+2
* ftpserver.pl: Corrected POP3 QUIT reply to be more realisticSteve Holme2013-09-181-1/+1
* runtests.pl: Fixed syntax error in commit c873375123343eSteve Holme2013-09-181-1/+1
* runtests.pl: Fixed smtp mail from addressSteve Holme2013-09-181-1/+1
* ftpserver.pl: Fixed syntax error in commit 98f7ca7e971006Steve Holme2013-09-181-1/+1
* ftpserver.pl: Expanded the SMTP MAIL handler to validate messagesSteve Holme2013-09-181-1/+50
* cookies: add expirationYAMADA Yasuharu2013-09-172-1/+73
* ftpserver.pl: Corrected response code for successful MAIL commandSteve Holme2013-09-171-1/+1
* ftpserver.pl: Moved SMTP MAIL handler into own functionSteve Holme2013-09-171-1/+7
* tests: Fixed test 1406 following recent changes in ftpserver.plSteve Holme2013-09-161-0/+3
* tests: Added test for SMTP SIZE capabilitySteve Holme2013-09-162-1/+56
* ftpserver.pl: Added the ability to include spaces in capabilitiesSteve Holme2013-09-151-1/+4
* ftpserver.pl: Corrected response code for successful SMTP QUIT commandSteve Holme2013-09-151-1/+1
* ftpserver.pl: Fixed syntax error in commit 33c1f2876b9029Steve Holme2013-09-151-1/+1
* ftpserver.pl: Added CAPA & AUTH directive support to the SMTP EHLO handlerSteve Holme2013-09-152-9/+52
* ftpserver.pl: Fixed SMTP QUIT handler from dadc495540946eSteve Holme2013-09-151-1/+1
* ftpserver.pl: Moved SMTP EHLO and QUIT handlers in own functionsSteve Holme2013-09-151-2/+15
* ftpserver.pl: Added support for SMTP HELO commandSteve Holme2013-09-152-1/+15
* ftpserver.pl: Added mailbox check to IMAP SELECT handlerSteve Holme2013-09-151-14/+19
* ftpserver.pl: Corrected invalid user details checkSteve Holme2013-09-151-2/+2
* ftpserver.pl: Moved IMAP LOGIN handler into own functionSteve Holme2013-09-141-2/+28
* ftpserver.pl: Moved POP3 USER and PASS handlers into own functionsSteve Holme2013-09-142-5/+38
* ftpserver.pl: Corrected invalid argument check in POP3 TOP handlerSteve Holme2013-09-141-1/+1