Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
memory.h is included everywhere for this.
|
|
|
|
argument to the NTLM function(s)
|
|
|
|
|
|
|
|
|
|
previously.
|
|
|
|
|
|
|
|
|
|
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!
|
|
|
|
|
|
work.
|
|
a separate struct properly.
|
|
|
|
of the sessionhandle struct, as that was not good.
|
|
authenticates connections and not single requests. This should make it work
better when we mix requests from multiple hosts. Problem pointed out by
Cris Bailiff.
|
|
for the user field. I changed it slightly to stay with strchr() only instead
of strpbrk() for portability reasons.
|
|
|
|
authenticated our connection, we can continue without any Authorization:
headers as long as our connection is maintained.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
but the infrastructure is there.
|