Age | Commit message (Expand) | Author |
2003-07-22 | More support for NTLM on proxies, now proxy state and nonce is stored in | Daniel Stenberg |
2003-07-22 | The NTLM functions now take a 'proxy' argument as well. | Daniel Stenberg |
2003-07-22 | Added a separate struct for the proxyntlm data, as it will/can be different | Daniel Stenberg |
2003-07-21 | moved the proxyuser and proxypasswd fields from the sessionhandle to the | Daniel Stenberg |
2003-07-21 | adjusted to support NTLM for proxies | Daniel Stenberg |
2003-07-21 | krb4-fixes for the moved user+password fields within the structs | Daniel Stenberg |
2003-07-20 | David Gardner pointed out in bug report 770755 that using the FTP command CWD | Daniel Stenberg |
2003-07-20 | If NTLM is requested, only re-use connections that have the exact same | Daniel Stenberg |
2003-07-19 | Access the user and passwd fields from the connectdata struct now instead | Daniel Stenberg |
2003-07-19 | No longer stores user+password in the sessionhandle, now doing that in the | Daniel Stenberg |
2003-07-15 | Moved the NTLM credentials to the connectdata struct instead, as NTLM | Daniel Stenberg |
2003-07-15 | Fix to the endless loop of bad Basic authentication as reported in Cris | Daniel Stenberg |
2003-07-15 | Dan Winship's patch added that makes use of DOMAIN\USER or DOMAIN/USER | Daniel Stenberg |
2003-07-15 | Dan Winship's fix to make the new auth stuff such as NTLM to work with | Daniel Stenberg |
2003-07-05 | re-use existing variable instead of declaring a new local one | Daniel Stenberg |
2003-07-05 | Some of Doug Kaufman's changes for the DOS port | Daniel Stenberg |
2003-07-04 | removed | Daniel Stenberg |
2003-07-04 | Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly in | Daniel Stenberg |
2003-07-04 | Peter Sylvester's patch was applied that introduces the following: | Daniel Stenberg |
2003-07-01 | Gisle Vanem found a lib handle leak in the ldap code | Daniel Stenberg |
2003-06-26 | new httpauth support, changed filetime variable kind | Daniel Stenberg |
2003-06-26 | added CURLOPT_HTTPAUTH support | Daniel Stenberg |
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 |