summaryrefslogtreecommitdiff
path: root/cherrypy/lib/auth_digest.py
Commit message (Expand)AuthorAgeFilesLines
* Remove reliance on sixJason R. Coombs2018-09-021-2/+1
* Correctly decode utf-8 digest authorization headerSviatoslav Sydorenko2018-06-181-13/+4
* Fix URI decoding for auth_digestBernhard Fisseni2018-06-181-1/+1
* Return 401 on incorrect authorization supplied. Fixes #1719.Jason R. Coombs2018-06-171-4/+13
* trace fits on one line nowJason R. Coombs2018-06-171-2/+1
* Use a partial to bind the parameters in one place.Jason R. Coombs2018-06-171-10/+12
* Extract a function for the 401 responseJason R. Coombs2018-06-171-54/+56
* Replace assertions with explicit raises, just in case the environment is opti...Jason R. Coombs2018-06-171-5/+10
* Flatten digest_auth by using assertions.Jason R. Coombs2018-06-171-33/+41
* Minor grammatical editsJason R. Coombs2018-06-171-6/+6
* Add tools.auth_digest.accept_charset to examplesSviatoslav Sydorenko2018-04-221-0/+1
* Add support for UTF-8 in auth_digest toolSviatoslav Sydorenko2018-04-221-12/+73
* Move lib.auth_digest docstring to the right placeSviatoslav Sydorenko2018-04-221-10/+2
* Honor E731 linter warningJason R. Coombs2017-10-281-1/+3
* Remove exemption for extra long lines. Updated code to conform with standard ...Jason R. Coombs2017-10-281-2/+2
* Use parse_http_list and parse_keqv_list from sixSviatoslav Sydorenko2017-09-291-1/+3
* PEP8fy codebase: eliminated E128 flake8 errorSviatoslav Sydorenko2017-03-111-2/+2
* Convert all strings to conform single-quoted styleSviatoslav Sydorenko2016-09-081-17/+17
* Fix E402 for lib/auth_digestSviatoslav Sydorenko2016-09-081-6/+7
* HTTPError provides context manager for handling exceptions.Aric Coady2016-09-031-4/+2
* Replace usage of md5 and sha with canonical importsJason R. Coombs2015-12-191-1/+2
* More PEP8 work.Gustavo Picon2014-01-121-33/+45
* Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-32/+45
* Add support to specify the algorithm name in lowercase (or mixedcase)Joel Rivera2013-04-091-1/+1
* Fix presumed NameError when get_ha1_dict is used. Fixes #1105.Jason R. Coombs2011-11-101-15/+15
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+365
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-365/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-11/+5
* Docstring improvementsRobert Brewer2010-02-241-1/+0
* Sphinx docs in cherrypy.lib.*chbrown2010-02-241-36/+50
* Final fix for #915 (Add "debug=False" arg to builtin Tools).Robert Brewer2009-08-061-1/+1
* All internals now use cherrypy.serving.request/response instead of request/re...Robert Brewer2009-06-221-13/+14
* More syncs with python3.Robert Brewer2009-06-091-6/+8
* Name improvement for auth_basic and auth_digest toolsvisteya2009-05-111-8/+8
* Added improved Tools (and tests) for basic and digest authentication, as ment...visteya2009-05-111-0/+355