a91ce6a5 | 23-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. |
981ffd9f | 22-Jul-2003 |
Daniel Stenberg |
reversed the check for GSSAPI when request that auth |
e76c9606 | 22-Jul-2003 |
Daniel Stenberg |
CURLDEBUG, not MALLOCDEBUG |
416c92cc | 22-Jul-2003 |
Daniel Stenberg |
More support for NTLM on proxies, now proxy state and nonce is stored in a separate struct properly. |
fb731eb3 | 22-Jul-2003 |
Daniel Stenberg |
The NTLM functions now take a 'proxy' argument as well. |
6f2a4d29 | 22-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. |
cefc8ba9 | 22-Jul-2003 |
Daniel Stenberg |
CURLDEBUG is the symbol now |
d0bd644e | 22-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. |
071c9512 | 21-Jul-2003 |
Daniel Stenberg |
moved the proxyuser and proxypasswd fields from the sessionhandle to the connectdata to work as expected |
1a192c48 | 21-Jul-2003 |
Daniel Stenberg |
adjusted to support NTLM for proxies |
56014e74 | 21-Jul-2003 |
Daniel Stenberg |
krb4-fixes for the moved user+password fields within the structs |
17227149 | 21-Jul-2003 |
Daniel Stenberg |
pre4-commit |
f2882cb8 | 21-Jul-2003 |
Daniel Stenberg |
pre4 |
152f1fee | 21-Jul-2003 |
Daniel Stenberg |
the CWD-null bug fix |
968234e6 | 20-Jul-2003 |
Daniel Stenberg |
the fixed skip-blanks in the FTP CWD code called for this adjustment |
5e133e2d | 20-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. |
0049c09f | 20-Jul-2003 |
Daniel Stenberg |
If NTLM is requested, only re-use connections that have the exact same credentials. |
a2a63c27 | 19-Jul-2003 |
Daniel Stenberg |
explains my fixes just committed |
c50a601f | 19-Jul-2003 |
Daniel Stenberg |
modified to work fine with the new persistant connection working test suite HTTP server |
bc0fd6db | 19-Jul-2003 |
Daniel Stenberg |
swsclose added |
52b631fa | 19-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. |
2f0bc9d1 | 19-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 ...
|
5ef6520d | 19-Jul-2003 |
Daniel Stenberg |
fixed the CONNECT thing again |
2c192516 | 19-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 ...
|
0529b349 | 16-Jul-2003 |
Daniel Stenberg |
recent changes |