summaryrefslogtreecommitdiffstats
path: root/keystone/identity
Commit message (Expand)AuthorAgeFilesLines
* v3 IdentityDolph Mathews2012-11-202-112/+438
* Provide config file fields for enable users in LDAP backend (bug1067516)Jose Castro Leon2012-11-131-9/+34
* Include 'extra' attributes twice (bug 1076120)Dolph Mathews2012-11-072-2/+7
* Merge "Merge remote-tracking branch 'origin/feature/keystone-v3' into HEAD"Jenkins2012-11-071-57/+407
|\
| * Merge remote-tracking branch 'origin/feature/keystone-v3' into HEADDolph Mathews2012-11-021-57/+407
| |\
| | * Identity API v3 Config, Routers, ControllersDolph Mathews2012-09-051-57/+407
* | | Return non-indexed attrs, not 'extra' (bug 1075376)Dolph Mathews2012-11-061-45/+13
|/ /
* | Merge "don't import filter_user name, use it from the identity module"Jenkins2012-11-013-15/+13
|\ \
| * | don't import filter_user name, use it from the identity moduleIonuț Arțăriși2012-11-013-15/+13
* | | don't modify the passed in dict to from_dictIonuț Arțăriși2012-11-012-9/+10
|/ /
* | move hashing user password functions to common/utilsIonuț Arțăriși2012-11-013-28/+6
* | Merge "Exception.message deprecated in py26 (bug 1070890)"Jenkins2012-10-261-1/+1
|\ \
| * | Exception.message deprecated in py26 (bug 1070890)Dolph Mathews2012-10-241-1/+1
* | | stop LdapIdentity.create_user from returning the user's passwordIonuț Arțăriși2012-10-241-1/+1
|/ /
* | Merge "Extract hardcoded configuration in ldap backend (bug 1052111)"Jenkins2012-10-241-9/+20
|\ \
| * | Extract hardcoded configuration in ldap backend (bug 1052111)Jose Castro Leon2012-10-161-9/+20
* | | Merge "move filter_user function to keystone.identity.core"Jenkins2012-10-244-32/+28
|\ \ \
| * | | move filter_user function to keystone.identity.coreIonuț Arțăriși2012-10-224-32/+28
| |/ /
* | | Merge "Adding handling for get user/tenant by name"Jenkins2012-10-241-0/+17
|\ \ \
| * | | Adding handling for get user/tenant by namegalstrom212012-10-231-0/+17
| |/ /
* / / bug 1068674Ken Thomas2012-10-191-1/+1
|/ /
* | Delete role does not delete role assignments in tenants (bug 1057436)Jose Castro Leon2012-10-123-0/+35
* | Filter users in LDAP backend (bug 1052925)Jose Castro Leon2012-10-101-4/+5
* | Merge "Unable to delete tenant if contains roles in LDAP backend (bug 1057407)"Jenkins2012-10-091-1/+19
|\ \
| * | Unable to delete tenant if contains roles in LDAP backend (bug 1057407)Jose Castro Leon2012-10-051-1/+19
* | | Configurable actions on LDAP backend in users Active Directory (bug 1052929)Jose Castro Leon2012-10-051-2/+2
|/ /
* | Merge "Backslash continuation cleanup"Jenkins2012-09-241-32/+35
|\ \
| * | Backslash continuation cleanupZhongyue Luo2012-09-191-32/+35
* | | Updated Fix for duplicated entries on LDAP backend for get_tenant_usersJose Castro Leon2012-09-171-4/+4
|/ /
* | Limit token revocation to tenant (bug 1050025)Dolph Mathews2012-09-131-4/+4
* | Merge "LOG.warn all exception.Unauthorized authentication failures"Jenkins2012-09-131-0/+2
|\ \
| * | LOG.warn all exception.Unauthorized authentication failuresIonuț Arțăriși2012-09-031-0/+2
* | | Merge "LDAP backend attribute fixes"Jenkins2012-09-121-3/+4
|\ \ \
| * | | LDAP backend attribute fixesDerek Yarnell2012-09-111-3/+4
* | | | Delete user tokens after role grant/revokeDolph Mathews2012-09-121-1/+6
|/ / /
* | | Implementation of tenant,user,role list functions for ldapDerek Yarnell2012-09-101-0/+9
* | | Initialize Metadata variableAdam Young2012-09-081-1/+1
|/ /
* / Removed dead codeDolph Mathews2012-08-231-8/+0
|/
* Merge "Require authz to update user's tenant (bug 1040626)"Jenkins2012-08-231-0/+1
|\
| * Require authz to update user's tenant (bug 1040626)Dolph Mathews2012-08-231-0/+1
* | Less information returned with IntegrityErrorDmitry Khovyakov2012-08-211-1/+1
|/
* Simplify the sql backend deletion of users and tenants.Robert Collins2012-08-121-39/+12
* Allow overloading of username and tenant name in the config files.Adam Young2012-08-071-0/+2
* Merge "Implementation of LDAP functions"Jenkins2012-07-241-7/+76
|\
| * Implementation of LDAP functionsAdam Young2012-07-161-7/+76
* | Added user name validation. Fixes bug 966251.Unmesh Gurjar2012-07-193-0/+8
|/
* Merge "Fixed marker & limit computation (bug 1006055)"Jenkins2012-07-121-4/+6
|\
| * Fixed marker & limit computation (bug 1006055)Dolph Mathews2012-06-281-4/+6
* | Merge "Return a 409 error when adding a second time a role to user/tenant"Jenkins2012-07-093-7/+24
|\ \
| * | Return a 409 error when adding a second time a role to user/tenantVincent Untz2012-07-043-7/+24