summaryrefslogtreecommitdiff
path: root/cherrypy/lib/httpauth.py
Commit message (Expand)AuthorAgeFilesLines
* Remove all filesJason R. Coombs2016-09-101-373/+0
* Replace usage of md5 and sha with canonical importsJason R. Coombs2015-12-191-1/+3
* Adding documentation inferred from the implementationJason R. Coombs2014-09-101-0/+1
* Factor out special case where encrypt is NoneJason R. Coombs2014-09-101-2/+2
* Do comparison in a single placeJason R. Coombs2014-09-101-2/+3
* Merged in BoyanAlexandrov/cherrypy (pull request #42)Jason R. Coombs2014-09-101-53/+66
|\
| * More PEP8 work.Gustavo Picon2014-01-121-15/+21
| * Running: autopep8 -vvvvv -i `find . -name '*.py'`Gustavo Picon2014-01-121-41/+48
* | do not attempt a call to NoneBoyan Alexandrov2013-06-061-1/+3
* | prevent Type error when calling None in _checkBasicResponseBoyan Alexandrov2013-06-061-1/+1
|/
* Removed trailing whitespace from the codebase.Gustavo Picon2012-04-031-24/+24
* Bye bye, py2/3.Robert Brewer2011-07-021-0/+354
* Bringing python3 back into trunk with its own py3 folder; what was in trunk g...trunkRobert Brewer2011-02-251-354/+0
* Freeow. The magic cherrypy/_cpcompat.py module to take all our py3k fears away.Robert Brewer2011-02-241-12/+6
* Sphinx docs in cherrypy.lib.*chbrown2010-02-241-6/+5
* More syncs with python3.Robert Brewer2009-06-091-3/+3
* trunk - adding a py3util module that will normalize as many differences betwe...Lakin Wecker2009-06-011-5/+5
* Got rid of all the DeprecationWarning's when using Python 2.6.Robert Brewer2009-01-121-3/+7
* Typo in httpauth.pyRobert Brewer2008-08-201-2/+1
* Fix for #787 only for digest though as basic responses don't provide the realmSylvain Hellegouarch2008-02-181-0/+8
* Fix for #788Sylvain Hellegouarch2008-02-181-1/+4
* Fixed #759Sylvain Hellegouarch2008-01-161-4/+9
* Fix for #596 (svn:eol-style)Robert Brewer2006-10-281-342/+342
* Digest and basic auth can now take a callable which must return a dict with u...Sylvain Hellegouarch2006-09-111-5/+5
* Split the httpauth code for licensing potential issue.Sylvain Hellegouarch2006-09-111-41/+0
* Added basic and digest toolsSylvain Hellegouarch2006-09-111-0/+383