1. 29 Dec, 2014 1 commit
  2. 28 Dec, 2014 11 commits
  3. 27 Dec, 2014 14 commits
  4. 26 Dec, 2014 7 commits
  5. 25 Dec, 2014 6 commits
  6. 24 Dec, 2014 1 commit
    • Steve Holme's avatar
      curl_ntlm_core.c: Fixed compilation warnings · ed16a169
      Steve Holme authored
      curl_ntlm_core.c:301: warning: pointer targets in passing argument 2 of
                            'CryptImportKey' differ in signedness
      curl_ntlm_core.c:310: warning: passing argument 6 of 'CryptEncrypt' from
                            incompatible pointer type
      curl_ntlm_core.c:540: warning: passing argument 4 of 'CryptGetHashParam'
                            from incompatible pointer type
      ed16a169