- Nov 02, 2014
-
-
Steve Holme authored
-
Steve Holme authored
...and revised the proxy wording a little as well.
-
Steve Holme authored
...and corrected a related typo in curl_easy_setopt.3.
-
Guenter Knauf authored
-
Steve Holme authored
-
Steve Holme authored
As this has been present for SOCKSv5 proxy since v7.19.4 and for IMAP, POP3 and SMTP authentication since v7.38.0.
-
Steve Holme authored
Support for Kerberos V4 was removed in v7.33.0.
-
Steve Holme authored
Typically the USE_WINDOWS_SSPI definition would not be used when the CURL_DISABLE_CRYPTO_AUTH define is, however, it is still a valid build configuration and, as such, the SASL Kerberos V5 (GSSAPI) authentication data structures and functions would incorrectly be used when they shouldn't be. Introduced a new USE_KRB5 definition that takes into account the use of CURL_DISABLE_CRYPTO_AUTH like USE_SPNEGO and USE_NTLM do.
-
Steve Holme authored
More CURLcode fixes.
-
- Nov 01, 2014
-
-
Daniel Stenberg authored
Basically since servers often then don't respond well to this and instead send the full contents and then libcurl would instead error out with the assumption that the server doesn't support resume. As the data is then already transfered, this is now considered fine. Test case 1434 added to verify this. Test case 1042 slightly modified. Reported-by: hugo Bug: http://curl.haxx.se/bug/view.cgi?id=1443
-
Steve Holme authored
More standardisation of CURLcode usage and coding style.
-
Steve Holme authored
...and some minor code style changes.
-
Steve Holme authored
-
- Oct 31, 2014
-
-
Steve Holme authored
-
Steve Holme authored
As this is covered by the PROTOCOLS section and saves having to update two parts of the document with the same information in future.
-
Steve Holme authored
As implementations are refereed to GSS-API libraries as per the RFC and GSSAPI typically refers to an authentication mechanism.
-
Steve Holme authored
Added missing IMAP to the protocol list.
-
- Oct 30, 2014
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
...as this option affects more that just FTP.
-
Guenter Knauf authored
-
Daniel Stenberg authored
-
Steve Holme authored
Whilst the description included information about SMTP, the protocol list only showed "TTP, FTP, IMAP, POP3".
-
Steve Holme authored
-
- Oct 29, 2014
-
-
Daniel Stenberg authored
... and allow building with nghttp2 but completely without NPN and ALPN, as nghttp2 can still be used for plain-text HTTP. Reported-by: Lucas Pardue
-
Daniel Stenberg authored
... since the conditional in the code are now based on OpenSSL versions instead to better support non-configure builds.
-
Daniel Stenberg authored
-
Steve Holme authored
-
Steve Holme authored
conversion from 'size_t' to 'unsigned int', possible loss of data
-
Steve Holme authored
Return a more appropriate error, rather than CURLE_OUT_OF_MEMORY when acquiring the credentials handle fails. This is then consistent with the code prior to commit f7e24683 when log-in credentials were empty.
-
Steve Holme authored
Fixed the ability to use the current log-in credentials with DIGEST-MD5. I had previously disabled this functionality in commit 607883f1 as I couldn't get this to work under Windows 8, however, from testing HTTP Digest authentication through Windows SSPI and then further testing of this code I have found it works in Windows 7. Some further investigation is required to see what the differences are between Windows 7 and 8, but for now enable this functionality as the code will return an error when AcquireCredentialsHandle() fails.
-
Kamil Dudka authored
Its last use has been removed by the previous commit.
-
Kamil Dudka authored
This code was already deactivated by commit ec783dc1.
-
Kamil Dudka authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Oct 28, 2014
-
-
Guenter Knauf authored
This check works also with to non-configure platforms.
-
Steve Holme authored
-
Steve Holme authored
-
Daniel Stenberg authored
-