Skip to content
  1. Aug 07, 2010
  2. Aug 06, 2010
  3. Aug 05, 2010
  4. Aug 04, 2010
  5. Aug 03, 2010
  6. Aug 02, 2010
  7. Aug 01, 2010
  8. Jul 31, 2010
  9. Jul 30, 2010
  10. Jul 29, 2010
    • 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