fcacd380 | 15-Sep-2003 |
Daniel Stenberg |
Test 90 added: --anyauth that picks NTLM with a redirect and then another NTLM request. |
c4aca23e | 15-Sep-2003 |
Daniel Stenberg |
minor difference in how the part number magic is made |
20943292 | 15-Sep-2003 |
Daniel Stenberg |
make the NTLM part numbers get increased instead of plainly assigned, as this then makes redirection tests work (as the new test 89) |
b2ddfb54 | 15-Sep-2003 |
Daniel Stenberg |
test 89 verifies -L and ntlm authentication, as bug report #806328 claimed it doesn't work. It works for me. |
76b9631d | 15-Sep-2003 |
Daniel Stenberg |
test88, doing PUT with --digest now works |
58b1437c | 15-Sep-2003 |
Daniel Stenberg |
When we issue a HTTP request, first make sure if the authentication phase is over or not, as if it isn't we shall not begin any PUT or POST operation. This cures bug report #805853, and
When we issue a HTTP request, first make sure if the authentication phase 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!
show more ...
|
c611ac95 | 14-Sep-2003 |
Daniel Stenberg |
new ares patch uploaded |
e7160459 | 14-Sep-2003 |
Daniel Stenberg |
Jeff Pohlmeyer is our hero of the week! |
071fc74c | 14-Sep-2003 |
Daniel Stenberg |
reverted the change that blanks LIBS |
14597475 | 14-Sep-2003 |
Daniel Stenberg |
Jeff Pohlmeyer did some marvelous debugging to track this one down. We MUST NOT free the existing hash entry when we try to add a new one that matches an existing entry. We now instead free t
Jeff Pohlmeyer did some marvelous debugging to track this one down. We MUST NOT free the existing hash entry when we try to add a new one that matches an existing entry. We now instead free the new one, and make the parent function use the old entry's struct instead.
show more ...
|
de3281a3 | 12-Sep-2003 |
Daniel Stenberg |
blank the LIBS variable, as we don't need any libs when we link the lib. |
6e169851 | 12-Sep-2003 |
Daniel Stenberg |
Added more docs for DEBUGFUNCTION as suggsted by Mohun Biswas |
50dacab3 | 12-Sep-2003 |
Daniel Stenberg |
multi handle DNS cache, "Negotiate" authentication, zero-length proxy with ftp and an uninitialized pointer |
7c293061 | 12-Sep-2003 |
Daniel Stenberg |
clear the proxy env |
84bc46ac | 12-Sep-2003 |
Daniel Stenberg |
When people have environment variables set for protocol proxies, we must make sure to clear them before we run the tests as they interfere badly otherwise. |
fd42247c | 11-Sep-2003 |
Daniel Stenberg |
Tim Bartley's patch that makes the GSSNEGOTIATE option work for Microsoft's "Negotiate" authentication as well. |
0efcb576 | 11-Sep-2003 |
Daniel Stenberg |
For easy handles within multi handles, we share the DNS cache always. |
6fde1472 | 11-Sep-2003 |
Daniel Stenberg |
#ifdef 0'ed Curl_llist_insert_prev and Curl_llist_remove_next, as they are not used by any code in libcurl! |
cc497fd1 | 11-Sep-2003 |
Daniel Stenberg |
don't use a blank proxy |
c1f31180 | 11-Sep-2003 |
Daniel Stenberg |
Curl_is_resolved(): FD_ZERO the file descriptors before we call ares_fds(). Problem tracked down by Bjorn Reese. |
d4ab68cd | 07-Sep-2003 |
Daniel Stenberg |
7.10.8-pre1 commit |
e8c76298 | 07-Sep-2003 |
Daniel Stenberg |
do not use 'long' to store 4 bytes, as 64bit architectures have 64bit longs. |
0ef3e6fe | 05-Sep-2003 |
Daniel Stenberg |
yesterday and today in words |
adcbe03a | 05-Sep-2003 |
Daniel Stenberg |
Uses less macros. #ifdef'ed out unused functions. Edited slightly to be more in the same style as other curl source code. The only actual code change is an added check after a malloc() call. |
359c0eac | 05-Sep-2003 |
Daniel Stenberg |
Early Ehlinger's CURLOPT_FTP_RESPONSE_TIMEOUT option documented by himself. |