summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* removing DEFAULTPORT stuffluke2005-09-062-6/+4
* fixing small bug in setting default portluke2005-09-061-6/+11
* changing some documentation methods aroundluke2005-09-053-8/+5
* rearranging puppetdoc to not separate states and parameters, and to allow und...luke2005-09-021-4/+14
* committing initial tidy stuff, so i can move to the laptopluke2005-09-023-0/+213
* cleaning up obviated methodsluke2005-09-021-64/+0
* defining $name in each component scope, and adding test caseluke2005-09-023-21/+41
* 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-303-3/+91
* fileserver config file now reloads when it is more than 60 seconds out of dateluke2005-08-302-0/+83
* correcting documentation on autosign in puppetmasterd, and switching the auto...luke2005-08-304-27/+32
* catching a potential security problem -- requiring that "path" always be set ...luke2005-08-291-0/+10
* adding a "--noop" option along with a test case for itluke2005-08-292-17/+51
* changing default hostname to "puppet", and adding --parseonly option along wi...luke2005-08-292-3/+34
* fixing puppet to use correct method and adding a real test case for itluke2005-08-292-4/+32
* changing default manifest location to /etc/puppet/manifests/site.ppluke2005-08-292-2/+3
* changing version number for betaluke2005-08-291-1/+1
* removing need for zip in rakefileluke2005-08-291-1/+1
* UPdated rakefileJesse Koontz2005-08-291-1/+1
* As Christian requested, I am no longer downcasing facts I receive from Facter...Luke Kanies2005-08-296-54/+29
* 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-294-93/+128
* disabling print of library warnings, since webrick and openssl have far too m...Luke Kanies2005-08-291-2/+0
* adding RDoc::usage documentation to all executablesLuke Kanies2005-08-297-262/+470
* This should be the commit that brings us to Beta 1. All tests pass, although...Luke Kanies2005-08-2821-93/+304
* Adding authorization store, initially just used for file serving but eventual...Luke Kanies2005-08-282-0/+409
* adding config file parsingLuke Kanies2005-08-272-43/+221
* recompiling parser after removing extraneous debuggingLuke Kanies2005-08-262-54/+43
* Added GPL licenseJesse Koontz2005-08-254-29/+361
* making array-as-name work in the language, and adding some more test snippetsLuke Kanies2005-08-257-70/+198
* Certificates now verify!Luke Kanies2005-08-242-42/+50
* replacing if statements with case statement, and adding defaults for both sel...Luke Kanies2005-08-2414-510/+716
* remote filecopying now worksLuke Kanies2005-08-237-90/+207
* Have done a significant reorganization of how clients work, also, along with ...Luke Kanies2005-08-2322-416/+407
* fixing checksum generation -- i was causing some weird bugs by using the same...Luke Kanies2005-08-232-272/+63
* 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-236-77/+126
* splitting normal file tests and source tests into different filesLuke Kanies2005-08-232-232/+302
* 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-2318-121/+83
* removing obsolete fileLuke Kanies2005-08-231-81/+0
* moving rake file to the trunk dirLuke Kanies2005-08-231-0/+23
* Moving all files into a consolidated trunk. All tests pass except the known-...Luke Kanies2005-08-2381-211/+9415
* adding test to verify require does not kick off an eventLuke Kanies2005-08-181-2/+31
* Execution order is now based on dependency relationships, and those relations...Luke Kanies2005-08-1815-180/+449