summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* defining $name in each component scope, and adding test caseluke2005-09-021-20/+22
* defining configstattedluke2005-09-021-0/+1
* removing if-related keywordsluke2005-09-021-3/+0
* fixing error callsluke2005-09-022-2/+2
* fixing bug where remote server name is ignoredluke2005-08-301-6/+2
* Fixed small bug that caused the config files to be parsed on every connectionluke2005-08-303-5/+13
* fixing documentation for file source stateluke2005-08-301-3/+1
* adding file reread to master, although it is plenty hackishluke2005-08-302-3/+39
* fileserver config file now reloads when it is more than 60 seconds out of dateluke2005-08-301-0/+19
* correcting documentation on autosign in puppetmasterd, and switching the auto...luke2005-08-302-22/+25
* catching a potential security problem -- requiring that "path" always be set ...luke2005-08-291-0/+10
* changing default manifest location to /etc/puppet/manifests/site.ppluke2005-08-291-1/+2
* changing version number for betaluke2005-08-291-1/+1
* As Christian requested, I am no longer downcasing facts I receive from Facter...Luke Kanies2005-08-291-1/+1
* bumping up the default log level for changes from info to noticeLuke Kanies2005-08-291-2/+2
* I did not have good puppetd tests, so I missed the fact that I was calling th...Luke Kanies2005-08-291-73/+72
* disabling print of library warnings, since webrick and openssl have far too m...Luke Kanies2005-08-291-2/+0
* This should be the commit that brings us to Beta 1. All tests pass, although...Luke Kanies2005-08-2811-47/+125
* Adding authorization store, initially just used for file serving but eventual...Luke Kanies2005-08-281-0/+224
* adding config file parsingLuke Kanies2005-08-271-21/+119
* recompiling parser after removing extraneous debuggingLuke Kanies2005-08-262-54/+43
* making array-as-name work in the language, and adding some more test snippetsLuke Kanies2005-08-253-67/+110
* Certificates now verify!Luke Kanies2005-08-241-38/+45
* replacing if statements with case statement, and adding defaults for both sel...Luke Kanies2005-08-245-490/+625
* remote filecopying now worksLuke Kanies2005-08-235-49/+73
* Have done a significant reorganization of how clients work, also, along with ...Luke Kanies2005-08-238-314/+265
* fixing checksum generation -- i was causing some weird bugs by using the same...Luke Kanies2005-08-231-257/+24
* small comment changeLuke Kanies2005-08-231-1/+1
* Created a Handler base class for all of the server handlers, which allows a l...Luke Kanies2005-08-235-77/+76
* ignoring remote file owner when not running as rootLuke Kanies2005-08-231-75/+15
* moving all server handlers into a specific server subdirectoryLuke Kanies2005-08-2310-19/+49
* removing obsolete fileLuke Kanies2005-08-231-81/+0
* Moving all files into a consolidated trunk. All tests pass except the known-...Luke Kanies2005-08-2316-187/+5212
* Execution order is now based on dependency relationships, and those relations...Luke Kanies2005-08-187-171/+244
* just fixed an incredibly ugly bug where @parent meant both parent array and p...Luke Kanies2005-08-172-18/+45
* passing file and line to all objectsLuke Kanies2005-08-171-1/+1
* all tests pass except a certificate test i do not know how to fixLuke Kanies2005-08-163-123/+229
* a basic first test of puppetmasterd now passesLuke Kanies2005-08-151-1/+1
* all non-executable tests pass nowLuke Kanies2005-08-131-3/+7
* further progress towards passing testsLuke Kanies2005-08-131-1/+2
* all tests pass except those related to puppetd; i am going to significantly r...Luke Kanies2005-08-124-121/+193
* updated version number to allow gem installJesse Koontz2005-08-111-1/+1
* Added rake for Puppet, '--version' to puppet and test case for Puppet.versionJesse Koontz2005-08-111-0/+6
* more progress towards a functional daemonLuke Kanies2005-08-101-2/+11
* setting up http to log to a separate fileLuke Kanies2005-08-101-11/+2
* setting up http to log to a separate fileLuke Kanies2005-08-102-0/+29
* renamingLuke Kanies2005-08-101-0/+0
* adding daemon helper moduleLuke Kanies2005-08-101-0/+27
* done a lot of work on certificates; all tests except one puppetca test passLuke Kanies2005-08-098-478/+451
* fact.rb is obsoleteLuke Kanies2005-08-091-64/+0