summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Update README.md with windows impersonation exampleMoser, Kevin2013-02-221-0/+6
| * Update check for local system use a downcased computer nameMoser, Kevin2013-01-221-1/+2
| * Add tests for running as different user in windowsMoser, Kevin2013-01-222-3/+70
| * Add default value check for with_logon, domain, & userMoser, Kevin2013-01-151-0/+3
| * Add development dependency for apMoser, Kevin2013-01-151-1/+1
| * 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
| * Update to use win32-process ~> 0.7.0Moser, Kevin2013-01-141-1/+1
| * Add local_system fileMoser, Kevin2013-01-112-1/+73
| * Add process impersonationMoser, Kevin2013-01-113-27/+89
|/
* add test cookbook for rvm installationjtimberman2012-11-226-18/+47
* 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
* Add kitchenfile for test-kitchenjtimberman2012-08-151-0/+42
* 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
* Merge pull request #4 from hosh/chef-2994-stdin-support-r1Ho-Sheng Hsiao2012-05-1110-434/+1047
|\
| * [RSPEC] Use Rspec 3 metadataHo-Sheng Hsiao2012-05-103-13/+14
| * [CHEF-2994][WINDOWS] Added edge cases to specs for Utils.should_run_under_cmd?()Ho-Sheng Hsiao2012-05-101-0/+50
| * [CHEF-2994][WINDOWS] Expanded Utils.should_run_under_cmd?() to work like Ruby...Ho-Sheng Hsiao2012-05-102-17/+78
| * [CHEF-2994][WINDOWS] Fixed Utils.which()Ho-Sheng Hsiao2012-05-103-10/+58
| * [CHEF-2994][DOC] Add stdin example to READMEHo-Sheng Hsiao2012-05-101-0/+8
| * [CHEF-2994][RSPEC] Fixed specs to run under UnixHo-Sheng Hsiao2012-05-101-1/+1
| * [CHEF-2994][WINDOWS] Mixlib::ShellOut::Windows should push input into stdinHo-Sheng Hsiao2012-05-102-9/+15
| * [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-102-20/+27
| * [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 specs for valid exe at location with unquoted exeHo-Sheng Hsiao2012-05-101-0/+25
| * [CHEF-2994][WINDOWS] Added specs for empty commandHo-Sheng Hsiao2012-05-101-0/+9
| * [CHEF-2994][WINDOWS] Added unit tests for invalid batch filesHo-Sheng Hsiao2012-05-101-0/+10
| * [CHEF-2994][WINDOWS] Added unit tests for valid batch filesHo-Sheng Hsiao2012-05-101-0/+17
| * [CHEF-2994][WINDOWS] Added unit tests for private method #command_to_runHo-Sheng Hsiao2012-05-102-2/+115
| * [CHEF-2994][WINDOWS] Fixed remaining failing tests on windowsHo-Sheng Hsiao2012-05-103-13/+19
| * [RSPEC] Moved shellout_spec up to make room for unit testsHo-Sheng Hsiao2012-05-101-0/+0
| * [CHEF-2994][WINDOWS] Fixed multiple quotes for non batch filesHo-Sheng Hsiao2012-05-101-0/+18
| * [CHEF-2994][WINDOWS] Fixed multiple quotes in commandHo-Sheng Hsiao2012-05-102-10/+28
| * [CHEF-2994][WINDOWS] Disable stdin specs for windows platformHo-Sheng Hsiao2012-03-281-5/+5
| * [CHEF-2994][RB192] Turn off rubygems for child ruby processesHo-Sheng Hsiao2012-03-282-4/+16
| * [CHEF-2994][RB187] Got specs passing for Ruby 1.8.7 (Linux)Ho-Sheng Hsiao2012-03-271-4/+6
| * [CHEF-2994][RSPEC] ShellOut#run_command when subprocess pauses before reading...Ho-Sheng Hsiao2012-03-261-0/+12
| * [CHEF-2994][RSPEC] ShellOut#run_command when subprocess closes prematurely wi...Ho-Sheng Hsiao2012-03-261-0/+13
| * [CHEF-2994][RSPEC] ShellOut#run_command when exiting with invalid code with i...Ho-Sheng Hsiao2012-03-261-0/+13
| * [CHEF-2994][RSPEC] ShellOut#run_command when execution fails with input shoul...Ho-Sheng Hsiao2012-03-261-0/+9