summaryrefslogtreecommitdiffstats
path: root/keystone/token
Commit message (Expand)AuthorAgeFilesLines
* Merge "tweaking docs to fix link to wiki Keystone page"Jenkins2012-11-201-3/+4
|\
| * tweaking docs to fix link to wiki Keystone pageJoe Heck2012-11-101-3/+4
* | 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-014-13/+18
* 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-134-16/+35
* Delete user tokens after role grant/revokeDolph Mathews2012-09-121-0/+11
* List tokens for memcached backendAdam Young2012-09-061-0/+20
* Remove id_hash columnAdam Young2012-09-041-6/+4
* PKI Token revocationMaru Newby2012-08-164-12/+72
* 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-293-8/+8
* Refactor 404's into managers & drivers (bug 968519)Dolph Mathews2012-06-272-12/+10
* Reorder imports by full module pathZhongyue Luo2012-06-202-2/+2
* Backslash continuation removal (Keystone folsom-1)Zhongyue Luo2012-05-191-3/+3
* Invalidate user tokens when password is changedDerek Higgins2012-05-113-0/+39
* Properly return 501 for unsupported Catalog callsAdam Gandelman2012-03-141-3/+4
* making all use of time follow datetime.utcnow()Joe Heck2012-03-133-4/+4
* Added license header (bug 929663)Dolph Mathews2012-03-091-0/+16
* Added Apache 2.0 License information.Monty Taylor2012-02-154-0/+56
* Add token expirationBrian Waldon2012-02-144-17/+59
* Handle unicode keys in memcache token backendBrian Waldon2012-02-141-1/+1
* Add TokenNotFound exceptionBrian Waldon2012-02-104-7/+27
* 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-062-1/+49
* minor docstring update for new locationsJoe Heck2012-02-021-1/+1
* get docs workingtermie2012-01-191-3/+0
* fix pep8termie2012-01-181-0/+1
* update some namestermie2012-01-181-1/+1
* fix some importstermie2012-01-181-1/+1
* split up the services and kvs backendstermie2012-01-183-0/+16
* establish basic structuretermie2012-01-182-0/+24