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

Plain default version of this file, to allow users to build easier from
CVS. This will be updated by the configure script, and a default is placed
here by the maketgz script.

981ffd9f22-Jul-2003 Daniel Stenberg

reversed the check for GSSAPI when request that auth

e76c960622-Jul-2003 Daniel Stenberg

CURLDEBUG, not MALLOCDEBUG

416c92cc22-Jul-2003 Daniel Stenberg

More support for NTLM on proxies, now proxy state and nonce is stored in
a separate struct properly.

fb731eb322-Jul-2003 Daniel Stenberg

The NTLM functions now take a 'proxy' argument as well.

6f2a4d2922-Jul-2003 Daniel Stenberg

Added a separate struct for the proxyntlm data, as it will/can be different
than the remote server's. That is, both the server and the proxy can in
fact require NTLM auth.

cefc8ba922-Jul-2003 Daniel Stenberg

CURLDEBUG is the symbol now

d0bd644e22-Jul-2003 Daniel Stenberg

Don't depend on the TIME_WITH_SYS_TIME define. win32 doesn't have sys/time.h
and I don't think we need it.

071c951221-Jul-2003 Daniel Stenberg

moved the proxyuser and proxypasswd fields from the sessionhandle to the
connectdata to work as expected

1a192c4821-Jul-2003 Daniel Stenberg

adjusted to support NTLM for proxies

56014e7421-Jul-2003 Daniel Stenberg

krb4-fixes for the moved user+password fields within the structs

1722714921-Jul-2003 Daniel Stenberg

pre4-commit

f2882cb821-Jul-2003 Daniel Stenberg

pre4

152f1fee21-Jul-2003 Daniel Stenberg

the CWD-null bug fix

968234e620-Jul-2003 Daniel Stenberg

the fixed skip-blanks in the FTP CWD code called for this adjustment

5e133e2d20-Jul-2003 Daniel Stenberg

David Gardner pointed out in bug report 770755 that using the FTP command CWD
with a blank argument is a bad idea. Now skip blanks.

0049c09f20-Jul-2003 Daniel Stenberg

If NTLM is requested, only re-use connections that have the exact same
credentials.

a2a63c2719-Jul-2003 Daniel Stenberg

explains my fixes just committed

c50a601f19-Jul-2003 Daniel Stenberg

modified to work fine with the new persistant connection working test suite
HTTP server

bc0fd6db19-Jul-2003 Daniel Stenberg

swsclose added

52b631fa19-Jul-2003 Daniel Stenberg

Access the user and passwd fields from the connectdata struct now instead
of the sessionhandle struct, as that was not good.

2f0bc9d119-Jul-2003 Daniel Stenberg

No longer stores user+password in the sessionhandle, now doing that in the
connectdata struct instead. Each being an allocated pointer.

The passwdgiven field was turned into a local vari

No longer stores user+password in the sessionhandle, now doing that in the
connectdata struct instead. Each being an allocated pointer.

The passwdgiven field was turned into a local variable in the only
function it was being used.

show more ...

5ef6520d19-Jul-2003 Daniel Stenberg

fixed the CONNECT thing again

2c19251619-Jul-2003 Daniel Stenberg

If the data contents contains the word 'swsclose', then this server will
disconnect the client after the response have been sent. This also happens
if the respons is zero byte long.

If the data contents contains the word 'swsclose', then this server will
disconnect the client after the response have been sent. This also happens
if the respons is zero byte long.

In all other cases (unless an error happens), it will now maintain the
connection to allow proper persistant connection testing. This was required
for the NTLM testing to work so I finally had to fix this. Of course most of
the existing HTTP tests will be adjusted to work with this new rule of test
file syntax for HTTP tests.

Also fixed the log function to deal with varargs for better logging.

show more ...

0529b34916-Jul-2003 Daniel Stenberg

recent changes

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