summaryrefslogtreecommitdiff
path: root/boto/auth.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2611 from felixonmars/common-tidyDaniel G. Taylor2014-09-221-12/+8
|\
| * common modules: tidy up to meet PEP8 betterFelix Yan2014-09-141-12/+8
* | Fix bug where headers were presigned incorrectly.kyleknap2014-09-101-0/+4
|/
* fix a typo in auth.py: Bejing -> BeijingFelix Yan2014-09-021-2/+2
* Support auth when headers contains bytesDaniel G. Taylor2014-08-131-0/+2
* use encodebytes instead of encodestring (#2483)Piotr Bulinski2014-08-011-2/+2
* Fix AttributeError: 'Provider' object has no attribute 'encode'Mark Reid2014-07-311-1/+1
* Remove redundant lines in auth.pyOri Avtalion2014-07-081-2/+0
* Rebase upstream and fix testsDaniel G. Taylor2014-06-271-1/+1
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-271-35/+40
* Add S3 sigv4 presigningDaniel G. Taylor2014-06-271-0/+53
* Comments about where else to update code.Daniel Lindsley2014-03-071-0/+6
* Corrected quoted string header value preservationLee Trout2014-03-041-2/+4
* Fix dupe header dictLee Trout2014-03-041-1/+0
* Merge pull request #2037 from dangra/2033-bugfixDaniel G. Taylor2014-02-241-2/+2
|\
| * Prevent implicit string decode in hmac-v4 handlers. Fix #2033Daniel GraƱa2014-01-271-2/+2
* | Added opt-in support for EC2.Daniel Lindsley2014-02-041-0/+6
* | Merge remote-tracking branch 'pasc/auth_path_noquery' into developDaniel Lindsley2014-01-311-1/+4
|\ \
| * | whitespace cleanupPascal Hakim2014-01-281-1/+1
| * | Remove unnecessary '?' from req.path on POSTkdmukai2013-12-221-1/+4
* | | Covered the missing ENV support.Daniel Lindsley2014-01-271-0/+4
* | | Added tests around opting-in on SigV4 for S3.Daniel Lindsley2014-01-151-0/+3
| |/ |/|
* | Fixed a quoting bug of special characters in S3.Daniel Lindsley2014-01-061-1/+4
* | Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-1/+1
|/
* Merge branch 's3sigv4' into developDaniel Lindsley2013-12-191-12/+186
|\
| * Added conditional signing selection to S3.Daniel Lindsley2013-12-181-0/+10
| * S3 domains are a wee bit non-standard between regions.Daniel Lindsley2013-12-101-20/+36
| * Fixes to get BJS working - hacks!Daniel G. Taylor2013-12-101-0/+1
| * Sigv4 support for S3 by lindsleyDaniel G. Taylor2013-12-101-12/+159
* | Merge branch 'ec2-bjs' into developDaniel Lindsley2013-12-191-0/+11
|\ \
| * | Added conditional use of SigV4 to EC2.Daniel Lindsley2013-12-131-0/+11
| |/
* | Switched all classes over to new-style classes.Daniel Lindsley2013-12-181-22/+1
|/
* Make connection pooling port-aware, properly use port settings when creating ...Daniel G. Taylor2013-10-091-6/+10
* Further fixed STS ``assume_role_with_web_identity``.Daniel Lindsley2013-08-191-0/+39
* Enable connect_to_region('us-gov-west-1') for all services in GovCloudChristian Arllen2013-08-041-0/+2
* normpath in windowAhmed2013-07-221-2/+3
* Safely re-introduced the change from SHA: dec541.Daniel Lindsley2013-06-121-1/+4
* Revert "Preserve trailing / when canonicalizing URI path for signature V4"Daniel Lindsley2013-06-121-2/+0
* Preserve trailing / when canonicalizing URI path for signature V4Steve Jones2013-06-071-0/+2
* change os.path.normpath to posixpath.normpath because on windows os.path.norm...Ori Hoch2013-05-171-2/+2
* Add port to host header when necessary for signature V4Steve Jones2013-05-111-1/+9
* Fixed a bug where URIs were properly canonicalized in Sig V4 signatures.Daniel Lindsley2013-05-101-5/+10
* Log the S3 signature for debugging purposes.Mitch Garnaat2013-03-181-3/+3
* Allow CloudFront API calls using IAM rolesjjhooper2013-01-291-0/+3
* Changed boto auth plugin framework to allow multiple auth plugins supporting ...Mike Schwartz2013-01-031-17/+12
* Allow service_name/region_name to be overridenJames Saryerwinnie2012-11-211-5/+24
* Sort by param keys only for sigv4James Saryerwinnie2012-11-191-2/+1
* Fix HmacAuthV4Handler to treat POST parameters properly.Greg Harris2012-10-241-6/+18
* SigV1 apparently needs sha1 verus sha256 hmac digestsAndy Davidoff2012-10-141-0/+5
* Condense multiple whitespace into a single spaceJames Saryerwinnie2012-09-281-3/+3