summaryrefslogtreecommitdiff
path: root/lib/chef/http
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
* Merge branch 'main' into INFC-7John McCrae2022-03-241-3/+3
|\
| * always the other way aroundLamont Granquist2022-03-231-1/+1
| * I blame my allergiesLamont Granquist2022-03-231-2/+2
| * add OpenSSL::X509::StoreErrorLamont Granquist2022-03-231-3/+3
* | 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
* Add ability to modify net-http settingsLamont Granquist2021-09-221-7/+15
* chefstylePete Higgins2020-12-161-2/+2
* Use namespaced File constant consistently.Pete Higgins2020-12-161-2/+2
* Return early to remove a level of nesting.Pete Higgins2020-12-161-20/+20
* Handle bad certs in trusted_certs_dir.Pete Higgins2020-12-161-1/+5
* Add friendlier error messages for OpenSSL stuff.Pete Higgins2020-12-161-2/+11
* Properly handle DER encoded certs and keys.Pete Higgins2020-12-161-3/+3
* Allow remote_file consider certificates stored under /etc/chef/trusted_certsKapil Chouhan2020-12-021-0/+6
* Remove unused monkeypatch on net/http.remove-net-http-monkeypatchPete Higgins2020-10-263-3/+3
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-152-2/+2
* merge all dist files back into dist.rbMarc Chamberland2020-09-152-2/+2
* tighten all require statements for dist implementationMarc Chamberland2020-09-152-2/+2
* move dist implementation into chef-utilsMarc Chamberland2020-09-152-4/+4
* use autoloading for many required gemsmwrock2020-09-086-8/+19
* Bump deps and resolve new Chefstyle warningsTim Smith2020-08-251-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
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-112-2/+2
* Merge pull request #9833 from jaymzh/remote_file_sslTim Smith2020-05-271-0/+18
|\
| * Add ssl_verify option for remote_filePhil Dibowitz2020-05-181-0/+18
* | Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
|/
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1317-17/+17
* Merge pull request #9387 from chef/lcg/unescapeLamont Granquist2020-02-211-3/+4
|\
| * add require for CGIlcg/unescapeLamont Granquist2020-02-201-1/+2
| * fix ruby 2.7 URI.unescape deprecationLamont Granquist2020-02-201-2/+2
* | Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-02-181-1/+1
|/
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* Style/SymbolProcLamont Granquist2019-07-051-2/+2