summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move mixlib-auth debugging to trace leveltm/loggingThom May2018-04-117-25/+25
* Merge pull request #26 from chef/tm/codeownersThom May2017-08-311-0/+1
|\
| * add codeownerstm/codeownersThom May2017-08-311-0/+1
|/
* Merge pull request #23 from chef/ryan/bump-versionv1.4.2Robb Kidd2017-08-172-2/+15
|\
| * update changelog for 1.4.2Robb Kidd2017-08-171-1/+14
| * Bump version to 1.4.2Ryan Cragun2017-08-171-1/+1
|/
* Merge pull request #25 from chef/lcg/chestyleLamont Granquist2017-06-201-3/+3
|\
| * 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
* | Merge pull request #21 from chef/ryan/cloud-319Ryan Cragun2017-04-209-27/+111
|\ \ | |/ |/|
| * [CLOUD-319] Make mixlib-log an optional dependencyRyan Cragun2017-04-209-27/+111
|/
* ninja fixLamont Granquist2016-12-062-1/+1
* Merge pull request #20 from chef/updatesThom May2016-12-065-16/+24
|\
| * and use matrix and allow_failure for ruby-headLamont Granquist2016-12-061-4/+8
| * bump the rubies and add some bundle/rubygems updatingLamont Granquist2016-12-061-3/+10
| * fix Struct.new issueLamont Granquist2016-12-061-4/+4
| * Chefstyle fixesTim Smith2016-10-133-6/+4
| * Use rake 11Tim Smith2016-10-131-1/+1
| * Specify specific ruby versions in TravisTim Smith2016-10-131-3/+2
|/
* Fix following bug:jonyrock2016-06-081-1/+2
* Chefstyle and modernisev1.4.1Thom May2016-06-0814-313/+278
* bump version for releaseThom May2016-06-081-1/+1
* Merge pull request #18 from glensc/patch-1Thom May2016-06-081-1/+1
|\
| * Update mixlib-authentication.gemspecElan Ruusamäe2016-06-021-1/+1
|/
* Merge pull request #15 from felixonmars/patch-1Tim Smith2016-02-041-1/+1
|\
| * Fix a typo: langauge -> languageFelix Yan2016-02-041-1/+1
|/
* Merge pull request #14 from tas50/masterThom May2016-01-253-19/+16
|\
| * rdoc -> md and updatesTim Smith2016-01-203-19/+16
|/
* Merge pull request #13 from chef/jdm/1.4.0Jay Mundrawala2016-01-192-2/+3
|\
| * Bump version for 1.4.0v1.4.0Jay Mundrawala2016-01-191-1/+1
| * Update changelog for 1.4.0Jay Mundrawala2016-01-191-1/+2
|/
* Bump to 1.4.0.rc.1Jay Mundrawala2015-12-161-1/+1
* Merge pull request #12 from chef/jdm/hash-backcompatJay Mundrawala2015-12-164-8/+33
|\
| * Make hashing functions backwards compatible with mixlib-authentication 1.3Jay Mundrawala2015-12-164-8/+33
|/
* Merge pull request #11 from chef/jdm/1.4.0.rc.0Jay Mundrawala2015-12-111-1/+1
|\
| * Prepare 1.4.0.rc.0jdm/1.4.0.rc.0Jay Mundrawala2015-12-111-1/+1
|/
* Merge pull request #10 from chef/jdm/v1.3-rfcJay Mundrawala2015-12-102-159/+25
|\
| * Update 1.3 message to match the new one proposed from the RFC processjdm/v1.3-rfcJay Mundrawala2015-12-052-14/+14
| * Our signing versions only support 1 hashing algorithm eachJay Mundrawala2015-12-052-145/+11
|/
* Merge pull request #8 from chef/jdm/sign-v1.3Jay Mundrawala2015-11-308-40/+396
|\
| * Use DEFAULT_SERVER_API_VERSION in all the placesjdm/sign-v1.3Jay Mundrawala2015-11-305-3/+13
| * Sign x-ops-server-api-version headerJay Mundrawala2015-11-304-21/+50
| * Modify validate function to use the same parameter ordering as other functionsJay Mundrawala2015-11-302-4/+4
| * Add some notes about deprecations and private thingsJay Mundrawala2015-11-301-14/+17
| * Added signature verification for signing version 1.3Jay Mundrawala2015-11-302-4/+116
| * Add signing algorithm v1.3Jay Mundrawala2015-11-302-22/+174
| * Pass digest to all the functions that will need itJay Mundrawala2015-11-303-12/+63
| * Allow passing in the digest type to digesterJay Mundrawala2015-11-103-15/+14
|/
* Merge pull request #7 from chef/jdm/cleanupJay Mundrawala2015-11-1010-64/+109
|\