summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Chefstyle fixknife_windowsTim Smith2020-09-251-1/+1
* Fix cspell and chefstyle errorsTim Smith2020-09-255-11/+20
* Fix failing specsTim Smith2020-09-2510-87/+95
* Remove duplicate support fileTim Smith2020-09-252-21/+1
* Update spec/unit/knife/wsman_test_spec.rb Tim Smith2020-09-251-4/+0
* Update spec/unit/knife/winrm_spec.rb Tim Smith2020-09-251-4/+0
* Update spec/unit/knife/winrm_session_spec.rb Tim Smith2020-09-251-5/+0
* Update spec/unit/knife/windows_cert_generate_spec.rb Tim Smith2020-09-251-2/+2
* Update lib/chef/knife/winrm_shared_options.rb Tim Smith2020-09-251-1/+1
* Update lib/chef/knife/wsman_test.rb Tim Smith2020-09-251-1/+0
* Update lib/chef/knife/wsman_test.rb Tim Smith2020-09-251-1/+1
* Update lib/chef/knife/windows_cert_generate.rb Tim Smith2020-09-251-1/+1
* Update spec/unit/knife/windows_cert_install_spec.rb Tim Smith2020-09-251-1/+0
* Update spec/unit/knife/windows_cert_install_spec.rb Tim Smith2020-09-251-1/+1
* Rename methods to remove resolve_Tim Smith2020-09-252-16/+16
* Simplify fetching correct winrm userTim Smith2020-09-251-8/+6
* Simplify code / avoid mutating configTim Smith2020-09-251-5/+2
* Update lib/chef/knife/winrm_session.rb Tim Smith2020-09-251-1/+0
* Nuke a methodTim Smith2020-09-251-5/+1
* Rename more methodsTim Smith2020-09-251-5/+5
* Rename confusing config check methodTim Smith2020-09-252-4/+4
* Remove odd require on other plugins within the winrm pluginTim Smith2020-09-251-3/+0
* Update lib/chef/knife/winrm_knife_base.rb Tim Smith2020-09-251-1/+1
* Update lib/chef/knife/winrm_knife_base.rb Tim Smith2020-09-251-6/+3
* Update lib/chef/knife/winrm_knife_base.rb Tim Smith2020-09-251-2/+1
* Update lib/chef/knife/winrm_knife_base.rb Tim Smith2020-09-251-3/+2
* Update lib/chef/knife/winrm_knife_base.rb Tim Smith2020-09-251-1/+1
* Update lib/chef/knife/winrm_knife_base.rb Tim Smith2020-09-251-1/+1
* Update lib/chef/knife/winrm_base.rb Tim Smith2020-09-251-1/+0
* Update lib/chef/knife/winrm.rb Tim Smith2020-09-251-1/+0
* Fix descriptionsTim Smith2020-09-251-2/+2
* Use in: in more optionsTim Smith2020-09-251-2/+4
* Use in: in the knife optionsTim Smith2020-09-251-2/+4
* Remove unused methodsTim Smith2020-09-251-27/+0
* Use ui.fatal! to format errors with color and exit 1Tim Smith2020-09-253-3/+3
* Add a return for the passphraseTim Smith2020-09-251-1/+1
* Spelling fixTim Smith2020-09-252-2/+2
* Simplify the check for existing certs on diskTim Smith2020-09-251-9/+1
* Don't mutate the config by setting a passwordTim Smith2020-09-251-3/+4
* Avoiding having to convert these to ints laterTim Smith2020-09-251-2/+2
* Avoid setting a variable we don't need toTim Smith2020-09-251-2/+1
* Gate our requiresTim Smith2020-09-252-3/+3
* Remove another stdout/stderr syncTim Smith2020-09-251-2/+0
* Remove stdout/stderr syncingTim Smith2020-09-251-2/+0
* Improve how we prompt for passwords and don't mutate configTim Smith2020-09-252-11/+7
* Use our built in prompt tools to handle password inputTim Smith2020-09-251-9/+5
* Fix the early exits on non-windows hostsTim Smith2020-09-252-8/+8
* Remove the deprecated interactive modeTim Smith2020-09-251-40/+1
* Update descriptionsTim Smith2020-09-251-4/+4
* Convert the plugins to use chef-utilsTim Smith2020-09-252-2/+4