aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-11-09build: Fixed no NTLM support for email when CURL_DISABLE_HTTP is definedSteve Holme
2014-11-09ntlm: Removed an unnecessary free of native Target InfoSteve Holme
2014-11-09ntlm: Moved the native Target Info clean-up from HTTP specific functionSteve Holme
2014-11-09ntlm: Moved SSPI clean-up code into SASL moduleSteve Holme
2014-11-08Makefile.vc6: Added support for WinIDNSteve Holme
2014-11-07version info: Added Kerberos V5 to the supported featuresSteve Holme
2014-11-07mk-ca-bundle.vbs: switch to new certdata.txt url.Guenter Knauf
2014-11-07http_digest: Fixed some memory leaks introduced in commit 6f8d8131b1Steve Holme
2014-11-06sasl_sspi: Tidy up of the existing digest codeSteve Holme
2014-11-06http_digest: Post SSPI support tidy upSteve Holme
2014-11-06http_digest: Fixed auth retry loop when SSPI based authentication failsSteve Holme
2014-11-06http_digest: Reworked the SSPI based input token storageSteve Holme
2014-11-06sasl_sspi: Fixed compilation warning from commit 2d2a62e3d9Steve Holme
2014-11-06sspi: Align definition values to even columns as we use 2 char spacingSteve Holme
2014-11-06sspi: Fixed missing definition of ISC_REQ_USE_HTTP_STYLESteve Holme
2014-11-06sasl: Removed non-SSPI Digest functions and defines from SSPI based buildsSteve Holme
2014-11-06sasl_sspi: Added HTTP digest response generation codeSteve Holme
2014-11-06http_digest: Added SSPI based challenge decoding codeSteve Holme
2014-11-06http_digest: Added SSPI based clean-up codeSteve Holme
2014-11-06http_digest: Added SSPI based authentication functionsSteve Holme
2014-11-06http_digest: Added required SSPI based variables to digest structureSteve Holme
2014-11-05http_digest: Fixed memory leaks from commit 6f8d8131b1Steve Holme
2014-11-05sasl: Fixed compilation warning from commit 25264131e2Steve Holme
2014-11-05sasl: Fixed HTTP digest challenges with spaces between auth parametersSteve Holme
2014-11-05http_digest: Fixed compilation errors from commit 6f8d8131b1Steve Holme
2014-11-05http_digest: Moved response generation into SASL moduleSteve Holme
2014-11-05http_digest: Moved challenge decoding into SASL moduleSteve Holme
2014-11-05http_digest: Moved clean-up function into SASL moduleSteve Holme
2014-11-05http_digest: Moved algorithm definitions to SASL moduleSteve Holme
2014-11-05ssh: Fixed build on platforms where R_OK is not definedGisle Vanem
2014-11-05strdup: Removed irrelevant commentSteve Holme
2014-11-05url.c: Fixed compilation warningSteve Holme
2014-11-05http_digest: Use CURLcode instead of CURLdigestSteve Holme
2014-11-05sspi: Define authentication package name constantsSteve Holme
2014-11-05curl_easy_duphandle: CURLOPT_COPYPOSTFIELDS read out of boundsDaniel Stenberg
2014-11-04SSL: PolarSSL default min SSL version TLS 1.0Jay Satiro
2014-11-03Curl_single_getsock: fix hold/pause sock handlingCarlo Wood
2014-11-03cmake: drop _BSD_SOURCE macro usagePeter Wu
2014-11-02sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is usedSteve Holme
2014-11-02openssl: Use 'CURLcode result'Steve Holme
2014-11-01resume: consider a resume from [content-length] to be OKDaniel Stenberg
2014-11-01openssl: Use 'CURLcode result'Steve Holme
2014-11-01openssl: Use 'CURLcode result'Steve Holme
2014-11-01ftplistparser: We prefer 'CURLcode result'Steve Holme
2014-10-30code cleanup: Use 'CURLcode result'Steve Holme
2014-10-30build: added Watcom support to build with WinSSL.Guenter Knauf
2014-10-29openssl: enable NPN separately from ALPNDaniel Stenberg
2014-10-29vtls.c: Fixed compilation warningSteve Holme
2014-10-29sspi: Return CURLE_LOGIN_DENIED on AcquireCredentialsHandle() failureSteve Holme
2014-10-29sasl_sspi: Allow DIGEST-MD5 to use current windows credentialsSteve Holme