Age | Commit message (Expand) | Author |
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 |
2014-07-12 | netrc: treat failure to find home dir same as missing netrc file | Dan Fandrich |
2014-07-12 | RELEASE-NOTES: Synced with aaaf9e50ec | Steve Holme |
2014-07-12 | ntlm_wb: Fixed buffer size not being large enough for NTLMv2 sessions | Steve Holme |
2014-07-12 | build: Fixed overridden compiler PDB settings in VC7 to VC12 | Steve Holme |
2014-07-12 | tests: added globbing keyword to URL globbing tests | Dan Fandrich |
2014-07-12 | Fixed some "statement not reached" warnings | Dan Fandrich |
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 | tests: adjust for capitalization differences in newer gnutls-serv | Dan Fandrich |
2014-07-11 | test320/1/2/4: fix the port number substitution variables | Dan Fandrich |
2014-07-11 | tests: document more test identifiers and variables | Dan Fandrich |
2014-07-11 | gnutls: ignore invalid certificate dates with VERIFYPEER disabled | Dan Fandrich |
2014-07-10 | CURLOPT_UPLOAD: Corrected argument type | Steve Holme |
2014-07-09 | FAQ: expand the thread-safe section | Daniel Stenberg |
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-03 | tool: oops, forgot to include <plarenas.h> | Kamil Dudka |
2014-07-03 | tool: call PL_ArenaFinish() on exit if NSPR is used | Kamil Dudka |
2014-07-03 | example: use correct type (long) for CURLOPT_FOLLOWLOCATION | Dimitrios Siganos |
2014-07-03 | Document type of argument for CURLOPT_FOLLOWLOCATION. | Dimitrios Siganos |
2014-07-03 | Document type of argument for CURLOPT_ERRORBUFFER. | Dimitrios Siganos |
2014-07-03 | Document type of argument for CURLOPT_COPYPOSTFIELDS. | Dimitrios Siganos |
2014-07-03 | Document type of argument for CURLOPT_ADDRESS_SCOPE. | Dimitrios Siganos |
2014-07-03 | curl.1: minor language fix | Daniel Stenberg |
2014-07-02 | progress callback: skip last callback update on errors | Ray Satiro |
2014-07-02 | opts: fixed some CURLOPT references so they get turned into links | Dan Fandrich |