f506ce09 | 15-May-2019 |
Daniel Stenberg |
curl: don't set FTP options for FTP-disabled builds ... since libcurl has started to be totally unaware of options for disabled protocols they now return error. Bug: https://git
curl: don't set FTP options for FTP-disabled builds ... since libcurl has started to be totally unaware of options for disabled protocols they now return error. Bug: https://github.com/curl/curl/commit/c9c5304dd4747cbe75d2f24be85920d572fcb5b8#commitcomment-33533937 Reported-by: Marcel Raad Closes #3886
show more ...
|
fe20826b | 15-May-2019 |
Steve Holme |
http_ntlm_wb: Move the type-2 message processing into a dedicated function This brings the code inline with the other HTTP authentication mechanisms. Closes #3890 |
ab4616f8 | 15-May-2019 |
Daniel Stenberg |
RELEASE-NOTES: synced |
0af41b40 | 15-May-2019 |
Daniel Stenberg |
docs/RELEASE-PROCEDURE: updated coming releases dates [ci skip] |
f778c356 | 15-May-2019 |
Daniel Stenberg |
CURLOPT_READFUNCTION.3: see also CURLOPT_UPLOAD_BUFFERSIZE [ci skip] Reported-by: Roy Bellingan Bug: #3885 |
ee68bbe2 | 12-May-2019 |
Daniel Stenberg |
parse_proxy: use the URL parser API As we treat a given proxy as a URL we should use the unified URL parser to extract the parts out of it. Closes #3878 |
e832d1ef | 13-May-2019 |
Steve Holme |
http_negotiate: Move the Negotiate state out of the negotiatedata structure Given that this member variable is not used by the SASL based protocols there is no need to have it here.
http_negotiate: Move the Negotiate state out of the negotiatedata structure Given that this member variable is not used by the SASL based protocols there is no need to have it here. Closes #3882
show more ...
|
85bef18c | 13-May-2019 |
Steve Holme |
http_ntlm: Move the NTLM state out of the ntlmdata structure Given that this member variable is not used by the SASL based protocols there is no need to have it here. |
0c73adfa | 13-May-2019 |
Steve Holme |
url: Move the negotiate state type into a dedicated enum |
be9fd703 | 08-May-2019 |
Steve Holme |
url: Remove duplicate clean up of the winbind variables in conn_shutdown() Given that Curl_disconnect() calls Curl_http_auth_cleanup_ntlm() prior to calling conn_shutdown() and it in tur
url: Remove duplicate clean up of the winbind variables in conn_shutdown() Given that Curl_disconnect() calls Curl_http_auth_cleanup_ntlm() prior to calling conn_shutdown() and it in turn performs this, there is no need to perform the same action in conn_shutdown(). Closes #3881
show more ...
|
9f9ec7da | 13-May-2019 |
Daniel Stenberg |
urlapi: require a non-zero host name length when parsing URL Updated test 1560 to verify. Closes #3880 |
c60042fe | 02-May-2019 |
Daniel Stenberg |
configure: error out if OpenSSL wasn't detected when asked for If --with-ssl is used and configure still couldn't enable SSL this creates an error instead of just silently ignoring the f
configure: error out if OpenSSL wasn't detected when asked for If --with-ssl is used and configure still couldn't enable SSL this creates an error instead of just silently ignoring the fact. Suggested-by: Isaiah Norton Fixes #3824 Closes #3830
show more ...
|
bd91e7f3 | 14-May-2019 |
Daniel Gustafsson |
imap: Fix typo in comment |
b5d1de8e | 08-May-2019 |
Steve Holme |
url: Remove unnecessary initialisation from allocate_conn() No need to set variables to zero as calloc() does this for us. Closes #3879 |
6123d718 | 12-May-2019 |
Daniel Stenberg |
CURLOPT_CAINFO.3: with Schannel, you want Windows 8 or later [ci skip] Clues-provided-by: Jay Satiro Clues-provided-by: Jeroen Ooms Fixes #3711 Closes #3874 |
b4bb9204 | 13-May-2019 |
Daniel Gustafsson |
vtls: fix potential ssl_buffer stack overflow In Curl_multissl_version() it was possible to overflow the passed in buffer if the generated version string exceeded the size of the buffer.
vtls: fix potential ssl_buffer stack overflow In Curl_multissl_version() it was possible to overflow the passed in buffer if the generated version string exceeded the size of the buffer. Fix by inverting the logic, and also make sure to not exceed the local buffer during the string generation. Closes #3863 Reported-by: nevv on HackerOne/curl Reviewed-by: Jay Satiro Reviewed-by: Daniel Stenberg
show more ...
|
ae3f838b | 13-May-2019 |
Daniel Stenberg |
RELEASE-NOTES: synced |
c9c5304d | 10-May-2019 |
Daniel Stenberg |
appveyor: also build "/ci" branches like travis |
93c4de69 | 05-May-2019 |
Daniel Stenberg |
pingpong: disable more when no pingpong enabled |
6d32b728 | 05-May-2019 |
Daniel Stenberg |
proxy: acknowledge DISABLE_PROXY more |
b0846162 | 05-May-2019 |
Daniel Stenberg |
parsedate: CURL_DISABLE_PARSEDATE |
e5b546b3 | 05-May-2019 |
Daniel Stenberg |
sasl: only enable if there's a protocol enabled using it |
b95456f4 | 05-May-2019 |
Daniel Stenberg |
mime: acknowledge CURL_DISABLE_MIME |
0e2208ad | 05-May-2019 |
Daniel Stenberg |
wildcard: disable from build when FTP isn't present |
7c70a3b1 | 05-May-2019 |
Daniel Stenberg |
http: CURL_DISABLE_HTTP_AUTH |