summaryrefslogtreecommitdiffstats
path: root/keystone/token/backends/sql.py
Commit message (Expand)AuthorAgeFilesLines
* Add delegated_auth support for keystoneSteve Martinelli2013-08-161-2/+35
* Sync models with migrationsElena Ezhova2013-08-121-3/+6
* Implements Pluggable V3 Token ProviderGuang Yee2013-07-121-4/+2
* Improve the performance of tokens deletion for usergengjh2013-05-301-6/+35
* Remove unused variables (flake8 F841)Dolph Mathews2013-05-231-1/+1
* Implement Token Flush via keystone-manage.Jamie Lennox2013-05-211-0/+9
* get SQL refs from session (bp sql-query-get)Dolph Mathews2013-05-201-7/+4
* extracting user and trust ids into normalized fieldsAdam Young2013-03-151-14/+13
* Delete tokens for userAdam Young2013-03-081-19/+36
* TrustsAdam Young2013-03-051-6/+14
* Test drivers return HTTP 501 Not ImplementedDolph Mathews2012-12-121-4/+4
* Properly list tokens with a null tenantVishvananda Ishaya2012-11-131-4/+6
* Return non-indexed attrs, not 'extra' (bug 1075376)Dolph Mathews2012-11-061-17/+1
* key all backends off of hash of pki token.Adam Young2012-11-011-9/+1
* replacing PKI token detection from content length to content prefix. (bug 106...Dan Radez2012-10-111-1/+1
* Merge "Return a meaningful Error when token_id is missing"Jenkins2012-09-281-0/+2
|\
| * Return a meaningful Error when token_id is missingRalf Haferkamp2012-09-201-0/+2
* | Backslash continuation cleanupZhongyue Luo2012-09-191-9/+11
|/
* Limit token revocation to tenant (bug 1050025)Dolph Mathews2012-09-131-2/+6
* Remove id_hash columnAdam Young2012-09-041-6/+4
* PKI Token revocationMaru Newby2012-08-161-9/+26
* Assert adminness on token validation (bug 1030968)Dolph Mathews2012-07-301-2/+2
* Cryptographically Signed tokensAdam Young2012-07-261-7/+26
* Keystone should use openstack.common.timeutilsZhongyue Luo2012-06-291-3/+3
* Refactor 404's into managers & drivers (bug 968519)Dolph Mathews2012-06-271-7/+2
* Backslash continuation removal (Keystone folsom-1)Zhongyue Luo2012-05-191-3/+3
* Invalidate user tokens when password is changedDerek Higgins2012-05-111-0/+14
* making all use of time follow datetime.utcnow()Joe Heck2012-03-131-1/+1
* Added Apache 2.0 License information.Monty Taylor2012-02-151-0/+14
* Add token expirationBrian Waldon2012-02-141-10/+23
* Add TokenNotFound exceptionBrian Waldon2012-02-101-2/+6
* Add SQL token backendBrian Waldon2012-02-081-0/+52