summaryrefslogtreecommitdiff
path: root/keystoneclient/middleware
Commit message (Expand)AuthorAgeFilesLines
* Proper deprecations for modulesBrant Knudson2015-07-261-0/+6
* Switch from deprecated isotimeBrant Knudson2015-06-301-1/+2
* Stop using function deprecated in Python 3Brant Knudson2015-06-081-11/+12
* Revert "Remove keystoneclient.middleware"Brant Knudson2015-05-214-0/+2099
* Remove keystoneclient.middlewareVictor Stinner2015-04-274-2099/+0
* Fix s3_token middleware parsing insecure optionBrant Knudson2015-04-141-1/+2
* Merge "Change oslo.config to oslo_config"Jenkins2015-02-101-1/+1
|\
| * Change oslo.config to oslo_configBrant Knudson2015-01-311-1/+1
* | Merge "Change oslo.serialization to oslo_serialization"Jenkins2015-02-102-2/+2
|\ \ | |/
| * Change oslo.serialization to oslo_serializationBrant Knudson2015-01-312-2/+2
* | Merge "Switch from oslo.utils to oslo_utils"Jenkins2015-02-101-1/+1
|\ \ | |/
| * Switch from oslo.utils to oslo_utilsBrant Knudson2015-01-311-1/+1
* | Correct failures for check H238Brant Knudson2015-01-211-1/+1
|/
* Remove middleware architecture docBrant Knudson2014-11-191-3/+6
* Merge "Use oslo.utils and oslo.serialization"Jenkins2014-10-162-4/+3
|\
| * Use oslo.utils and oslo.serializationSteve Martinelli2014-10-152-4/+3
* | Docstrings should have :returns: everywhere.Marek Denis2014-10-151-1/+1
|/
* Fix auth_token for old oslo.configBrant Knudson2014-09-221-1/+1
* Merge "Fix the condition expression for ssl_insecure"0.11.0Jenkins2014-09-211-1/+25
|\
| * Fix the condition expression for ssl_insecureQin Zhao2014-09-171-1/+25
* | Hash for PKIZAdam Young2014-08-211-1/+1
* | Mark the keystoneclient s3_token middleware deprecatedMorgan Fainberg2014-08-041-0/+4
|/
* add deprecation warning for auth_tokenDolph Mathews2014-07-151-0/+4
* Update keystoneclient code to account for hacking 0.9.2Steve Martinelli2014-06-193-3/+4
* auth_token _cache_get checks token expiredBrant Knudson2014-06-161-0/+1
* Refactor auth_token token cache members to classBrant Knudson2014-06-101-179/+219
* auth_token middleware hashes tokens with configurable algorithmBrant Knudson2014-05-271-19/+64
* Merge "auth_token hashes PKI token once"Jenkins2014-05-281-11/+7
|\
| * auth_token hashes PKI token onceBrant Knudson2014-05-141-11/+7
* | Merge "Cached tokens aren't expired"Jenkins2014-05-271-2/+2
|\ \
| * | Cached tokens aren't expiredBrant Knudson2014-05-051-2/+2
* | | Merge "replace string format arguments with function parameters"Jenkins2014-05-271-11/+11
|\ \ \
| * | | replace string format arguments with function parametersChristian Berendt2014-05-201-11/+11
| | |/ | |/|
* | | Merge "Make auth_token return a V2 Catalog"Jenkins2014-05-271-0/+40
|\ \ \ | |/ / |/| |
| * | Make auth_token return a V2 CatalogJamie Lennox2014-05-051-0/+40
| |/
* | Compressed Signature and ValidationAdam Young2014-05-091-6/+20
|/
* Merge "fixed typos found by RETF rules"Jenkins2014-05-032-3/+3
|\
| * fixed typos found by RETF rulesChristian Berendt2014-05-032-3/+3
* | auth_token configurable check of revocations for cachedBrant Knudson2014-05-011-6/+19
|/
* Merge "Deprecate admin_token option in auth_token"Jenkins2014-04-261-2/+11
|\
| * Deprecate admin_token option in auth_tokenBrant Knudson2014-04-171-2/+11
* | Merge "Debug log when token found in revocation list"Jenkins2014-04-251-1/+5
|\ \
| * | Debug log when token found in revocation listBrant Knudson2014-04-221-1/+5
* | | Merge "Ensure that cached token is not revoked"Jenkins2014-04-241-14/+20
|\ \ \ | |/ /
| * | Ensure that cached token is not revokedAlexei Kornienko2014-04-221-14/+20
* | | remove universal_newlinesAdam Young2014-04-211-2/+3
|/ /
* | replace double quotes with single.Adam Young2014-04-211-28/+29
|/
* Merge "Prefer () to continue line per PEP8"Jenkins2014-04-151-8/+8
|\
| * Prefer () to continue line per PEP8Brant Knudson2014-04-041-8/+8
* | Fix typo of ANS1 to ASN1mathrock2014-04-141-1/+1