1. 24 Aug, 2018 2 commits
    • Ihor Karpenko's avatar
      schannel: client certificate store opening fix · 6b6c2b8d
      Ihor Karpenko authored
      1) Using CERT_STORE_OPEN_EXISTING_FLAG ( or CERT_STORE_READONLY_FLAG )
      while opening certificate store would be sufficient in this scenario and
      less-demanding in sense of required user credentials ( for example,
      IIS_IUSRS will get "Access Denied" 0x05 error for existing CertOpenStore
      call without any of flags mentioned above ),
      
      2) as 'cert_store_name' is a DWORD, attempt to format its value like a
      string ( in "Failed to open cert store" error message ) will throw null
      pointer exception
      
      3) adding GetLastError(), in my opinion, will make error message more
      useful.
      
      Bug: https://curl.haxx.se/mail/lib-2018-08/0198.html
      
      Closes #2909
      6b6c2b8d
    • Leonardo Taccari's avatar
      gopher: Do not translate `?' to `%09' · 8f3c3cd0
      Leonardo Taccari authored
      Since GOPHER support was added in curl `?' character was automatically
      translated to `%09' (`\t').
      
      However, this behaviour does not seems documented in RFC 4266 and for
      search selectors it is documented to directly use `%09' in the URL.
      Apart that several gopher servers in the current gopherspace have CGI
      support where `?' is used as part of the selector and translating it to
      `%09' often leads to surprising results.
      
      Closes #2910
      8f3c3cd0
  2. 23 Aug, 2018 2 commits
  3. 22 Aug, 2018 3 commits
  4. 21 Aug, 2018 11 commits
  5. 20 Aug, 2018 2 commits
  6. 18 Aug, 2018 4 commits
  7. 17 Aug, 2018 1 commit
  8. 16 Aug, 2018 2 commits
  9. 15 Aug, 2018 6 commits
  10. 14 Aug, 2018 4 commits
  11. 13 Aug, 2018 3 commits