From a90cd1a45ca89b285ee41c371620c6a6db43cd88 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 30 Mar 2004 06:41:33 +0000 Subject: David Byron's new test cases for the --fail and auth stuff. --- tests/data/Makefile.am | 2 +- tests/data/test150 | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++ tests/data/test151 | 40 ++++++++++++++++++++++++ tests/data/test152 | 43 ++++++++++++++++++++++++++ 4 files changed, 166 insertions(+), 1 deletion(-) create mode 100644 tests/data/test150 create mode 100644 tests/data/test151 create mode 100644 tests/data/test152 (limited to 'tests') diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 8f9f0cb9c..2b6381a9b 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -23,7 +23,7 @@ test40 test42 test69 test70 test71 test72 test73 test146 test505 \ test74 test75 test76 test77 test78 test147 test148 test506 test79 test80 \ test81 test82 test83 test84 test85 test86 test87 test507 test149 test88 \ test89 test90 test508 test91 test92 test203 test93 test94 test95 test509 \ -test510 test97 test98 test99 +test510 test97 test98 test99 test150 test151 test152 # The following tests have been removed from the dist since they no longer # work. We need to fix the test suite's FTPS server first, then bring them diff --git a/tests/data/test150 b/tests/data/test150 new file mode 100644 index 000000000..ac23de02f --- /dev/null +++ b/tests/data/test150 @@ -0,0 +1,82 @@ +# Server-side + + +# no in this test since we have NTLM from the start + +# This is supposed to be returned when the server gets a first +# Authorization: NTLM line passed-in from the client + +HTTP/1.1 401 Now gimme that second request of crap +Server: Microsoft-IIS/5.0 +Content-Type: text/html; charset=iso-8859-1 +Content-Length: 34 +WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA== + +This is not the real page either! + + +# This is supposed to be returned when the server gets the second +# Authorization: NTLM line passed-in from the client + +HTTP/1.1 200 Things are fine in server land swsclose +Server: Microsoft-IIS/5.0 +Content-Type: text/html; charset=iso-8859-1 + +Finally, this is the real page! + + + +HTTP/1.1 401 Now gimme that second request of crap +Server: Microsoft-IIS/5.0 +Content-Type: text/html; charset=iso-8859-1 +Content-Length: 34 +WWW-Authenticate: NTLM TlRMTVNTUAACAAAAAgACADAAAAAGgoEAc51AYVDgyNcAAAAAAAAAAG4AbgAyAAAAQ0MCAAQAQwBDAAEAEgBFAEwASQBTAEEAQgBFAFQASAAEABgAYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAwAsAGUAbABpAHMAYQBiAGUAdABoAC4AYwBjAC4AaQBjAGUAZABlAHYALgBuAHUAAAAAAA== + +HTTP/1.1 200 Things are fine in server land swsclose +Server: Microsoft-IIS/5.0 +Content-Type: text/html; charset=iso-8859-1 + +Finally, this is the real page! + + + + +# Client-side + +# NTLM only works if SSL-support is present + +SSL + + +http + + +HTTP with NTLM authorization and --fail + + +http://%HOSTIP:%HOSTPORT/150 -u testuser:testpass --ntlm --fail + + + +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /150 HTTP/1.1 +Authorization: NTLM TlRMTVNTUAABAAAAAgIAAAAAAAAgAAAAAAAAACAAAAA= +User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: */* + +GET /150 HTTP/1.1 +Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEgAAAAYABgAYAAAAAAAAABAAAAACAAIAEAAAAAAAAAASAAAAAAAAAB4AAAAAYIAAHRlc3R1c2VyWmRDApEJkUyGOPS3DjvASModEeW/N/FBqYVyF4y6/y/7F6qmEQ7lXjXFF3tH1145 +User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: */* + + + diff --git a/tests/data/test151 b/tests/data/test151 new file mode 100644 index 000000000..f499f96c0 --- /dev/null +++ b/tests/data/test151 @@ -0,0 +1,40 @@ +# Server-side + + +HTTP/1.0 401 BAD BOY +Server: swsclose +Content-Type: text/html + +This contains a response code >= 400, so curl shouldn't display this. Even +though it's a response code that triggers authentication, we're not using +authentication so we should still fail. + + + +# Client-side + + +http + + +HTTP GET with an error code that might trick authentication + + +http://%HOSTIP:%HOSTPORT/151 + + + +# Verify data after the test has been "shot" + + +^User-Agent: curl/.* + + +GET /151 HTTP/1.1 +User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled) +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: */* + + + diff --git a/tests/data/test152 b/tests/data/test152 new file mode 100644 index 000000000..7edd0afc8 --- /dev/null +++ b/tests/data/test152 @@ -0,0 +1,43 @@ +# Server-side + + +HTTP/1.0 401 BAD BOY +Server: swsclose +Content-Type: text/html + +This contains a response code >= 400, so curl shouldn't display this. Even +though it's a response code that triggers authentication, we're not using +authentication so we should still fail. + + + +# Client-side + + +http + + +HTTP GET with an error code that might trick authentication and --fail + + +http://%HOSTIP:%HOSTPORT/152 --fail + + + +# Verify data after the test has been "shot" + + +^User-Agent: curl/.* + + +GET /152 HTTP/1.1 +User-Agent: curl/7.8.1-pre3 (sparc-sun-solaris2.7) libcurl 7.8.1-pre3 (OpenSSL 0.9.6a) (krb4 enabled) +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: */* + + + +22 + + -- cgit v1.2.3