summaryrefslogtreecommitdiff
path: root/lib/mixlib/shellout/windows.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix comment typostyposTim Smith2021-10-161-5/+5
* Remove copyright datesdatesTim Smith2020-11-121-1/+1
* Simplify things a bit with &.safeTim Smith2020-09-091-8/+4
* Fix a few typosspellingTim Smith2020-07-281-1/+1
* Substitute require for require_relativeTim Smith2019-12-291-1/+1
* Fix return type of Process.create to be a ProcessInfo instance again.Ryan Davis2019-07-301-1/+1
* Blinding applying chefstyle -a.Ryan Davis2019-07-301-1/+8
* Merge pull request #177 from visioncritical/load_user_profileLamont Granquist2019-06-061-1/+3
|\
| * Load and unload user profile as requiredBrian Warsing2019-01-231-1/+3
* | Support array args on windowslcg/win-array-argsLamont Granquist2019-06-061-2/+42
|/
* Update the github links in commentsTim Smith2018-10-231-1/+1
* Fix EmptyWindowsCommand error on Windows when the command starts with spacesEric VERNIER2018-07-301-4/+3
* [MSYS-847] fix bare rescuedheerajd-msys2018-07-031-2/+2
* remove hashrocket syntaxlcg/remove-hashrocketsLamont Granquist2018-06-251-8/+8
* add sensitive featuredheerajd-msys2018-06-151-3/+3
* [MSYS-629] Added username,password validation for elavated option (#151)Nimisha Sharad2017-08-091-0/+8
* Launch process with elevated tokenNimishaS2017-07-191-0/+5
* fix chefstyle offensesLamont Granquist2017-06-201-11/+15
* spec cleanup and some light refactoringlcg/cleanup2Lamont Granquist2017-02-011-53/+35
* remove largely useless Utils classLamont Granquist2017-01-271-120/+126
* Resolve most chefstyle warningsTim Smith2016-10-071-30/+30
* add logging message if attempting to kill critical processsmurawski/agressive_terminationSteven Murawski2016-06-061-1/+9
* Keep `kill_process_tree` from killing protected system processes.Steven Murawski2016-05-241-13/+25
* opscode -> ChefTim Smith2016-02-171-4/+4
* add a comment for the recursive functionMatt Wrock2015-10-221-0/+4
* improve the test to more accurately detrermine if child process is killedMatt Wrock2015-10-201-3/+7
* removing specialized logger and cleaning loggingMatt Wrock2015-10-201-12/+14
* log to our own fileMatt Wrock2015-09-281-7/+24
* add logging for each child process killedMatt Wrock2015-09-241-0/+1
* kill all windows child processes when the command times outMatt Wrock2015-09-241-0/+15
* prevent shellout from attempting to execute a directory on windowsMatt Wrock2015-09-111-2/+6
* Remove dependency on windows-prjdm/no-windows-prJay Mundrawala2015-08-261-7/+2
* On windows, send sigkill to process if it exceeds its alloted timeJay Mundrawala2014-12-181-0/+6
* Fix live_stream for windowsJay Mundrawala2014-12-171-1/+1
* remove LC_ALL default environment variableLamont Granquist2014-08-281-1/+0
* Simplify live_stream vs live_stdout vs live_stderr based on PR commentsMax Lincoln2014-07-171-1/+1
* Support separate live stream for stderrMax Lincoln2014-07-171-1/+1
* Merge pull request #26 from akshaykarle/masterSerdar Sutay2014-05-131-1/+3
|\
| * Add stderr to live_stream.Akshay Karle2013-09-261-1/+3
* | Handle leak fix for leaked token handle, avoid double closeadamedx2014-03-171-2/+2
|/
* Set domain to . if no domain is passedMoser, Kevin2013-03-131-2/+3
* Update hash reference to symbolsMoser, Kevin2013-03-131-2/+2
* Add option validationMoser, Kevin2013-03-131-0/+9
* Remove remote_call optionMoser, Kevin2013-01-151-2/+0
* Add local_system fileMoser, Kevin2013-01-111-1/+1
* Add process impersonationMoser, Kevin2013-01-111-0/+5
* [CHEF-2994][WINDOWS] Expanded Utils.should_run_under_cmd?() to work like Ruby...Ho-Sheng Hsiao2012-05-101-1/+34
* [CHEF-2994][WINDOWS] Fixed Utils.which()Ho-Sheng Hsiao2012-05-101-10/+26
* [CHEF-2994][WINDOWS] Mixlib::ShellOut::Windows should push input into stdinHo-Sheng Hsiao2012-05-101-0/+5
* [CHEF-2994][WINDOWS] Mixlib::ShellOut::Windows::Utils.which() is broken and s...Ho-Sheng Hsiao2012-05-101-1/+4