| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
There may be more to add here, but this is 90% complete at least.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Update cacerts to 2019-01-22 file
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Update InSpec to 3.7.1
|
| |
| |
| |
| |
| |
| | |
Bump all other deps as well
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
windows_certificate: Add support to import Base 64 encoded CER certificates
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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>
|
| | |
| | |
| | |
| | |
| | |
| | | |
- Checking file formats by uisng ruby itself, instead of shelling it out.
Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Update openssl to 1.0.2r
|
| |/
| |
| |
| |
| |
| | |
This resolves a minor CVE that doesn't impact Chef, but should get fixed anyways.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
More consist descriptions for resource name properties
|
| |/
| |
| |
| |
| |
| | |
This better describes how a name property works.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|\ \
| | |
| | | |
openssl_dhparam: allow changing file mode on subsequent runs
|
| | |
| | |
| | |
| | |
| | |
| | | |
Reduce this down to a single file resource
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| |/
| |
| |
| | |
Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
chocolatey_package: use provided options when determing available options to allow using private sources
|
| | |
| | |
| | |
| | | |
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
|
| |/
| |
| |
| |
| |
| |
| | |
- Add missing options cmd args while fetching choco list.
- Fixed rspec.
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
windows_share: Improve path comparison to prevent convering on each run
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jason Field <jason@avon-lea.co.uk>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Linting Fix
Signed-off-by: Jason Field <jason@avon-lea.co.uk>
|
| |/
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| |/
|/| |
Use proper paths on Windows in chef-config
|
| |
| |
| |
| | |
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
|
| |
| |
| |
| |
| |
| | |
-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>
|
|/
|
|
|
|
| |
- Return canonical path for user_home dir for the config_dir.
Signed-off-by: Vivek Singh <vivek.singh@msystechnologies.com>
|
|
|
|
| |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\
| |
| | |
Update libxml2 to 2.9.9
|
| |
| |
| |
| | |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Chef-14: rollback rbnacl
|
|/ /
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| | |
| | | |
Chef-14: add lazy module include to universal DSL
|
|/ /
| |
| |
| | |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
| |
| |
| |
| | |
Obvious fix; these changes are the result of automation not creative thinking.
|
|\ \
| |/
|/| |
Update InSpec to 3.6.6
|