summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make sure the parent process' LC_ALL setting is passed to subprocess when LC_...sersut2013-06-141-0/+6
* close observed to throw EBADFLamont Granquist2013-06-141-2/+5
* Update version number for release candidateadamedx2013-05-021-1/+1
* More robust pipe checks and tests.sersut2013-04-171-5/+7
* Clean inherited file descriptors from the parent while forking subprocess.sersut2013-04-161-0/+22
* 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-133-1/+19
* Update comments for why to use LogonUser and CreateProcessAsUser in some casesMoser, Kevin2013-02-221-1/+4
* Fix commentsMoser, Kevin2013-01-151-2/+3
* Revert "Bump version to 1.2.0 to package gem locally"Moser, Kevin2013-01-151-1/+1
* Bump version to 1.2.0 to package gem locallyMoser, Kevin2013-01-151-1/+1
* Add check for service window station and do logonuser if soMoser, Kevin2013-01-151-267/+195
* Remove remote_call optionMoser, Kevin2013-01-152-5/+0
* Remove local_system fileMoser, Kevin2013-01-151-72/+0
* Add local_system fileMoser, Kevin2013-01-112-1/+73
* Add process impersonationMoser, Kevin2013-01-113-27/+89
* MIXLIB_SHELLOUT-02: Fix comments about default timeout to avoid confusion.Matthew Kent2012-10-242-2/+2
* CHEF-3390: Avoid GC during Marshall.loadBryan McLellan2012-09-171-5/+9
* Release 1.1.01.1.0Bryan McLellan2012-08-061-1/+1
* Release 1.1.0.rc.11.1.0.rc.1Bryan McLellan2012-08-061-1/+1
* [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
* [CHEF-2994][WINDOWS] Factored out utility methods to Mixlib::ShellOut::Window...Ho-Sheng Hsiao2012-05-101-18/+24
* [CHEF-2994][WINDOWS] Broke out monkey patches to mixlib/shellout/windows/core...Ho-Sheng Hsiao2012-05-102-364/+389
* [CHEF-2994][WINDOWS] Broke up #command_to_run into manageable chunksHo-Sheng Hsiao2012-05-101-14/+19
* [CHEF-2994][WINDOWS] Added unit tests for private method #command_to_runHo-Sheng Hsiao2012-05-101-2/+2
* [CHEF-2994][WINDOWS] Fixed remaining failing tests on windowsHo-Sheng Hsiao2012-05-102-2/+1
* [CHEF-2994][WINDOWS] Fixed multiple quotes in commandHo-Sheng Hsiao2012-05-101-1/+5
* [CHEF-2994][STDIN] Child process should accept stdin input if input is specifiedHo-Sheng Hsiao2012-03-262-9/+27
* [CHEF-2994][STDIN] ShellOut.new should accept input as an optionHo-Sheng Hsiao2012-03-261-0/+4
* [CHEF-2994][STDIN] Option :input should be set to nil by defaultHo-Sheng Hsiao2012-03-261-0/+5
* Bump for 1.0.0 release.1.0.0Noah Kantrowitz2012-02-281-1/+1
* [CHEF-2947] properly remove STDERR from list of fds to select/readDaniel DeLeo2012-02-221-2/+2
* exceptions are in the Mixlib::ShellOut namespace not Chef::Exceptions!!Seth Chisamore2011-12-161-1/+1
* [CHEF-2819] fixes from Chef::ShellOut::Windows 0.10.8Seth Chisamore2011-12-151-11/+42
* [CHEF-2721] Fix not_if and only_if on WindowsSeth Chisamore2011-12-151-0/+3
* bump RC version with some test fixes1.0.0.rc.1Daniel DeLeo2011-12-061-1/+1
* ShellOut not Shellout1.0.0.rc.0Daniel DeLeo2011-12-011-1/+1
* update CommandTimeout with new exception namespacingSeth Chisamore2011-12-011-1/+1
* update license headers and datesDaniel DeLeo2011-12-012-1/+19
* remove hardcoded Chef::Log, allow a logger to be set on createDaniel DeLeo2011-12-011-15/+22
* document more methods in ShellOut base classDaniel DeLeo2011-12-011-0/+9
* indent `when` to the same depth as `case`Daniel DeLeo2011-12-011-35/+35
* add doc for the attributesDaniel DeLeo2011-12-011-6/+40
* Initial extraction of ShellOut from ChefDaniel DeLeo2011-12-015-0/+1027