summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* http_negotiate: remove unused variableDaniel Stenberg2014-07-231-3/+1
* docs: Improve inline GSS-API naming in code documentationMichael Osipov2014-07-237-48/+48
* curl.h/features: Deprecate GSS-Negotiate macros due to bad namingMichael Osipov2014-07-237-27/+24
* configure/features: Add feature and version info for GSS-API and SPNEGOMichael Osipov2014-07-231-0/+6
* HTTP: Remove checkprefix("GSS-Negotiate")Michael Osipov2014-07-234-87/+12
* curl_gssapi: Add macros for common mechs and pass them appropriatelyMichael Osipov2014-07-235-19/+25
* CONNECT: Revert Curl_proxyCONNECT back to 7.29.0 designDaniel Stenberg2014-07-222-23/+40
* url.c: use the preferred symbol name: *READDATAMarcel Raad2014-07-221-1/+1
* curl_gssapi.c: make line shorter than 80 columnsDaniel Stenberg2014-07-161-2/+3
* Fix negotiate auth to proxies to track correct stateDavid Woodhouse2014-07-161-3/+6
* Don't abort Negotiate auth when the server has a response for usDavid Woodhouse2014-07-161-7/+2
* Don't clear GSSAPI state between each exchange in the negotiationDavid Woodhouse2014-07-163-2/+6
* Use SPNEGO for HTTP NegotiateDavid Woodhouse2014-07-165-1/+12
* Remove all traces of FBOpenSSL SPNEGO supportDavid Woodhouse2014-07-1610-134/+2
* ntlm_wb: Avoid invoking ntlm_auth helper with empty usernameDavid Woodhouse2014-07-161-0/+31
* ntlm_wb: Fix hard-coded limit on NTLM auth packet sizeDavid Woodhouse2014-07-161-14/+25
* cookie: avoid mutex deadlockYousuke Kimoto2014-07-151-4/+7
* gnutls: fix compiler warningDaniel Stenberg2014-07-151-1/+2
* gnutls: detect lack of SRP support in GnuTLS at run-time and try withoutDan Fandrich2014-07-141-4/+28
* gnutls: handle IP address in cert name checkDavid Woodhouse2014-07-141-0/+41
* build: set _POSIX_PTHREAD_SEMANTICS on Solaris to get proper getpwuid_rDan Fandrich2014-07-141-0/+7
* gnutls: improved error message if setting cipher list failsDan Fandrich2014-07-131-7/+11
* netrc: fixed thread safety problem by using getpwuid_r if availableDan Fandrich2014-07-131-1/+13
* netrc: treat failure to find home dir same as missing netrc fileDan Fandrich2014-07-121-1/+1
* ntlm_wb: Fixed buffer size not being large enough for NTLMv2 sessionsSteve Holme2014-07-121-3/+5
* gnutls: fixed a couple of uninitialized variable referencesDan Fandrich2014-07-121-2/+2
* gnutls: fixed compilation against versions < 2.12.0Dan Fandrich2014-07-121-4/+11
* gnutls: explicitly added SRP to the priority stringDan Fandrich2014-07-121-4/+4
* gnutls: ignore invalid certificate dates with VERIFYPEER disabledDan Fandrich2014-07-111-20/+30
* url.c: Fixed memory leak on OOMDan Fandrich2014-07-091-0/+1
* Update instances of some obsolete CURLOPTs to their new namesDan Fandrich2014-07-051-2/+2
* compiler warnings: potentially uninitialized variablesMarcel Raad2014-07-053-3/+3
* nss: make the list of CRL items globalKamil Dudka2014-07-042-25/+22
* nss: fix a memory leak when CURLOPT_CRLFILE is usedKamil Dudka2014-07-042-5/+34
* nss: make crl_der allocated on heapKamil Dudka2014-07-041-9/+14
* nss: let nss_{cache,load}_crl return CURLcodeKamil Dudka2014-07-041-11/+10
* progress callback: skip last callback update on errorsRay Satiro2014-07-022-3/+3
* nss: make the fallback to SSLv3 work againKamil Dudka2014-07-021-3/+3
* nss: do not abort on connection failureKamil Dudka2014-07-021-1/+2
* lib: documentation updates in README.hostipColin Hogben2014-06-211-12/+12
* sasl: Added back qop argument mistakenly removed in e95ca7ceDan Fandrich2014-06-151-1/+1
* https: Fix build when http2 is disabledDan Fandrich2014-06-152-6/+6
* http2: better return code error checkingDaniel Stenberg2014-06-143-7/+20
* conncache: move the connection counter to the cache structLindley French2014-06-133-13/+3
* http2: avoid segfault when usint the plain-text http2Daniel Stenberg2014-06-121-0/+1
* curl_sasl: revert the goto for error bailoutDaniel Stenberg2014-06-111-22/+10
* NTLM: set a fake entropy for debug builds with CURL_ENTROPY setDaniel Stenberg2014-06-115-69/+50
* Curl_rand: Use a fake entropy for debug builds when CURL_ENTROPY setSteve Holme2014-06-111-1/+18
* getinfo: HTTP CONNECT code not reset between transfersMarcel Raad2014-06-101-0/+1
* transfer: fix info messages when switching method on 301 and 302Alessandro Ghedini2014-06-091-31/+27