| Commit message (Expand) | Author | Age | Files | Lines |
| * | removing DEFAULTPORT stuff | luke | 2005-09-06 | 2 | -6/+4 |
| * | fixing small bug in setting default port | luke | 2005-09-06 | 1 | -6/+11 |
| * | changing some documentation methods around | luke | 2005-09-05 | 3 | -8/+5 |
| * | rearranging puppetdoc to not separate states and parameters, and to allow und... | luke | 2005-09-02 | 1 | -4/+14 |
| * | committing initial tidy stuff, so i can move to the laptop | luke | 2005-09-02 | 3 | -0/+213 |
| * | cleaning up obviated methods | luke | 2005-09-02 | 1 | -64/+0 |
| * | defining $name in each component scope, and adding test case | luke | 2005-09-02 | 3 | -21/+41 |
| * | defining configstatted | luke | 2005-09-02 | 1 | -0/+1 |
| * | removing if-related keywords | luke | 2005-09-02 | 1 | -3/+0 |
| * | fixing error calls | luke | 2005-09-02 | 2 | -2/+2 |
| * | fixing bug where remote server name is ignored | luke | 2005-08-30 | 1 | -6/+2 |
| * | Fixed small bug that caused the config files to be parsed on every connection | luke | 2005-08-30 | 3 | -5/+13 |
| * | fixing documentation for file source state | luke | 2005-08-30 | 1 | -3/+1 |
| * | adding file reread to master, although it is plenty hackish | luke | 2005-08-30 | 3 | -3/+91 |
| * | fileserver config file now reloads when it is more than 60 seconds out of date | luke | 2005-08-30 | 2 | -0/+83 |
| * | correcting documentation on autosign in puppetmasterd, and switching the auto... | luke | 2005-08-30 | 4 | -27/+32 |
| * | catching a potential security problem -- requiring that "path" always be set ... | luke | 2005-08-29 | 1 | -0/+10 |
| * | adding a "--noop" option along with a test case for it | luke | 2005-08-29 | 2 | -17/+51 |
| * | changing default hostname to "puppet", and adding --parseonly option along wi... | luke | 2005-08-29 | 2 | -3/+34 |
| * | fixing puppet to use correct method and adding a real test case for it | luke | 2005-08-29 | 2 | -4/+32 |
| * | changing default manifest location to /etc/puppet/manifests/site.pp | luke | 2005-08-29 | 2 | -2/+3 |
| * | changing version number for beta | luke | 2005-08-29 | 1 | -1/+1 |
| * | removing need for zip in rakefile | luke | 2005-08-29 | 1 | -1/+1 |
| * | UPdated rakefile | Jesse Koontz | 2005-08-29 | 1 | -1/+1 |
| * | As Christian requested, I am no longer downcasing facts I receive from Facter... | Luke Kanies | 2005-08-29 | 6 | -54/+29 |
| * | bumping up the default log level for changes from info to notice | Luke Kanies | 2005-08-29 | 1 | -2/+2 |
| * | I did not have good puppetd tests, so I missed the fact that I was calling th... | Luke Kanies | 2005-08-29 | 4 | -93/+128 |
| * | disabling print of library warnings, since webrick and openssl have far too m... | Luke Kanies | 2005-08-29 | 1 | -2/+0 |
| * | adding RDoc::usage documentation to all executables | Luke Kanies | 2005-08-29 | 7 | -262/+470 |
| * | This should be the commit that brings us to Beta 1. All tests pass, although... | Luke Kanies | 2005-08-28 | 21 | -93/+304 |
| * | Adding authorization store, initially just used for file serving but eventual... | Luke Kanies | 2005-08-28 | 2 | -0/+409 |
| * | adding config file parsing | Luke Kanies | 2005-08-27 | 2 | -43/+221 |
| * | recompiling parser after removing extraneous debugging | Luke Kanies | 2005-08-26 | 2 | -54/+43 |
| * | Added GPL license | Jesse Koontz | 2005-08-25 | 4 | -29/+361 |
| * | making array-as-name work in the language, and adding some more test snippets | Luke Kanies | 2005-08-25 | 7 | -70/+198 |
| * | Certificates now verify! | Luke Kanies | 2005-08-24 | 2 | -42/+50 |
| * | replacing if statements with case statement, and adding defaults for both sel... | Luke Kanies | 2005-08-24 | 14 | -510/+716 |
| * | remote filecopying now works | Luke Kanies | 2005-08-23 | 7 | -90/+207 |
| * | Have done a significant reorganization of how clients work, also, along with ... | Luke Kanies | 2005-08-23 | 22 | -416/+407 |
| * | fixing checksum generation -- i was causing some weird bugs by using the same... | Luke Kanies | 2005-08-23 | 2 | -272/+63 |
| * | small comment change | Luke Kanies | 2005-08-23 | 1 | -1/+1 |
| * | Created a Handler base class for all of the server handlers, which allows a l... | Luke Kanies | 2005-08-23 | 6 | -77/+126 |
| * | splitting normal file tests and source tests into different files | Luke Kanies | 2005-08-23 | 2 | -232/+302 |
| * | ignoring remote file owner when not running as root | Luke Kanies | 2005-08-23 | 1 | -75/+15 |
| * | moving all server handlers into a specific server subdirectory | Luke Kanies | 2005-08-23 | 18 | -121/+83 |
| * | removing obsolete file | Luke Kanies | 2005-08-23 | 1 | -81/+0 |
| * | moving rake file to the trunk dir | Luke Kanies | 2005-08-23 | 1 | -0/+23 |
| * | Moving all files into a consolidated trunk. All tests pass except the known-... | Luke Kanies | 2005-08-23 | 81 | -211/+9415 |
| * | adding test to verify require does not kick off an event | Luke Kanies | 2005-08-18 | 1 | -2/+31 |
| * | Execution order is now based on dependency relationships, and those relations... | Luke Kanies | 2005-08-18 | 15 | -180/+449 |