1. 22 Jul, 2015 1 commit
  2. 21 Jul, 2015 4 commits
  3. 20 Jul, 2015 1 commit
  4. 18 Jul, 2015 1 commit
  5. 17 Jul, 2015 2 commits
  6. 16 Jul, 2015 2 commits
    • David Woodhouse's avatar
      ntlm_wb: Fix theoretical memory leak · 60b19630
      David Woodhouse authored
      Static analysis indicated that my commit 9008f3d5 ("ntlm_wb: Fix
      hard-coded limit on NTLM auth packet size") introduced a potential
      memory leak on an error path, because we forget to free the buffer
      before returning an error.
      
      Fix this.
      
      Although actually, it never happens in practice because we never *get*
      here with state == NTLMSTATE_TYPE1. The state is always zero. That
      might want cleaning up in a separate patch.
      
      Reported-by: Terri Oda
      60b19630
    • Jay Satiro's avatar
      de74e856
  7. 14 Jul, 2015 2 commits
    • Kamil Dudka's avatar
      libtest: call PR_Cleanup() on exit if NSPR is used · cd20e81e
      Kamil Dudka authored
      This prevents valgrind from reporting possibly lost memory that NSPR
      uses for file descriptor cache and other globally allocated internal
      data structures.
      
      Reported-by: Štefan Kremeň
      cd20e81e
    • John Malmberg's avatar
      openssl: VMS support for SHA256 · 79416fb2
      John Malmberg authored
      setup-vms.h: More symbols for SHA256, hacks for older VAX
      
      openssl.h: Use OpenSSL OPENSSL_NO_SHA256 macro to allow building on VAX.
      
      openssl.c: Use OpenSSL version checks and OPENSSL_NO_SHA256 macro to
      allow building on VAX and 64 bit VMS.
      79416fb2
  8. 11 Jul, 2015 1 commit
  9. 07 Jul, 2015 1 commit
  10. 02 Jul, 2015 2 commits
  11. 01 Jul, 2015 3 commits
  12. 30 Jun, 2015 2 commits
  13. 29 Jun, 2015 4 commits
  14. 25 Jun, 2015 2 commits
  15. 24 Jun, 2015 12 commits