index
:
delta/cherrypy-git.git
1370-return-400-for-invalid-header
backport/17.x--bugfix--native-http-server-py3
bugfix/1680-unicode-in-http-auth
bugfix/1680-unicode-in-http-auth-backup
bugfix/1737-session-file-race
bugfix/1742-no-mkdir
bugfix/limit-pypywin32-ver-for-py34
bugfix/native-http-server-py3
bugfixes/1849-gzip-compression-header-cpython-bug39389
call-aside
dependabot/add-v2-config-file
dependabot/pip/pytest-gte-5.3.5-and-lt-6.2.0
feature/skeleton
main
maint/17.x
master
pre-commit-ci-update-config
use-assign-params
use-projection
github.com: cherrypy/cherrypy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cherrypy
/
lib
/
auth_digest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove reliance on six
Jason R. Coombs
2018-09-02
1
-2
/
+1
*
Correctly decode utf-8 digest authorization header
Sviatoslav Sydorenko
2018-06-18
1
-13
/
+4
*
Fix URI decoding for auth_digest
Bernhard Fisseni
2018-06-18
1
-1
/
+1
*
Return 401 on incorrect authorization supplied. Fixes #1719.
Jason R. Coombs
2018-06-17
1
-4
/
+13
*
trace fits on one line now
Jason R. Coombs
2018-06-17
1
-2
/
+1
*
Use a partial to bind the parameters in one place.
Jason R. Coombs
2018-06-17
1
-10
/
+12
*
Extract a function for the 401 response
Jason R. Coombs
2018-06-17
1
-54
/
+56
*
Replace assertions with explicit raises, just in case the environment is opti...
Jason R. Coombs
2018-06-17
1
-5
/
+10
*
Flatten digest_auth by using assertions.
Jason R. Coombs
2018-06-17
1
-33
/
+41
*
Minor grammatical edits
Jason R. Coombs
2018-06-17
1
-6
/
+6
*
Add tools.auth_digest.accept_charset to examples
Sviatoslav Sydorenko
2018-04-22
1
-0
/
+1
*
Add support for UTF-8 in auth_digest tool
Sviatoslav Sydorenko
2018-04-22
1
-12
/
+73
*
Move lib.auth_digest docstring to the right place
Sviatoslav Sydorenko
2018-04-22
1
-10
/
+2
*
Honor E731 linter warning
Jason R. Coombs
2017-10-28
1
-1
/
+3
*
Remove exemption for extra long lines. Updated code to conform with standard ...
Jason R. Coombs
2017-10-28
1
-2
/
+2
*
Use parse_http_list and parse_keqv_list from six
Sviatoslav Sydorenko
2017-09-29
1
-1
/
+3
*
PEP8fy codebase: eliminated E128 flake8 error
Sviatoslav Sydorenko
2017-03-11
1
-2
/
+2
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-17
/
+17
*
Fix E402 for lib/auth_digest
Sviatoslav Sydorenko
2016-09-08
1
-6
/
+7
*
HTTPError provides context manager for handling exceptions.
Aric Coady
2016-09-03
1
-4
/
+2
*
Replace usage of md5 and sha with canonical imports
Jason R. Coombs
2015-12-19
1
-1
/
+2
*
More PEP8 work.
Gustavo Picon
2014-01-12
1
-33
/
+45
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-32
/
+45
*
Add support to specify the algorithm name in lowercase (or mixedcase)
Joel Rivera
2013-04-09
1
-1
/
+1
*
Fix presumed NameError when get_ha1_dict is used. Fixes #1105.
Jason R. Coombs
2011-11-10
1
-15
/
+15
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+365
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-365
/
+0
*
Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.
Robert Brewer
2011-02-24
1
-11
/
+5
*
Docstring improvements
Robert Brewer
2010-02-24
1
-1
/
+0
*
Sphinx docs in cherrypy.lib.*
chbrown
2010-02-24
1
-36
/
+50
*
Final fix for #915 (Add "debug=False" arg to builtin Tools).
Robert Brewer
2009-08-06
1
-1
/
+1
*
All internals now use cherrypy.serving.request/response instead of request/re...
Robert Brewer
2009-06-22
1
-13
/
+14
*
More syncs with python3.
Robert Brewer
2009-06-09
1
-6
/
+8
*
Name improvement for auth_basic and auth_digest tools
visteya
2009-05-11
1
-8
/
+8
*
Added improved Tools (and tests) for basic and digest authentication, as ment...
visteya
2009-05-11
1
-0
/
+355