Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | runtests.pl: Added SSPI detection | 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-10 | ftpserver.pl: Reworked custom reply handling code | Steve Holme | |
1) To fix issues with IMAP custom replies 2) So initial space is not required in IMAP display text 3) To be more readable and understandable | |||
2013-11-10 | ftpserver.pl: Reworked unrecognised command responses | Steve Holme | |
As the IMAP regex could fail and $1 would not contain the command id updated the unrecognised command response to be more generic and realistic (like those used in the command handlers). Additionally updated the POP3, SMTP and FTP responses. | |||
2013-11-10 | ftpserver.pl: Fixed processing of IMAP authentication strings | Steve Holme | |
2013-11-06 | Revert "ftpserver.pl: Corrected logic from commit 27b7b1062f9d97" | Steve Holme | |
This reverts commit 558034ab7002d1 as it appears to break the auto builds. More thought is required for this! | |||
2013-11-06 | ftpserver.pl: Corrected logic from commit 27b7b1062f9d97 | Steve Holme | |
2013-11-06 | ftpserver.pl: Fixed IMAP cmdid being sent on custom responses | 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-11-03 | base64: Fixed compilation warnings when using Curl_base64_decode() | Steve Holme | |
curl_sasl.c:294: warning: dereferencing type-punned pointer will break strict-aliasing rules getpart.c:201: warning: dereferencing type-punned pointer will break strict-aliasing rules | |||
2013-11-02 | getpart: Fixed base64 encoded parts following commit e17c1b25bc33eb | Steve Holme | |
2013-10-30 | tests: use proper padding in NTLM responses | Kamil Dudka | |
2013-10-30 | base64: Added basic validation to base64 input string when decoding | Steve Holme | |
A base64 string should be a multiple of 4 characters in length, not contain any more than 2 padding characters and only contain padding characters at the end of string. For example: Y3VybA== Strings such as the following are considered invalid: Y= - Invalid length Y== - Invalid length Y=== - More than two padding characters Y=x= - Padding character contained within string | |||
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 | |
2013-10-25 | tests: Added SMTP DIGEST-MD5 authentication test | Steve Holme | |
2013-10-25 | tests: Regrouped SMTP authentication tests | Steve Holme | |
2013-10-23 | ftpserver.pl: Added support for empty pop3 authentication data | Steve Holme | |
2013-10-23 | tests: Added POP3 OAUTH2 authentication test | Steve Holme | |
2013-10-23 | tests: Added empty response support to custom replies | Steve Holme | |
...and fixed up test869 as DIGEST-MD transcript is as follows: S: Challenge C: Authentication String S: Continue Response C: Empty String | |||
2013-10-23 | tests: Added POP3 DIGEST-MD5 authentication test | Steve Holme | |
2013-10-22 | test1240: verify 867b52a7ac52 (glob ranges with text to the right) | Daniel Stenberg | |
2013-10-20 | ftpserver.pl: Fixed syntax error from commit 5b31b38c27bb7a | Steve Holme | |
2013-10-19 | test866: Fixed user response from commit 7f7fbe7fbdb449 | Steve Holme | |
2013-10-19 | ftpserver.pl: Fixed processing of POP3 authentication strings | Steve Holme | |
...and corrected response when check fails from 500 to -ERR. | |||
2013-10-19 | tests: Added POP3 NTLM authentication test | Steve Holme | |