| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 1 | -8/+8 |
* | Changed tabs to spaces without interfering with indentation or alignment | Ian Taylor | 2009-06-06 | 1 | -1/+1 |
* | Preparing to fix #1812 - Moving locking code to a module | Luke Kanies | 2008-12-12 | 1 | -34/+2 |
* | add some more sanity checks around stdin | Nigel Kersten | 2008-12-06 | 1 | -3/+9 |
* | add support for stdin to Puppet::Util.execute | Nigel Kersten | 2008-12-06 | 1 | -2/+2 |
* | Fixed #1752 - Add an optional argument to Puppet::Util.execute to determine ... | James Turnbull | 2008-11-19 | 1 | -2/+7 |
* | Fixing a test that was failing because i-have-no-idea | Luke Kanies | 2008-10-08 | 1 | -1/+5 |
* | Fixed issues with file descriptors leaking into subprocesses | James Turnbull | 2008-09-13 | 1 | -0/+1 |
* | Fixed #1571 - Puppet::Util::binary returns incorrect results | James Turnbull | 2008-09-13 | 1 | -8/+3 |
* | Fixed #1414 - Return code from waitpid now right shifted 8 bits | James Turnbull | 2008-07-17 | 1 | -1/+1 |
* | Found all instances of methods where split() is used without | Luke Kanies | 2008-03-21 | 1 | -1/+2 |
* | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 1 | -1/+0 |
* | The new configuration handler looks to be ready for usage. Now I just need t... | Luke Kanies | 2007-08-15 | 1 | -1/+1 |
* | Hopefully fixing #720 -- I added tests and a lame back-off system to give the... | luke | 2007-07-19 | 1 | -3/+24 |
* | Removing the chdir from util.rb, I forgot that the directory often matters | luke | 2007-07-19 | 1 | -1/+0 |
* | Hopefully fixing #640, and maybe some warnings at the same time. I added a c... | luke | 2007-07-19 | 1 | -0/+2 |
* | Trying to get rid of the warning from #724 | luke | 2007-07-18 | 1 | -0/+3 |
* | Adding the output_file.close, as wyvern recommended | luke | 2007-06-18 | 1 | -0/+1 |
* | Applying the patch by wyvern from #662. This should hopefully kill the clien... | luke | 2007-06-18 | 1 | -60/+43 |
* | Fixing error when commands fail -- the error code is now printed, instead of ... | luke | 2007-06-11 | 1 | -1/+1 |
* | Set LANG/LC_ALL/LC_MESSAGES/LANGUAGE to 'C' whenever we execute things, so th... | mpalmer | 2007-05-03 | 1 | -0/+1 |
* | Okay, one last try -- the Util#binary command was not returning a path in all... | luke | 2007-04-27 | 1 | -1/+1 |
* | Fix for #565: Final merge of changes from source:branches/execute-refactor in... | mccune | 2007-04-03 | 1 | -23/+60 |
* | Changing execution to reopen stdin to /dev/null | luke | 2007-03-19 | 1 | -0/+1 |
* | Looks like I already accidentally committed the switch from using system() to... | luke | 2007-03-18 | 1 | -16/+0 |
* | Fixing cron support (I hope). It now uses providers, and seems to work, at l... | luke | 2007-03-17 | 1 | -2/+2 |
* | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 1 | -12/+12 |
* | Applying patch in #465. | luke | 2007-01-30 | 1 | -1/+1 |
* | Fixing #440, albeit with a slightly hackish fix. | luke | 2007-01-30 | 1 | -0/+15 |
* | Moving code from external sources into an external/ directory | luke | 2007-01-30 | 1 | -1/+1 |
* | Looks like providers work again on Solaris. | luke | 2006-12-28 | 1 | -4/+1 |
* | I have not yet finished testing, but most of the providers now successfully p... | luke | 2006-12-28 | 1 | -2/+8 |
* | Allow execution of bare strings as long as there's no attempt to change uid/gid | lutter | 2006-12-22 | 1 | -1/+1 |
* | Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b... | luke | 2006-12-19 | 1 | -6/+48 |
* | Redoing the benchmarking a little bit | luke | 2006-12-16 | 1 | -1/+5 |
* | Working some on the export/collect problem. It actually works now, but there... | luke | 2006-12-12 | 1 | -1/+1 |
* | Ports are still broken, but I need to work on something else while I am think... | luke | 2006-11-13 | 1 | -1/+1 |
* | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 1 | -103/+3 |
* | Fixing #291 -- the problem was that instead of throwing an error on a missing... | luke | 2006-10-16 | 1 | -2/+1 |
* | Many, many, many performance improvements in the compiler (I hope). I did no... | luke | 2006-10-06 | 1 | -1/+1 |
* | Merging the changes from the override-refactor branch. This is a significant... | luke | 2006-10-04 | 1 | -0/+2 |
* | Fixing suidmanager so it uses warnonce instead of using a variable that only ... | luke | 2006-09-29 | 1 | -0/+5 |
* | Fixing what I hope are the last batch of problems caused by the addition of t... | luke | 2006-09-27 | 1 | -1/+1 |
* | File types were dying silently on OS X when the group specified in the manife... | ajax | 2006-09-27 | 1 | -1/+1 |
* | Some small housekeeping things that I saw while doing other bug hunting | luke | 2006-09-22 | 1 | -0/+4 |
* | + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process... | erikh | 2006-09-22 | 1 | -83/+13 |
* | Fixing provider commands and Util#execute so they always include the command ... | luke | 2006-09-19 | 1 | -1/+1 |
* | Adding a module for helping with warnings, starting only with the "warnonce" ... | luke | 2006-09-13 | 1 | -0/+1 |
* | Modifying the provider base class so that it defines a method for every used ... | luke | 2006-09-06 | 1 | -1/+2 |
* | Adding aptitude support, including a new util::package module that provides a... | luke | 2006-09-06 | 1 | -0/+1 |