summaryrefslogtreecommitdiff
path: root/lib/mixlib/authentication/signedheaderauth.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #54 from chef/chefstyleTim Smith2021-03-151-2/+2
|\
| * Replace __FILE__ with __dir__ and use safe operatorschefstyleTim Smith2020-09-081-2/+2
* | Split using a string not a regexTim Smith2021-03-151-1/+1
|/
* Optimize our requiresTim Smith2020-08-211-3/+3
* Substitute require for require_relativerelativeTim Smith2019-12-201-2/+2
* Chefstyle fixesTim Smith2019-08-061-26/+28
* Update copyrights and e-mailsTim Smith2018-07-301-3/+3
* Silence the warning for the default positional args case.Noah Kantrowitz2018-05-311-1/+1
* Forgot to put sign_version in the opts which would make it nil when pulled ba...Noah Kantrowitz2018-05-311-0/+1
* Sigh, the existing arguments are positional not kwargs.Noah Kantrowitz2018-05-301-1/+16
* Merge branch 'master' into ssh-agentNoah Kantrowitz2018-05-291-3/+3
|\
| * Move mixlib-auth debugging to trace leveltm/loggingThom May2018-04-111-3/+3
* | Rework the ssh-agent signing logic to require an explicit flag to enable, alo...Noah Kantrowitz2018-05-291-22/+51
* | fix comment about ssh agent responseMatt Whiteley2017-09-061-1/+2
* | make net-ssh optionalMatt Whiteley2017-09-061-15/+22
* | Use SHA2Matt Whiteley2017-09-061-1/+1
* | CHEF-2381Matt Whiteley2017-09-061-6/+27
|/
* fix chefstyle offensesLamont Granquist2017-06-201-3/+3
* Merge pull request #24 from chef/ryan/fix-constant-lookupRyan Cragun2017-04-251-1/+2
|\
| * Fix SignedObject::DEFAULT_SERVER_API_VERSION constant scoperyan/fix-constant-lookupRyan Cragun2017-04-211-1/+2
* | [CLOUD-319] Make mixlib-log an optional dependencyRyan Cragun2017-04-201-5/+6
|/
* fix Struct.new issueLamont Granquist2016-12-061-4/+4
* Chefstyle fixesTim Smith2016-10-131-1/+1
* Chefstyle and modernisev1.4.1Thom May2016-06-081-26/+26
* Make hashing functions backwards compatible with mixlib-authentication 1.3Jay Mundrawala2015-12-161-4/+4
* Update 1.3 message to match the new one proposed from the RFC processjdm/v1.3-rfcJay Mundrawala2015-12-051-3/+5
* Our signing versions only support 1 hashing algorithm eachJay Mundrawala2015-12-051-24/+10
* Use DEFAULT_SERVER_API_VERSION in all the placesjdm/sign-v1.3Jay Mundrawala2015-11-301-2/+0
* Sign x-ops-server-api-version headerJay Mundrawala2015-11-301-4/+17
* Modify validate function to use the same parameter ordering as other functionsJay Mundrawala2015-11-301-3/+3
* Add some notes about deprecations and private thingsJay Mundrawala2015-11-301-14/+17
* Add signing algorithm v1.3Jay Mundrawala2015-11-301-22/+59
* Pass digest to all the functions that will need itJay Mundrawala2015-11-301-9/+56
* Allow passing in the digest type to digesterJay Mundrawala2015-11-101-3/+3
* Get tests to runJay Mundrawala2015-11-101-1/+8
* make proto version switching work correctly with signing_objectDaniel DeLeo2012-08-021-6/+6
* change default sign version back to 1.0Daniel DeLeo2012-07-311-43/+94
* fixes for long user idChristopher Brown2012-05-091-7/+19
* [CHEF-761] ostructs and extend both are very slowDaniel DeLeo2010-07-211-1/+7
* [CHEF-761] extract header handling into its own classDaniel DeLeo2010-07-211-2/+1
* Merge branch 'CHEF-780' into CHEF-780-2 (fixes CHEF-780)Tim Hinderliter2010-03-041-1/+6
|\
| * fix CHEF-780 by signing the entire post body (including multipart boundaries)Tim Hinderliter2009-12-281-1/+7
* | Hashing path in request signatureChris Walters2010-02-271-15/+16
* | Merge branch 'total-integration' of git://github.com/skeptomai/mixlib-authent...Adam Jacob2010-02-181-6/+18
|\ \
| * | PL-232: Adding request path to signatureChris Walters2010-02-011-6/+18
| |/
* | Whoops I'm bad at committingIan Meyer2010-01-291-3/+1
* | Another way to fix the problem for Ruby 1.8.5 on CentOSIan Meyer2010-01-291-1/+3
* | CHEF-902 remove digest/hmac and use openssl insteadIan Meyer2010-01-291-3/+1
|/
* Merge branch 'PL-316'Christopher Brown2009-11-041-7/+15
|\
| * fixed PL-316 - now splitting Authorization header into multiple headers X-Ops...PL-316Tim Hinderliter2009-11-031-2/+10