Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bumping to 2.2.32.2.3domain_user | Matt Wrock | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | add a comment for the recursive function | Matt Wrock | 2015-10-22 | 1 | -0/+4 |
| | |||||
* | improve the test to more accurately detrermine if child process is killed | Matt Wrock | 2015-10-20 | 1 | -3/+7 |
| | |||||
* | removing specialized logger and cleaning logging | Matt Wrock | 2015-10-20 | 1 | -12/+14 |
| | |||||
* | merging latest master | Matt Wrock | 2015-10-19 | 2 | -251/+244 |
|\ | |||||
| * | Bump to 2.2.22.2.2 | Kartik Null Cating-Subramanian | 2015-10-19 | 1 | -1/+1 |
| | | |||||
| * | Clean up the monkey-patchingksubrama/win32-process | Kartik Null Cating-Subramanian | 2015-10-15 | 1 | -246/+239 |
| | | |||||
| * | Pull in upstream changes into monkey-patch | Kartik Null Cating-Subramanian | 2015-10-15 | 1 | -14/+14 |
| | | |||||
* | | pinning this btranch to v2.0.1 | Matt Wrock | 2015-09-29 | 1 | -1/+1 |
| | | |||||
* | | log to our own file | Matt Wrock | 2015-09-28 | 1 | -7/+24 |
| | | |||||
* | | add logging for each child process killed | Matt Wrock | 2015-09-24 | 1 | -0/+1 |
| | | |||||
* | | kill all windows child processes when the command times out | Matt Wrock | 2015-09-24 | 1 | -0/+15 |
|/ | |||||
* | release 2.2.1 | Matt Wrock | 2015-09-11 | 1 | -1/+1 |
| | |||||
* | prevent shellout from attempting to execute a directory on windows | Matt Wrock | 2015-09-11 | 1 | -2/+6 |
| | |||||
* | Bump version to 2.2.0jdm/2.2.0 | Jay Mundrawala | 2015-09-01 | 1 | -1/+1 |
| | |||||
* | Bump version to 2.2.0.rc.0 | Jay Mundrawala | 2015-08-31 | 1 | -1/+1 |
| | |||||
* | Remove dependency on windows-prjdm/no-windows-pr | Jay Mundrawala | 2015-08-26 | 2 | -8/+9 |
| | | | | | windows-pr includes everything under the sun. This is means it does not work no nanoserver | ||||
* | bump version to 2.1.02.1.0 | Lamont Granquist | 2015-05-18 | 1 | -1/+1 |
| | |||||
* | Merge pull request #94 from chef/lcg/no-getpgrp | Lamont Granquist | 2015-05-15 | 1 | -25/+8 |
|\ | | | | | remove getpgrp back to setsid | ||||
| * | remove getpgrp back to setsidlcg/no-getpgrp | Lamont Granquist | 2015-05-15 | 1 | -25/+8 |
| | | |||||
* | | Fix 2 ruby warnings for uninitialized variables | danielsdeleo | 2015-05-15 | 2 | -0/+2 |
|/ | |||||
* | Merge pull request #78 from BackSlasher/add-login | Lamont Granquist | 2015-05-14 | 2 | -4/+67 |
|\ | | | | | with_logon now simulates login in unix | ||||
| * | Added TODO for next major | Nitz | 2015-02-15 | 1 | -0/+3 |
| | | |||||
| * | Option "login" now simulates login in unix | Nitz | 2015-02-15 | 2 | -4/+64 |
| | | | | | | | | | | | | | | | | | | Added: * Secondary groups from etc files * Set environment variables like `su` would * Set primary group to user's primary group if no other group specified All only if `login` is set | ||||
* | | Bumped version to 2.0.1 | Jay Mundrawala | 2014-12-19 | 1 | -1/+1 |
| | | |||||
* | | On windows, send sigkill to process if it exceeds its alloted time | Jay Mundrawala | 2014-12-18 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | Timeouts did not work correctly on windows because we do not kill or abandon the process. What was happening was a timeout condition was getting correctly detected, and an exception was being raised. However, before the exception could propogate, whatever the process was writing was fully read until it closed its FD. | ||||
* | | Fix live_stream for windows | Jay Mundrawala | 2014-12-17 | 1 | -1/+1 |
|/ | | | | | The windows module was looking to write stdout to live_stream instead of live_stdout. | ||||
* | Document input and live stream options to `new` | danielsdeleo | 2014-11-24 | 1 | -0/+11 |
| | |||||
* | Block until child stream is emptyryan/issue_2062_12 | Ryan Cragun | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | Remove child process pipe from open pipes when the stream is closed | Ryan Cragun | 2014-10-31 | 1 | -0/+1 |
| | |||||
* | Rescue ArgumentError on Marshal.load of buffered child status | Ryan Cragun | 2014-10-31 | 1 | -1/+1 |
| | |||||
* | Add buffering to the process status pipe | Ryan Cragun | 2014-10-31 | 2 | -8/+17 |
| | |||||
* | Bump version number after 2.0.0 branching. | Serdar Sutay | 2014-10-27 | 1 | -1/+1 |
| | |||||
* | Merge pull request #57 from ClogenyTechnologies/kd/processgrp-fix | lamont-granquist | 2014-09-11 | 1 | -1/+4 |
|\ | | | | | aix getpgid fails when called from parent and parent and child have different session | ||||
| * | fix getpgid issue on aix | kaustubh-d | 2014-08-27 | 1 | -1/+4 |
| | | |||||
* | | bumping version to 2.0.0.rc.0 | Lamont Granquist | 2014-09-05 | 1 | -1/+1 |
| | | |||||
* | | remove LC_ALL default environment variable | Lamont Granquist | 2014-08-28 | 2 | -16/+4 |
| | | | | | | | | now that we no longer support ruby 1.8.7 its time to retire this | ||||
* | | aix does not allow resetting real uid once the euid is changed to non-root. | kaustubh-d | 2014-08-27 | 1 | -1/+1 |
| | | |||||
* | | remove #clean_parent_file_descriptors which is not required now. | kaustubh-d | 2014-08-25 | 1 | -27/+0 |
| | | |||||
* | | clean_parent_file_descriptors can be achieve with close_others flag to exec ↵ | kaustubh-d | 2014-08-25 | 1 | -1/+1 |
|/ | | | | method, aix removed method was slow. | ||||
* | Bump version number for RC release.1.6.0.rc.0 | Serdar Sutay | 2014-08-08 | 1 | -1/+1 |
| | |||||
* | Simplify live_stream vs live_stdout vs live_stderr based on PR comments | Max Lincoln | 2014-07-17 | 3 | -26/+25 |
| | |||||
* | Support separate live stream for stderr | Max Lincoln | 2014-07-17 | 3 | -4/+24 |
| | |||||
* | AIX returns Errno::EPERM here | Lamont Granquist | 2014-07-08 | 1 | -1/+1 |
| | |||||
* | Correct spelling in spec files | Tyler Cipriani | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | Correct spelling of "exceeded" | Tyler Cipriani | 2014-05-15 | 1 | -2/+2 |
| | |||||
* | Merge pull request #26 from akshaykarle/master | Serdar Sutay | 2014-05-13 | 3 | -4/+7 |
|\ | | | | | [#MIXLIB-19] Copy stderr to live_stream along with stdout of the subprocess | ||||
| * | Add stderr to live_stream. | Akshay Karle | 2013-09-26 | 3 | -4/+7 |
| | | |||||
* | | Bump version number post release. | sersut | 2014-04-08 | 1 | -1/+1 |
| | | |||||
* | | Bump the version number for release.1.4.01.4-stable | sersut | 2014-04-08 | 1 | -1/+1 |
| | |