1. 23 May, 2019 8 commits
  2. 22 May, 2019 15 commits
  3. 21 May, 2019 5 commits
  4. 20 May, 2019 10 commits
  5. 19 May, 2019 1 commit
    • Daniel Gustafsson's avatar
      version: make ssl_version buffer match for multi_ssl · 9a87fe70
      Daniel Gustafsson authored
      
      
      When running a multi TLS backend build the version string needs more
      buffer space. Make the internal ssl_buffer stack buffer match the one
      in Curl_multissl_version() to allow for the longer string. For single
      TLS backend builds there is no use in extended to buffer. This is a
      fallout from #3863 which fixes up the multi_ssl string generation to
      avoid a buffer overflow when the buffer is too small.
      
      Closes #3875
      Reviewed-by: default avatarDaniel Stenberg <daniel@haxx.se>
      9a87fe70
  6. 18 May, 2019 1 commit
    • Steve Holme's avatar
      http_ntlm_wb: Handle auth for only a single request · 7ca7f82b
      Steve Holme authored
      Currently when the server responds with 401 on NTLM authenticated
      connection (re-used) we consider it to have failed.  However this is
      legitimate and may happen when for example IIS is set configured to
      'authPersistSingleRequest' or when the request goes thru a proxy (with
      'via' header).
      
      Implemented by imploying an additional state once a connection is
      re-used to indicate that if we receive 401 we need to restart
      authentication.
      
      Missed in fe6049f0.
      7ca7f82b