| Commit message (Expand) | Author | Age | Files | Lines |
| * | Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser... | Rick Bradley | 2007-10-05 | 1 | -2/+2 |
| * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 1 | -1/+0 |
| * | Fixed #832. Added the '--no-daemonize' option to puppetd and puppetmasterd. | Michael V. O'Brien | 2007-10-03 | 1 | -29/+23 |
| * | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 1 | -6/+6 |
| * | Adding support for providing a diff when files are being changed. Currently ... | Luke Kanies | 2007-08-27 | 1 | -0/+6 |
| * | Applying patch my emerose to fix #652. | luke | 2007-07-30 | 1 | -0/+1 |
| * | Moving puppetd and puppetmasterd back to bin. Damn. Reverting the fix to #323. | luke | 2007-06-15 | 1 | -0/+449 |
| * | Fixing #323 -- puppetd and puppetmasterd are now in sbin; packages still need... | luke | 2007-05-20 | 1 | -449/+0 |
| * | Fixing #501 -- there is now a splay option, disabled by default and when runn... | luke | 2007-05-18 | 1 | -0/+1 |
| * | fixing a documentation bug | ajax | 2007-05-18 | 1 | -1/+1 |
| * | Fixing #206 and #422. Executables will still look for the deprecated config ... | luke | 2007-05-06 | 1 | -3/+1 |
| * | Applying patch to puppetd from Jos Backus | luke | 2007-05-02 | 1 | -9/+8 |
| * | Fixing class name for Handler in puppetd | luke | 2007-05-01 | 1 | -1/+1 |
| * | Adding --serve back in as an option to puppetd, and failing when a handler is... | luke | 2007-05-01 | 1 | -0/+3 |
| * | Fixing Client.read_cert so that it automatically adds the certificate informa... | luke | 2007-03-30 | 1 | -1/+3 |
| * | Applying patch by Ian Burrell from #559 | luke | 2007-03-24 | 1 | -1/+1 |
| * | Fixing the "readcert" method after getting the signed cert; the method got re... | luke | 2007-03-22 | 1 | -1/+1 |
| * | Don't clobber an explicitly given waitforcert | lutter | 2007-03-19 | 1 | -1/+3 |
| * | Updating the config generation stuff a bit, mostly just cleanup, but also cha... | luke | 2007-03-19 | 1 | -4/+4 |
| * | Fixing #533 -- puppetd now exits in onetime mode. | luke | 2007-03-18 | 1 | -1/+3 |
| * | Merging the webserver_portability branch from version 2182 to version 2258. | luke | 2007-03-06 | 1 | -18/+11 |
| * | Adding "ignorecache" option to always force a recompile of the configuration | luke | 2007-02-28 | 1 | -1/+2 |
| * | Moving all of the client and server code into a single network/ directory. I... | luke | 2007-02-08 | 1 | -6/+6 |
| * | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 1 | -11/+11 |
| * | Not creating the listening server at all if --onetime is enabled. | luke | 2007-01-30 | 1 | -5/+3 |
| * | Fixing the warning message related to namespaceauth.conf | luke | 2007-01-29 | 1 | -1/+1 |
| * | updating docs with new location for reference info | luke | 2007-01-22 | 1 | -1/+1 |
| * | adding note about --no-client | luke | 2006-12-06 | 1 | -0/+5 |
| * | Fixing #346 -- on some scripts I accidentally used "feature" instead of "feat... | luke | 2006-11-16 | 1 | -1/+1 |
| * | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 1 | -12/+1 |
| * | Fixing #245, opened by marthag. | luke | 2006-09-21 | 1 | -3/+3 |
| * | Fix trac #282 (Change URL to configref, mention --genconfig) | lutter | 2006-09-19 | 1 | -2/+4 |
| * | Specifically rescuing Exception, since apparently the default does not rescue... | luke | 2006-09-15 | 1 | -1/+1 |
| * | Catching all errors encountered during loading, not just LoadError, to fix on... | luke | 2006-09-14 | 1 | -1/+1 |
| * | Let puppetd listen (when given --listen) without a CRL | lutter | 2006-09-14 | 1 | -0/+7 |
| * | Adding the Daemon module back into the Client class, which fixes #247. | luke | 2006-09-05 | 1 | -0/+2 |
| * | Fix problem when --fqdn is used | lutter | 2006-08-05 | 1 | -1/+1 |
| * | Fixing #200. I basically just moved the daemonize statement before most othe... | luke | 2006-07-21 | 1 | -8/+9 |
| * | changing the #!ruby lines to #!env ruby | luke | 2006-06-29 | 1 | -1/+1 |
| * | Applied patch from #153. | luke | 2006-06-08 | 1 | -4/+5 |
| * | Added the last of the tests for the runner, along with the necessary work in ... | luke | 2006-05-18 | 1 | -18/+33 |
| * | Adding a lot of structure to puppet.rb to make it easier to manage multiple o... | luke | 2006-05-18 | 1 | -36/+19 |
| * | Fixing #132, which involved creating a separate CA client and using it to ret... | luke | 2006-05-02 | 1 | -15/+18 |
| * | Fixing the docs a bit for the executables, adding a --daemonize option to pup... | luke | 2006-04-30 | 1 | -23/+68 |
| * | Puppetd now has an option for listening -- just run the --listen option, and ... | luke | 2006-04-28 | 1 | -35/+110 |
| * | Adding --test option to puppetd (it enables --onetime, --no-usecacheonfailure... | luke | 2006-04-11 | 1 | -6/+24 |
| * | Adding TERM to the signals being trapped | luke | 2006-02-24 | 1 | -4/+6 |
| * | Adding a bit more logging | luke | 2006-02-23 | 1 | -0/+1 |
| * | Adding --enable/--disable locking for puppetd. You can now disable puppetd f... | luke | 2006-02-14 | 1 | -0/+34 |
| * | Change in how logging is defaulted: by default logs go to :syslog, unless the... | lutter | 2006-02-09 | 1 | -2/+1 |