summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests: Added IMAP login authentication testSteve Holme2013-11-052-1/+57
* tests: Added IMAP plain authentication testSteve Holme2013-11-052-1/+56
* tests: Added test for IMAP NOOP commandSteve Holme2013-11-032-0/+46
* tests: Added test for IMAP COPY commandSteve Holme2013-11-032-1/+40
* tests: Disable IMAP CLOSE and EXPUNGE command testsSteve Holme2013-11-031-0/+2
* tests: Added tests for IMAP CLOSE and EXPUNGE commandsSteve Holme2013-11-033-1/+94
* base64: Fixed compilation warnings when using Curl_base64_decode()Steve Holme2013-11-031-2/+2
* getpart: Fixed base64 encoded parts following commit e17c1b25bc33ebSteve Holme2013-11-021-29/+59
* tests: use proper padding in NTLM responsesKamil Dudka2013-10-303-3/+3
* base64: Added basic validation to base64 input string when decodingSteve Holme2013-10-301-2/+18
* FTP: make the data connection work when going through proxyDaniel Stenberg2013-10-261-3/+3
* tests: Tidy up of SMTP and POP3 testsSteve Holme2013-10-2611-21/+24
* test907: Corrected DIGEST-MD5 response given in commit 820ed48a0088cdSteve Holme2013-10-261-2/+2
* tests: Added SMTP OAUTH2 authentication with initial response testSteve Holme2013-10-252-1/+54
* tests: Added SMTP NTLM authentication with initial response testSteve Holme2013-10-252-1/+67
* tests: Added SMTP OAUTH2 authentication testSteve Holme2013-10-252-1/+56
* tests: Added SMTP DIGEST-MD5 authentication testSteve Holme2013-10-252-1/+62
* tests: Regrouped SMTP authentication testsSteve Holme2013-10-253-6/+6
* ftpserver.pl: Added support for empty pop3 authentication dataSteve Holme2013-10-231-1/+1
* tests: Added POP3 OAUTH2 authentication testSteve Holme2013-10-232-1/+57
* tests: Added empty response support to custom repliesSteve Holme2013-10-232-3/+10
* tests: Added POP3 DIGEST-MD5 authentication testSteve Holme2013-10-232-1/+61
* test1240: verify 867b52a7ac52 (glob ranges with text to the right)Daniel Stenberg2013-10-222-1/+49
* ftpserver.pl: Fixed syntax error from commit 5b31b38c27bb7aSteve Holme2013-10-201-1/+1
* test866: Fixed user response from commit 7f7fbe7fbdb449Steve Holme2013-10-191-1/+1
* ftpserver.pl: Fixed processing of POP3 authentication stringsSteve Holme2013-10-191-0/+11
* tests: Added POP3 NTLM authentication testSteve Holme2013-10-192-0/+70
* tests: Added POP3 CRAM-MD5 authentication testSteve Holme2013-10-192-1/+60
* tests: Added POP3 login authentication testSteve Holme2013-10-192-1/+58
* tests: Added POP3 plain authentication testSteve Holme2013-10-192-1/+57
* tests: Added POP3 APOP authentication testSteve Holme2013-10-193-2/+58
* ftpserver.pl: Added support for APOP POP3 authenticationSteve Holme2013-10-191-1/+25
* tests: Added POP3 RSET testSteve Holme2013-10-192-1/+41
* test906: Fixed failing test on some platformsSteve Holme2013-10-151-0/+3
* test1239: verify 4cd444e01ad and the simulated 304 responseDaniel Stenberg2013-10-072-1/+69
* tests: Fixed typos from commit 25a0c96a494297Steve Holme2013-09-292-3/+3
* tests: Updated email addresses in SMTP tests following recent changesSteve Holme2013-09-2921-66/+66
* test909: Removed custom EHLO response after recent changesSteve Holme2013-09-291-4/+0
* 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-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