aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/.gitignore
AgeCommit message (Collapse)Author
2010-11-02ignore: lib580.c is generated by mk580.plDaniel Stenberg
2010-07-30NTLM tests: boost coverage by forcing the hostnameKamil Dudka
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-03-23ignore more files generated when tests run in the source treeDaniel Stenberg