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.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop deprecated basic_auth and digest_auth
Sviatoslav Sydorenko
2018-05-21
1
-127
/
+0
*
Commit pre-commit fixes.
Jason R. Coombs
2018-02-04
1
-2
/
+2
*
Deprecate httpauth module. Ref #1688.
Jason R. Coombs
2018-01-13
1
-1
/
+18
*
Deprecate basic_auth and digest_auth tools. Ref #1688.
Jason R. Coombs
2018-01-13
1
-0
/
+13
*
Convert all strings to conform single-quoted style
Sviatoslav Sydorenko
2016-09-08
1
-8
/
+8
*
More PEP8 work.
Gustavo Picon
2014-01-12
1
-3
/
+6
*
Running: autopep8 -vvvvv -i `find . -name '*.py'`
Gustavo Picon
2014-01-12
1
-6
/
+13
*
Removed trailing whitespace from the codebase.
Gustavo Picon
2012-04-03
1
-16
/
+16
*
Bye bye, py2/3.
Robert Brewer
2011-07-02
1
-0
/
+87
*
Bringing python3 back into trunk with its own py3 folder; what was in trunk g...
trunk
Robert Brewer
2011-02-25
1
-87
/
+0
*
Sphinx docs in cherrypy.lib.*
chbrown
2010-02-24
1
-6
/
+14
*
trunk: some merges from python3.
Robert Brewer
2009-08-11
1
-1
/
+0
*
Final fix for #915 (Add "debug=False" arg to builtin Tools).
Robert Brewer
2009-08-06
1
-5
/
+9
*
All internals now use cherrypy.serving.request/response instead of request/re...
Robert Brewer
2009-06-22
1
-9
/
+10
*
trunk - adding a py3util module that will normalize as many differences betwe...
Lakin Wecker
2009-06-01
1
-3
/
+3
*
Fix for #787 only for digest though as basic responses don't provide the realm
Sylvain Hellegouarch
2008-02-18
1
-3
/
+3
*
Fix for #699
Sylvain Hellegouarch
2007-06-22
1
-7
/
+18
*
Implemented a login attribute for the request and answered #653
Sylvain Hellegouarch
2007-02-07
1
-0
/
+2
*
Fix for #596 (svn:eol-style)
Robert Brewer
2006-10-28
1
-12
/
+12
*
Added test_httpauth to test suite and re-used httpauth's md5 encoder.
Robert Brewer
2006-09-11
1
-13
/
+12
*
Basic encryption now defaults to md5 if not provided. It means that by defaul...
Sylvain Hellegouarch
2006-09-11
1
-1
/
+3
*
Digest and basic auth can now take a callable which must return a dict with u...
Sylvain Hellegouarch
2006-09-11
1
-7
/
+17
*
Docstrings + tweaks for new auth.py.
Robert Brewer
2006-09-11
1
-13
/
+21
*
Split the httpauth code for licensing potential issue.
Sylvain Hellegouarch
2006-09-11
1
-0
/
+43