aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-15tool: Removed krb4 from the supported featuresSteve Holme
2014-11-15tool: Use Kerberos for supported featuresMichael Osipov
2014-11-15urldata: Don't define sec_complete when no GSS-API support presentSteve Holme
2014-11-15docs: Use consistent naming for KerberosMichael Osipov
2014-11-15TODO: Lets support QOP options in GSSAPI authenticationSteve Holme
2014-11-14sasl_sspi: Corrected a couple of comment typosSteve Holme
2014-11-14sasl: Moved Curl_sasl_gssapi_cleanup() definition into header fileSteve Holme
2014-11-14sasl_sspi: Added missing RFC reference for HTTP Digest authenticationSteve Holme
2014-11-14ntlm: Clean-up and standardisation of base64 decodingSteve Holme
2014-11-14ntlm: We prefer 'CURLcode result'Steve Holme
2014-11-13CMake: Restore order-dependent library checksBrad King
2014-11-13CMake: Restore order-dependent header checksBrad King
2014-11-13test22: expand a backtick commandPeter Wu
2014-11-13RELEASE-NOTES: synced with 2ee3c63b13Daniel Stenberg
2014-11-13http2: fix switched macro when http2 is not enabledDaniel Stenberg
2014-11-13http2: Deal with HTTP/2 data inside response header bufferTatsuhiro Tsujikawa
2014-11-11configure: Fixed inclusion of krb5 when CURL_DISABLE_CRYPTO_AUTH is definedSteve Holme
2014-11-10multi: removed Curl_multi_set_easy_connectionDaniel Stenberg
2014-11-10symbol-scan.pl: do not require autotoolsPeter Wu
2014-11-10cmake: add ENABLE_THREADED_RESOLVER, rename ARESPeter Wu
2014-11-10cmake: build libhostname for test suitePeter Wu
2014-11-10cmake: fix HAVE_GETHOSTNAME definitionPeter Wu
2014-11-10tests: fix libhostname visibilityPeter Wu
2014-11-10tests: fix memleak in server/resolve.cPeter Wu
2014-11-10configure: assume krb5 when gss-api worksDaniel Stenberg
2014-11-09vtls.h: Fixed compiler warning when compiled without SSLSteve Holme
2014-11-09RELEASE-NOTES: Synced with 2fbf23875fSteve Holme
2014-11-09ntlm: Added separate SSPI based functionsSteve Holme
2014-11-09http_ntlm: Use the SASL functions insteadSteve Holme
2014-11-09libssh2: detect features based on version, not configure checksDaniel Stenberg
2014-11-09SSH: use the port number as well for known_known checksNobuhiro Ban
2014-11-09INSTALL: Updated pre-processor references to the old VC6 project filesSteve Holme
2014-11-09INSTALL: Added email protocols to the "Disabling in Win32 builds" sectionSteve Holme
2014-11-09configure: Fixed NTLM missing from features when CURL_DISABLE_HTTP definedSteve Holme
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.dist: Added support for WinIDNSteve Holme
2014-11-08Makefile.vc6: Added support for WinIDNSteve Holme
2014-11-08Makefile.dist: Added some missing SSPI configurationsSteve Holme
2014-11-08Makefile.dist: Separated the groups of SSL configurations from each otherSteve Holme
2014-11-08Makefile.dist: Grouped the x64 configurations next to their x86 counterpartsSteve Holme
2014-11-07curl.h: Tidy up of CURL_VERSION_* flagsSteve Holme
2014-11-07curl_tool: Added krb5 to the supported featuresSteve Holme
2014-11-07configure: Added krb5 to the supported featuresSteve 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-07RELEASE-NOTES: Synced with dcad09e125Steve Holme
2014-11-07http_digest: Fixed some memory leaks introduced in commit 6f8d8131b1Steve Holme