Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ntlm: update selection of type 3 response | Markus Moeller | 2019-01-01 | 1 | -9/+9 |
| | | | | | | | | | | | NTLM2 did not work i.e. no NTLMv2 response was created. Changing the check seems to work. Ref: https://winprotocoldoc.blob.core.windows.net/productionwindowsarchives/MS-NLMP/[MS-NLMP].pdf Fixes https://github.com/curl/curl/issues/3286 Closes https://github.com/curl/curl/pull/3287 Closes https://github.com/curl/curl/pull/3415 | ||||
* | http: always send Host: header as first header | Daniel Stenberg | 2015-03-12 | 1 | -8/+8 |
| | | | | | | | | | | | | | | | ...after the method line: "Since the Host field-value is critical information for handling a request, a user agent SHOULD generate Host as the first header field following the request-line." / RFC 7230 section 5.4 Additionally, this will also make libcurl ignore multiple specified custom Host: headers and only use the first one. Test 1121 has been updated accordingly Bug: http://curl.haxx.se/bug/view.cgi?id=1491 Reported-by: Rainer Canavan | ||||
* | tests: Disabled NTLM tests when running with SSPI enabled | Steve Holme | 2013-12-28 | 1 | -0/+1 |
| | |||||
* | dd missing NTLM feature for tests 2025, and 2028 to 2032 | Yang Tse | 2012-11-27 | 1 | -0/+3 |
| | |||||
* | Add tests of auth retries | Joe Mason | 2012-08-03 | 1 | -0/+312 |