summaryrefslogtreecommitdiffstats
path: root/keystone/token/backends
Commit message (Expand)AuthorAgeFilesLines
* Sync models with migrationsElena Ezhova2013-08-121-3/+6
* Deprecate kvs token backendJoe Gordon2013-07-221-0/+14
* Implements Pluggable V3 Token ProviderGuang Yee2013-07-123-13/+8
* Fix token purging for memcache for user token index.Morgan Fainberg2013-06-101-6/+85
* Improve the performance of tokens deletion for usergengjh2013-05-301-6/+35
* Remove unused variables (flake8 F841)Dolph Mathews2013-05-232-2/+1
* Implement Token Flush via keystone-manage.Jamie Lennox2013-05-212-0/+15
* get SQL refs from session (bp sql-query-get)Dolph Mathews2013-05-201-7/+4
* Allow backend & client SQL tests on mysql and pg.Jamie Lennox2013-05-101-0/+1
* Fix token ids for memcachedAdam Young2013-04-121-5/+5
* extracting user and trust ids into normalized fieldsAdam Young2013-03-153-16/+17
* Delete tokens for userAdam Young2013-03-082-39/+76
* TrustsAdam Young2013-03-053-11/+36
* Test drivers return HTTP 501 Not ImplementedDolph Mathews2012-12-123-15/+15
* Properly list tokens with a null tenantVishvananda Ishaya2012-11-133-10/+15
* 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-013-13/+8
* 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-282-0/+4
|\
| * Return a meaningful Error when token_id is missingRalf Haferkamp2012-09-202-0/+4
* | utf-8 encode user keys in memcache (bug 1056373)Dolph Mathews2012-09-251-2/+6
* | Backslash continuation cleanupZhongyue Luo2012-09-191-9/+11
|/
* Limit token revocation to tenant (bug 1050025)Dolph Mathews2012-09-133-11/+24
* List tokens for memcached backendAdam Young2012-09-061-0/+20
* Remove id_hash columnAdam Young2012-09-041-6/+4
* PKI Token revocationMaru Newby2012-08-163-12/+64
* 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-292-7/+6
* Refactor 404's into managers & drivers (bug 968519)Dolph Mathews2012-06-272-12/+10
* Reorder imports by full module pathZhongyue Luo2012-06-201-1/+1
* Backslash continuation removal (Keystone folsom-1)Zhongyue Luo2012-05-191-3/+3
* Invalidate user tokens when password is changedDerek Higgins2012-05-112-0/+29
* making all use of time follow datetime.utcnow()Joe Heck2012-03-132-2/+2
* Added Apache 2.0 License information.Monty Taylor2012-02-153-0/+42
* Add token expirationBrian Waldon2012-02-143-17/+47
* Handle unicode keys in memcache token backendBrian Waldon2012-02-141-1/+1
* Add TokenNotFound exceptionBrian Waldon2012-02-103-6/+24
* Add memcache token backendJesse Andrews2012-02-081-0/+42
* Add SQL token backendBrian Waldon2012-02-081-0/+52
* adding a token service Driver to define the interfaceJoe Heck2012-02-061-1/+2
* fix pep8termie2012-01-181-0/+1
* update some namestermie2012-01-181-1/+1
* split up the services and kvs backendstermie2012-01-182-0/+15