summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixing templating so it immediately fails when a variable is not found, as op...luke2006-07-111-4/+19
* Fixing weird case involving interpolating config params in a URLluke2006-07-111-1/+2
* Fixing weird cases where configs might think non-files could be filesluke2006-07-111-2/+2
* adding sysidcfg param to zonesluke2006-07-111-0/+53
* Fixing templating bug that can result in what looks like an infinite loop, an...luke2006-07-112-2/+9
* Reducing log level of missing fileluke2006-07-111-1/+1
* Fixing error when template does not existluke2006-07-112-1/+2
* Fixing misstated error name ExecutionError in blastwave packaging supportluke2006-07-111-1/+1
* Fixing reports server so it refers to the main serverluke2006-07-111-1/+1
* Default the passno to 2, defaulting to 0 is a bad idea since it disables fscklutter2006-07-101-1/+1
* changing plugin owner to rootluke2006-07-101-1/+2
* changing default plugin host to be $serverluke2006-07-101-1/+1
* adding rake targetsluke2006-07-071-0/+5
* Doc change: explain what the values for ensure dolutter2006-07-071-2/+8
* adding another state that is equivalent to "stopped" for smf servicesluke2006-07-061-1/+1
* Adding the newly generated docsluke2006-07-062-1000/+1233
* More documentation updates. I think this is sufficient for replacement of th...luke2006-07-063-40/+59
* Fixing rakefile so it generates docs from markdown, and adding big-picture.pa...luke2006-07-062-4/+15
* removing faq.rst fileluke2006-07-061-227/+0
* Updates; remove mention of patches from specfile completelylutter2006-07-061-4/+6
* updating changelog for 0.18.2luke2006-07-051-0/+7
* Accepting the patch from #190.luke2006-07-052-13/+28
* removing cf2puppet from rpmluke2006-07-051-1/+0
* Updated to version 0.18.2luke2006-07-041-1/+1
* Updated to version 0.18.2luke2006-07-041-1/+1
* Updated to version 0.18.2luke2006-07-041-1/+1
* small fixes towards 0.18.2luke2006-07-042-31/+36
* adding host information to reports and tagmail reportluke2006-07-043-6/+9
* renaming tagmail config fileluke2006-07-041-1/+1
* Redoing reporting a bit, so that reports are now defined as methods. If they...luke2006-07-044-15/+41
* fixing some smallish bugs in preparation for 0.18.2luke2006-07-045-10/+36
* fixing a small but important typo, and adding sunfreeware as a dupe of blastw...luke2006-07-042-1/+8
* Adding blastwave packaging, and doing some fixes on gem and sun packagingluke2006-07-044-36/+224
* Some updates resulting from trying to track down a segfault introduced when I...luke2006-07-036-9/+26
* Adding Ruby Gem support to packagingluke2006-07-033-44/+203
* Adding minimal update checking for templates. It will only check the templat...luke2006-07-033-63/+143
* documentation updatesluke2006-07-0211-35/+43
* More report and metrics manipulations. This should be the last of it.luke2006-07-015-17/+62
* Significantly redoing metrics. There are now no class variables for metrics,...luke2006-06-307-162/+101
* committing tests for previous changesluke2006-06-303-4/+81
* oops; adding transaction report classluke2006-06-301-0/+40
* Trying to merge metrics and reports. There is now a separate transaction rep...luke2006-06-308-100/+143
* adding a "thinmark" method, which does a simple benchmark with no loggingluke2006-06-301-2/+12
* Accepting patch #189, although I am just putting the environment statement in...luke2006-06-301-0/+2
* Fixing #133. Added a "notify" and a "before" metaparam; notify is the opposi...luke2006-06-302-14/+141
* Fix a small bug in mount where parsing fails if dump and pass are missing (th...lutter2006-06-306-30/+101
* Moving the template handling into a simple wrapper object so templates don't ...luke2006-06-303-21/+66
* adding some tests for the template functionluke2006-06-293-2/+84
* Adding initial template support. It is just a function, and a method_missing...luke2006-06-292-1/+37
* First commit of complete reporting support. The only existing report at this...luke2006-06-2910-15/+236