Age | Commit message (Expand) | Author |
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-26 | moved from former CVS | Daniel Stenberg |
2003-06-26 | Added time_t | Daniel Stenberg |
2003-06-25 | up to date with the actual situation | Daniel Stenberg |
2003-06-13 | Cris Bailiff's patch that should make us do NTLM correctly. When we've | Daniel Stenberg |
2003-06-13 | stdout is good enough | Daniel Stenberg |
2003-06-13 | work more on pids, less on pidfiles to be able to do better kills at the | Daniel Stenberg |
2003-06-13 | fixed NTLM test 67, added test 68 for bad NTLM name/password | 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 | get and use only the first line of the curl --version output | Daniel Stenberg |
2003-06-12 | modified | Daniel Stenberg |
2003-06-12 | Make the HTTP auth stuff work, Dan Fandrich made --version output a list | Daniel Stenberg |
2003-06-12 | remove the dumpit file after use | 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 | NTLM test case | Daniel Stenberg |
2003-06-12 | require the netrc_debug feature the same way we now can require SSL | Daniel Stenberg |
2003-06-12 | now test cases can be set to be dependent on the presence of "SSL" in the | 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-12 | Based on Dan Fandrich's patch and gzip unpack function, we now compress | Daniel Stenberg |
2003-06-12 | store HAVE_LIBZ as an automake conditional | 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 | describe the NTLM mechanism too | Daniel Stenberg |
2003-06-11 | basic NTLM support | Daniel Stenberg |
2003-06-11 | ntlm added | Daniel Stenberg |
2003-06-11 | Initial take at NTLM authentication. It doesn't really work at this point | Daniel Stenberg |
2003-06-10 | clarify the CUSTOMREQUEST and HTTPHEADER options slightly | Daniel Stenberg |
2003-06-10 | CURLOPT_HTTPAUTH docu | 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 for the HTTP negotiate stuff | Daniel Stenberg |
2003-06-10 | Daniel Kouril's patch that adds HTTP negotiation support to libcurl was | Daniel Stenberg |