This website requires JavaScript.
Explore
Help
Sign In
mirror
/
curl
Watch
2
Star
0
Fork
0
You've already forked curl
mirror of
https://github.com/curl/curl.git
synced
2024-12-15 06:40:09 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
420087bb30
curl
/
tests
/
libtest
/
.gitignore
7 lines
91 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 06:47:49 +08:00
chkhostname
tests: update .gitignore for libtests Closes #2624
2018-05-31 05:35:27 +08:00
lib[12][0-9][0-9][0-9]
tests/libtest/.gitignore: follow-up fix to ignore lib5* too
2018-05-31 23:42:52 +08:00
lib[56][0-9][0-9]
tests: adjust .gitignore for new tests
2017-09-24 19:30:30 +08:00
lib1521.c
Add tests of auth retries
2012-07-20 01:58:10 +08: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 06:15:04 +08:00
libntlmconnect
Reference in New Issue
Copy Permalink