summaryrefslogtreecommitdiff
path: root/lib/mixlib
Commit message (Collapse)AuthorAgeFilesLines
* bumping to 2.2.32.2.3domain_userMatt Wrock2015-10-221-1/+1
|
* 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
|
* merging latest masterMatt Wrock2015-10-192-251/+244
|\
| * Bump to 2.2.22.2.2Kartik Null Cating-Subramanian2015-10-191-1/+1
| |
| * Clean up the monkey-patchingksubrama/win32-processKartik Null Cating-Subramanian2015-10-151-246/+239
| |
| * Pull in upstream changes into monkey-patchKartik Null Cating-Subramanian2015-10-151-14/+14
| |
* | pinning this btranch to v2.0.1Matt Wrock2015-09-291-1/+1
| |
* | 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
|/
* release 2.2.1Matt Wrock2015-09-111-1/+1
|
* prevent shellout from attempting to execute a directory on windowsMatt Wrock2015-09-111-2/+6
|
* Bump version to 2.2.0jdm/2.2.0Jay Mundrawala2015-09-011-1/+1
|
* Bump version to 2.2.0.rc.0Jay Mundrawala2015-08-311-1/+1
|
* Remove dependency on windows-prjdm/no-windows-prJay Mundrawala2015-08-262-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.0Lamont Granquist2015-05-181-1/+1
|
* Merge pull request #94 from chef/lcg/no-getpgrpLamont Granquist2015-05-151-25/+8
|\ | | | | remove getpgrp back to setsid
| * remove getpgrp back to setsidlcg/no-getpgrpLamont Granquist2015-05-151-25/+8
| |
* | Fix 2 ruby warnings for uninitialized variablesdanielsdeleo2015-05-152-0/+2
|/
* Merge pull request #78 from BackSlasher/add-loginLamont Granquist2015-05-142-4/+67
|\ | | | | with_logon now simulates login in unix
| * Added TODO for next majorNitz2015-02-151-0/+3
| |
| * Option "login" now simulates login in unixNitz2015-02-152-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.1Jay Mundrawala2014-12-191-1/+1
| |
* | On windows, send sigkill to process if it exceeds its alloted timeJay Mundrawala2014-12-181-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 windowsJay Mundrawala2014-12-171-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`danielsdeleo2014-11-241-0/+11
|
* Block until child stream is emptyryan/issue_2062_12Ryan Cragun2014-10-311-1/+1
|
* Remove child process pipe from open pipes when the stream is closedRyan Cragun2014-10-311-0/+1
|
* Rescue ArgumentError on Marshal.load of buffered child statusRyan Cragun2014-10-311-1/+1
|
* Add buffering to the process status pipeRyan Cragun2014-10-312-8/+17
|
* Bump version number after 2.0.0 branching.Serdar Sutay2014-10-271-1/+1
|
* Merge pull request #57 from ClogenyTechnologies/kd/processgrp-fixlamont-granquist2014-09-111-1/+4
|\ | | | | aix getpgid fails when called from parent and parent and child have different session
| * fix getpgid issue on aixkaustubh-d2014-08-271-1/+4
| |
* | bumping version to 2.0.0.rc.0Lamont Granquist2014-09-051-1/+1
| |
* | remove LC_ALL default environment variableLamont Granquist2014-08-282-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-d2014-08-271-1/+1
| |
* | remove #clean_parent_file_descriptors which is not required now.kaustubh-d2014-08-251-27/+0
| |
* | clean_parent_file_descriptors can be achieve with close_others flag to exec ↵kaustubh-d2014-08-251-1/+1
|/ | | | method, aix removed method was slow.
* Bump version number for RC release.1.6.0.rc.0Serdar Sutay2014-08-081-1/+1
|
* Simplify live_stream vs live_stdout vs live_stderr based on PR commentsMax Lincoln2014-07-173-26/+25
|
* Support separate live stream for stderrMax Lincoln2014-07-173-4/+24
|
* AIX returns Errno::EPERM hereLamont Granquist2014-07-081-1/+1
|
* Correct spelling in spec filesTyler Cipriani2014-05-161-1/+1
|
* Correct spelling of "exceeded"Tyler Cipriani2014-05-151-2/+2
|
* Merge pull request #26 from akshaykarle/masterSerdar Sutay2014-05-133-4/+7
|\ | | | | [#MIXLIB-19] Copy stderr to live_stream along with stdout of the subprocess
| * Add stderr to live_stream.Akshay Karle2013-09-263-4/+7
| |
* | Bump version number post release.sersut2014-04-081-1/+1
| |
* | Bump the version number for release.1.4.01.4-stablesersut2014-04-081-1/+1
| |