1. 07 Aug, 2010 2 commits
  2. 06 Aug, 2010 5 commits
  3. 05 Aug, 2010 1 commit
  4. 04 Aug, 2010 3 commits
  5. 03 Aug, 2010 2 commits
  6. 02 Aug, 2010 12 commits
  7. 01 Aug, 2010 7 commits
  8. 31 Jul, 2010 2 commits
  9. 30 Jul, 2010 5 commits
  10. 29 Jul, 2010 1 commit
    • Kamil Dudka's avatar
      NTLM tests: boost coverage by forcing the hostname · b5c3feda
      Kamil Dudka authored
      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.
      b5c3feda