Age | Commit message (Expand) | Author |
2003-06-26 | Adjusted to work properly with the new authentication stuff | Daniel Stenberg |
2003-06-26 | use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg |
2003-06-26 | use CURLDEBUG | Daniel Stenberg |
2003-06-26 | adjusted to use the same API as the OpenSSL version of the MD5 functions | Daniel Stenberg |
2003-06-26 | added ntlm flag bits | Daniel Stenberg |
2003-06-26 | Many fixes, most of them based on comments by Eric Glass | Daniel Stenberg |
2003-06-26 | new proto for Curl_input_negotiate | Daniel Stenberg |
2003-06-26 | kill warnings | Daniel Stenberg |
2003-06-26 | major adjustments to the new authentication support | Daniel Stenberg |
2003-06-26 | include GSS in the debug string if available, support a few new flag | Daniel Stenberg |
2003-06-26 | use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions | Daniel Stenberg |
2003-06-26 | use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg |
2003-06-26 | one typecast less for the localtime(), use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg |
2003-06-26 | use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg |
2003-06-26 | CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg |
2003-06-26 | We noe use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg |
2003-06-13 | Cris Bailiff's patch that should make us do NTLM correctly. When we've | Daniel Stenberg |
2003-06-13 | Cris Bailiff's bugfix | Daniel Stenberg |
2003-06-13 | use more curlish strings, these should be able to change... | Daniel Stenberg |
2003-06-13 | Marty Kuhrt's #include fixes for VMS | Daniel Stenberg |
2003-06-12 | modified | Daniel Stenberg |
2003-06-12 | corrected a comment | Daniel Stenberg |
2003-06-12 | CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there's | Daniel Stenberg |
2003-06-12 | make it build with older OpenSSL | Daniel Stenberg |
2003-06-12 | attempt to make older OpenSSL versions work with the DES stuff | Daniel Stenberg |
2003-06-11 | fixing details for NTLM | Daniel Stenberg |
2003-06-11 | more how I envision it _should_ work, but it still doesn't... | Daniel Stenberg |
2003-06-11 | to support "redirects" after the full body is transfered | Daniel Stenberg |
2003-06-11 | made a nicer output for the decode test, as it served as a nice tool for me ;-) | Daniel Stenberg |
2003-06-11 | when we get the auth headers, we still need to read out the full body response | Daniel Stenberg |
2003-06-11 | correct mistakes | Daniel Stenberg |
2003-06-11 | Initial take at NTLM authentication. It doesn't really work at this point | Daniel Stenberg |
2003-06-10 | Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we plan | Daniel Stenberg |
2003-06-10 | Daniel Kouril's patch that adds HTTP negotiation support to libcurl was | Daniel Stenberg |
2003-06-06 | When doing very big GET requests over HTTPS, we need to add some extra | Daniel Stenberg |
2003-06-06 | Just moved around some logic in Curl_write() to make it easier to debug. | Daniel Stenberg |
2003-06-02 | Make the Content-Length info override the Connection: close header, so that | Daniel Stenberg |
2003-06-02 | work-around SSL implementation flaws better, pointed out in bug report | Daniel Stenberg |
2003-06-02 | make a more descriptive error message when CURLE_HTTP_RETURNED_ERROR is | Daniel Stenberg |
2003-05-28 | Posting static data using POST and chunked encoded now also appends the | Daniel Stenberg |
2003-05-27 | Rudy Koento experienced problems with curl's recent habit of POSTing data in | Daniel Stenberg |
2003-05-27 | Another socks5-fix. Make sure that when we use a socks-proxy, it is not the | Daniel Stenberg |
2003-05-23 | Ricardo Cadime found a socket leak when listing directories without | Daniel Stenberg |
2003-05-23 | Rudy Koento's problem fixed, test case 66 verifies this. | Daniel Stenberg |
2003-05-23 | include digest.h for proto | Daniel Stenberg |
2003-05-23 | DJGPP fix by Gisle Vanem | Daniel Stenberg |
2003-05-22 | warning-free is better | Daniel Stenberg |
2003-05-22 | Better Digest stuff | Daniel Stenberg |
2003-05-22 | Added CURLOPT_HTTPDIGEST support | Daniel Stenberg |
2003-05-22 | proper header added | Daniel Stenberg |