summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Replace __FILE__ with __dir__ and use safe operatorschefstyleTim Smith2020-09-083-4/+4
* Optimize our requiresTim Smith2020-08-213-8/+8
* Don't freeze the constants in the specsTim Smith2019-08-061-29/+30
* Chefstyle fixesTim Smith2019-08-061-2/+4
* Chefstyle autocorrectsTim Smith2019-08-062-94/+94
* Update copyrights and e-mailsTim Smith2018-07-304-9/+27
* remove hashrocket syntaxLamont Granquist2018-06-262-39/+39
* Sigh, the existing arguments are positional not kwargs.Noah Kantrowitz2018-05-301-0/+3
* Merge branch 'master' into ssh-agentNoah Kantrowitz2018-05-292-4/+4
|\
| * Move mixlib-auth debugging to trace leveltm/loggingThom May2018-04-112-4/+4
* | Rework the ssh-agent signing logic to require an explicit flag to enable, alo...Noah Kantrowitz2018-05-291-7/+10
* | make net-ssh optionalMatt Whiteley2017-09-061-1/+0
* | CHEF-2381Matt Whiteley2017-09-061-0/+22
|/
* [CLOUD-319] Make mixlib-log an optional dependencyRyan Cragun2017-04-203-3/+56
* Chefstyle fixesTim Smith2016-10-131-2/+2
* Chefstyle and modernisev1.4.1Thom May2016-06-084-182/+180
* Make hashing functions backwards compatible with mixlib-authentication 1.3Jay Mundrawala2015-12-161-0/+24
* Update 1.3 message to match the new one proposed from the RFC processjdm/v1.3-rfcJay Mundrawala2015-12-051-11/+9
* Our signing versions only support 1 hashing algorithm eachJay Mundrawala2015-12-051-121/+1
* Use DEFAULT_SERVER_API_VERSION in all the placesjdm/sign-v1.3Jay Mundrawala2015-11-302-0/+10
* Sign x-ops-server-api-version headerJay Mundrawala2015-11-301-15/+27
* Added signature verification for signing version 1.3Jay Mundrawala2015-11-301-2/+107
* Add signing algorithm v1.3Jay Mundrawala2015-11-301-0/+115
* Fix raise_error warningsJay Mundrawala2015-11-101-3/+3
* Convert specs to RSpec 3.3.2 syntax with TranspecJay Mundrawala2015-11-102-53/+53
* Get tests to runJay Mundrawala2015-11-101-1/+2
* add a test for mixin usage since it's supported alsoDaniel DeLeo2012-08-021-3/+14
* make proto version switching work correctly with signing_objectDaniel DeLeo2012-08-021-5/+7
* change default sign version back to 1.0Daniel DeLeo2012-07-311-69/+71
* version 1.2.1: fix for parsing 1.0 client signing descriptions which do not c...Tim Hinderliter2012-05-141-35/+69
* added cb to spec author blockChristopher Brown2012-05-091-0/+1
* more upfactor of common dataChristopher Brown2012-05-091-23/+24
* upfactor some of the common object initializationChristopher Brown2012-05-091-42/+15
* fixes for long user idChristopher Brown2012-05-091-30/+122
* switch to rspec2Daniel DeLeo2011-03-031-4/+0
* Fixing spec testsChris Walters2010-10-081-3/+2
* [CHEF-761] initialize with the request to access normalized headersDaniel DeLeo2010-07-212-1/+19
* [CHEF-761] extract header handling into its own classDaniel DeLeo2010-07-213-3/+152
* [CHEF-761] provide visibility into time skew related auth failuresDaniel DeLeo2010-07-211-4/+38
* Hashing path in request signatureChris Walters2010-02-271-11/+23
* repro the bug in PL-450 as a spec testDaniel DeLeo2010-02-261-0/+16
* fixed spec tests for mixlib-authenticationTim Hinderliter2010-02-221-13/+17
* Modified to handle both Merb and Passenger, as they pass the File part of aTim Hinderliter2009-11-192-0/+289