summaryrefslogtreecommitdiff
path: root/keystoneclient/contrib/ec2/utils.py
Commit message (Expand)AuthorAgeFilesLines
* fix EC2 Signature Version 4 calculation, in the case of POSTYukinori Sagara2014-09-011-1/+8
* Remove vim headerEric Guo2014-02-081-2/+0
* Python 3: fix the _calc_signature_* functionsCyril Roelandt2014-01-171-7/+8
* Merge "Remove the 'cmp' keyword from a call to 'sort()'"Jenkins2014-01-041-1/+1
|\
| * Remove the 'cmp' keyword from a call to 'sort()'Cyril Roelandt2013-12-111-1/+1
* | Merge "Make _get_utf8_value Python3 compliant"Jenkins2013-12-301-2/+2
|\ \
| * | Make _get_utf8_value Python3 compliantCyril Roelandt2013-12-111-2/+2
| |/
* | Python3: replace urllib by six.moves.urllibCyril Roelandt2013-12-121-3/+3
|/
* Merge "python3: Refactor dict for python2/python3 compat"Jenkins2013-10-161-2/+2
|\
| * python3: Refactor dict for python2/python3 compatChuck Short2013-10-111-2/+2
* | Replace OpenStack LLC with OpenStack Foundation0.4.1ZhiQiang Fan2013-10-171-1/+1
|/
* Fix and enable Gating on H404Dirk Mueller2013-08-151-14/+12
* python3: Add basic compatibility supportChuck Short2013-08-041-1/+3
* Ec2Signer : Allow signature verification for older boto versionsSteven Hardy2013-08-011-0/+15
* Ec2Signer : Modify v4 signer to match latest botoSteven Hardy2013-07-061-6/+1
* Fix line continuations (flake8 E125, E126)Dolph Mathews2013-06-031-2/+2
* Ec2Signer: Initial support for v4 signature verificationSteven Hardy2013-04-091-17/+179
* Add Ec2Signer utility class to keystoneclientSteven Hardy2012-11-281-0/+100