| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark Fletcher provided an excellent bug report that identified a problem | Daniel Stenberg | 2003-08-03 | 1 | -3/+5 |
* | When proxy authentication is used in a CONNECT request (as used for all SSL | Daniel Stenberg | 2003-08-02 | 1 | -0/+7 |
* | Jörg Müller-Tolk updated this to build fine with 7.10.6 | Daniel Stenberg | 2003-07-30 | 1 | -3/+2 |
* | Daniel Noguerol made the ftp code output "Accept-Ranges: bytes" in similar | Daniel Stenberg | 2003-07-30 | 1 | -0/+14 |
* | Reverted the 'filetime' struct field back to a 'long' as time_t is sometimes | Daniel Stenberg | 2003-07-30 | 2 | -4/+6 |
* | clear http->send_buffer when we have freed the memory it pointed to | Daniel Stenberg | 2003-07-28 | 1 | -0/+1 |
* | François Pons brought a patch that once again made curl deal with ftp and | Daniel Stenberg | 2003-07-28 | 1 | -1/+5 |
* | having it in CVS causes us problems *grrr* | Daniel Stenberg | 2003-07-25 | 1 | -1/+0 |
* | Andrés García updated with the added files etc | Daniel Stenberg | 2003-07-25 | 1 | -13/+17 |
* | With an unknown CA path, we undef the variable. To build properly without | Daniel Stenberg | 2003-07-25 | 1 | -0/+4 |
* | Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't | Daniel Stenberg | 2003-07-25 | 7 | -7/+0 |
* | When we re-use an existing connection we must make sure that we don't | Daniel Stenberg | 2003-07-23 | 1 | -0/+2 |
* | minor code style fix | Daniel Stenberg | 2003-07-23 | 1 | -6/+3 |
* | Daniel Kouril's fix to make the GSS-Negotiate work fine. | Daniel Stenberg | 2003-07-23 | 1 | -8/+6 |
* | Juan F. Codagnone's fixes to build properly on Windows again | Daniel Stenberg | 2003-07-23 | 2 | -1/+22 |
* | Plain default version of this file, to allow users to build easier from | Daniel Stenberg | 2003-07-23 | 1 | -0/+1 |
* | reversed the check for GSSAPI when request that auth | Daniel Stenberg | 2003-07-22 | 1 | -1/+1 |
* | CURLDEBUG, not MALLOCDEBUG | Daniel Stenberg | 2003-07-22 | 1 | -1/+1 |
* | More support for NTLM on proxies, now proxy state and nonce is stored in | Daniel Stenberg | 2003-07-22 | 1 | -23/+32 |
* | The NTLM functions now take a 'proxy' argument as well. | Daniel Stenberg | 2003-07-22 | 2 | -2/+2 |
* | Added a separate struct for the proxyntlm data, as it will/can be different | Daniel Stenberg | 2003-07-22 | 1 | -0/+1 |
* | moved the proxyuser and proxypasswd fields from the sessionhandle to the | Daniel Stenberg | 2003-07-21 | 5 | -60/+63 |
* | adjusted to support NTLM for proxies | Daniel Stenberg | 2003-07-21 | 1 | -18/+39 |
* | krb4-fixes for the moved user+password fields within the structs | Daniel Stenberg | 2003-07-21 | 2 | -2/+2 |
* | David Gardner pointed out in bug report 770755 that using the FTP command CWD | Daniel Stenberg | 2003-07-20 | 1 | -6/+13 |
* | If NTLM is requested, only re-use connections that have the exact same | Daniel Stenberg | 2003-07-20 | 1 | -3/+5 |
* | Access the user and passwd fields from the connectdata struct now instead | Daniel Stenberg | 2003-07-19 | 8 | -50/+69 |
* | No longer stores user+password in the sessionhandle, now doing that in the | Daniel Stenberg | 2003-07-19 | 1 | -6/+3 |
* | Moved the NTLM credentials to the connectdata struct instead, as NTLM | Daniel Stenberg | 2003-07-15 | 2 | -10/+10 |
* | Fix to the endless loop of bad Basic authentication as reported in Cris | Daniel Stenberg | 2003-07-15 | 1 | -1/+9 |
* | Dan Winship's patch added that makes use of DOMAIN\USER or DOMAIN/USER | Daniel Stenberg | 2003-07-15 | 1 | -10/+21 |
* | Dan Winship's fix to make the new auth stuff such as NTLM to work with | Daniel Stenberg | 2003-07-15 | 1 | -2/+3 |
* | re-use existing variable instead of declaring a new local one | Daniel Stenberg | 2003-07-05 | 1 | -5/+5 |
* | Some of Doug Kaufman's changes for the DOS port | Daniel Stenberg | 2003-07-05 | 2 | -5/+10 |
* | removed | Daniel Stenberg | 2003-07-04 | 1 | -31/+0 |
* | Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly in | Daniel Stenberg | 2003-07-04 | 1 | -2/+9 |
* | Peter Sylvester's patch was applied that introduces the following: | Daniel Stenberg | 2003-07-04 | 5 | -3/+54 |
* | Gisle Vanem found a lib handle leak in the ldap code | Daniel Stenberg | 2003-07-01 | 1 | -1/+1 |
* | new httpauth support, changed filetime variable kind | Daniel Stenberg | 2003-06-26 | 1 | -8/+10 |
* | added CURLOPT_HTTPAUTH support | Daniel Stenberg | 2003-06-26 | 1 | -29/+12 |
* | Adjusted to work properly with the new authentication stuff | Daniel Stenberg | 2003-06-26 | 1 | -57/+201 |
* | use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg | 2003-06-26 | 1 | -1/+1 |
* | use CURLDEBUG | Daniel Stenberg | 2003-06-26 | 1 | -1/+1 |
* | adjusted to use the same API as the OpenSSL version of the MD5 functions | Daniel Stenberg | 2003-06-26 | 1 | -15/+51 |
* | added ntlm flag bits | Daniel Stenberg | 2003-06-26 | 1 | -17/+93 |
* | Many fixes, most of them based on comments by Eric Glass | Daniel Stenberg | 2003-06-26 | 1 | -179/+131 |
* | new proto for Curl_input_negotiate | Daniel Stenberg | 2003-06-26 | 1 | -1/+1 |
* | kill warnings | Daniel Stenberg | 2003-06-26 | 1 | -13/+14 |
* | major adjustments to the new authentication support | Daniel Stenberg | 2003-06-26 | 1 | -39/+62 |
* | include GSS in the debug string if available, support a few new flag | Daniel Stenberg | 2003-06-26 | 1 | -0/+11 |