| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | making states capable of being the namevar | luke | 2005-09-07 | 1 | -1/+18 |
| * | all tests now pass on solaris 10x86; i had to do some stupid hacking with bas... | luke | 2005-09-07 | 4 | -2/+21 |
| * | finishing up user and group support for now | luke | 2005-09-07 | 4 | -86/+140 |
| * | rearranging some documentation | luke | 2005-09-07 | 2 | -6/+18 |
| * | adding user and group classes (although user class is not yet functional), an... | luke | 2005-09-07 | 3 | -0/+385 |
| * | changing rollback() to do event handling also | luke | 2005-09-07 | 1 | -1/+6 |
| * | adding all of the work necessary for tidying | luke | 2005-09-06 | 3 | -211/+240 |
| * | removing DEFAULTPORT stuff | luke | 2005-09-06 | 1 | -2/+0 |
| * | 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 |
| * | committing initial tidy stuff, so i can move to the laptop | luke | 2005-09-02 | 2 | -0/+135 |
| * | 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 | 1 | -20/+22 |
| * | 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 | 2 | -3/+39 |
| * | fileserver config file now reloads when it is more than 60 seconds out of date | luke | 2005-08-30 | 1 | -0/+19 |
| * | correcting documentation on autosign in puppetmasterd, and switching the auto... | luke | 2005-08-30 | 2 | -22/+25 |
| * | catching a potential security problem -- requiring that "path" always be set ... | luke | 2005-08-29 | 1 | -0/+10 |
| * | As Christian requested, I am no longer downcasing facts I receive from Facter... | Luke Kanies | 2005-08-29 | 1 | -1/+1 |
| * | 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 | 1 | -73/+72 |
| * | This should be the commit that brings us to Beta 1. All tests pass, although... | Luke Kanies | 2005-08-28 | 11 | -47/+125 |
| * | Adding authorization store, initially just used for file serving but eventual... | Luke Kanies | 2005-08-28 | 1 | -0/+224 |
| * | adding config file parsing | Luke Kanies | 2005-08-27 | 1 | -21/+119 |
| * | recompiling parser after removing extraneous debugging | Luke Kanies | 2005-08-26 | 2 | -54/+43 |
| * | making array-as-name work in the language, and adding some more test snippets | Luke Kanies | 2005-08-25 | 3 | -67/+110 |
| * | Certificates now verify! | Luke Kanies | 2005-08-24 | 1 | -38/+45 |
| * | replacing if statements with case statement, and adding defaults for both sel... | Luke Kanies | 2005-08-24 | 5 | -490/+625 |
| * | remote filecopying now works | Luke Kanies | 2005-08-23 | 5 | -49/+73 |
| * | Have done a significant reorganization of how clients work, also, along with ... | Luke Kanies | 2005-08-23 | 7 | -301/+247 |
| * | fixing checksum generation -- i was causing some weird bugs by using the same... | Luke Kanies | 2005-08-23 | 1 | -257/+24 |
| * | 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 | 5 | -77/+76 |
| * | 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 | 9 | -19/+48 |
| * | removing obsolete file | Luke Kanies | 2005-08-23 | 1 | -81/+0 |
| * | Moving all files into a consolidated trunk. All tests pass except the known-... | Luke Kanies | 2005-08-23 | 16 | -187/+5212 |
| * | Execution order is now based on dependency relationships, and those relations... | Luke Kanies | 2005-08-18 | 7 | -171/+244 |
| * | just fixed an incredibly ugly bug where @parent meant both parent array and p... | Luke Kanies | 2005-08-17 | 2 | -18/+45 |
| * | passing file and line to all objects | Luke Kanies | 2005-08-17 | 1 | -1/+1 |
| * | all tests pass except a certificate test i do not know how to fix | Luke Kanies | 2005-08-16 | 3 | -123/+229 |
| * | a basic first test of puppetmasterd now passes | Luke Kanies | 2005-08-15 | 1 | -1/+1 |
| * | all non-executable tests pass now | Luke Kanies | 2005-08-13 | 1 | -3/+7 |
| * | further progress towards passing tests | Luke Kanies | 2005-08-13 | 1 | -1/+2 |
| * | all tests pass except those related to puppetd; i am going to significantly r... | Luke Kanies | 2005-08-12 | 3 | -121/+192 |