mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 09:21:50 -05:00
tests: Disabled NTLM tests when running with SSPI enabled
This commit is contained in:
parent
610a55388b
commit
01aaad7442
@ -85,6 +85,7 @@ http
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
HTTP proxy CONNECT auth NTLM with chunked-encoded 407 response
|
||||
|
@ -91,6 +91,7 @@ http
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
HTTP proxy CONNECT with any proxyauth and proxy offers NTLM and close
|
||||
|
@ -47,6 +47,7 @@ https
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
HTTP POST using CONNECT with --proxy-ntlm but no auth is required
|
||||
|
@ -63,6 +63,7 @@ This is the final page !
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -58,6 +58,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -50,6 +50,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -75,6 +75,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -56,6 +56,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -27,6 +27,7 @@ isn't because there's no Proxy-Authorization: NTLM header
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -77,6 +77,7 @@ http
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
HTTP with proxy-requiring-NTLM to site-requiring-Digest
|
||||
|
@ -19,6 +19,7 @@ http
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
HTTP POST with --proxy-ntlm and no SSL with no response
|
||||
|
@ -47,6 +47,7 @@ content for you
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -195,6 +195,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -231,6 +231,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -168,6 +168,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -220,6 +220,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -234,6 +234,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -90,6 +90,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -91,6 +91,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -75,6 +75,7 @@ http
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
HTTP proxy CONNECT auth NTLM
|
||||
|
@ -75,6 +75,7 @@ http
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
HTTP 1.0 proxy CONNECT auth NTLM and then POST
|
||||
|
@ -52,6 +52,7 @@ http
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
HTTP proxy-auth NTLM and then POST
|
||||
|
@ -73,6 +73,7 @@ http
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
HTTP POST with --proxy-anyauth, picking NTLM
|
||||
|
@ -78,6 +78,7 @@ http
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
HTTP proxy CONNECT auth NTLM and then POST, response-body in the 407
|
||||
|
@ -56,6 +56,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -76,6 +76,7 @@ lib547
|
||||
</tool>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
HTTP proxy auth NTLM with POST data from read callback
|
||||
|
@ -76,6 +76,7 @@ lib548
|
||||
</tool>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
HTTP proxy auth NTLM with POST data from CURLOPT_POSTFIELDS
|
||||
|
@ -81,6 +81,7 @@ lib555
|
||||
</tool>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
HTTP proxy auth NTLM with POST data from read callback multi-if
|
||||
|
@ -74,6 +74,7 @@ lib590
|
||||
</tool>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
HTTP proxy offers Negotiate+NTLM, use only NTLM
|
||||
|
@ -56,6 +56,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -55,6 +55,7 @@ Wrong password dude. Get it fixed and return.
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -72,6 +72,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -55,6 +55,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -34,6 +34,7 @@ imap
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
IMAP NTLM authentication
|
||||
|
@ -34,6 +34,7 @@ imap
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
IMAP NTLM authentication with initial response
|
||||
|
@ -26,6 +26,7 @@ imap
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
IMAP NTLM graceful cancellation
|
||||
|
@ -36,6 +36,7 @@ imap
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
IMAP NTLM authentication with SASL downgrade
|
||||
|
@ -36,6 +36,7 @@ pop3
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
POP3 NTLM authentication
|
||||
|
@ -35,6 +35,7 @@ pop3
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
POP3 NTLM authentication with initial response
|
||||
|
@ -27,6 +27,7 @@ pop3
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
POP3 NTLM graceful cancellation
|
||||
|
@ -38,6 +38,7 @@ pop3
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
POP3 NTLM authentication with SASL downgrade
|
||||
|
@ -89,6 +89,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -127,6 +127,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -26,6 +26,7 @@ smtp
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
SMTP NTLM authentication
|
||||
|
@ -73,6 +73,7 @@ Finally, this is the real page!
|
||||
<client>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<server>
|
||||
http
|
||||
|
@ -25,6 +25,7 @@ smtp
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
SMTP NTLM authentication with initial response
|
||||
|
@ -26,6 +26,7 @@ smtp
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
SMTP NTLM graceful cancellation
|
||||
|
@ -28,6 +28,7 @@ smtp
|
||||
</server>
|
||||
<features>
|
||||
NTLM
|
||||
!SSPI
|
||||
</features>
|
||||
<name>
|
||||
SMTP NTLM authentication with SASL downgrade
|
||||
|
Loading…
x
Reference in New Issue
Block a user