summaryrefslogtreecommitdiffstats
path: root/keystone/common/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Implement domain specific Identity backendsHenry Nash2013-08-151-1/+0
* Refactor Keystone to use unified logging from OsloLance Bragstad2013-08-151-1/+1
* Configurable max password length (bug 1175906)Dolph Mathews2013-08-081-7/+6
* Isolate eventlet code into environment.Jamie Lennox2013-06-181-3/+4
* typo in 'import pydev' statementVenkatesh Sampath2013-05-311-1/+1
* Cleanup docstrings (flake8 H401, H402, H403, H404)Dolph Mathews2013-05-241-3/+4
* eliminate 'except:' (flake8 H201)Dolph Mathews2013-05-231-1/+1
* consistent i18n placeholders (flake8 H701, H702, H703)Dolph Mathews2013-05-231-5/+4
* Fix pyflakes and pep8 in prep for flake8.Monty Taylor2013-05-131-1/+2
* Merge "Remove un-needed LimitingReader read() function."Jenkins2013-04-121-8/+1
|\
| * Remove un-needed LimitingReader read() function.Dan Prince2013-03-121-8/+1
* | Wrap config module and require manual setup (bug 1143998)Dolph Mathews2013-03-201-1/+1
|/
* Run keystone server in debug mode.Nachiappan VR N2013-03-091-1/+4
* keystone : Use Ec2Signer utility class from keystoneclientSteven Hardy2013-02-261-80/+0
* Fix pep8 error.Mat Grove2013-01-241-1/+1
* Limit the size of HTTP requests.Dan Prince2013-01-211-0/+34
* Fix i18n of string templates.Yuriy Taraday2013-01-151-2/+2
* il8n some stringsChuck Short2013-01-031-2/+2
* Adding a means to connect back to a pydevd debugger.John Bresnahan2012-12-211-0/+19
* Bug 1075090 -- Fixing log messages in python source code to support internati...Nachiappan VR N2012-12-041-5/+5
* Validate password type (bug 1081861)Wu Wenxiang2012-11-301-4/+8
* move hashing user password functions to common/utilsIonuț Arțăriși2012-11-011-0/+20
* Merge "PKI Token revocation"Jenkins2012-08-171-0/+6
|\
| * PKI Token revocationMaru Newby2012-08-161-0/+6
* | Remove unused importsRongzeZhu2012-08-171-1/+0
|/
* Keystone should use openstack.common.timeutilsZhongyue Luo2012-06-291-11/+0
* Reorder imports by full module pathZhongyue Luo2012-06-201-1/+1
* Keystone should use openstack.common.importutilsZhongyue Luo2012-06-041-21/+0
* Fixes some pep8 warning/errors.Chmouel Boudjnah2012-05-241-1/+0
* Use ConfigOpts.find_file() to locate policy.jsonMark McLoughlin2012-05-031-22/+0
* Merge "Refactor keystone.common.logging use (bug 948224)"Jenkins2012-03-201-7/+8
|\
| * Refactor keystone.common.logging use (bug 948224)Dolph Mathews2012-03-141-7/+8
* | Add check for MAX_PASSWORD_LENGTH to utils.Dan Prince2012-03-191-4/+13
|/
* port common policy code to keystonetermie2012-03-081-0/+43
* Improve auth_str_equal().Russell Bryant2012-03-061-9/+13
* Use constant time string comparisons for auth.Russell Bryant2012-02-291-0/+20
* LDAP Identity backendAdam Young2012-02-271-0/+15
* Fix copyright dates and remove duplicate Apache licenses.Shevek2012-02-221-0/+1
* Add token expirationBrian Waldon2012-02-141-0/+24
* make sure passwords work after migrationtermie2012-02-131-1/+4
* change password hashtermie2012-02-131-7/+6
* Merge "Fix comment on bcrypt and avoid hard-coding 29 as the salt length" int...Jenkins2012-02-081-4/+3
|\
| * Fix comment on bcrypt and avoid hard-coding 29 as the salt lengthJustin Santa Barbara2012-02-081-4/+3
* | Merge "termie all the things" into reduxJenkins2012-02-081-4/+4
|\ \ | |/ |/|
| * termie all the thingsDolph Mathews2012-02-081-4/+4
* | Cope with unicode passwords or NoneJustin Santa Barbara2012-02-081-3/+7
|/
* Make ec2 auth actually workVishvananda Ishaya2012-02-061-15/+15
* Fix pep8 violations.Monty Taylor2012-01-311-32/+32
* bcrypt the passwordstermie2012-01-241-0/+25
* split up the services and kvs backendstermie2012-01-181-1/+1