summaryrefslogtreecommitdiff
path: root/keystoneclient/common
Commit message (Expand)AuthorAgeFilesLines
* Follow bandit B105: hardcoded_password_stringVishakha Agarwal2019-06-261-1/+2
* Remove log translations in python-keystoneclientwingwj2017-03-211-5/+5
* Fix Failing tests with openssl >= 1.1.0Ondřej Kobližek2016-12-041-4/+15
* Fixing D202 and D203 PEP257 violation.Navid Pustchi2016-05-041-1/+0
* Fix D400 PEP257 violation.Navid Pustchi2016-04-231-1/+1
* Fix D401 PEP257 violation.Navid Pustchi2016-04-231-4/+4
* Removing bandit.yaml in favor of defaultsChristopher J Schaefer2016-04-191-2/+8
* Address hacking check H405lin-hua-cheng2016-01-131-0/+1
* Replace textwrap with fast standard codeBernhard M. Wiedemann2015-12-161-2/+1
* Removes py26 supportDavid Stanek2015-11-251-6/+2
* Avoid message concatenation in error pathDirk Mueller2015-09-091-5/+16
* Merge "Remove confusing deprecation comment from token_to_cms"Jenkins2015-08-061-2/+0
|\
| * Remove confusing deprecation comment from token_to_cmsBrant Knudson2015-07-111-2/+0
* | Proper deprecation for is_ans1_tokenBrant Knudson2015-07-261-4/+9
|/
* Document non-standard encoding of the PKI token.Deepti Ramakrishna2015-04-211-1/+23
* pep8 fix for CMSAdam Young2015-04-061-2/+2
* Merge "token signing support alternative message digest"Jenkins2015-03-101-9/+16
|\
| * token signing support alternative message digestBrant Knudson2015-01-051-9/+16
* | Merge "Fix a comment error in cms.py"Jenkins2015-02-121-1/+1
|\ \
| * | Fix a comment error in cms.pyzhiyuan_cai2015-01-041-1/+1
* | | Correct failures for check H238Brant Knudson2015-01-211-1/+1
| |/ |/|
* | Use textwrap instead of home made implementationCedric Brandily2014-12-191-14/+5
|/
* Replace magic numbers with named symbolsBrant Knudson2014-11-291-14/+14
* Merge "Remove useless log message"Jenkins2014-11-261-1/+0
|\
| * Remove useless log messageBrant Knudson2014-11-071-1/+0
* | Merge "Cleanup docs - raises class"Jenkins2014-11-181-2/+4
|\ \ | |/ |/|
| * Cleanup docs - raises classBrant Knudson2014-10-181-2/+4
* | I18nBrant Knudson2014-10-281-11/+14
* | set close_fds=True in PopenXu (Simon) Chen2014-10-201-2/+4
|/
* Change cms_sign_data to use sha256 message digestBrant Knudson2014-09-241-1/+2
* 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