netsurf/content/fetchers
Daniel Silverstone a5766db2b9 fetchers/curl: Restrict AUTH to BASIC
cURL will prevent channel reuse if NTLM auth is enabled because
NTLM authenticates a channel not a request.  As such we were
unable to reuse curl handles since we handed off connection
reuse to curl instead of our own handle cache.  This mitigates
the effect, though curl authors are looking at fixing it upstream
too.

Fixes: #2707

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2019-10-21 10:03:46 +01:00
..
about.c add English message text for ssl errors 2019-08-10 12:51:46 +01:00
about.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
curl.c fetchers/curl: Restrict AUTH to BASIC 2019-10-21 10:03:46 +01:00
curl.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
data.c data url handler: drop logging to DEEPDEBUG. 2019-05-05 20:39:26 +01:00
data.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
file.c create netsurf inttypes header to have portable integer formatting macros 2017-01-21 14:20:55 +00:00
file.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00
Makefile Buildsystem: Make curl/openssl usage build-time options. 2016-08-13 13:31:07 +01:00
resource.c Use coccinelle to change logging macro calls in c files 2017-09-06 18:45:27 +01:00
resource.h update fetcher registration API to return an error code. 2014-10-25 17:15:23 +01:00