summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util/suidmanager.rb
Commit message (Expand)AuthorAgeFilesLines
* (#8662) Fix Puppet.features.root? on WindowsJosh Cooper2011-08-221-1/+14
* (#8770) Don't fail to set supplementary groups when changing user to rootNick Lewis2011-08-121-2/+10
* (#8770) Always fully drop privileges when changing userNick Lewis2011-08-111-14/+40
* capture stderr from exec resourcesNigel Kersten2010-11-101-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-091-95/+95
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-2/+2
* Code smell: Use string interpolationMarkus Roberts2010-07-091-2/+2
* 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-6/+5
* Code smell: Win32 --> MS_windowsMarkus Roberts2010-07-091-1/+1
* Avoid trying to set uid/gid on windowsDavid Schmitt2010-02-171-1/+2
* Feature #2935 Modes: root? predicateJesse Wolfe2010-02-171-1/+5
* Fixes #3419. OS X 10.6 Ruby doesn't set supplementary groupsNigel Kersten2010-02-171-2/+26
* Fixed #1806 - supplementary groups are not resetJames Turnbull2009-11-201-1/+11
* Removed extra whitespace from end of linesIan Taylor2009-06-061-2/+2
* Fixing the asuser method in Puppet::Util::SUIDManagerLuke Kanies2007-11-271-15/+13
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Added shortname support to config.rb and refactored addargsMichael V. O'Brien2007-08-141-0/+1
* Changes to lib/ corresponding to test refactoring from r2759, was unaware tha...christian2007-08-091-41/+26
* Forgot to change Puppet::Util::SUIDManager#run_and_capture arguments to executemccune2007-04-041-1/+1
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-0/+86