summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 2.1.1 by Chef Expeditorv2.1.1Chef Expeditor2018-06-011-1/+1
* Merge pull request #39 from coderanger/ssh-agentThom May2018-06-011-1/+1
|\
| * Silence the warning for the default positional args case.Noah Kantrowitz2018-05-311-1/+1
* | Bump version to 2.1.0 by Chef Expeditorv2.1.0Chef Expeditor2018-05-311-1/+1
* | Bump version to 2.0.2 by Chef Expeditorv2.0.2Chef Expeditor2018-05-311-1/+1
* | Merge pull request #37 from coderanger/ssh-agentNoah Kantrowitz2018-05-311-0/+1
|\ \ | |/
| * Forgot to put sign_version in the opts which would make it nil when pulled ba...Noah Kantrowitz2018-05-311-0/+1
* | Bump version to 2.0.1 by Chef Expeditorv2.0.1Chef Expeditor2018-05-311-1/+1
|/
* Sigh, the existing arguments are positional not kwargs.Noah Kantrowitz2018-05-301-1/+16
* Merge branch 'master' into ssh-agentNoah Kantrowitz2018-05-295-21/+21
|\
| * actually make this 2.0v2.0.0Thom May2018-04-121-1/+1
| * release 1.5.0v1.5.0Thom May2018-04-121-1/+1
| * Bump version to 1.4.3 by Expeditorv1.4.3Chef Expeditor2018-04-121-1/+1
| * Move mixlib-auth debugging to trace leveltm/loggingThom May2018-04-114-20/+20
* | 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
|/
* Bump version to 1.4.2Ryan Cragun2017-08-171-1/+1
* 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-204-21/+54
|/
* fix Struct.new issueLamont Granquist2016-12-061-4/+4
* Chefstyle fixesTim Smith2016-10-132-4/+2
* Fix following bug:jonyrock2016-06-081-1/+2
* Chefstyle and modernisev1.4.1Thom May2016-06-086-84/+75
* bump version for releaseThom May2016-06-081-1/+1
* Bump version for 1.4.0v1.4.0Jay Mundrawala2016-01-191-1/+1
* Bump to 1.4.0.rc.1Jay Mundrawala2015-12-161-1/+1
* Make hashing functions backwards compatible with mixlib-authentication 1.3Jay Mundrawala2015-12-163-8/+9
* Prepare 1.4.0.rc.0jdm/1.4.0.rc.0Jay Mundrawala2015-12-111-1/+1
* 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-303-3/+3
* Sign x-ops-server-api-version headerJay Mundrawala2015-11-303-6/+23
* 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-301-2/+9
* Add signing algorithm v1.3Jay Mundrawala2015-11-301-22/+59
* Pass digest to all the functions that will need itJay Mundrawala2015-11-302-12/+59
* Allow passing in the digest type to digesterJay Mundrawala2015-11-103-15/+14
* Add version.rbJay Mundrawala2015-11-101-0/+21
* 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
* version 1.2.1: fix for parsing 1.0 client signing descriptions which do not c...Tim Hinderliter2012-05-141-0/+6
* fixes for long user idChristopher Brown2012-05-092-20/+26
* inheriting from a struct fails when the file is loaded twiceDaniel DeLeo2010-07-221-2/+1