summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adding support to import nested certificates through PFX certificatemore_windows_cert_14Nimesh-Msys2019-03-041-1/+6
| | | | | | | | - The following case was also identified in case of PFX certificate - Minor changes to allow import of ca_certs if they are present - Supporting changes have been sent in PR: https://github.com/chef/win32-certstore/pull/53 Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
* windows_certificate: Import root/nested certificates while importing P7B ↵Nimesh-Msys2019-03-043-17/+105
| | | | | | | | | | certificates - P7B might contain multiple certificates and we should not miss the internal one while import. - Added test cases and ensured chef-style - Fixes: MSYS-977 Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
* Bump version to 14.11.19 by Chef Expeditorv14.11.19Chef Expeditor2019-03-045-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8270 from chef/cacert_14Tim Smith2019-03-041-1/+1
|\ | | | | Update cacerts to 2019-01-22 file
| * Update cacerts to 2019-01-22 fileTim Smith2019-03-041-1/+1
|/ | | | | | | | | | | | | | Adds these new roots: GTS Root R1 GTS Root R2 GTS Root R3 GTS Root R4 UCA Global G2 Root UCA Extended Validation Root Certigna Root CA Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.11.18 by Chef Expeditorv14.11.18Chef Expeditor2019-03-045-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8268 from chef/inspec-core_371_14Tim Smith2019-03-042-13/+17
|\ | | | | Update InSpec to 3.7.1
| * Update InSpec to 3.7.1Tim Smith2019-03-042-13/+17
| | | | | | | | | | | | Bump all other deps as well Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.11.17 by Chef Expeditorv14.11.17Chef Expeditor2019-03-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8267 from chef/cert_14_moreTim Smith2019-03-043-28/+73
|\ \ | | | | | | windows_certificate: Add support to import Base 64 encoded CER certificates
| * | Fetching OpenSSL::X509::Certificate object without shell interactions.Nimesh-Msys2019-03-042-38/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Previously, we were building a new OpenSSL::X509::Certificate object with PEM string contents. - To get this content, we were using openssl utility and were converting all certificate types into PEM - And were extracting the PEM contents out of resulting data. - It could directly be done via correct usage of applicable classes. - Reverted using Open3. It uses shell hence did not solved the purpose. Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
| * | Minor fixes as per the review comments.Nimesh-Msys2019-03-041-17/+20
| | | | | | | | | | | | | | | | | | - Checking file formats by uisng ruby itself, instead of shelling it out. Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
| * | Windows Certificate: Add support to import Base 64 encoded CER certificatesNimesh-Msys2019-03-043-1/+46
| |/ | | | | | | | | | | | | | | | | | | - Till now, cer certificates were only considered to be in binary format (DER) - They can also be base-64 encoded(PEM) - We should only append "inform DER" only if it is a binary certificate, otherwise, default ("inform PEM") would support base64 encoded certificates. - Added test caes - Ensured Chef style Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
* | Bump version to 14.11.16 by Chef Expeditorv14.11.16Chef Expeditor2019-03-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8266 from chef/openssl_cve_bump_14Tim Smith2019-03-041-1/+1
|\ \ | | | | | | Update openssl to 1.0.2r
| * | Update openssl to 1.0.2rTim Smith2019-03-041-1/+1
| |/ | | | | | | | | | | This resolves a minor CVE that doesn't impact Chef, but should get fixed anyways. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.11.15 by Chef Expeditorv14.11.15Chef Expeditor2019-03-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Bump version to 14.11.14 by Chef Expeditorv14.11.14Chef Expeditor2019-03-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8265 from chef/name_14Tim Smith2019-03-0423-24/+24
|\ \ | | | | | | More consist descriptions for resource name properties
| * | More consist descriptions for resource name propertiesTim Smith2019-03-0423-24/+24
| |/ | | | | | | | | | | This better describes how a name property works. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #8264 from chef/openssl_14Tim Smith2019-03-042-12/+16
|\ \ | | | | | | openssl_dhparam: allow changing file mode on subsequent runs
| * | Simplify openssl_dhparam mode fixBryan McLellan2019-03-041-20/+11
| | | | | | | | | | | | | | | | | | Reduce this down to a single file resource Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * | update property for existing filedheerajd-msys2019-03-041-4/+14
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | chefstyle fixdheerajd-msys2019-03-041-1/+1
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | test case addeddheerajd-msys2019-03-042-10/+15
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | fix for resource properties updatedheerajd-msys2019-03-041-3/+1
| |/ | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | Bump version to 14.11.13 by Chef Expeditorv14.11.13Chef Expeditor2019-03-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8263 from chef/choco_14Tim Smith2019-03-042-1/+32
|\ \ | | | | | | chocolatey_package: use provided options when determing available options to allow using private sources
| * | chocolatey_package private source specVivek Singh2019-03-041-0/+29
| | | | | | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * | Authentication on chocolatey_packageVivek Singh2019-03-042-1/+3
| |/ | | | | | | | | | | | | - Add missing options cmd args while fetching choco list. - Fixed rspec. Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* | Bump version to 14.11.12 by Chef Expeditorv14.11.12Chef Expeditor2019-03-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8262 from chef/share_14Lamont Granquist2019-03-041-6/+9
|\ \ | | | | | | windows_share: Improve path comparison to prevent convering on each run
| * | Require Path helperJason Field2019-03-041-0/+1
| | | | | | | | | | | | Signed-off-by: Jason Field <jason@avon-lea.co.uk>
| * | Update windows_share.rbXorima2019-03-041-1/+1
| | | | | | | | | | | | | | | | | | Linting Fix Signed-off-by: Jason Field <jason@avon-lea.co.uk>
| * | Update Share Bug FixJason Field2019-03-041-6/+8
| |/ | | | | | | | | | | | | Fixes issue where updating a share will cause the share to be deleted but not re-created until chef is next run, and for chef to fail the run Signed-off-by: Jason Field <jason@avon-lea.co.uk>
* | Bump version to 14.11.11 by Chef Expeditorv14.11.11Chef Expeditor2019-03-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8261 from chef/path_14Tim Smith2019-03-042-4/+27
|\ \ | |/ |/| Use proper paths on Windows in chef-config
| * Added specsVivek Singh2019-03-041-3/+26
| | | | | | | | Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * Use cleanpath helper method instead canonical_pathVivek Singh2019-03-041-1/+1
| | | | | | | | | | | | -Previously to make user_home uniform canonical_path is used that it implemented in a way to add an absolute path. Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
| * Uniform config dir path separatorVivek Singh2019-03-041-1/+1
|/ | | | | | - Return canonical path for user_home dir for the config_dir. Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
* Bump version to 14.11.10 by Chef Expeditorv14.11.10Chef Expeditor2019-02-285-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #8238 from chef/libxml2_14Tim Smith2019-02-281-1/+1
|\ | | | | Update libxml2 to 2.9.9
| * Update libxml2 to 2.9.9libxml2_14Tim Smith2019-02-191-1/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.11.9 by Chef Expeditorv14.11.9Chef Expeditor2019-02-265-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8254 from chef/lcg/chef-14-rbnacl-rollbackTim Smith2019-02-262-23/+7
|\ \ | | | | | | Chef-14: rollback rbnacl
| * | rollback rbnaclLamont Granquist2019-02-262-23/+7
|/ / | | | | | | | | | | | | we need to get onto net-ssh 5.x and the ed25519 gem instead, but that is more involved Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.11.8 by Chef Expeditorv14.11.8Chef Expeditor2019-02-225-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #8246 from chef/lcg/chef-14-lazy-module-includeTim Smith2019-02-221-1/+3
|\ \ | | | | | | Chef-14: add lazy module include to universal DSL
| * | Chef-14: add lazy module include to universal DSLlcg/chef-14-lazy-module-includeLamont Granquist2019-02-211-1/+3
|/ / | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.11.7 by Chef Expeditorv14.11.7Chef Expeditor2019-02-195-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.