Age | Commit message (Expand) | Author |
2014-11-18 | build: in Makefile.m32 pass -F flag to windres. | Guenter Knauf |
2014-11-17 | config-win32: Fixed build targets for the VS2012+ Windows XP toolset | Steve Holme |
2014-11-16 | sasl_sspi: Removed note about the NTLM functions being a wrapper | Steve Holme |
2014-11-16 | connect.c: Fixed compilation warning when no verbose string support | Steve Holme |
2014-11-16 | easy.c: Fixed compilation warning when no verbose string support | Steve Holme |
2014-11-16 | win32: Updated some legacy APIs to use the newer extended versions | Steve Holme |
2014-11-16 | config-win32: Introduce build targets for VS2012+ | Steve Holme |
2014-11-16 | sasl_sspi: Fixed compilation warnings when no verbose string support | Steve Holme |
2014-11-16 | sasl_sspi: Added base64 decoding debug failure messages | Steve Holme |
2014-11-16 | ntlm: Moved the SSPI based Type-3 message generation into the SASL module | Steve Holme |
2014-11-16 | ntlm: Moved the SSPI based Type-2 message decoding into the SASL module | Steve Holme |
2014-11-16 | ntlm: Moved the SSPI based Type-1 message generation into the SASL module | Steve Holme |
2014-11-16 | kerberos: Use symbol qualified with _KERBEROS5 | Michael Osipov |
2014-11-15 | examples: Don't call select() to sleep on windows | Jay Satiro |
2014-11-15 | http2: Don't send Upgrade headers when we already do HTTP/2 | Tatsuhiro Tsujikawa |
2014-11-15 | sasl: Corrected Curl_sasl_build_spn() function description | Steve Holme |
2014-11-15 | tool: Removed krb4 from the supported features | Steve Holme |
2014-11-15 | tool: Use Kerberos for supported features | Michael Osipov |
2014-11-15 | urldata: Don't define sec_complete when no GSS-API support present | Steve Holme |
2014-11-15 | docs: Use consistent naming for Kerberos | Michael Osipov |
2014-11-15 | TODO: Lets support QOP options in GSSAPI authentication | Steve Holme |
2014-11-14 | sasl_sspi: Corrected a couple of comment typos | Steve Holme |
2014-11-14 | sasl: Moved Curl_sasl_gssapi_cleanup() definition into header file | Steve Holme |
2014-11-14 | sasl_sspi: Added missing RFC reference for HTTP Digest authentication | Steve Holme |
2014-11-14 | ntlm: Clean-up and standardisation of base64 decoding | Steve Holme |
2014-11-14 | ntlm: We prefer 'CURLcode result' | Steve Holme |
2014-11-13 | CMake: Restore order-dependent library checks | Brad King |
2014-11-13 | CMake: Restore order-dependent header checks | Brad King |
2014-11-13 | test22: expand a backtick command | Peter Wu |
2014-11-13 | RELEASE-NOTES: synced with 2ee3c63b13 | Daniel Stenberg |
2014-11-13 | http2: fix switched macro when http2 is not enabled | Daniel Stenberg |
2014-11-13 | http2: Deal with HTTP/2 data inside response header buffer | Tatsuhiro Tsujikawa |
2014-11-11 | configure: Fixed inclusion of krb5 when CURL_DISABLE_CRYPTO_AUTH is defined | Steve Holme |
2014-11-10 | multi: removed Curl_multi_set_easy_connection | Daniel Stenberg |
2014-11-10 | symbol-scan.pl: do not require autotools | Peter Wu |
2014-11-10 | cmake: add ENABLE_THREADED_RESOLVER, rename ARES | Peter Wu |
2014-11-10 | cmake: build libhostname for test suite | Peter Wu |
2014-11-10 | cmake: fix HAVE_GETHOSTNAME definition | Peter Wu |
2014-11-10 | tests: fix libhostname visibility | Peter Wu |
2014-11-10 | tests: fix memleak in server/resolve.c | Peter Wu |
2014-11-10 | configure: assume krb5 when gss-api works | Daniel Stenberg |
2014-11-09 | vtls.h: Fixed compiler warning when compiled without SSL | Steve Holme |
2014-11-09 | RELEASE-NOTES: Synced with 2fbf23875f | Steve Holme |
2014-11-09 | ntlm: Added separate SSPI based functions | Steve Holme |
2014-11-09 | http_ntlm: Use the SASL functions instead | Steve Holme |
2014-11-09 | libssh2: detect features based on version, not configure checks | Daniel Stenberg |
2014-11-09 | SSH: use the port number as well for known_known checks | Nobuhiro Ban |
2014-11-09 | INSTALL: Updated pre-processor references to the old VC6 project files | Steve Holme |
2014-11-09 | INSTALL: Added email protocols to the "Disabling in Win32 builds" section | Steve Holme |
2014-11-09 | configure: Fixed NTLM missing from features when CURL_DISABLE_HTTP defined | Steve Holme |