summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* [CHEF-761] revert to verifying the headers in initializeDaniel DeLeo2010-07-212-2/+2
* [CHEF-761] initialize with the request to access normalized headersDaniel DeLeo2010-07-212-10/+18
* [CHEF-761] ostructs and extend both are very slowDaniel DeLeo2010-07-211-1/+7
* [CHEF-761] rewrite delegation using ForwardableDaniel DeLeo2010-07-211-33/+18
* [CHEF-761] extract header handling into its own classDaniel DeLeo2010-07-214-44/+136
* [CHEF-761] provide visibility into time skew related auth failuresDaniel DeLeo2010-07-211-47/+139
* Merge branch 'CHEF-780' into CHEF-780-2 (fixes CHEF-780)Tim Hinderliter2010-03-042-5/+19
|\
| * fix CHEF-780 by signing the entire post body (including multipart boundaries)Tim Hinderliter2009-12-282-5/+20
* | Hashing path in request signatureChris Walters2010-02-273-43/+36
* | Merge branch 'total-integration' of git://github.com/skeptomai/mixlib-authent...Adam Jacob2010-02-182-9/+23
|\ \
| * | PL-232: Adding request path to signatureChris Walters2010-02-012-9/+23
| |/
* | 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-292-3/+5
* | CHEF-902 remove digest/hmac and use openssl insteadIan Meyer2010-01-292-5/+3
|/
* fix log level call and remove spurious auth header dump in a debug statementChristopher Brown2009-12-102-2/+2
* Modified to handle both Merb and Passenger, as they pass the File part of aTim Hinderliter2009-11-191-19/+31
* cleanup for PL-316Christopher Brown2009-11-091-12/+4
* Merge branch 'PL-316'Christopher Brown2009-11-042-11/+39
|\
| * fixed PL-316 - now splitting Authorization header into multiple headers X-Ops...PL-316Tim Hinderliter2009-11-032-3/+27
| * fix issues with cookbook uploading by encoding/authenticating more kinds of F...Tim Hinderliter2009-10-272-10/+14
* | Updating the NOTICE file, adding apache headerproductionalpha_deploy_1Adam Jacob2009-10-294-0/+72
|/
* set default log level to errorChristopher Brown2009-10-181-0/+3
* Removing couchrestAdam Jacob2009-08-181-1/+0
* adjust for the headers symbol/string confusionChristopher Brown2009-08-182-5/+2