| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixing #228. The real problem was that "present" should match any type of fi... | luke | 2006-08-21 | 1 | -0/+41 |
| * | Support for certificate revocation and checking connections on the server aga... | lutter | 2006-08-21 | 2 | -31/+139 |
| * | Making some of the metaprogramming a bit more explicit and a bit easier to ma... | luke | 2006-08-20 | 5 | -7/+46 |
| * | Finishing changes to support titles instead of two types of names. This is b... | luke | 2006-08-17 | 7 | -33/+65 |
| * | A first pass of changing one of the types of names to titles. I still have t... | luke | 2006-08-16 | 3 | -7/+168 |
| * | Merging r1468 from the implementations branch with r1438 from when the branch... | luke | 2006-08-14 | 18 | -596/+1686 |
| * | Fixing the master server so that it always uses the Facter hostname, not the ... | luke | 2006-07-31 | 1 | -0/+39 |
| * | Another batch of bug fixes, this time focused on OS X patches. Looks like I ... | luke | 2006-07-22 | 3 | -4/+8 |
| * | First round of bugfixes in preparation for 0.18.4 | luke | 2006-07-21 | 4 | -6/+8 |
| * | Fixing #77. As I feared, this was a pretty complicated fix; I had to add a l... | luke | 2006-07-21 | 1 | -0/+110 |
| * | Adding timeout functionality to the ParsedFile class, in preparation to addin... | luke | 2006-07-21 | 2 | -1/+31 |
| * | Fixing #176. You can now do duplicate UIDs (or GIDs on most platforms) with ... | luke | 2006-07-21 | 2 | -0/+55 |
| * | Fixing #201; users now autorequire extra groups | luke | 2006-07-21 | 1 | -22/+27 |
| * | Fixing #191. I was only testing for parsed cron instances, not for created o... | luke | 2006-07-18 | 1 | -0/+36 |
| * | Fixing bug in scope/interpreter where nodes found in ldap must have parent no... | luke | 2006-07-18 | 1 | -15/+41 |
| * | Adding a unit test for plain "nodesearch" | luke | 2006-07-18 | 1 | -0/+37 |
| * | Fixing filebucket server so that paths are not added multiple times | luke | 2006-07-11 | 1 | -3/+24 |
| * | Adding tests for previous config bugfixes, and updating changelog | luke | 2006-07-11 | 1 | -0/+48 |
| * | Fixing reports so that multiple host report directories can be created. Ther... | luke | 2006-07-11 | 1 | -0/+16 |
| * | Accepting the patch from #190. | luke | 2006-07-05 | 1 | -6/+2 |
| * | Redoing reporting a bit, so that reports are now defined as methods. If they... | luke | 2006-07-04 | 2 | -6/+7 |
| * | fixing some smallish bugs in preparation for 0.18.2 | luke | 2006-07-04 | 4 | -8/+17 |
| * | Adding blastwave packaging, and doing some fixes on gem and sun packaging | luke | 2006-07-04 | 1 | -13/+61 |
| * | Some updates resulting from trying to track down a segfault introduced when I... | luke | 2006-07-03 | 3 | -5/+12 |
| * | Adding Ruby Gem support to packaging | luke | 2006-07-03 | 1 | -0/+80 |
| * | Adding minimal update checking for templates. It will only check the templat... | luke | 2006-07-03 | 1 | -0/+46 |
| * | Significantly redoing metrics. There are now no class variables for metrics,... | luke | 2006-06-30 | 3 | -25/+67 |
| * | committing tests for previous changes | luke | 2006-06-30 | 3 | -4/+81 |
| * | Fixing #133. Added a "notify" and a "before" metaparam; notify is the opposi... | luke | 2006-06-30 | 1 | -0/+48 |
| * | Fix a small bug in mount where parsing fails if dump and pass are missing (th... | lutter | 2006-06-30 | 5 | -0/+56 |
| * | Moving the template handling into a simple wrapper object so templates don't ... | luke | 2006-06-30 | 1 | -0/+26 |
| * | adding some tests for the template function | luke | 2006-06-29 | 2 | -1/+83 |
| * | First commit of complete reporting support. The only existing report at this... | luke | 2006-06-29 | 1 | -1/+1 |
| * | Adding reporting client, server, and tests. At this point, the server just s... | luke | 2006-06-29 | 1 | -0/+74 |
| * | Adding report collection to both statechange and transaction. | luke | 2006-06-29 | 1 | -0/+29 |
| * | For each type, adding a "new<type>" method to Puppet::Type, so instead of typ... | luke | 2006-06-28 | 1 | -0/+47 |
| * | Cleaning up plugin handling a bit -- they can now be colon-separated paths, a... | luke | 2006-06-28 | 3 | -2/+61 |
| * | Fixing zone tests | luke | 2006-06-28 | 1 | -3/+4 |
| * | Fixing backgrounding in puppetrun; I had the bit flipped between the client a... | luke | 2006-06-28 | 1 | -12/+12 |
| * | Making sure fail function converts everything to strings | luke | 2006-06-27 | 1 | -1/+2 |
| * | Adding "fail" function, which will raise a ParseError if it is encountered. | luke | 2006-06-27 | 1 | -0/+19 |
| * | Adding support for special freebsd @schedule crap. Also making sure that cro... | luke | 2006-06-27 | 2 | -11/+41 |
| * | Largely refactored how log destinations are handled, although it is not expos... | luke | 2006-06-27 | 2 | -30/+42 |
| * | Adding a "latest" test for rpms, since I have been told this is not working. ... | luke | 2006-06-26 | 1 | -0/+18 |
| * | Adding HUP and USR1 hooks | luke | 2006-06-26 | 1 | -1/+2 |
| * | Fixing #178. I just added URI escaping and unescaping to file names. | luke | 2006-06-20 | 1 | -0/+17 |
| * | Fixing #175. The setpidfile setting was being ignored. | luke | 2006-06-20 | 1 | -0/+27 |
| * | Fixing #182. Added a retry section to try reconnecting to ldap. Only one re... | luke | 2006-06-20 | 1 | -0/+43 |
| * | Setting pluginsync default to false, and (hopefully) fixing autosign problem ... | luke | 2006-06-20 | 3 | -10/+42 |
| * | Fixing broken symlink behaviour mentioned on the list | luke | 2006-06-20 | 1 | -0/+25 |