Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop deprecated basic_auth and digest_auth | Sviatoslav Sydorenko | 2018-05-21 | 1 | -389/+0 |
| | | | | | | Also remove ``httpauth`` module Resolves #1688 | ||||
* | Commit pre-commit fixes. | Jason R. Coombs | 2018-02-04 | 1 | -1/+1 |
| | |||||
* | Deprecate httpauth module. Ref #1688. | Jason R. Coombs | 2018-01-13 | 1 | -0/+7 |
| | |||||
* | Deprecate basic_auth and digest_auth tools. Ref #1688. | Jason R. Coombs | 2018-01-13 | 1 | -0/+2 |
| | |||||
* | Implicit is better than explicit | Jason R. Coombs | 2017-12-17 | 1 | -2/+0 |
| | |||||
* | Regarding E305, honor the style guide rather than suppressing errors. | Jason R. Coombs | 2017-10-29 | 1 | -2/+4 |
| | |||||
* | Honor E731 linter warning | Jason R. Coombs | 2017-10-28 | 1 | -2/+5 |
| | |||||
* | Use parse_http_list and parse_keqv_list from six | Sviatoslav Sydorenko | 2017-09-29 | 1 | -1/+2 |
| | | | | Eliminates own workaround | ||||
* | PEP8fy codebase: eliminated W503 flake8 error | Sviatoslav Sydorenko | 2017-03-12 | 1 | -4/+2 |
| | |||||
* | PEP8fy codebase: eliminated E305 flake8 error | Sviatoslav Sydorenko | 2017-03-11 | 1 | -2/+2 |
| | |||||
* | Convert all strings to conform single-quoted style | Sviatoslav Sydorenko | 2016-09-08 | 1 | -57/+57 |
| | | | | pre-commit run double-quote-string-fixer --all-files | ||||
* | Fix E402 in lib/httpauth | Sviatoslav Sydorenko | 2016-09-08 | 1 | -5/+10 |
| | |||||
* | Replace usage of md5 and sha with canonical imports | Jason R. Coombs | 2015-12-19 | 1 | -1/+3 |
| | |||||
* | Adding documentation inferred from the implementation | Jason R. Coombs | 2014-09-10 | 1 | -0/+1 |
| | |||||
* | Factor out special case where encrypt is None | Jason R. Coombs | 2014-09-10 | 1 | -2/+2 |
| | |||||
* | Do comparison in a single place | Jason R. Coombs | 2014-09-10 | 1 | -2/+3 |
| | |||||
* | Merged in BoyanAlexandrov/cherrypy (pull request #42) | Jason R. Coombs | 2014-09-10 | 1 | -0/+2 |
|\ | | | | | | | Issue with cherrypy.lib.auth.check_auth() | ||||
| * | do not attempt a call to None | Boyan Alexandrov | 2013-06-06 | 1 | -1/+3 |
| | | |||||
| * | prevent Type error when calling None in _checkBasicResponse | Boyan Alexandrov | 2013-06-06 | 1 | -1/+1 |
| | | |||||
* | | More PEP8 work. | Gustavo Picon | 2014-01-12 | 1 | -15/+21 |
| | | |||||
* | | Running: autopep8 -vvvvv -i `find . -name '*.py'` | Gustavo Picon | 2014-01-12 | 1 | -41/+48 |
|/ | | | | | --HG-- branch : autopep8 | ||||
* | Removed trailing whitespace from the codebase. | Gustavo Picon | 2012-04-03 | 1 | -24/+24 |
| | | | | sed -i '' -e 's/ *$//' `find cherrypy -name '*.py'` | ||||
* | Bye bye, py2/3. | Robert Brewer | 2011-07-02 | 1 | -0/+354 |
| | |||||
* | Bringing python3 back into trunk with its own py3 folder; what was in trunk ↵trunk | Robert Brewer | 2011-02-25 | 1 | -354/+0 |
| | | | | goes in the py2 folder, and we can use a single setup.py to install either, depending on the version of Python that runs setup.py install. | ||||
* | Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away. | Robert Brewer | 2011-02-24 | 1 | -12/+6 |
| | |||||
* | Sphinx docs in cherrypy.lib.* | chbrown | 2010-02-24 | 1 | -6/+5 |
| | |||||
* | More syncs with python3. | Robert Brewer | 2009-06-09 | 1 | -3/+3 |
| | |||||
* | trunk - adding a py3util module that will normalize as many differences ↵ | Lakin Wecker | 2009-06-01 | 1 | -5/+5 |
| | | | | between this branch and the python3 branch as it can. First it includes a py3print call who's signature matches that of print in python3. Also removed a few byte strings of the form b'' | ||||
* | Got rid of all the DeprecationWarning's when using Python 2.6. | Robert Brewer | 2009-01-12 | 1 | -3/+7 |
| | |||||
* | Typo in httpauth.py | Robert Brewer | 2008-08-20 | 1 | -2/+1 |
| | |||||
* | Fix for #787 only for digest though as basic responses don't provide the realm | Sylvain Hellegouarch | 2008-02-18 | 1 | -0/+8 |
| | |||||
* | Fix for #788 | Sylvain Hellegouarch | 2008-02-18 | 1 | -1/+4 |
| | |||||
* | Fixed #759 | Sylvain Hellegouarch | 2008-01-16 | 1 | -4/+9 |
| | |||||
* | Fix for #596 (svn:eol-style) | Robert Brewer | 2006-10-28 | 1 | -342/+342 |
| | |||||
* | Digest and basic auth can now take a callable which must return a dict with ↵ | Sylvain Hellegouarch | 2006-09-11 | 1 | -5/+5 |
| | | | | | | user credentials so that it can fetch those from a database for instance. Basic takes also an encrypt parameter which must be a callable that will encrypt the password sent back the user-agent. So that passwords can be stored encrypted on the server. | ||||
* | Split the httpauth code for licensing potential issue. | Sylvain Hellegouarch | 2006-09-11 | 1 | -41/+0 |
| | |||||
* | Added basic and digest tools | Sylvain Hellegouarch | 2006-09-11 | 1 | -0/+383 |