summaryrefslogtreecommitdiff
path: root/tests/data/test2030
Commit message (Collapse)AuthorAgeFilesLines
* tests: Change NTLM tests to require SSLJay Satiro2019-12-311-0/+1
| | | | | | | | | | | | | | | | | | Prior to this change tests that required NTLM feature did not require SSL feature. There are pending changes to cmake builds that will allow enabling NTLM in non-SSL builds in Windows. In that case the NTLM auth strings created are different from what is expected by the NTLM tests and they fail: "The issue with NTLM is that previous non-SSL builds would not enable NTLM and so the NTLM tests would be skipped." Assisted-by: marc-groundctl@users.noreply.github.com Ref: https://github.com/curl/curl/pull/4717#issuecomment-566218729 Closes https://github.com/curl/curl/pull/4768
* ntlm: update selection of type 3 responseMarkus Moeller2019-01-011-6/+6
| | | | | | | | | | | 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
* test203[0-3]: Expect the Host header to be the first headerFabian Keil2015-03-121-8/+8
| | | | Required for the tests to work after a5d994941c2b.
* tests: Disabled NTLM tests when running with SSPI enabledSteve Holme2013-12-281-0/+1
|
* dd missing NTLM feature for tests 2025, and 2028 to 2032Yang Tse2012-11-271-0/+3
|
* test 2027/2030: take duplicate Digest requests into accountDaniel Stenberg2012-11-061-0/+24
| | | | | With the reversion of ce8311c7e49eca and the new clear logic, this flaw is present and we allow it.
* Add tests of auth retriesJoe Mason2012-08-031-0/+269