summaryrefslogtreecommitdiffstats
path: root/keystone/identity/backends/kvs.py
Commit message (Expand)AuthorAgeFilesLines
* Implement domain specific Identity backendsHenry Nash2013-08-151-0/+3
* sql.Driver:authenticate() signatures should matchBrant Knudson2013-07-171-1/+1
* Rationalize how we get roles after authentication in the controllersHenry Nash2013-07-101-2/+2
* assignment backendAdam Young2013-07-091-450/+6
* Merge "Fix issue with v3 tokens and group membership roles"Jenkins2013-07-081-9/+0
|\
| * Fix issue with v3 tokens and group membership rolesHenry Nash2013-07-061-9/+0
* | Implement GET /role_assignment API callHenry Nash2013-07-031-0/+39
|/
* Move user fileds type check to identity.ManagerWu Wenxiang2013-06-161-5/+0
* split authenticate callAdam Young2013-06-031-13/+6
* Http 400 when user enabled is not a booleanBruno Semperlotti2013-05-161-0/+3
* residual grants after delete action (bug1125637)Gordon Chung2013-03-041-15/+27
* Implement name space for domainsHenry Nash2013-02-191-0/+40
* project membership to role conversionAdam Young2013-02-181-19/+16
* add missing kvs functionality (bug1119770)Gordon Chung2013-02-141-5/+9
* Keystone backend preparation for domain-scopingHenry Nash2013-02-121-16/+64
* Fixes 'not in' operator usageZhongyue Luo2013-02-041-1/+1
* tenant to project in the apisAdam Young2013-01-281-42/+42
* Tenant to Project in Back endsAdam Young2013-01-281-7/+7
* Keystone server support for user groupsHenry Nash2013-01-081-12/+189
* v3 IdentityDolph Mathews2012-11-201-0/+25
* Merge "don't import filter_user name, use it from the identity module"Jenkins2012-11-011-4/+3
|\
| * don't import filter_user name, use it from the identity moduleIonuț Arțăriși2012-11-011-4/+3
* | don't modify the passed in dict to from_dictIonuț Arțăriși2012-11-011-1/+1
|/
* move hashing user password functions to common/utilsIonuț Arțăriși2012-11-011-9/+2
* move filter_user function to keystone.identity.coreIonuț Arțăriși2012-10-221-11/+4
* Delete role does not delete role assignments in tenants (bug 1057436)Jose Castro Leon2012-10-121-0/+11
* Added user name validation. Fixes bug 966251.Unmesh Gurjar2012-07-191-0/+2
* Return a 409 error when adding a second time a role to user/tenantVincent Untz2012-07-041-0/+4
* Refactor 404's into managers & drivers (bug 968519)Dolph Mathews2012-06-271-58/+132
* Reorder imports by full module pathZhongyue Luo2012-06-201-2/+2
* PEP8 fixesDolph Mathews2012-06-181-1/+2
* Added tenant name validation. Fixes bug 966249.Unmesh Gurjar2012-05-091-0/+3
* user-role-crud 404 (bug 963056)Dolph Mathews2012-03-271-0/+4
* role-crud 404 (bug 963056)Dolph Mathews2012-03-251-2/+1
* unique role name constraintYong Sheng Gong2012-03-201-1/+22
* Wrapped unexpected exceptions (bug 955411)Dolph Mathews2012-03-201-6/+13
* Merge "Update get_metadata to return {}"Jenkins2012-03-201-1/+1
|\
| * Update get_metadata to return {}Brian Lamar2012-03-091-1/+1
* | Failing to update tenants (bug 953678, bug 954673)Dolph Mathews2012-03-131-1/+2
|/
* standardize ldap and related teststermie2012-03-011-1/+3
* Implements admin logic for tenant_list call.Gabriel Hurley2012-02-211-0/+4
* Implemented get_tenant_users. Fixed bug 933721.Gabriel Hurley2012-02-211-0/+5
* Added Apache 2.0 License information.Monty Taylor2012-02-151-0/+14
* Ensures duplicate users and tenants can't be madeVishvananda Ishaya2012-02-081-2/+21
* bcrypt the passwordstermie2012-01-241-8/+19
* fix pep8termie2012-01-231-0/+1
* fix some more pass-by-reference bugstermie2012-01-231-1/+2
* strip password from kvs backendtermie2012-01-231-7/+19
* add some docs that got overwritten last nighttermie2012-01-191-1/+2
* fix pep8termie2012-01-181-1/+0