Revision tags: curl-7_16_0, curl-7_15_6-prepipeline, curl-7_15_5, curl-7_15_4 |
|
#
2bd3033f |
| 07-Jun-2006 |
Daniel Stenberg |
NTLM2 session response support
|
#
b0adcd6a |
| 05-Apr-2006 |
Daniel Stenberg |
cut off a bit more of the type-2 ntlm message since it differs between hosts
|
#
be285cde |
| 05-Apr-2006 |
Daniel Stenberg |
Michele Bini modified the NTLM code to work for his "weird IIS case" (http://curl.haxx.se/mail/lib-2006-02/0154.html) by adding the NTLM hash function in addition to the LM one and making som
Michele Bini modified the NTLM code to work for his "weird IIS case" (http://curl.haxx.se/mail/lib-2006-02/0154.html) by adding the NTLM hash function in addition to the LM one and making some other adjustments in the order the different parts of the data block are sent in the Type-2 reply. Inspiration for this work was taken from the Firefox NTLM implementation. I edited the existing 21(!) NTLM test cases to run fine with these news. Due to the fact that we now properly include the host name in the Type-2 message the test cases now only compare parts of that chunk.
show more ...
|
Revision tags: curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0, curl-7_14_0 |
|
#
5d9fc28f |
| 11-May-2005 |
Daniel Stenberg |
Modified the default HTTP headers used by libcurl: A) Normal non-proxy HTTP: - no more "Pragma: no-cache" (this only makes sense to proxies) B) Non-CONNECT HTTP request ov
Modified the default HTTP headers used by libcurl: A) Normal non-proxy HTTP: - no more "Pragma: no-cache" (this only makes sense to proxies) B) Non-CONNECT HTTP request over proxy: - "Pragma: no-cache" is used (like before) - "Proxy-Connection: Keep-alive" (for older style 1.0-proxies) C) CONNECT HTTP request over proxy: - "Host: [name]:[port]" - "Proxy-Connection: Keep-alive"
show more ...
|
Revision tags: curl-7_13_2 |
|
#
3e5a3267 |
| 21-Mar-2005 |
Daniel Stenberg |
Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM support is no longer only present when built with SSL support.
|
Revision tags: curl-7_13_1, before_ftp_statemachine, curl-7_13_0, curl-7_12_3 |
|
#
81a3246a |
| 29-Nov-2004 |
Daniel Stenberg |
stricter newline policy
|
#
3e1caa61 |
| 24-Nov-2004 |
Daniel Stenberg |
HTTP "auth done right". See lib/README.httpauth
|
Revision tags: curl-7_12_2 |
|
#
2b1673c9 |
| 08-Sep-2004 |
Daniel Stenberg |
Now the test servers and test cases can run on a custom port number. There's no fixed port numbers in use anymore. Starting now, the default ports the servers use are 8990 - 8993. There's no
Now the test servers and test cases can run on a custom port number. There's no fixed port numbers in use anymore. Starting now, the default ports the servers use are 8990 - 8993. There's no option to modify these yet, but changing the $base option in the top of the runtests.pl script.
show more ...
|
Revision tags: curl-7_12_1, pre-aifix, curl-7_12_0, curl-7_11_2, c-ares-1_2_0 |
|
#
a7fd6f90 |
| 06-Apr-2004 |
Daniel Stenberg |
require ssl since ntlm needs it
|
#
8ed44e8d |
| 06-Apr-2004 |
Daniel Stenberg |
New authentication code added, particularly noticable when doing POST or PUT with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication and when done perform the requested
New authentication code added, particularly noticable when doing POST or PUT with Digest or NTLM. libcurl will now use HEAD to negotiate the authentication and when done perform the requested POST.
show more ...
|