- Apr 18, 2014
-
-
Marc Hoersken authored
In case the first address in the tempaddr array is NULL, the code would previously dereference an unchecked null pointer.
-
Marc Hoersken authored
-
Marc Hoersken authored
The FreeContextBuffer SAL declaration does not declare the pointer as optional, therefore it must not be NULL.
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Added support for parsing query strings from the URL as defined by RFC-5092.
-
Steve Holme authored
-
Steve Holme authored
Should a command return untagged responses that contained no data then the imap_matchresp() function would not detect them as valid responses, as it wasn't taking the CRLF characters into account at the end of each line.
-
- Apr 17, 2014
-
-
Daniel Stenberg authored
-
- Apr 14, 2014
-
-
Dan Fandrich authored
-
- Apr 08, 2014
-
-
Steve Holme authored
Given that we presently support "auth" and not "auth-int" or "auth-conf" for native challenge-response messages, added client side validation of the quality-of-protection options from the server's challenge message.
-
- Apr 06, 2014
-
-
Daniel Stenberg authored
Bug: http://curl.haxx.se/mail/lib-2014-04/0063.html Reported-by: Jeroen Koekkoek
-
Steve Holme authored
To avoid urldata.h being included from the header file or that the source file has the correct include order as highlighted by one of the auto builds recently.
-
Steve Holme authored
warning: no previous prototype for 'Curl_sasl_create_digest_md5_message'
-
Steve Holme authored
-
Steve Holme authored
warning: 'sasl_digest_get_key_value' defined but not used
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
* Added comments to SSPI NTLM message generation * Added comments to native DIGEST-MD5 code * Removed redundant identity pointer
-
Steve Holme authored
When CURL_DISABLE_CRYPTO_AUTH is defined the DIGEST-MD5 code should not be included, regardless of whether USE__WINDOWS_SSPI is defined or not. This is indicated by the definition of USE_HTTP_NEGOTIATE and USE_NTLM in curl_setup.h.
-
Steve Holme authored
-
Steve Holme authored
-
- Apr 05, 2014
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Tatsuhiro Tsujikawa authored
-
- Apr 04, 2014
-
-
Daniel Stenberg authored
Updated the docs to clarify and the code accordingly, with test 1528 to verify: When CURLHEADER_SEPARATE is set and libcurl is asked to send a request to a proxy but it isn't CONNECT, then _both_ header lists (CURLOPT_HTTPHEADER and CURLOPT_PROXYHEADER) will be used since the single request is then made for both the proxy and the server.
-
Daniel Stenberg authored
Modified the logic so that CURLOPT_HEADEROPT now controls if PROXYHEADER is actually used or not.
-
Daniel Stenberg authored
Includes docs and new test cases: 1525, 1526 and 1527 Co-written-by: Vijay Panghal
-
Daniel Stenberg authored
Without request body there's no point in asking for 100-continue. Bug: http://curl.haxx.se/bug/view.cgi?id=1349 Reported-by: JimS
-
- Apr 03, 2014
-
-
Daniel Stenberg authored
When doing passive FTP, the multi state function needs to extract and use the happy eyeballs sockets to wait for to check for completion! Bug: http://curl.haxx.se/mail/lib-2014-02/0135.html (ruined) Reported-by: Alan
-
Daniel Stenberg authored
-
- Apr 01, 2014
-
-
Steve Holme authored
In addition to commit fe260b75 fixed the same issue for RFC-821 based SMTP servers and allow the credientials to be given to curl even though they are not used with the server.
-
Daniel Stenberg authored
Reported-by: Melissa
-