Age | Commit message (Expand) | Author |
2014-07-30 | cyassl: made it compile with version 2.0.6 again | Daniel Stenberg |
2014-07-30 | vtls: make the random function mandatory in the TLS backend | Daniel Stenberg |
2014-07-28 | nss: do not check the version of NSS at run time | Kamil Dudka |
2014-07-25 | c-ares: fix build without IPv6 support | Daniel Stenberg |
2014-07-25 | Curl_base64url_encode: unit-tested in 1302 | Daniel Stenberg |
2014-07-25 | base64: added Curl_base64url_encode() | Daniel Stenberg |
2014-07-24 | SSPI Negotiate: Fix 3 memory leaks | Marcel Raad |
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 | 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 | 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-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-15 | cookie: avoid mutex deadlock | Yousuke Kimoto |
2014-07-15 | gnutls: fix compiler warning | Daniel Stenberg |
2014-07-14 | gnutls: detect lack of SRP support in GnuTLS at run-time and try without | Dan Fandrich |
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-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 | netrc: treat failure to find home dir same as missing netrc file | Dan Fandrich |
2014-07-12 | ntlm_wb: Fixed buffer size not being large enough for NTLMv2 sessions | Steve Holme |
2014-07-12 | gnutls: fixed a couple of uninitialized variable references | Dan Fandrich |
2014-07-12 | gnutls: fixed compilation against versions < 2.12.0 | Dan Fandrich |
2014-07-12 | gnutls: explicitly added SRP to the priority string | Dan Fandrich |
2014-07-11 | gnutls: ignore invalid certificate dates with VERIFYPEER disabled | Dan Fandrich |
2014-07-09 | url.c: Fixed memory leak on OOM | Dan Fandrich |
2014-07-05 | Update instances of some obsolete CURLOPTs to their new names | Dan Fandrich |
2014-07-05 | compiler warnings: potentially uninitialized variables | Marcel Raad |
2014-07-04 | nss: make the list of CRL items global | Kamil Dudka |
2014-07-04 | nss: fix a memory leak when CURLOPT_CRLFILE is used | Kamil Dudka |
2014-07-04 | nss: make crl_der allocated on heap | Kamil Dudka |
2014-07-04 | nss: let nss_{cache,load}_crl return CURLcode | Kamil Dudka |
2014-07-02 | progress callback: skip last callback update on errors | Ray Satiro |