index
:
~helmut/wsgitools.git
devel
master
See http://subdivi.de/~helmut/wsgitools/
Helmut Grohne
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
wsgitools
/
digest.py
Age
Commit message (
Collapse
)
Author
2009-03-29
quite some changes for py3
Helmut Grohne
These changes introduce some compatibility code. They don't make wsgitools usable with Python 3.0, but they also don't break compatibility with Python 2.5.
2009-03-29
make digest.gen_rand_str forward compatible (py3)
Helmut Grohne
2009-02-27
extract common code to gen_rand_str in digest
Helmut Grohne
2009-02-27
added more doctests for digest module
Helmut Grohne
2009-02-27
fixed bug in digest.MemoryNonceStore.checknonce
Helmut Grohne
2008-10-14
update docstring: DigestAuth now partly works with forkpool
Helmut Grohne
2008-10-14
small digest cleanup
Helmut Grohne
2008-10-14
extended digest.NonceStoreBase interface
Helmut Grohne
The methods now take an optional last parameter called ident. It can be used to bind nonces to specific uses within one NonceStore.
2008-10-14
added epydoc markup to doc strings
Helmut Grohne
2008-09-22
improve comments
Helmut Grohne
2008-09-22
improve digest.NonceStoreBase.checknonce interface
Helmut Grohne
2008-09-21
digest: create a generic nonce storage interface
Helmut Grohne
2008-09-20
added some examples/doctests for digest.parse_digest_response
Helmut Grohne
2008-07-12
fix some comments and epydocify them
Helmut Grohne
2008-03-27
epydoc update
Helmut Grohne
2008-03-10
use hashlib.md5 instead of md5.md5 where possible
Helmut Grohne
2008-02-28
refactored docstrings for epydoc
Helmut Grohne
2007-05-08
rearrange nonce checking to comply with RFC2617 in wsgitools.digest
Helmut Grohne
2007-05-08
replaced nonce handling in wsgitools.digest
Helmut Grohne
2007-05-08
added support for digest auth (RFC2617)
Helmut Grohne