| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | There is now full support for configuration files, and the entire system has ... | luke | 2006-02-07 | 1 | -69/+41 |
* | Fixing waitforcert so that the client can actually add the certs once it rece... | luke | 2006-01-30 | 1 | -0/+8 |
* | Fixing some logging issues | luke | 2006-01-24 | 1 | -4/+11 |
* | Adding the event-loop stuff to the repository and switching to using it. Als... | luke | 2006-01-24 | 1 | -3/+15 |
* | Committing most of the scheduling stuff. There is still a bit of work to do ... | luke | 2006-01-23 | 1 | -2/+16 |
* | Fixing a small checksumming bug, reorganizing the client stuff a bit, and add... | luke | 2006-01-18 | 1 | -12/+13 |
* | Made lots of small changes, mostly to help usability but also fixed a couple ... | luke | 2006-01-18 | 1 | -0/+8 |
* | Merging changes from the head of the rework1 branch, r 784 | luke | 2006-01-08 | 1 | -1/+0 |
* | converting waitforcert to an int | luke | 2006-01-05 | 1 | -1/+2 |
* | central logging is fully functional now, but it is painfully slow, so it is d... | luke | 2005-10-28 | 1 | -5/+15 |
* | Central logging now works, although there appear to be a few kinks to work out. | luke | 2005-10-28 | 1 | -10/+19 |
* | Adding logging methods to all Puppet::Element instances, and converting all i... | luke | 2005-10-26 | 1 | -0/+8 |
* | Made tweaks here and there to get it running better on my local network. I a... | luke | 2005-10-21 | 1 | -1/+1 |
* | Adding some semantic tagging. It is not exactly full-featured yet, and it is... | luke | 2005-10-10 | 1 | -2/+7 |