summaryrefslogtreecommitdiff
path: root/keystoneclient/common/cms.py
Commit message (Expand)AuthorAgeFilesLines
* Adjust Python 2.6 OSerror-on-EPIPE workaroundDirk Mueller2014-06-161-3/+14
* replace string format arguments with function parametersChristian Berendt2014-05-201-1/+1
* Compressed Signature and ValidationAdam Young2014-05-091-9/+101
* remove universal_newlinesAdam Young2014-04-211-12/+14
* replace double quotes with single.Adam Young2014-04-211-24/+24
* Fix typo of ANS1 to ASN1mathrock2014-04-141-5/+12
* Hash functions support different hash algorithmsBrant Knudson2014-04-091-2/+2
* Fix doc build errorsBrant Knudson2014-03-131-22/+29
* Merge "Remove vim header"Jenkins2014-02-131-2/+0
|\
| * Remove vim headerEric Guo2014-02-081-2/+0
* | Merge "cms: Use universal_newlines=True in subprocess.Popen()"Jenkins2014-02-101-2/+4
|\ \ | |/ |/|
| * cms: Use universal_newlines=True in subprocess.Popen()Cyril Roelandt2014-02-071-2/+4
* | Merge "Check for any monkeypatching"Jenkins2014-02-061-1/+1
|\ \ | |/ |/|
| * Check for any monkeypatchingAdam Young2014-02-061-1/+1
* | Python 3: make tests from v2_0/test_access.py passCyril Roelandt2014-02-041-0/+3
|/
* Add workaround for OSError raised by Popen.communicate()Dirk Mueller2013-11-281-4/+47
* Migrate the keystone.common.cms to keystoneclientLei Zhang2013-10-281-4/+38
* Fix License Headers and Enable Gating on H102Morgan Fainberg2013-08-271-0/+14
* no logging on cms failureAdam Young2013-07-261-2/+6
* Merge " Cleanup docstrings " from keystone/common/cms.pyDirk Mueller2013-07-091-6/+6
* Merge "Log cms_verify issues as warnings (not errors)."Jenkins2013-07-091-1/+1
|\
| * Log cms_verify issues as warnings (not errors).Dan Prince2013-06-121-1/+1
* | Fix and enable H401Dirk Mueller2013-06-271-1/+2
|/
* Fix unused imports(flake8 F401, F999)Dolph Mathews2013-06-031-1/+1
* Restore Python 2.6 compatibilityDirk Mueller2013-01-221-1/+5
* Add auth-token code to keystoneclient, along with supporting filesHenry Nash2012-11-121-0/+169