Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-28 | tests: Disabled NTLM tests when running with SSPI enabled | Steve Holme | |
2013-08-15 | tests 2032, 2033: Don't hardcode port in expected output | Tor Arntsen | |
2012-11-27 | dd missing NTLM feature for tests 2025, and 2028 to 2032 | Yang Tse | |
2012-08-31 | test2032: bail out after last transfer | Daniel Stenberg | |
The test would hang and get aborted with a "ABORTING TEST, since it seems that it would have run forever." until I prevented that from happening. I also fixed the data file which got broken CRLF line endings when I sucked down the path from Joe's repo == my fault. Removed #37 from KNOWN_BUGS as this fix and test case verifies exactly this. | |||
2012-08-31 | NTLM: verify multiple connections work | Joe Mason | |
Add test2032 to test that NTLM does not switch connections in the middle of the handshake |