summaryrefslogtreecommitdiffstats
path: root/keystone/token/core.py
Commit message (Expand)AuthorAgeFilesLines
* Implements Pluggable V3 Token ProviderGuang Yee2013-07-121-13/+24
* Stop passing context to managers (bug 1194938)Dolph Mathews2013-06-281-4/+1
* Fixes a typoBrant Knudson2013-05-301-1/+1
* Improve the performance of tokens deletion for usergengjh2013-05-301-0/+26
* Implement Token Flush via keystone-manage.Jamie Lennox2013-05-211-0/+5
* Validate domains unconditionally (bug 1130236)Dolph Mathews2013-03-191-19/+15
* extracting user and trust ids into normalized fieldsAdam Young2013-03-151-17/+0
* TrustsAdam Young2013-03-051-1/+5
* Ensure user and tenant enabled in EC2Nathanael Burton2013-02-191-0/+54
* Tenant to Project in Back endsAdam Young2013-01-281-1/+1
* Driver registryDolph Mathews2012-12-211-1/+3
* Test drivers return HTTP 501 Not ImplementedDolph Mathews2012-12-121-19/+25
* tweaking docs to fix link to wiki Keystone pageJoe Heck2012-11-101-3/+4
* key all backends off of hash of pki token.Adam Young2012-11-011-0/+10
* Limit token revocation to tenant (bug 1050025)Dolph Mathews2012-09-131-5/+11
* Delete user tokens after role grant/revokeDolph Mathews2012-09-121-0/+11
* PKI Token revocationMaru Newby2012-08-161-0/+8
* Keystone should use openstack.common.timeutilsZhongyue Luo2012-06-291-1/+2
* Reorder imports by full module pathZhongyue Luo2012-06-201-1/+1
* Invalidate user tokens when password is changedDerek Higgins2012-05-111-0/+10
* Properly return 501 for unsupported Catalog callsAdam Gandelman2012-03-141-3/+4
* making all use of time follow datetime.utcnow()Joe Heck2012-03-131-2/+2
* Added Apache 2.0 License information.Monty Taylor2012-02-151-0/+14
* Add token expirationBrian Waldon2012-02-141-0/+12
* Add TokenNotFound exceptionBrian Waldon2012-02-101-1/+3
* adding a token service Driver to define the interfaceJoe Heck2012-02-061-0/+47
* minor docstring update for new locationsJoe Heck2012-02-021-1/+1
* get docs workingtermie2012-01-191-3/+0
* fix some importstermie2012-01-181-1/+1
* establish basic structuretermie2012-01-181-0/+24