summaryrefslogtreecommitdiffstats
path: root/lib/puppet/server/master.rb
Commit message (Expand)AuthorAgeFilesLines
* Preliminary commit of the first phase of the parser redesign. The biggest di...luke2006-05-091-10/+10
* Fixing the problem that lutter ran into; the issue seems to be that Facter co...luke2006-05-041-2/+9
* Adding a few informative facts on the server side: serverversion, servername,...luke2006-04-111-2/+14
* Adding the puppet client version to the fact list as "clientversion"luke2006-04-111-0/+3
* Adding simple benchmarking, and using it in a few of the more obvious places....luke2006-04-101-15/+34
* adding -e ability to puppet executableluke2006-04-041-9/+14
* adding a connect log to the master serverluke2006-02-281-2/+2
* removing extra error statementluke2006-02-231-6/+1
* Fixing waitforcert so that the client can actually add the certs once it rece...luke2006-01-301-0/+8
* Fixing a small checksumming bug, reorganizing the client stuff a bit, and add...luke2006-01-181-1/+21
* Converting transport format to YAML instead of Marshal, and caching the file ...luke2006-01-121-6/+33
* adding cfengine module, which required passing the cfengine classes all the w...luke2005-11-171-0/+5
* Further progress towards the next release. Lots of small bugs fixed, the pat...luke2005-11-011-3/+3
* Adding some semantic tagging. It is not exactly full-featured yet, and it is...luke2005-10-101-0/+5
* Many, many changes toward a completely functional system. The only current p...luke2005-09-231-0/+4
* Okay, all tests pass again. The work done on nodes will take a little while ...luke2005-09-221-1/+3
* I am still somewhat in mid-change, but I have made the biggest changes to mak...luke2005-09-211-60/+16
* My cfengine2puppet config now entirely parses. The biggest problem I ran int...luke2005-09-181-0/+3
* Successfully parsed my entire converted cfengine configuration; these are all...luke2005-09-171-1/+1
* defining configstattedluke2005-09-021-0/+1
* Fixed small bug that caused the config files to be parsed on every connectionluke2005-08-301-2/+5
* adding file reread to master, although it is plenty hackishluke2005-08-301-3/+38
* This should be the commit that brings us to Beta 1. All tests pass, although...Luke Kanies2005-08-281-2/+3
* Created a Handler base class for all of the server handlers, which allows a l...Luke Kanies2005-08-231-7/+3
* moving all server handlers into a specific server subdirectoryLuke Kanies2005-08-231-0/+92