summaryrefslogtreecommitdiff
path: root/lib/chef/http/authenticator.rb
Commit message (Expand)AuthorAgeFilesLines
* correcting for linting errorJohn McCrae2022-06-071-1/+1
* KTLO - password generator was randomly failing, replaced the methodJohn McCrae2022-06-071-3/+2
* refactored authenticator.rb to make the password length consistentJohn McCrae2022-05-261-1/+1
* refactored authenticator.rb to make the password length consistentJohn McCrae2022-05-261-1/+1
* refactored authenticator.rb to remove a redundant block that was causing test...John McCrae2022-05-261-1/+0
* Updated files to account for pem storage in the Certificate StoreJohn McCrae2022-05-261-2/+19
* Updated windows_certificate resource to account for bugs and updates in the w...John McCrae2022-05-241-1/+1
* updating gemlock files and updating code from feedbackJohn McCrae2022-03-241-1/+0
* updating gemlock files and updating code from feedbackJohn McCrae2022-03-231-5/+5
* updating gemlock filesJohn McCrae2022-03-221-63/+18
* updating gemlock filesJohn McCrae2022-03-221-30/+112
* Update Chef Client to retrieve client.pem from Windows CertStoreJohn McCrae2022-01-311-2/+2
* Update Chef Client to retrieve client.pem from Windows CertStoreJohn McCrae2022-01-311-32/+36
* Updated the chef client to retrieve certs from the Windows registry. Tests in...John McCrae2022-01-311-1/+1
* Updated the chef client to retrieve certs from the Windows registry. Tests in...John McCrae2022-01-311-0/+4
* Updated the chef client to retrieve certs from the Windows registry. Tests in...John McCrae2022-01-311-0/+1
* Updated the chef client to retrieve certs from the Windows registry. Tests in...John McCrae2022-01-311-0/+3
* Updated the chef client to retrieve certs from the Windows registry. Tests in...John McCrae2022-01-311-2/+106
* use autoloading for many required gemsmwrock2020-09-081-1/+1
* Fix protocol negotiation for unversioned objectsLamont Granquist2020-07-281-0/+2
* Bump the server api version to 2lcg/server-api-version-to-2Lamont Granquist2020-07-091-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-5/+5
* Feed the Rubocop.Noah Kantrowitz2018-05-311-1/+1
* Add support for signing requests using ssh-agent.Noah Kantrowitz2018-05-301-3/+6
* Retry API requests if using an unsupported versiontm/retryable_apiThom May2017-03-291-6/+15
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-4/+4
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Pass headers to mixlib-authenticationJay Mundrawala2016-01-251-4/+9
* Use double quotes by defaultThom May2016-01-141-4/+4
* Use version 1 as the default API version if not specified.tylercloke2015-06-051-1/+1
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-2/+7
* Implemented X-Ops-Server-API-Version in Chef requests.tylercloke2015-05-041-0/+3
* validate streaming file sizeClaire McQuin2014-01-231-0/+4
* Express stream handling via middlewaresdanielsdeleo2013-10-081-0/+4
* Move HTTP components into chef/httpdanielsdeleo2013-10-081-0/+85