summaryrefslogtreecommitdiffstats
path: root/lib/puppet/util
Commit message (Expand)AuthorAgeFilesLines
...
| * Preparing to fix #1812 - Moving locking code to a moduleLuke Kanies2008-12-122-2/+51
| * Fix #1815 - puppetdoc --all crash on resource overrideBrice Figureau2008-12-101-1/+1
* | Canonicalizing Setting section names to symbols.Luke Kanies2008-12-181-14/+14
* | Deprecating the Puppet::Type.create.Luke Kanies2008-12-181-1/+1
* | Finishing the work to use Puppet::Resource instead of TransObjectLuke Kanies2008-12-181-9/+16
* | Supporting a nil expirer on cacher objects.Luke Kanies2008-12-181-1/+8
* | Refactoring the Settings class to use Puppet::ResourceLuke Kanies2008-12-181-174/+69
* | Merge branch '0.24.x'Luke Kanies2008-12-029-145/+2839
|\|
| * Refactoring the thread-safety in Puppet::Util a bit.Luke Kanies2008-11-261-21/+27
| * Fixing #1683 - accessing and changing settings is now thread-safe.Luke Kanies2008-11-261-140/+144
| * Moved RRD feature from util/metric.rb to feature/base.rbJames Turnbull2008-11-171-5/+0
| * Manifest documentation generationBrice Figureau2008-11-175-0/+2621
| * Fix bug #1681: Add filesystem type check to test for per-file SELinux context...Sean E. Millichamp2008-11-141-0/+64
| * Fixes relating to transition to native SELinux bindingsSean E. Millichamp2008-11-141-2/+9
| * Refactoring of SELinux functions to use native Ruby SELinux interfaceSean E. Millichamp2008-11-141-66/+67
| * Fixes #1672 - unsafe crontab handling in SolarisMartin Englund2008-11-051-3/+3
* | Adding caching support to parameters, and using cached attributes for file so...Luke Kanies2008-11-111-0/+6
* | Allowing a nil expirer for caching classes.Luke Kanies2008-11-111-1/+2
* | Refactoring the Cacher interface to always require attribute declaration.Luke Kanies2008-11-111-64/+43
* | Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-111-4/+8
* | Fixing a critical bug in the Cacher module.Luke Kanies2008-11-111-13/+27
* | Removing the PGraph class and subsuming it into SimpleGraph.Luke Kanies2008-11-061-2/+2
* | Adding a method to Checksums to extract the sum typeLuke Kanies2008-11-051-0/+9
* | Merge branch '0.24.x'Luke Kanies2008-10-311-16/+1
|\|
| * Fixing #1698 - all logs again show up in the report.Luke Kanies2008-10-281-16/+1
* | Merge branch '0.24.x'Luke Kanies2008-10-221-2/+11
|\|
| * Fix regression caused by switch to Puppet's execute() functionsSean E. Millichamp2008-10-221-2/+11
* | Merge branch '0.24.x' Removed the 'after' blocks that call Type.clear,Luke Kanies2008-10-177-53/+216
|\|
| * Use fully qualified paths when calling binaries, adjust chcon call to use Pup...Sean E. Millichamp2008-10-171-8/+2
| * Setting SELinux contexts with chcon should not dereference symbolic linksSean E. Millichamp2008-10-171-2/+2
| * Revert "Added last part of #1633 patch - update to util/metrics.rb"James Turnbull2008-10-101-5/+0
| * Added last part of #1633 patch - update to util/metrics.rbJames Turnbull2008-10-101-0/+5
| * Add unit test coverage for Puppet::Util::SELinux and fix problems found by testsSean E. Millichamp2008-10-091-13/+30
| * Fix scenario when SELinux support tools exist, but SELinux is disabledSean E. Millichamp2008-10-081-0/+6
| * New and improved tests for file type SELinux contextsSean E. Millichamp2008-10-081-1/+1
| * Adding an array indexer method to Puppet::Util::Metric as requested in #1633.Luke Kanies2008-10-081-0/+9
| * Adding partial spec tests for Puppet::Util::Metric.Luke Kanies2008-10-081-9/+14
| * Doing some simple refactorings on Puppet::LogLuke Kanies2008-10-041-14/+7
| * Fixing #1089 - Log messages are now tagged with the log level,Luke Kanies2008-10-041-0/+3
| * Adding rspec tests for the Puppet::Util::Log class.Luke Kanies2008-10-041-16/+11
| * Add SELinux context reset after file writes in Puppet::Util::FileTypeSean E. Millichamp2008-10-031-0/+7
| * Refactor SELinux commands to utility moduleSean E. Millichamp2008-10-031-0/+113
| * Fixed #1613 - The client environment will be substituted when looking up sett...Luke Kanies2008-10-031-3/+5
| * Adding user_attr util to parse attributes on solarisAndrew Shafer2008-10-011-0/+21
| * Fixed #791 - You should now be able to create and find a user/group in one tr...Luke Kanies2008-10-021-12/+10
* | Adding comments to Puppet::Util::CacherLuke Kanies2008-10-151-2/+26
* | Merge branch '0.24.x'Luke Kanies2008-09-234-475/+11
|\|
| * Fixed #1521 -- ldap user and group are now used with the default connectionLuke Kanies2008-09-171-1/+11
| * Fixed #1553 - Puppet and Facter cannot both install the plist module into two...James Turnbull2008-09-133-474/+0
* | Merge branch '0.24.x'Luke Kanies2008-08-201-4/+0
|\|