summaryrefslogtreecommitdiff
path: root/tests/data/test823
Commit message (Collapse)AuthorAgeFilesLines
* imap: change from "FETCH" to "UID FETCH"Nicklas Avén2018-09-061-1/+1
| | | | | | | | | | | | ... and add "MAILINDEX". As described in #2789, this is a suggested solution. Changing UID=xx to actually get mail with UID xx and add "MAILINDEX" to get a mail with a special index in the mail box (old behavior). So MAILINDEX=1 gives the first non deleted mail in the mail box. Fixes #2789 Closes #2815
* tests: updated for modified fake randomDaniel Stenberg2017-05-081-2/+2
|
* sasl: Added back qop argument mistakenly removed in e95ca7ceDan Fandrich2014-06-151-2/+2
| | | | This caused segfaults on tests 823 869 907.
* NTLM: set a fake entropy for debug builds with CURL_ENTROPY setDaniel Stenberg2014-06-111-2/+2
| | | | | | | | | | | | | | | | Curl_rand() will return a dummy and repatable random value for this case. Makes it possible to write test cases that verify output. Also, fake timestamp with CURL_FORCETIME set. Only when built debug enabled of course. Curl_ssl_random() was not used anymore so it has been removed. Curl_rand() is enough. create_digest_md5_message: generate base64 instead of hex string curl_sasl: also fix memory leaks in some OOM situations
* tests: Fixed up DIGEST-MD5 tests following commit eefeb73af4Steve Holme2014-06-011-2/+2
|
* tests: Fixed up DIGEST-MD5 tests following commit 8342b6e1dcSteve Holme2014-05-111-2/+2
|
* tests: Disabled DIGEST-MD5 tests when running with SSPI enabledSteve Holme2014-04-061-0/+1
|
* tests: Replaced email authentication keywords with SASL based keywordsSteve Holme2014-03-301-1/+1
| | | | | | As the email protocols implement SASL authentication rather than IMAP, POP3 and SMTP specific authentication, updated the authentication keywords to reflect this.
* tests: Added "SASL" authentication keywordSteve Holme2014-03-301-0/+1
|
* test823: Fixed expected authentication text from commit e10a26a9d6d6deSteve Holme2013-11-101-2/+2
| | | | Fixed authentication text due to incorrect digest-uri property.
* tests: Added IMAP DIGEST-MD5 authentication testSteve Holme2013-11-101-0/+61