summaryrefslogtreecommitdiffstats
path: root/keystone/auth/controllers.py
Commit message (Expand)AuthorAgeFilesLines
* Implement Token Binding.Jamie Lennox2013-07-171-1/+1
* Implemented token creation without catalog response.Fabio Giannetti2013-07-171-1/+5
* Fix XML rendering with empty auth payload.Jamie Lennox2013-07-171-1/+1
* Pluggable Remote UserAdam Young2013-07-171-20/+2
* Implements Pluggable V3 Token ProviderGuang Yee2013-07-121-38/+47
* Stop passing context to managers (bug 1194938)Dolph Mathews2013-06-281-23/+13
* Cleanup docstrings (flake8 H401, H402, H403, H404)Dolph Mathews2013-05-241-9/+9
* imports not in alphabetical order (flake8 H306)Dolph Mathews2013-05-241-2/+2
* Use TODO(NAME) (flake8 H101)Dolph Mathews2013-05-231-1/+1
* Merge "clean up invalid variable reference"Jenkins2013-04-231-1/+1
|\
| * clean up invalid variable referenceBrant Knudson2013-04-081-1/+1
* | Fix for configuring non-default auth plugins properlyDavanum Srinivas2013-04-091-0/+1
|/
* Rename trust extension.Russell Bryant2013-03-221-4/+4
* Move trusts to extensionDolph Mathews2013-03-211-4/+5
* Allow trusts to be optionalDolph Mathews2013-03-201-4/+4
* Remove duplicate password/token opts.Dan Prince2013-03-141-9/+0
* Merge "cleanup trusts in controllers"Jenkins2013-03-121-2/+2
|\
| * cleanup trusts in controllersAdam Young2013-03-061-2/+2
* | return 201 Created on POST request (bug1131119)Gordon Chung2013-03-071-2/+2
|/
* TrustsAdam Young2013-03-051-28/+57
* bug 1131840: fix auth and token data for XML translationGuang Yee2013-02-261-15/+11
* Tests for domain-scoped tokensDolph Mathews2013-02-211-5/+7
* v3 token APIGuang Yee2013-02-201-0/+388