- Apr 27, 2014
-
-
Tatsuhiro Tsujikawa authored
commit 6d5f40238028f2d8c (Apr 27) or later nghttp2 is now required
-
- Apr 26, 2014
-
-
Daniel Stenberg authored
set.infilesize in this case was modified in several places, which could lead to repeated requests using the same handle to get unintendent/wrong consequences based on what the previous request did!
-
- Apr 25, 2014
-
-
Kamil Dudka authored
... during the non-blocking SSL handshake
-
- Apr 23, 2014
-
-
Daniel Stenberg authored
This makes the findprotocol() function work as intended so that libcurl can properly be restricted to not support HTTP while still supporting HTTPS - since the HTTPS handler previously set both the HTTP and HTTPS bits in the protocol field. This fixes --proto and --proto-redir for most SSL protocols. This is done by adding a few new convenience defines that groups HTTP and HTTPS, FTP and FTPS etc that should then be used when the code wants to check for both protocols at once. PROTO_FAMILY_[protocol] style. Bug: https://github.com/bagder/curl/pull/97 Reported-by: drizzt
-
Dan Fandrich authored
Versions since at least 2.9.4 renamed error.h to error-ssl.h, so use whichever one is available.
-
- Apr 22, 2014
-
-
Daniel Stenberg authored
gnutls_x509_crt_import() must not be called with a NULL certificate Bug: http://curl.haxx.se/mail/lib-2014-04/0145.html Reported-by: Damian Dixon
-
Daniel Stenberg authored
As this makes curl_global_init_mem() behave the same way as curl_global_init() already does in that aspect - the same number of curl_global_cleanup() calls is then required to again decrease the counter and then eventually do the cleanup. Bug: http://curl.haxx.se/bug/view.cgi?id=1362 Reported-by: Tristan
-
Kamil Dudka authored
-
Kamil Dudka authored
-
- Apr 19, 2014
-
-
Marc Hoersken authored
ufds might not be allocated in case nfds overflows to zero while extra_nfds is still non-zero. udfs is then accessed within the extra_nfds-based for loop.
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
-
Marc Hoersken authored
Follow up on b0e74254
-
- Apr 18, 2014
-
-
Marc Hoersken authored
-
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
-