Skip to content
  1. Aug 06, 2015
    • 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. Aug 05, 2015
  3. Aug 04, 2015
  4. Aug 03, 2015
  5. Aug 02, 2015
    • 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. Aug 01, 2015
  7. Jul 31, 2015
  8. Jul 30, 2015
  9. Jul 29, 2015
  10. Jul 28, 2015