[issue7752] Add support for Digest authentication session (reuse nonces)

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue7752] Add support for Digest authentication session (reuse nonces)

2010-07-10 Thread Senthil Kumaran
Changes by Senthil Kumaran : -- assignee: -> orsenthil nosy: +orsenthil resolution: -> accepted stage: unit test needed -> patch review ___ Python tracker ___ __

[issue7752] Add support for Digest authentication session (reuse nonces)

2010-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: The patch will need reworking to apply to 3.2 only. -- nosy: +BreamoreBoy versions: -Python 2.7 ___ Python tracker ___ _

[issue7752] Add support for Digest authentication session (reuse nonces)

2010-01-21 Thread Brian Curtin
Changes by Brian Curtin : -- keywords: +needs review priority: -> normal stage: -> test needed versions: +Python 3.2 ___ Python tracker ___ _

[issue7752] Add support for Digest authentication session (reuse nonces)

2010-01-21 Thread Manuel Muradás
New submission from Manuel Muradás : Description: As described in issue [2202], for each request we make, we get a new [401|407] message with a new nonce (depending if we're talking about a proxy with digest authentication or a web server). Then we generate another authenticated request us