This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
curl
Watch
1
Star
0
Fork
0
You've already forked curl
Code
Issues
Pull Requests
Releases
Wiki
Activity
b2954e66e8
curl
/
tests
/
libtest
/
.gitignore
6 lines
67 B
Plaintext
Raw
Normal View
History
Unescape
Escape
NTLM tests: boost coverage by forcing the hostname A shared library tests/libtest/.libs/lihostname.so is preloaded in NTLM test-cases to override the system implementation of gethostname(). It makes it possible to test the NTLM authentication for exact match, and this way test the implementation of MD4 and DES. If LD_PRELOAD doesn't work, a debug build willl also workk as debug builds are now made to prefer a specific environment variable and will then return that content as host name instead of the actual one. Kamil wrote the bulk of this, Daniel Stenberg polished it.
2010-07-30 00:47:49 +02:00
chkhostname
ignore more files generated when tests run in the source tree
2010-03-23 12:43:42 +01:00
lib5[0-9][0-9]
FTP: prevent the multi interface from blocking As pointed out in Bug report #3579064, curl_multi_perform() would wrongly use a blocking mechanism internally for some commands which could lead to for example a very long block if the LIST response never showed. The solution was to make sure to properly continue to use the multi interface non-blocking state machine. The new test 1501 verifies the fix. Bug: http://curl.haxx.se/bug/view.cgi?id=3579064 Reported by: Guido Berhoerster
2012-11-04 18:22:48 +01:00
lib150[0-9]
Add tests of auth retries
2012-07-19 19:58:10 +02:00
libauthretry
NTLM: verify multiple connections work Add test2032 to test that NTLM does not switch connections in the middle of the handshake
2012-08-09 00:15:04 +02:00
libntlmconnect
Reference in New Issue
Copy Permalink