Skip to content
Snippets Groups Projects
Commit ceacbacd authored by Steve Holme's avatar Steve Holme
Browse files

tests: Disabled NTLM tests for non-debug builds

Added required "debug" feature, missed in commit 1c9aaa0b, as NTLMv2
calls Curl_rand() which can only be fixed to a specific entropy in
debug builds.
parent 51bb067a
No related branches found
No related tags found
No related merge requests found
......@@ -86,6 +86,7 @@ http
<features>
NTLM
!SSPI
debug
</features>
<name>
HTTP proxy CONNECT auth NTLM with chunked-encoded 407 response
......
......@@ -92,6 +92,7 @@ http
<features>
NTLM
!SSPI
debug
</features>
<name>
HTTP proxy CONNECT with any proxyauth and proxy offers NTLM and close
......
......@@ -64,6 +64,7 @@ This is the final page !
<features>
NTLM
!SSPI
debug
</features>
<server>
http
......
......@@ -59,6 +59,7 @@ Finally, this is the real page!
<features>
NTLM
!SSPI
debug
</features>
<server>
http
......
......@@ -58,6 +58,7 @@ Finally, this is the real page!
<features>
NTLM
!SSPI
debug
</features>
<server>
http
......
......@@ -77,6 +77,7 @@ Finally, this is the real page!
<features>
NTLM
!SSPI
debug
</features>
<server>
http
......
......@@ -58,6 +58,7 @@ Finally, this is the real page!
<features>
NTLM
!SSPI
debug
</features>
<server>
http
......
......@@ -78,6 +78,7 @@ http
<features>
NTLM
!SSPI
debug
</features>
<name>
HTTP with proxy-requiring-NTLM to site-requiring-Digest
......
......@@ -76,6 +76,7 @@ http
<features>
NTLM
!SSPI
debug
</features>
<name>
HTTP proxy CONNECT auth NTLM
......
......@@ -76,6 +76,7 @@ http
<features>
NTLM
!SSPI
debug
</features>
<name>
HTTP 1.0 proxy CONNECT auth NTLM and then POST
......
......@@ -53,6 +53,7 @@ http
<features>
NTLM
!SSPI
debug
</features>
<name>
HTTP proxy-auth NTLM and then POST
......
......@@ -74,6 +74,7 @@ http
<features>
NTLM
!SSPI
debug
</features>
<name>
HTTP POST with --proxy-anyauth, picking NTLM
......
......@@ -79,6 +79,7 @@ http
<features>
NTLM
!SSPI
debug
</features>
<name>
HTTP proxy CONNECT auth NTLM and then POST, response-body in the 407
......
......@@ -57,6 +57,7 @@ Finally, this is the real page!
<features>
NTLM
!SSPI
debug
</features>
<server>
http
......
......@@ -77,6 +77,7 @@ lib547
<features>
NTLM
!SSPI
debug
</features>
<name>
HTTP proxy auth NTLM with POST data from read callback
......
......@@ -77,6 +77,7 @@ lib548
<features>
NTLM
!SSPI
debug
</features>
<name>
HTTP proxy auth NTLM with POST data from CURLOPT_POSTFIELDS
......
......@@ -82,6 +82,7 @@ lib555
<features>
NTLM
!SSPI
debug
</features>
<name>
HTTP proxy auth NTLM with POST data from read callback multi-if
......
......@@ -75,6 +75,7 @@ lib590
<features>
NTLM
!SSPI
debug
</features>
<name>
HTTP proxy offers Negotiate+NTLM, use only NTLM
......
......@@ -57,6 +57,7 @@ Finally, this is the real page!
<features>
NTLM
!SSPI
debug
</features>
<server>
http
......
......@@ -56,6 +56,7 @@ Wrong password dude. Get it fixed and return.
<features>
NTLM
!SSPI
debug
</features>
<server>
http
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment