Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump version to 1.1.4 for release1.1.4 | Daniel DeLeo | 2010-07-23 | 1 | -1/+1 |
| | |||||
* | inheriting from a struct fails when the file is loaded twice | Daniel DeLeo | 2010-07-22 | 1 | -2/+1 |
| | | | | | | | | for some totally weird reason, starting chef-server via the rackup file causes mixlib/authentication to get loaded twice. This causes a superclass mismatch when inheriting from Struct.new. Since we aren't adding any behavior to the struct, we can just assign it to a constant and get the same results. | ||||
* | bump to dev version | Daniel DeLeo | 2010-07-22 | 1 | -1/+1 |
| | |||||
* | [CHEF-761] revert to verifying the headers in initialize | Daniel DeLeo | 2010-07-21 | 2 | -2/+2 |
| | | | | | ...so that malformed requests are caught before we try to use any of their headers | ||||
* | [CHEF-761] initialize with the request to access normalized headers | Daniel DeLeo | 2010-07-21 | 4 | -11/+37 |
| | | | | | | | | * Can now create the signature verification object w/ the request and then access values computed by the HTTPAuthenticationRequest object. * created a #authenticate_reqest method that can be used when signature verification is initialized w/ the request * #authenticate_user_request works as before | ||||
* | [CHEF-761] ostructs and extend both are very slow | Daniel DeLeo | 2010-07-21 | 1 | -1/+7 |
| | |||||
* | [CHEF-761] rewrite delegation using Forwardable | Daniel DeLeo | 2010-07-21 | 1 | -33/+18 |
| | |||||
* | [CHEF-761] extract header handling into its own class | Daniel DeLeo | 2010-07-21 | 7 | -47/+288 |
| | |||||
* | [CHEF-761] provide visibility into time skew related auth failures | Daniel DeLeo | 2010-07-21 | 2 | -51/+177 |
| | | | | | higher layers will use this to inform the user if they got a 401 b/c of incorrect clock on the client | ||||
* | Bumping version to 1.1.2beta-1alpha_deploy_41.1.2 | Adam Jacob | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | Bumping the version of mixlib-authentication | Adam Jacob | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | Merge remote branch 'timh/CHEF-780-2' | Tim Hinderliter | 2010-03-04 | 2 | -5/+19 |
|\ | |||||
| * | Merge branch 'CHEF-780' into CHEF-780-2 (fixes CHEF-780) | Tim Hinderliter | 2010-03-04 | 2 | -5/+19 |
| |\ |/ / | | | | | | | Conflicts: lib/mixlib/authentication/signedheaderauth.rb | ||||
| * | fix CHEF-780 by signing the entire post body (including multipart boundaries) | Tim Hinderliter | 2009-12-28 | 2 | -5/+20 |
| | | | | | | | | | | when the POST's 'file' parameter isn't actually a File. Needs mixlib-authen CHEF-780 changes to work. modified some comments for clarity. | ||||
* | | Bumping the version to 1.1.0alpha_deploy_3alpha_deploy_21.1.0 | Adam Jacob | 2010-02-28 | 1 | -2/+1 |
| | | |||||
* | | Hashing path in request signature | Chris Walters | 2010-02-27 | 4 | -54/+59 |
| | | |||||
* | | repro the bug in PL-450 as a spec test | Daniel DeLeo | 2010-02-26 | 1 | -0/+16 |
| | | |||||
* | | fixed spec tests for mixlib-authentication | Tim Hinderliter | 2010-02-22 | 1 | -13/+17 |
| | | |||||
* | | Merge branch 'total-integration' of ↵ | Adam Jacob | 2010-02-18 | 2 | -9/+23 |
|\ \ | | | | | | | | | | git://github.com/skeptomai/mixlib-authentication into skeptomai/total-integration | ||||
| * | | PL-232: Adding request path to signature | Chris Walters | 2010-02-01 | 2 | -9/+23 |
| |/ | |||||
* | | Merge branch 'danielsdeleo/CHEF-902' | Adam Jacob | 2010-02-08 | 2 | -4/+1 |
|\ \ | |||||
| * | | remove dangling gem dep on ruby-hmac | Daniel DeLeo | 2010-02-05 | 1 | -1/+0 |
| | | | |||||
| * | | Whoops I'm bad at committing | Ian Meyer | 2010-01-29 | 1 | -3/+1 |
| | | | |||||
| * | | Another way to fix the problem for Ruby 1.8.5 on CentOS | Ian Meyer | 2010-01-29 | 2 | -3/+5 |
| | | | |||||
| * | | Incorrectly added openssl as a gem dependency. That was wrong | Ian Meyer | 2010-01-29 | 1 | -1/+0 |
| | | | |||||
| * | | CHEF-902 remove digest/hmac and use openssl instead | Ian Meyer | 2010-01-29 | 3 | -5/+4 |
| |/ | |||||
* | | removed 'sudo' from 'gem install' line in rule for 'rake install' | Tim Hinderliter | 2010-02-02 | 1 | -1/+1 |
|/ | |||||
* | fix CHEF-808: rm cucumber from Rakefile | Dan DeLeo | 2009-12-19 | 1 | -8/+1 |
| | | | | | | | * there are no cucumber features, so there doesn't need to be a rake task for them. * there also doesn't need to be any dependency on cucumber * set the :default task to depend on :spec instead of :test | ||||
* | Merge branch 'PL-335'v1.0.0 | Christopher Brown | 2009-12-10 | 2 | -2/+2 |
|\ | |||||
| * | fix log level call and remove spurious auth header dump in a debug statement | Christopher Brown | 2009-12-10 | 2 | -2/+2 |
|/ | |||||
* | Modified to handle both Merb and Passenger, as they pass the File part of a | Tim Hinderliter | 2009-11-19 | 3 | -19/+320 |
| | | | | | multipart form upload differently. Added unit tests for this and other behaviors. | ||||
* | cleanup for PL-316 | Christopher Brown | 2009-11-09 | 1 | -12/+4 |
| | |||||
* | Merge branch 'PL-316' | Christopher Brown | 2009-11-04 | 2 | -11/+39 |
|\ | |||||
| * | fixed PL-316 - now splitting Authorization header into multiple headers ↵PL-316 | Tim Hinderliter | 2009-11-03 | 2 | -3/+27 |
| | | | | | | | | X-Ops-Authorization-1, ... | ||||
| * | fix issues with cookbook uploading by encoding/authenticating more kinds of ↵ | Tim Hinderliter | 2009-10-27 | 2 | -10/+14 |
| | | | | | | | | File form input | ||||
* | | Updating the NOTICE file, adding apache headerproductionalpha_deploy_1 | Adam Jacob | 2009-10-29 | 6 | -62/+96 |
|/ | |||||
* | set default log level to error | Christopher Brown | 2009-10-18 | 1 | -0/+3 |
| | |||||
* | Adding dependencies to the Rakefile | Adam Jacob | 2009-08-18 | 1 | -1/+2 |
| | |||||
* | Removing couchrest | Adam Jacob | 2009-08-18 | 1 | -1/+0 |
| | |||||
* | adjust for the headers symbol/string confusion | Christopher Brown | 2009-08-18 | 2 | -5/+2 |
| | |||||
* | Switching to using strings in the headers.. | Adam Jacob | 2009-08-11 | 2 | -5/+6 |
| | |||||
* | cleanup the digester require | Christopher Brown | 2009-08-10 | 1 | -2/+1 |
| | |||||
* | initial commit for new repository | Christopher Brown | 2009-08-06 | 9 | -0/+580 |