a53d7848 | 05-Sep-2003 |
Daniel Stenberg |
--enable-thread was broken and this should cure it Kevin Fisk reported. |
29b7fb62 | 04-Sep-2003 |
Daniel Stenberg |
CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL |
df760a0a | 04-Sep-2003 |
Daniel Stenberg |
no user or password set, bail out |
f2057eb7 | 04-Sep-2003 |
Daniel Stenberg |
ah, this change broke multiple test cases |
2956fe97 | 04-Sep-2003 |
Daniel Stenberg |
J�rg pointed out that I did this fix wrongly, now authwant is cleared properly if no auth is available |
1f9b0e70 | 04-Sep-2003 |
Daniel Stenberg |
Based on Joerg Mueller-Tolk's patch, this introduces support for CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL |
8fae12b2 | 04-Sep-2003 |
Daniel Stenberg |
1. store the httpproxycode in the loop after it is parsed 2. made Curl_http_auth_act() reset 'authavail' unconditionally |
7410210f | 04-Sep-2003 |
Daniel Stenberg |
avoid proxy (and other) auth if no user+password is given |
40e6b12c | 04-Sep-2003 |
Daniel Stenberg |
added the missing share-functions, pointed out by Edward Chan |
f2d42223 | 03-Sep-2003 |
Daniel Stenberg |
Early Ehlinger's CURLOPT_FTP_RESPONSE_TIMEOUT patch applied. |
6a678f6d | 03-Sep-2003 |
Daniel Stenberg |
recent fixes |
52ceab5e | 03-Sep-2003 |
Daniel Stenberg |
Re-arranged code to make the proxy-CONNECT loop able to do some of the authentication negotiations needed for NTLM, Digest etc. |
cafcc242 | 03-Sep-2003 |
Daniel Stenberg |
Joerg Mueller-Tolk's fix to better deal with user+passwords for proxies |
2ad0a7d2 | 03-Sep-2003 |
Daniel Stenberg |
minor fix to make better bail-out check |
481094db | 03-Sep-2003 |
Daniel Stenberg |
warn if no CN is available if verify is only set to 1 |
840c0af0 | 03-Sep-2003 |
Daniel Stenberg |
stuff I had added in my copy at home, now at last I'm online from here again |
f193ab4b | 03-Sep-2003 |
Daniel Stenberg |
Peter Pentchev found two problems. One realloc problem that could allocate too little data, and one case of not zero-terminating the returned string. I chose a slightly different patch t
Peter Pentchev found two problems. One realloc problem that could allocate too little data, and one case of not zero-terminating the returned string. I chose a slightly different patch than the one Peter provided.
show more ...
|
f7db3023 | 02-Sep-2003 |
Daniel Stenberg |
wrap at 80 cols |
cfe80449 | 01-Sep-2003 |
Daniel Stenberg |
two patches applied |
818d2318 | 01-Sep-2003 |
Daniel Stenberg |
"Securing FTP with TLS" was updated to revision 12 |
eb9937ec | 01-Sep-2003 |
Daniel Stenberg |
LDAP fixed in CVS (for upcoming 7.10.8) |
070cd2b5 | 01-Sep-2003 |
Daniel Stenberg |
Henrik Storner's update to make libcurl work with OpenLDAP 2.1.22 (current). Also reported to work with OpenLDAP 2.0.26. |
96d9ddee | 01-Sep-2003 |
Daniel Stenberg |
CURLE_LDAP_INVALID_URL added (by Henrik Storner) |
5629eeae | 01-Sep-2003 |
Daniel Stenberg |
The error buffer was not getting filled when Curl_wait_for_resolv() fails. Jeff Pohlmeyer fixed. |
46c2bc4b | 29-Aug-2003 |
Daniel Stenberg |
typecase to please the compiler gods |