http: Added authentication message header value extraction
authorSteve Holme <steve_holme@hotmail.com>
Wed, 30 Oct 2013 21:33:28 +0000 (21:33 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Thu, 31 Oct 2013 19:15:33 +0000 (19:15 +0000)
commitcdccb422671aebd198ed338ac6111cfde303f1cc
tree1eeb292f1e4dbf4ca04cb590261d74b59ecf240f
parent753d44fa001ebfa940d3d1273451573af4cb41b1
http: Added authentication message header value extraction

...following recent changes to Curl_base64_decode() rather than trying
to parse a header line for the authentication mechanisms which is CRLF
terminated and inline zero terminate it.
lib/curl_ntlm.c
lib/http.c
lib/http_digest.c