summaryrefslogtreecommitdiffstats
path: root/lib/puppet/suidmanager.rb
Commit message (Expand)AuthorAgeFilesLines
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-88/+0
* Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b...luke2006-12-191-26/+17
* Doing some work on the DSL. It behaves a little more like the real language ...luke2006-10-181-3/+3
* Another round of bug-fixes in preparation for 0.20.0luke2006-10-181-31/+31
* Changing warnonce to Puppet::Util::Warnings.warnonce.ajax2006-09-291-2/+2
* Fixing suidmanager so it uses warnonce instead of using a variable that only ...luke2006-09-291-8/+5
* Fixing what I hope are the last batch of problems caused by the addition of t...luke2006-09-271-0/+4
* File types were dying silently on OS X when the group specified in the manife...ajax2006-09-271-1/+9
* Fixing SUIDManager#asuser so that it only resets egid and euid if they were c...luke2006-09-261-19/+17
* + New assertion: assert_uid_gid will check that the UID and GID have been cha...erikh2006-09-221-17/+33
* + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process...erikh2006-09-221-0/+74