summaryrefslogtreecommitdiffstats
path: root/keystone
Commit message (Expand)AuthorAgeFilesLines
* Renamed sqlite files (bug 944951)Dolph Mathews2012-03-061-1/+1
* Merge "Add reseller admin capability."Jenkins2012-03-061-16/+29
|\
| * Add reseller admin capability.Chmouel Boudjnah2012-03-031-16/+29
* | LDAP get_user_by_nameAdam Young2012-03-021-0/+6
|/
* Merge "Added missing import (bug 944905)"Jenkins2012-03-021-0/+1
|\
| * Added missing import (bug 944905)Dolph Mathews2012-03-021-0/+1
* | Merge "standardize ldap and related tests"Jenkins2012-03-023-17/+7
|\ \ | |/ |/|
| * standardize ldap and related teststermie2012-03-013-17/+7
* | improve auth_token middlewareJesse Andrews2012-03-011-330/+323
|/
* Align with project configs.Monty Taylor2012-03-012-1/+127
* Use constant time string comparisons for auth.Russell Bryant2012-02-293-3/+24
* Merge "GET /v2.0 (bug 930321)"Jenkins2012-02-291-33/+57
|\
| * GET /v2.0 (bug 930321)Dolph Mathews2012-02-281-33/+57
* | Merge "Provide request to Middleware.process_response()"Jenkins2012-02-292-13/+8
|\ \
| * | Provide request to Middleware.process_response()Dolph Mathews2012-02-282-13/+8
* | | Merge "Unpythonic code in redux in auth_token.py"Jenkins2012-02-291-83/+113
|\ \ \
| * | | Unpythonic code in redux in auth_token.pyZhongyue Luo2012-02-291-83/+113
| | |/ | |/|
* / | fix pep8termie2012-02-281-1/+1
|/ /
* | LDAP member defaultsAdam Young2012-02-282-5/+3
* | Handle KeyError in _get_admin_auth_token.Dan Prince2012-02-281-1/+5
|/
* Add Vary header (bug 928057)Dolph Mathews2012-02-271-11/+5
* Merge "Implement a Catalog SQL backend"Jenkins2012-02-285-3/+222
|\
| * Implement a Catalog SQL backendAdam Gandelman2012-02-275-3/+222
* | Set tenantName to 'admin' in get_admin_auth_token.Dan Prince2012-02-271-21/+3
|/
* LDAP Identity backendAdam Young2012-02-2710-1/+1548
* Merge "Add HEAD /tokens/{token_id} (bug 933587)"Jenkins2012-02-272-7/+37
|\
| * Add HEAD /tokens/{token_id} (bug 933587)Dolph Mathews2012-02-272-7/+37
* | Merge "Implements extension discovery (bug 928054)"Jenkins2012-02-271-4/+54
|\ \
| * | Implements extension discovery (bug 928054)Dolph Mathews2012-02-271-4/+54
| |/
* | Merge "Support unicode in the keystone database."Jenkins2012-02-271-0/+1
|\ \ | |/ |/|
| * Support unicode in the keystone database.Andrew Bogott2012-02-271-0/+1
* | XML de/serialization (bug 928058)Dolph Mathews2012-02-273-1/+231
|/
* Update auth_token middleware so it sets X_USER_ID.Dan Prince2012-02-251-2/+7
* Merge "Fix case of admin role in middleware."Jenkins2012-02-253-4/+4
|\
| * Fix case of admin role in middleware.Dan Prince2012-02-243-4/+4
* | Merge "Backslash continuations (Keystone)"Jenkins2012-02-253-8/+8
|\ \ | |/ |/|
| * Backslash continuations (Keystone)Zhongyue Luo2012-02-243-8/+8
* | Merge "Removing broken & redundant code (bug 933555)"Jenkins2012-02-241-11/+2
|\ \
| * | Removing broken & redundant code (bug 933555)Dolph Mathews2012-02-221-11/+2
* | | Remove extraneous _validate_claims() arg.Eoghan Glynn2012-02-241-1/+1
| |/ |/|
* | Merge changes Ib8e5dc50,I9db09c77,Ib89efdecJenkins2012-02-234-88/+166
|\ \
| * | Use cfg's new print_help() methodMark McLoughlin2012-02-232-3/+4
| * | Remove cfg dict mixinMark McLoughlin2012-02-232-13/+14
| * | Update cfg from openstack-commonMark McLoughlin2012-02-232-72/+148
* | | Correct config name for max_pool_size.Dan Prince2012-02-231-1/+1
|/ /
* | Move cfg to keystone.openstack.commonMark McLoughlin2012-02-234-1/+1
* | Fix copyright dates and remove duplicate Apache licenses.Shevek2012-02-2211-110/+34
* | Merge "Add migration path for Nova auth"Jenkins2012-02-232-0/+126
|\ \
| * | Add migration path for Nova authBrian Waldon2012-02-222-0/+126
* | | Merge "Return HTTP 401 bad user/password is specified."Jenkins2012-02-221-7/+7
|\ \ \