summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Mark Fletcher provided an excellent bug report that identified a problemDaniel Stenberg2003-08-031-3/+5
* When proxy authentication is used in a CONNECT request (as used for all SSLDaniel Stenberg2003-08-021-0/+7
* Jörg Müller-Tolk updated this to build fine with 7.10.6Daniel Stenberg2003-07-301-3/+2
* Daniel Noguerol made the ftp code output "Accept-Ranges: bytes" in similarDaniel Stenberg2003-07-301-0/+14
* Reverted the 'filetime' struct field back to a 'long' as time_t is sometimesDaniel Stenberg2003-07-302-4/+6
* clear http->send_buffer when we have freed the memory it pointed toDaniel Stenberg2003-07-281-0/+1
* François Pons brought a patch that once again made curl deal with ftp andDaniel Stenberg2003-07-281-1/+5
* having it in CVS causes us problems *grrr*Daniel Stenberg2003-07-251-1/+0
* Andrés García updated with the added files etcDaniel Stenberg2003-07-251-13/+17
* With an unknown CA path, we undef the variable. To build properly withoutDaniel Stenberg2003-07-251-0/+4
* Removed #include <sys/resource.h>, as pointed out by Henry Bland we don'tDaniel Stenberg2003-07-257-7/+0
* When we re-use an existing connection we must make sure that we don'tDaniel Stenberg2003-07-231-0/+2
* minor code style fixDaniel Stenberg2003-07-231-6/+3
* Daniel Kouril's fix to make the GSS-Negotiate work fine.Daniel Stenberg2003-07-231-8/+6
* Juan F. Codagnone's fixes to build properly on Windows againDaniel Stenberg2003-07-232-1/+22
* Plain default version of this file, to allow users to build easier fromDaniel Stenberg2003-07-231-0/+1
* reversed the check for GSSAPI when request that authDaniel Stenberg2003-07-221-1/+1
* CURLDEBUG, not MALLOCDEBUGDaniel Stenberg2003-07-221-1/+1
* More support for NTLM on proxies, now proxy state and nonce is stored inDaniel Stenberg2003-07-221-23/+32
* The NTLM functions now take a 'proxy' argument as well.Daniel Stenberg2003-07-222-2/+2
* Added a separate struct for the proxyntlm data, as it will/can be differentDaniel Stenberg2003-07-221-0/+1
* moved the proxyuser and proxypasswd fields from the sessionhandle to theDaniel Stenberg2003-07-215-60/+63
* adjusted to support NTLM for proxiesDaniel Stenberg2003-07-211-18/+39
* krb4-fixes for the moved user+password fields within the structsDaniel Stenberg2003-07-212-2/+2
* David Gardner pointed out in bug report 770755 that using the FTP command CWDDaniel Stenberg2003-07-201-6/+13
* If NTLM is requested, only re-use connections that have the exact sameDaniel Stenberg2003-07-201-3/+5
* Access the user and passwd fields from the connectdata struct now insteadDaniel Stenberg2003-07-198-50/+69
* No longer stores user+password in the sessionhandle, now doing that in theDaniel Stenberg2003-07-191-6/+3
* Moved the NTLM credentials to the connectdata struct instead, as NTLMDaniel Stenberg2003-07-152-10/+10
* Fix to the endless loop of bad Basic authentication as reported in CrisDaniel Stenberg2003-07-151-1/+9
* Dan Winship's patch added that makes use of DOMAIN\USER or DOMAIN/USERDaniel Stenberg2003-07-151-10/+21
* Dan Winship's fix to make the new auth stuff such as NTLM to work withDaniel Stenberg2003-07-151-2/+3
* re-use existing variable instead of declaring a new local oneDaniel Stenberg2003-07-051-5/+5
* Some of Doug Kaufman's changes for the DOS portDaniel Stenberg2003-07-052-5/+10
* removedDaniel Stenberg2003-07-041-31/+0
* Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly inDaniel Stenberg2003-07-041-2/+9
* Peter Sylvester's patch was applied that introduces the following:Daniel Stenberg2003-07-045-3/+54
* Gisle Vanem found a lib handle leak in the ldap codeDaniel Stenberg2003-07-011-1/+1
* new httpauth support, changed filetime variable kindDaniel Stenberg2003-06-261-8/+10
* added CURLOPT_HTTPAUTH supportDaniel Stenberg2003-06-261-29/+12
* Adjusted to work properly with the new authentication stuffDaniel Stenberg2003-06-261-57/+201
* use CURLDEBUG instead of MALLOCDEBUGDaniel Stenberg2003-06-261-1/+1
* use CURLDEBUGDaniel Stenberg2003-06-261-1/+1
* adjusted to use the same API as the OpenSSL version of the MD5 functionsDaniel Stenberg2003-06-261-15/+51
* added ntlm flag bitsDaniel Stenberg2003-06-261-17/+93
* Many fixes, most of them based on comments by Eric GlassDaniel Stenberg2003-06-261-179/+131
* new proto for Curl_input_negotiateDaniel Stenberg2003-06-261-1/+1
* kill warningsDaniel Stenberg2003-06-261-13/+14
* major adjustments to the new authentication supportDaniel Stenberg2003-06-261-39/+62
* include GSS in the debug string if available, support a few new flagDaniel Stenberg2003-06-261-0/+11