summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump version to 16.8.14 by Chef Expeditorv16.8.14Chef Expeditor2020-12-111-1/+1
* Instead of silently failing, raise an exception for bad reporter types.Pete Higgins2020-12-111-2/+1
* Fix inaccurate log message.Pete Higgins2020-12-111-1/+1
* Inline some local variables and alphabetize hash keys.Pete Higgins2020-12-111-12/+8
* Remove gate on impossible case.Pete Higgins2020-12-111-16/+10
* Refactor to separate reporter creation from report sending.Pete Higgins2020-12-112-9/+19
* Fix broken code in compliance runner's send_report.Pete Higgins2020-12-111-5/+19
* Bump version to 16.8.13 by Chef Expeditorv16.8.13Chef Expeditor2020-12-111-1/+1
* Bump version to 16.8.12 by Chef Expeditorv16.8.12Chef Expeditor2020-12-111-1/+1
* Bump version to 16.8.11 by Chef Expeditorv16.8.11Chef Expeditor2020-12-111-1/+1
* Merge pull request #10728 from rveznaver/fix-pty-sudoTim Smith2020-12-111-0/+2
|\
| * make rubocop happyRobert Vežnaver2020-12-111-0/+1
| * tty-prompt already required in core/ui.rbRobert Vežnaver2020-12-111-1/+0
| * Raise error and retry with PTY on sudo password promptRobert Vežnaver2020-12-101-0/+2
* | Bump version to 16.8.10 by Chef Expeditorv16.8.10Chef Expeditor2020-12-111-1/+1
|/
* Bump version to 16.8.9 by Chef Expeditorv16.8.9Chef Expeditor2020-12-101-1/+1
* Bump version to 16.8.8 by Chef Expeditorv16.8.8Chef Expeditor2020-12-101-1/+1
* Fix typo in resource docsTim Smith2020-12-091-1/+1
* Avoid erroring out when hostname is not set on macLamont Granquist2020-12-091-3/+3
* Bump version to 16.8.7 by Chef Expeditorv16.8.7Chef Expeditor2020-12-101-1/+1
* Bump version to 16.8.6 by Chef Expeditorv16.8.6Chef Expeditor2020-12-091-1/+1
* Bump version to 16.8.5 by Chef Expeditorv16.8.5Chef Expeditor2020-12-091-1/+1
* Bump version to 16.8.4 by Chef Expeditorv16.8.4Chef Expeditor2020-12-091-1/+1
* Merge pull request #10711 from MsysTechnologiesllc/dh/win-pfx-certificate-exp...Tim Smith2020-12-091-1/+7
|\
| * introduced addeddheerajd-msys2020-12-091-1/+2
| * fix review and test case addeddheerajd-msys2020-12-081-4/+5
| * add exportable option to pfx certificatedheerajd-msys2020-12-071-1/+5
* | Merge pull request #10717 from MsysTechnologiesllc/Kapil/Github-10678_verify_...Tim Smith2020-12-091-1/+1
|\ \
| * | Fix for deprecation warningKapil Chouhan2020-12-091-1/+1
| |/
* | Bump version to 16.8.3 by Chef Expeditorv16.8.3Chef Expeditor2020-12-081-1/+1
* | Bump version to 16.8.2 by Chef Expeditorv16.8.2Chef Expeditor2020-12-071-1/+1
* | Bump version to 16.8.1 by Chef Expeditorv16.8.1Chef Expeditor2020-12-041-1/+1
* | Bump version to 16.8.0 by Chef Expeditorv16.8.0Chef Expeditor2020-12-041-1/+1
* | Resolve indentation warnings from ChefstyleTim Smith2020-12-044-9/+9
|/
* Bump version to 16.7.68 by Chef Expeditorv16.7.68Chef Expeditor2020-12-031-1/+1
* only test dsc_script on 64 bit and document that it will fail on 32 bit clientsmwrock2020-12-031-1/+8
* Bump version to 16.7.67 by Chef Expeditorv16.7.67Chef Expeditor2020-12-031-1/+1
* Merge pull request #10547 from chef/audit-modeTim Smith2020-12-029-0/+878
|\
| * Update the documentation for Compliance Phase's default values.audit-modePete Higgins2020-12-021-22/+23
| * Rename audit mode to Compliance Phase.Pete Higgins2020-12-019-29/+29
| * Replace hardcoded product references with the generic versions.Pete Higgins2020-12-016-25/+23
| * Tweak attribute loading.Pete Higgins2020-12-011-1/+1
| * Stop saving inspec json reports relative to where the cookbook is.Pete Higgins2020-12-012-4/+9
| * Remove an unnecessary wrapper module.Pete Higgins2020-12-012-56/+53
| * Dynamically load Inspec fetchers at runtime.Pete Higgins2020-12-011-2/+15