Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
following a location. After discussions with Tim Baker.
|
|
chunky coding of uploads
|
|
this allows the HTTP code to *not* return a failure just because no data
has been received from the server
|
|
warnings. Minor edits by me.
|
|
sequence.
|
|
|
|
|
|
|
|
|
|
|
|
is always considered done immediately as Basic needs to extra passes.
This fix corrects bug report #848371.
|
|
as well as a CRLF
|
|
|
|
#845247
|
|
|
|
run out of memory.
|
|
If not user or password is set, they will point to a "" string.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sends off the previously set cookie. This also concerns CURLOPT_REFERER.
This fix should stop this.
|
|
cleanups.
|
|
is over or not, as if it isn't we shall not begin any PUT or POST operation.
This cures bug report #805853, and test case 88 verifies it!
|
|
"Negotiate" authentication as well.
|
|
|
|
properly if no auth is available
|
|
CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL
|
|
2. made Curl_http_auth_act() reset 'authavail' unconditionally
|
|
|
|
authentication negotiations needed for NTLM, Digest etc.
|
|
NTLM patch. Test case 84 and 85 verify this.
|
|
|
|
work.
|
|
|
|
|
|
|
|
connects and otherwise enforced tunnel-thru-proxy requests), the same
authentication header is also wrongly sent to the remote host.
The name and password can then be captured by an evil host and possibly get
used for malicious purposes.
|
|
|
|
need it.
|
|
connectdata to work as expected
|
|
of the sessionhandle struct, as that was not good.
|