summaryrefslogtreecommitdiffstats
path: root/keystone
Commit message (Expand)AuthorAgeFilesLines
...
* | | remove keystoneclient-based manage commandstermie2012-02-131-256/+1
|/ /
* | Merge "Add TokenNotFound exception" into reduxJenkins2012-02-139-35/+57
|\ \ | |/ |/|
| * Add TokenNotFound exceptionBrian Waldon2012-02-109-39/+57
* | Merge "Add pagination to GET /tokens" into reduxJenkins2012-02-112-2/+30
|\ \
| * | Add pagination to GET /tokensBrian Waldon2012-02-102-2/+30
* | | Fixes role checking for admin checkVishvananda Ishaya2012-02-103-39/+8
|/ /
* | Merge "Add tests for core middleware" into reduxJenkins2012-02-101-3/+7
|\ \
| * | Add tests for core middlewareBrian Waldon2012-02-101-3/+7
| |/
* / Add version description to root pathAnthony Young2012-02-101-25/+87
|/
* Fix largest memory leak in ksl testsAnthony Young2012-02-091-1/+6
* Add memcache token backendJesse Andrews2012-02-081-0/+42
* Merge "Add content-type to responses" into reduxJenkins2012-02-081-3/+6
|\
| * Add content-type to responsesBrian Waldon2012-02-081-3/+6
* | Merge "Fix comment on bcrypt and avoid hard-coding 29 as the salt length" int...Jenkins2012-02-081-4/+3
|\ \
| * | Fix comment on bcrypt and avoid hard-coding 29 as the salt lengthJustin Santa Barbara2012-02-081-4/+3
* | | Merge "Friendly JSON exceptions (bug 928061, bug 928062)" into reduxJenkins2012-02-084-8/+96
|\ \ \
| * | | Friendly JSON exceptions (bug 928061, bug 928062)Dolph Mathews2012-02-084-8/+96
| |/ /
* | | Merge "termie all the things" into reduxJenkins2012-02-0815-169/+169
|\ \ \
| * | | termie all the thingsDolph Mathews2012-02-0815-169/+169
| | |/ | |/|
* | | Merge "Add SQL token backend" into reduxJenkins2012-02-081-0/+52
|\ \ \ | |_|/ |/| |
| * | Add SQL token backendBrian Waldon2012-02-081-0/+52
* | | Merge "Cope with unicode passwords or None" into reduxJenkins2012-02-081-3/+7
|\ \ \ | |/ / |/| |
| * | Cope with unicode passwords or NoneJustin Santa Barbara2012-02-081-3/+7
| |/
* / Add auth checks to ec2 credential crud operationsBrian Waldon2012-02-081-9/+49
|/
* Ensures duplicate users and tenants can't be madeVishvananda Ishaya2012-02-082-5/+23
* remove extra lineVishvananda Ishaya2012-02-061-1/+0
* Make ec2 auth actually workVishvananda Ishaya2012-02-063-19/+27
* Merge pull request #36 from 4P/tokendriverAndy Smith2012-02-062-1/+49
|\
| * adding a token service Driver to define the interfaceJoe Heck2012-02-062-1/+49
* | Removed unused referenceDolph Mathews2012-02-061-2/+1
* | Added support for DELETE /tokens/{token_id}Dolph Mathews2012-02-061-0/+12
|/
* use our own logging moduletermie2012-02-021-1/+1
* Merge pull request #34 from 4P/docupAndy Smith2012-02-025-5/+5
|\
| * minor docstring update for new locationsJoe Heck2012-02-025-5/+5
* | be more safe with getting json apramstermie2012-02-011-3/+7
* | accept POST or PUT for tenant updatetermie2012-02-011-1/+1
* | don't automatically parse sys.argv for cfgtermie2012-02-011-0/+1
* | deal with tags in git checkouttermie2012-02-011-1/+3
* | fix keystoneclient teststermie2012-02-013-2/+59
* | add tests for essex and fix the testing frameworktermie2012-02-011-0/+5
|/
* Fix pep8 violations.Monty Taylor2012-01-313-292/+293
* removing unused images, cleaning up RST in docstrings from sphinx warningsJoe Heck2012-01-303-22/+25
* pep8 cleanupJoe Heck2012-01-301-2/+2
* doc updatesJoe Heck2012-01-292-1/+39
* indents.Chmouel Boudjnah2012-01-261-5/+5
* Make it as a subclass.Chmouel Boudjnah2012-01-261-16/+10
* Simplify code.Chmouel Boudjnah2012-01-262-94/+49
* Add s3tokens validation.Chmouel Boudjnah2012-01-252-0/+99
* add a bunch of basic tests for the clitermie2012-01-243-4/+144
* move cli code into a module for testingtermie2012-01-241-0/+206