1. 06 Aug, 2015 2 commits
    • Daniel Stenberg's avatar
      CHANGES: refer to the online changelog · 8279dd7d
      Daniel Stenberg authored
      Suggested-by: mc0e
      8279dd7d
    • Isaac Boukris's avatar
      NTLM: handle auth for only a single request · fe6049f0
      Isaac Boukris 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.
      
      Closes #363
      fe6049f0
  2. 05 Aug, 2015 10 commits
  3. 04 Aug, 2015 3 commits
  4. 03 Aug, 2015 2 commits
  5. 02 Aug, 2015 1 commit
    • Daniel Stenberg's avatar
      SSH: three state machine fixups · c4eb10e2
      Daniel Stenberg authored
      The SSH state machine didn't clear the 'rc' variable appropriately in a
      two places which prevented it from looping the way it should. And it
      lacked an 'else' statement that made it possible to erroneously get
      stuck in the SSH_AUTH_AGENT state.
      
      Reported-by: Tim Stack
      
      Closes #357
      c4eb10e2
  6. 01 Aug, 2015 5 commits
  7. 31 Jul, 2015 4 commits
  8. 30 Jul, 2015 6 commits
  9. 29 Jul, 2015 4 commits
  10. 28 Jul, 2015 3 commits