summaryrefslogtreecommitdiffstats
path: root/keystone/token/backends/memcache.py
Commit message (Expand)AuthorAgeFilesLines
* Add delegated_auth support for keystoneSteve Martinelli2013-08-161-1/+9
* Implement domain specific Identity backendsHenry Nash2013-08-151-2/+0
* Refactor Keystone to use unified logging from OsloLance Bragstad2013-08-151-1/+1
* Implements Pluggable V3 Token ProviderGuang Yee2013-07-121-6/+6
* Fix token purging for memcache for user token index.Morgan Fainberg2013-06-101-6/+85
* Fix token ids for memcachedAdam Young2013-04-121-5/+5
* extracting user and trust ids into normalized fieldsAdam Young2013-03-151-0/+2
* TrustsAdam Young2013-03-051-2/+9
* Test drivers return HTTP 501 Not ImplementedDolph Mathews2012-12-121-4/+4
* Properly list tokens with a null tenantVishvananda Ishaya2012-11-131-2/+3
* key all backends off of hash of pki token.Adam Young2012-11-011-4/+4
* 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
* | utf-8 encode user keys in memcache (bug 1056373)Dolph Mathews2012-09-251-2/+6
|/
* Limit token revocation to tenant (bug 1050025)Dolph Mathews2012-09-131-4/+8
* List tokens for memcached backendAdam Young2012-09-061-0/+20
* PKI Token revocationMaru Newby2012-08-161-2/+23
* Reorder imports by full module pathZhongyue Luo2012-06-201-1/+1
* Added Apache 2.0 License information.Monty Taylor2012-02-151-0/+14
* Add token expirationBrian Waldon2012-02-141-2/+11
* Handle unicode keys in memcache token backendBrian Waldon2012-02-141-1/+1
* Add TokenNotFound exceptionBrian Waldon2012-02-101-1/+8
* Add memcache token backendJesse Andrews2012-02-081-0/+42