summaryrefslogtreecommitdiffstats
path: root/keystone/common/cms.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor Keystone to use unified logging from OsloLance Bragstad2013-08-151-1/+1
* Isolate eventlet code into environment.Jamie Lennox2013-06-181-39/+23
* Cleanup docstrings (flake8 H401, H402, H403, H404)Dolph Mathews2013-05-241-7/+7
* Satisfy flake8 import rules F401 and F403Dolph Mathews2013-05-231-1/+1
* unable to load certificate should abort requestDavid Höppner2013-03-061-1/+6
* Bug 1075090 -- Fixing log messages in python source code to support internati...Nachiappan VR N2012-12-041-2/+2
* Use the right subprocess based on os monkeypatchVishvananda Ishaya2012-11-091-24/+37
* monkeypatch cms PopenAdam Young2012-11-051-18/+22
* key all backends off of hash of pki token.Adam Young2012-11-011-0/+16
* Raise exception if openssl stderr indicates one.Tim Simpson2012-10-261-3/+2
* replacing PKI token detection from content length to content prefix. (bug 106...Dan Radez2012-10-111-1/+43
* Merge "PKI Token revocation"Jenkins2012-08-171-0/+5
|\
| * PKI Token revocationMaru Newby2012-08-161-0/+5
* | Remove unused importsRongzeZhu2012-08-171-2/+0
|/
* Log errors when signing/verifying.Dan Prince2012-07-311-3/+9
* Cryptographically Signed tokensAdam Young2012-07-261-0/+86