db566c54 | 26-Jun-2003 |
Daniel Stenberg |
use CURLDEBUG instead of MALLOCDEBUG |
81d403e2 | 26-Jun-2003 |
Daniel Stenberg |
one typecast less for the localtime(), use CURLDEBUG instead of MALLOCDEBUG |
2bd71d70 | 26-Jun-2003 |
Daniel Stenberg |
use CURLDEBUG instead of MALLOCDEBUG |
1eef6f44 | 26-Jun-2003 |
Daniel Stenberg |
CURLDEBUG instead of MALLOCDEBUG |
204f0391 | 26-Jun-2003 |
Daniel Stenberg |
We noe use CURLDEBUG instead of MALLOCDEBUG |
f8c3b3aa | 26-Jun-2003 |
Daniel Stenberg |
moved from former CVS |
d4df9814 | 26-Jun-2003 |
Daniel Stenberg |
Added time_t |
497c6d51 | 25-Jun-2003 |
Daniel Stenberg |
up to date with the actual situation |
8288862b | 13-Jun-2003 |
Daniel Stenberg |
Cris Bailiff's patch that should make us do NTLM correctly. When we've authenticated our connection, we can continue without any Authorization: headers as long as our connection is maintained. |
9aae16c2 | 13-Jun-2003 |
Daniel Stenberg |
stdout is good enough |
80c194a7 | 13-Jun-2003 |
Daniel Stenberg |
work more on pids, less on pidfiles to be able to do better kills at the end of the test where the pidfiles aren't found, but "our" server is running |
c832b2db | 13-Jun-2003 |
Daniel Stenberg |
fixed NTLM test 67, added test 68 for bad NTLM name/password |
27018882 | 13-Jun-2003 |
Daniel Stenberg |
Cris Bailiff's bugfix |
caf6e9c5 | 13-Jun-2003 |
Daniel Stenberg |
use more curlish strings, these should be able to change... |
e727fb82 | 13-Jun-2003 |
Daniel Stenberg |
Marty Kuhrt's #include fixes for VMS |
c78df568 | 12-Jun-2003 |
Daniel Stenberg |
get and use only the first line of the curl --version output |
d13202f4 | 12-Jun-2003 |
Daniel Stenberg |
modified |
9d139a6b | 12-Jun-2003 |
Daniel Stenberg |
Make the HTTP auth stuff work, Dan Fandrich made --version output a list of all supported protocols. |
d2abe44e | 12-Jun-2003 |
Daniel Stenberg |
remove the dumpit file after use |
bc672285 | 12-Jun-2003 |
Daniel Stenberg |
corrected a comment |
ecf32c96 | 12-Jun-2003 |
Daniel Stenberg |
CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there's a "plain" Negotiate as well. |
e58f30b8 | 12-Jun-2003 |
Daniel Stenberg |
NTLM test case |
654e3f11 | 12-Jun-2003 |
Daniel Stenberg |
require the netrc_debug feature the same way we now can require SSL present client-side |
86689dc5 | 12-Jun-2003 |
Daniel Stenberg |
now test cases can be set to be dependent on the presence of "SSL" in the client/library |
5f62a0c1 | 12-Jun-2003 |
Daniel Stenberg |
make it build with older OpenSSL |