Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-18 | imap/pop3/smtp: Added support for SASL authentication downgrades | Steve Holme | |
Added support for downgrading the SASL authentication mechanism when the decoding of CRAM-MD5, DIGEST-MD5 and NTLM messages fails. This enhances the previously added support for graceful cancellation by allowing the client to retry a lesser SASL mechanism such as LOGIN or PLAIN, or even APOP / clear text (in the case of POP3 and IMAP) when supported by the server. | |||
2013-12-14 | login options: remove the ;[options] support from CURLOPT_USERPWD | Daniel Stenberg | |
To avoid the regression when users pass in passwords containing semi- colons, we now drop the ability to set the login options with the same options. Support for login options in CURLOPT_USERPWD was added in 7.31.0. Test case 83 was modified to verify that colons and semi-colons can be used as part of the password when using -u (CURLOPT_USERPWD). Bug: http://curl.haxx.se/bug/view.cgi?id=1311 Reported-by: Petr Bahula Assisted-by: Steve Holme Signed-off-by: Daniel Stenberg <daniel@haxx.se> | |||
2013-11-24 | tests: Re-ordered test arguments to match other IMAP tests | Steve Holme | |
2013-11-24 | tests: Corrected login "username" authentication responses | Steve Holme | |
2013-11-24 | tests: Added error code explanation comments | Steve Holme | |
2013-11-24 | tests: Removed expected QUIT response from graceful cancellation tests | Steve Holme | |
A failure during authentication, which is performed as part of the CONNECT phrase (for IMAP, POP3 and SMTP) is considered by the multi- interface as being closed prematurely (aka a dead connection). As such these protocols cannot issue the relevant QUIT or LOGOUT command. Temporarily fixed the test cases until we can fix this properly. | |||
2013-11-24 | tests: Added SMTP graceful authentication cancellation tests | Steve Holme | |
2013-11-24 | tests: Added POP3 graceful authentication cancellation tests | Steve Holme | |
2013-11-23 | tests: Added IMAP graceful authentication cancellation tests | Steve Holme | |
2013-11-23 | tests: Moved CR LF in URL tests to their respective protocol groups | Steve Holme | |
2013-11-17 | tests: Added SMTP NOOP and RSET tests | Steve Holme | |
2013-11-17 | test928: Corrected typo in expected data from commit df58084695ce9b | Steve Holme | |
2013-11-17 | tests: Added SMTP HELP test | Steve Holme | |
2013-11-17 | tests: Added SMTP EXPN command test | Steve Holme | |
2013-11-16 | test926: Corrected unknown user reply from commit 0d735c29f92748 | Steve Holme | |
The error code should not be sent as data as it isn't passed onto the client as body data, so cannot be compared in the test suite against expected data. | |||
2013-11-16 | tests: Corrected missing data reply sections from 3d50e91aeef8cc | Steve Holme | |
2013-11-16 | tests: Added SMTP VRFY command tests | Steve Holme | |
2013-11-13 | test825: Corrected typo from commit b29217d0d682d4 | Steve Holme | |
2013-11-13 | test922: Corrected title to match other OAuth 2.0 tests | Steve Holme | |
2013-11-13 | tests: Added IMAP OAuth 2.0 authentication with initial response test | Steve Holme | |
2013-11-13 | tests: Added IMAP NTLM authentication with initial response test | Steve Holme | |
2013-11-13 | tests: Added IMAP login authentication with initial response test | Steve Holme | |
2013-11-13 | tests: Added IMAP plain authentication with initial response test | Steve Holme | |
2013-11-13 | test873: Use proper padding in NTLM responses | Steve Holme | |
2013-11-13 | tests: Added POP3 OAuth 2.0 authentication with initial response test | Steve Holme | |
2013-11-13 | tests: Added POP3 NTLM authentication with initial response test | Steve Holme | |
2013-11-13 | tests: Added POP3 login authentication with initial response test | Steve Holme | |
2013-11-13 | tests: Added POP3 plain authentication with initial response test | Steve Holme | |
2013-11-12 | tests: Updated CRAM-MD5 tests to use test user details | Steve Holme | |
2013-11-10 | tests: Corrected titles of POP3 and SMTP OAuth 2.0 tests | Steve Holme | |
2013-11-10 | test823: Fixed expected authentication text from commit e10a26a9d6d6de | Steve Holme | |
Fixed authentication text due to incorrect digest-uri property. | |||
2013-11-10 | test821: Fixed expected authentication text from commit 2d5455feac9984 | Steve Holme | |
2013-11-10 | tests: Added IMAP OAuth 2.0 authentication test | Steve Holme | |
2013-11-10 | tests: Added IMAP DIGEST-MD5 authentication test | Steve Holme | |
2013-11-10 | tests: Added IMAP NTLM authentication test | Steve Holme | |
2013-11-10 | tests: Added IMAP CRAM-MD5 authentication test | Steve Holme | |
2013-11-10 | test819: Fixed expected authentication text from commit 76f924131c9fd3 | Steve Holme | |
2013-11-05 | tests: Added IMAP login authentication test | Steve Holme | |
2013-11-05 | tests: Added IMAP plain authentication test | Steve Holme | |
2013-11-03 | tests: Added test for IMAP NOOP command | Steve Holme | |
2013-11-03 | tests: Added test for IMAP COPY command | Steve Holme | |
2013-11-03 | tests: Disable IMAP CLOSE and EXPUNGE command tests | Steve Holme | |
This is temporary until curl supports either multiple custom commands or post-quote commands in IMAP. | |||
2013-11-03 | tests: Added tests for IMAP CLOSE and EXPUNGE commands | Steve Holme | |
2013-10-30 | tests: use proper padding in NTLM responses | Kamil Dudka | |
2013-10-26 | FTP: make the data connection work when going through proxy | Daniel Stenberg | |
This is a regression since the switch to always-multi internally c43127414d89c. Test 1316 was modified since we now clearly call the Curl_client_write() function when doing the LIST transfer part and then the handler->protocol says FTP and ftpc.transfertype is 'A' which implies text converting even though that the response is initially a HTTP CONNECT response in this case. | |||
2013-10-26 | tests: Tidy up of SMTP and POP3 tests | Steve Holme | |
Corrected line endings, RFC references and standardised on user names and passwords used in the tests. | |||
2013-10-26 | test907: Corrected DIGEST-MD5 response given in commit 820ed48a0088cd | Steve Holme | |
As the URI, which is contained within the DIGEST-MD5 response, is constructed from the service and realm, the encoded message differs from that generated under POP3. | |||
2013-10-25 | tests: Added SMTP OAUTH2 authentication with initial response test | Steve Holme | |
2013-10-25 | tests: Added SMTP NTLM authentication with initial response test | Steve Holme | |
2013-10-25 | tests: Added SMTP OAUTH2 authentication test | Steve Holme | |