summaryrefslogtreecommitdiffstats
path: root/bin/puppetd
Commit message (Expand)AuthorAgeFilesLines
* Moved of puppetd, puppetca, puppetmasterd, puppetrun binary from bin to sbinJames Turnbull2009-03-211-159/+0
* Move puppetd to the Application Controller paradigmBrice Figureau2009-02-161-270/+2
* Creating and using a new Puppet::Daemon classLuke Kanies2009-02-061-41/+17
* Splitting the Agent class into Agent and ConfigurerLuke Kanies2009-02-061-10/+16
* Revert "This is work that I've decided not to keep"Luke Kanies2009-02-061-8/+5
* This is work that I've decided not to keepLuke Kanies2009-02-061-5/+8
* Revert "Fixed #1916 - Added environment option to puppetd"James Turnbull2009-02-011-13/+3
* Fixed #1916 - Added environment option to puppetdJames Turnbull2009-01-311-3/+13
* Fix #1483 - use REST to transmit reports over the wireBrice Figureau2008-12-061-0/+2
* Retrieving the CA certificate before the client certificate.Luke Kanies2008-11-031-1/+1
* Removing mention of an obselete class.Luke Kanies2008-08-261-1/+0
* puppetd now uses the Indirected SSL.Luke Kanies2008-08-071-4/+4
* Merge branch '0.24.x'Luke Kanies2008-07-021-2/+3
|\
| * issue 1183Andrew Shafer2008-06-161-2/+3
* | Merge branch '0.24.x'Luke Kanies2008-06-141-29/+3
|\|
| * Try againAndrew Shafer2008-06-101-30/+3
* | Merge branch '0.24.x'Luke Kanies2008-05-201-2/+6
|\|
| * Updated puppetd documentation which fixes ticket #1227James Turnbull2008-05-171-2/+6
* | The master and client now successfully speak xmlrpc using the new system.Luke Kanies2008-05-071-5/+9
|/
* Adding another commit for #1136 -- ConsolidatedLuke Kanies2008-03-201-16/+12
* Final fix to #1136 - further changes to --test settingJames Turnbull2008-03-201-0/+4
* Second fix to #1136 - fixed --test problemJames Turnbull2008-03-201-1/+1
* Fix for ticket #1136 --verbose cancels out --debugJames Turnbull2008-03-201-12/+22
* Applying patch by Jay to fix #989 -- missing crl files areLuke Kanies2008-02-071-1/+1
* Entirely refactoring http keep-alive. There's nowLuke Kanies2007-12-191-2/+4
* Moving the webrick/mongrel "servers" over to HTTPServer module instead of Ser...Rick Bradley2007-10-051-2/+2
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixed #832. Added the '--no-daemonize' option to puppetd and puppetmasterd.Michael V. O'Brien2007-10-031-29/+23
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-6/+6
* Adding support for providing a diff when files are being changed. Currently ...Luke Kanies2007-08-271-0/+6
* Applying patch my emerose to fix #652.luke2007-07-301-0/+1
* Moving puppetd and puppetmasterd back to bin. Damn. Reverting the fix to #323.luke2007-06-151-0/+449
* Fixing #323 -- puppetd and puppetmasterd are now in sbin; packages still need...luke2007-05-201-449/+0
* Fixing #501 -- there is now a splay option, disabled by default and when runn...luke2007-05-181-0/+1
* fixing a documentation bugajax2007-05-181-1/+1
* Fixing #206 and #422. Executables will still look for the deprecated config ...luke2007-05-061-3/+1
* Applying patch to puppetd from Jos Backusluke2007-05-021-9/+8
* Fixing class name for Handler in puppetdluke2007-05-011-1/+1
* Adding --serve back in as an option to puppetd, and failing when a handler is...luke2007-05-011-0/+3
* Fixing Client.read_cert so that it automatically adds the certificate informa...luke2007-03-301-1/+3
* Applying patch by Ian Burrell from #559luke2007-03-241-1/+1
* Fixing the "readcert" method after getting the signed cert; the method got re...luke2007-03-221-1/+1
* Don't clobber an explicitly given waitforcertlutter2007-03-191-1/+3
* Updating the config generation stuff a bit, mostly just cleanup, but also cha...luke2007-03-191-4/+4
* Fixing #533 -- puppetd now exits in onetime mode.luke2007-03-181-1/+3
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-18/+11
* Adding "ignorecache" option to always force a recompile of the configurationluke2007-02-281-1/+2
* Moving all of the client and server code into a single network/ directory. I...luke2007-02-081-6/+6
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-11/+11
* Not creating the listening server at all if --onetime is enabled.luke2007-01-301-5/+3