History log of /curl/ (Results 30226 – 30250 of 33763)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b462036415-Jul-2003 Daniel Stenberg

more fixes from Doug Kaufman for DJGPP builds for DOS

634aef3815-Jul-2003 Daniel Stenberg

updated to work with Dan Winship's NTLM domain stuff fix

06c86d1a15-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 ...

79749f8e15-Jul-2003 Daniel Stenberg

Fix to the endless loop of bad Basic authentication as reported in Cris
Bailiff's bug report 768275.

b036986b15-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.

938f1d1d15-Jul-2003 Daniel Stenberg

Dan Winship's fix to make the new auth stuff such as NTLM to work with
the multi interface

58b6b3df15-Jul-2003 Daniel Stenberg

Dan Winship pointed out this flaw

f9c3347f05-Jul-2003 Daniel Stenberg

re-use existing variable instead of declaring a new local one

5b72eb0b05-Jul-2003 Daniel Stenberg

Some of Doug Kaufman's changes for the DOS port

6dd4c13b04-Jul-2003 Daniel Stenberg

the latest changes

e4e7db5504-Jul-2003 Daniel Stenberg

HAVE_SETVBUF removed, no longer used

ebfde8da04-Jul-2003 Daniel Stenberg

removed

756bc0f404-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.

269d491b04-Jul-2003 Daniel Stenberg

remove the usage of setvbuf() and use fflush() instead if no buffering should
be done on the output

449e5bc204-Jul-2003 Daniel Stenberg

CURLDEBUG not MALLOCDEBUG anymore

8736c11d04-Jul-2003 Daniel Stenberg

adjusted to the NTLM updates

45fc760904-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 ...

7968e3c201-Jul-2003 Daniel Stenberg

David Byron's patch that allows a client to make the server quit with a
magic url.

964a41c701-Jul-2003 Daniel Stenberg

new CVS info

5931d53601-Jul-2003 Daniel Stenberg

Gisle Vanem found a lib handle leak in the ldap code

3ed3ae5b27-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 ...

6519cc7026-Jun-2003 Sterling Hughes

revert out my bogus commit. ;-)

505a4f2726-Jun-2003 Sterling Hughes

test commit

79144eba26-Jun-2003 Daniel Stenberg

new tests

26e17d8926-Jun-2003 Daniel Stenberg

produce a skip-report at the end of all tests, and thus record and count
them properly

1...<<1201120212031204120512061207120812091210>>...1351