summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.6.x' into 2.7.xJacob Helwig2011-08-171-40/+16
|\
| * (#8770) Always fully drop privileges when changing userNick Lewis2011-08-111-40/+16
* | Merge branch '2.6.x' into 2.7.xMatt Robinson2011-07-141-1/+0
|\|
| * (#7144) Update Settings#writesub to convert mode to FixnumMax Martin2011-07-141-1/+0
* | (#7298) require 'English' to provide $CHILD_STATUS in Ruby 1.9Nick Lewis2011-05-161-0/+1
|/
* Maint: Added the ability to replace the behavior ofPaul Berry2011-03-071-0/+5
* Fix for #4299 -- Don't require whichMarkus Roberts2010-11-121-9/+4
* Fix for #4955 -- Race condition & memory leak in Puppet::UtilMarkus Roberts2010-11-121-9/+16
* (#4763) Don't call a method that was removed in Rails 3 activerecordMatt Robinson2010-09-221-0/+8
* Code smell: Two space indentationMarkus Roberts2010-07-091-381/+381
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-3/+3
* Code smell: Avoid unneeded blocksMarkus Roberts2010-07-091-3/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-6/+6
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-21/+7
* Code smell: Use string interpolationMarkus Roberts2010-07-091-13/+13
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-091-2/+2
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-11/+14
* Code smell: Win32 --> MS_windowsMarkus Roberts2010-07-091-1/+1
* Implement "forking" for WindowsDavid Schmitt2010-02-171-24/+46
* Feature #2935: lazify require graph for applicationsJesse Wolfe2010-02-171-0/+1
* Fix for #3107 Changing users on AIXMarkus Roberts2010-02-171-18/+4
* Reversion of pipe IO patch for testing on #3025Markus Roberts2010-01-121-39/+54
* Fix for temporary file security wholeMarkus Roberts2010-01-051-0/+22
* Do not close stdout or stderr in execute.Ricky Zhou2010-01-021-9/+12
* Use a pipe instead of a temp file for command output.Ricky Zhou2010-01-011-54/+36
* Revert "Fix for #2731 (problem communicating with processes in SELinux)"James Turnbull2009-12-311-22/+51
* Fix for #2731 (problem communicating with processes in SELinux)Markus Roberts2009-12-231-51/+22
* Fixed #1806 - supplementary groups are not resetJames Turnbull2009-11-201-2/+3
* Fixes #1719, this avoids calling the external binary *which* everytime we are...Ohad Levy2009-10-131-11/+6
* Monkey patch to improve yaml compatibility between ruby versionsMarkus Roberts2009-09-051-0/+1
* Fixes #724 - false is equivalent to 'ruby -W1'Marc Fournier2009-09-011-1/+1
* Removing chuser on darwin restrictionLuke Kanies2009-08-241-4/+0
* Removed extra whitespace from end of linesIan Taylor2009-06-061-8/+8
* Changed tabs to spaces without interfering with indentation or alignmentIan Taylor2009-06-061-1/+1
* Preparing to fix #1812 - Moving locking code to a moduleLuke Kanies2008-12-121-34/+2
* add some more sanity checks around stdinNigel Kersten2008-12-061-3/+9
* add support for stdin to Puppet::Util.executeNigel Kersten2008-12-061-2/+2
* Fixed #1752 - Add an optional argument to Puppet::Util.execute to determine ...James Turnbull2008-11-191-2/+7
* Fixing a test that was failing because i-have-no-ideaLuke Kanies2008-10-081-1/+5
* Fixed issues with file descriptors leaking into subprocessesJames Turnbull2008-09-131-0/+1
* Fixed #1571 - Puppet::Util::binary returns incorrect resultsJames Turnbull2008-09-131-8/+3
* Fixed #1414 - Return code from waitpid now right shifted 8 bitsJames Turnbull2008-07-171-1/+1
* Found all instances of methods where split() is used withoutLuke Kanies2008-03-211-1/+2
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* The new configuration handler looks to be ready for usage. Now I just need t...Luke Kanies2007-08-151-1/+1
* Hopefully fixing #720 -- I added tests and a lame back-off system to give the...luke2007-07-191-3/+24
* Removing the chdir from util.rb, I forgot that the directory often mattersluke2007-07-191-1/+0
* Hopefully fixing #640, and maybe some warnings at the same time. I added a c...luke2007-07-191-0/+2
* Trying to get rid of the warning from #724luke2007-07-181-0/+3
* Adding the output_file.close, as wyvern recommendedluke2007-06-181-0/+1