summaryrefslogtreecommitdiffstats
path: root/keystone/auth
Commit message (Expand)AuthorAgeFilesLines
* Merge "clean up invalid variable reference"Jenkins2013-04-231-1/+1
|\
| * clean up invalid variable referenceBrant Knudson2013-04-081-1/+1
* | Removed unused importsDolph Mathews2013-04-162-2/+0
* | Fix for configuring non-default auth plugins properlyDavanum Srinivas2013-04-091-0/+1
|/
* use the roles in the token when recreatingtermie2013-03-251-10/+60
* Rename trust extension.Russell Bryant2013-03-222-5/+5
* Move trusts to extensionDolph Mathews2013-03-212-5/+6
* Allow trusts to be optionalDolph Mathews2013-03-202-9/+9
* Validate domains unconditionally (bug 1130236)Dolph Mathews2013-03-191-0/+3
* V2, V3 token intermix for unscoped tokens (bug 1156913)Guang Yee2013-03-181-1/+1
* extracting user and trust ids into normalized fieldsAdam Young2013-03-151-1/+2
* Merge "Remove duplicate password/token opts."Jenkins2013-03-151-9/+0
|\
| * Remove duplicate password/token opts.Dan Prince2013-03-141-9/+0
* | No parent exception to wrapAdam Young2013-03-151-1/+1
|/
* Merge "cleanup trusts in controllers"Jenkins2013-03-121-2/+2
|\
| * cleanup trusts in controllersAdam Young2013-03-061-2/+2
* | Merge "unable to load certificate should abort request"Jenkins2013-03-081-5/+10
|\ \
| * | unable to load certificate should abort requestDavid Höppner2013-03-061-5/+10
| |/
* | return 201 Created on POST request (bug1131119)Gordon Chung2013-03-072-4/+9
* | Move auth plugins to 'keystone.auth.plugins' (bug 1136967)Dolph Mathews2013-03-063-0/+0
|/
* TrustsAdam Young2013-03-053-47/+131
* bug 1134802: fix inconsistent format for expires_at and issued_atGuang Yee2013-03-052-15/+20
* bug 1131840: fix auth and token data for XML translationGuang Yee2013-02-264-40/+42
* Tests for domain-scoped tokensDolph Mathews2013-02-212-10/+12
* domain-scopingGuang Yee2013-02-201-2/+16
* v3 token APIGuang Yee2013-02-208-0/+934