Age | Commit message (Expand) | Author |
2014-07-24 | symbols: CURL_VERSION_GSSNEGOTIATE is deprecated | Daniel Stenberg |
2014-07-24 | test1013.pl: GSS-Negotiate doesn't exist as a feature anymore | Daniel Stenberg |
2014-07-24 | libtest: fixed duplicated line in Makefile | Sergey Nikulov |
2014-07-23 | GSSAPI: remove useless *_MECHANISM defines. | Patrick Monnerat |
2014-07-23 | findprotocol: show unsupported protocol within quotes | Daniel Stenberg |
2014-07-23 | GSSAPI: private export mechanisms OIDs. OS400: Make RPG binding up to date. | Patrick Monnerat |
2014-07-23 | conncache: fix compiler warning | Marcel Raad |
2014-07-23 | RELEASE-NOTES: synced with 81cd24adb8b | Daniel Stenberg |
2014-07-23 | http2: more and better error checking | Daniel Stenberg |
2014-07-23 | cyassl.c: return the correct error code on no CA cert | Dan Fandrich |
2014-07-23 | symbols-in-versions: new SPNEGO/GSS-API symbols in 7.38.0 | Daniel Stenberg |
2014-07-23 | test1013.pl: remove SPNEGO/GSS-API tweaks | Daniel Stenberg |
2014-07-23 | http_negotiate: remove unused variable | Daniel Stenberg |
2014-07-23 | docs: Improve inline GSS-API naming in code documentation | Michael Osipov |
2014-07-23 | curl.h/features: Deprecate GSS-Negotiate macros due to bad naming | Michael Osipov |
2014-07-23 | configure/features: Add feature and version info for GSS-API and SPNEGO | Michael Osipov |
2014-07-23 | HTTP: Remove checkprefix("GSS-Negotiate") | Michael Osipov |
2014-07-23 | curl_gssapi: Add macros for common mechs and pass them appropriately | Michael Osipov |
2014-07-22 | CONNECT: Revert Curl_proxyCONNECT back to 7.29.0 design | Daniel Stenberg |
2014-07-22 | url.c: use the preferred symbol name: *READDATA | Marcel Raad |
2014-07-19 | CURLOPT_CHUNK_BGN_FUNCTION: fix typo | Alessandro Ghedini |
2014-07-18 | build: link curl to NSS libraries when NSS support is enabled | Alessandro Ghedini |
2014-07-17 | build: Removed unnecessary XML Documentation file directive from VC8 to VC12 | Steve Holme |
2014-07-17 | build: Removed unnecessary Precompiled Header file directive in VC7 to VC12 | Steve Holme |
2014-07-17 | build: Removed unnecessary ASM and Object file directives in VC7 to VC12 | Steve Holme |
2014-07-17 | src/Makefile.am: add .DELETE_ON_ERROR | Dave Reisner |
2014-07-17 | THANKS: added new contributors from 7.37.1 announcement | Daniel Stenberg |
2014-07-17 | testcurl.pl: log the value of --runtestopts in the test header | Dan Fandrich |
2014-07-16 | RELEASE-NOTES: cleared, working towards next release | Daniel Stenberg |
2014-07-16 | curl_gssapi.c: make line shorter than 80 columns | Daniel Stenberg |
2014-07-16 | Fix negotiate auth to proxies to track correct state | David Woodhouse |
2014-07-16 | Don't abort Negotiate auth when the server has a response for us | David Woodhouse |
2014-07-16 | Don't clear GSSAPI state between each exchange in the negotiation | David Woodhouse |
2014-07-16 | Use SPNEGO for HTTP Negotiate | David Woodhouse |
2014-07-16 | Remove all traces of FBOpenSSL SPNEGO support | David Woodhouse |
2014-07-16 | ntlm_wb: Avoid invoking ntlm_auth helper with empty username | David Woodhouse |
2014-07-16 | ntlm_wb: Fix hard-coded limit on NTLM auth packet size | David Woodhouse |
2014-07-16 | RELEASE-NOTES: synced with 4cb2521595 | Daniel Stenberg |
2014-07-16 | test506: verify aa6884845168 | Daniel Stenberg |
2014-07-15 | cookie: avoid mutex deadlock | Yousuke Kimoto |
2014-07-15 | gnutls: fix compiler warning | Daniel Stenberg |
2014-07-15 | test320: strip off the actual negotiated cipher width | Dan Fandrich |
2014-07-14 | gnutls: detect lack of SRP support in GnuTLS at run-time and try without | Dan Fandrich |
2014-07-14 | configure: respect host tool prefix for krb5-config | Michał Górny |
2014-07-14 | gnutls: handle IP address in cert name check | David Woodhouse |
2014-07-14 | build: set _POSIX_PTHREAD_SEMANTICS on Solaris to get proper getpwuid_r | Dan Fandrich |
2014-07-14 | RELEASE-NOTES: next one is called 7.37.1 | Daniel Stenberg |
2014-07-13 | gnutls: improved error message if setting cipher list fails | Dan Fandrich |
2014-07-13 | netrc: fixed thread safety problem by using getpwuid_r if available | Dan Fandrich |
2014-07-12 | RELEASE-NOTES: add the reporter of the previous bug fix | Dan Fandrich |