b4620364 | 15-Jul-2003 |
Daniel Stenberg |
more fixes from Doug Kaufman for DJGPP builds for DOS |
634aef38 | 15-Jul-2003 |
Daniel Stenberg |
updated to work with Dan Winship's NTLM domain stuff fix |
06c86d1a | 15-Jul-2003 |
Daniel Stenberg |
Moved the NTLM credentials to the connectdata struct instead, as NTLM authenticates connections and not single requests. This should make it work better when we mix requests from multiple hos
Moved the NTLM credentials to the connectdata struct instead, as NTLM authenticates connections and not single requests. This should make it work better when we mix requests from multiple hosts. Problem pointed out by Cris Bailiff.
show more ...
|
79749f8e | 15-Jul-2003 |
Daniel Stenberg |
Fix to the endless loop of bad Basic authentication as reported in Cris Bailiff's bug report 768275. |
b036986b | 15-Jul-2003 |
Daniel Stenberg |
Dan Winship's patch added that makes use of DOMAIN\USER or DOMAIN/USER for the user field. I changed it slightly to stay with strchr() only instead of strpbrk() for portability reasons. |
938f1d1d | 15-Jul-2003 |
Daniel Stenberg |
Dan Winship's fix to make the new auth stuff such as NTLM to work with the multi interface |
58b6b3df | 15-Jul-2003 |
Daniel Stenberg |
Dan Winship pointed out this flaw |
f9c3347f | 05-Jul-2003 |
Daniel Stenberg |
re-use existing variable instead of declaring a new local one |
5b72eb0b | 05-Jul-2003 |
Daniel Stenberg |
Some of Doug Kaufman's changes for the DOS port |
6dd4c13b | 04-Jul-2003 |
Daniel Stenberg |
the latest changes |
e4e7db55 | 04-Jul-2003 |
Daniel Stenberg |
HAVE_SETVBUF removed, no longer used |
ebfde8da | 04-Jul-2003 |
Daniel Stenberg |
removed |
756bc0f4 | 04-Jul-2003 |
Daniel Stenberg |
Dan Grayson pointed out that we set the CURL_CA_BUNDLE variable wrongly in the configure script. We set it differently now and generate the lib/ca-bundle.h file entirely. |
269d491b | 04-Jul-2003 |
Daniel Stenberg |
remove the usage of setvbuf() and use fflush() instead if no buffering should be done on the output |
449e5bc2 | 04-Jul-2003 |
Daniel Stenberg |
CURLDEBUG not MALLOCDEBUG anymore |
8736c11d | 04-Jul-2003 |
Daniel Stenberg |
adjusted to the NTLM updates |
45fc7609 | 04-Jul-2003 |
Daniel Stenberg |
Peter Sylvester's patch was applied that introduces the following: CURLOPT_SSL_CTX_FUNCTION to set a callback that gets called with the OpenSSL's ssl_ctx pointer passed in and allo
Peter Sylvester's patch was applied that introduces the following: CURLOPT_SSL_CTX_FUNCTION to set a callback that gets called with the OpenSSL's ssl_ctx pointer passed in and allow a callback to act on it. If anything but CURLE_OK is returned, that will also be returned by libcurl all the way back. If this function changes the CURLOPT_URL, libcurl will detect this and instead go use the new URL. CURLOPT_SSL_CTX_DATA is a pointer you set to get passed to the callback set with CURLOPT_SSL_CTX_FUNCTION.
show more ...
|
7968e3c2 | 01-Jul-2003 |
Daniel Stenberg |
David Byron's patch that allows a client to make the server quit with a magic url. |
964a41c7 | 01-Jul-2003 |
Daniel Stenberg |
new CVS info |
5931d536 | 01-Jul-2003 |
Daniel Stenberg |
Gisle Vanem found a lib handle leak in the ldap code |
3ed3ae5b | 27-Jun-2003 |
Daniel Stenberg |
When I introduced the DIST_SUBDIRS usage, I broken the 'make install' for include files and docs, so now I've added a custom install hook to run make install for docs and install when data is
When I introduced the DIST_SUBDIRS usage, I broken the 'make install' for include files and docs, so now I've added a custom install hook to run make install for docs and install when data is installed at the top-level.
show more ...
|
6519cc70 | 26-Jun-2003 |
Sterling Hughes |
revert out my bogus commit. ;-) |
505a4f27 | 26-Jun-2003 |
Sterling Hughes |
test commit |
79144eba | 26-Jun-2003 |
Daniel Stenberg |
new tests |
26e17d89 | 26-Jun-2003 |
Daniel Stenberg |
produce a skip-report at the end of all tests, and thus record and count them properly |