| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | more progress towards a functional daemon | Luke Kanies | 2005-08-10 | 1 | -2/+11 |
| * | setting up http to log to a separate file | Luke Kanies | 2005-08-10 | 2 | -0/+29 |
| * | renaming | Luke Kanies | 2005-08-10 | 1 | -0/+0 |
| * | adding daemon helper module | Luke Kanies | 2005-08-10 | 1 | -0/+27 |
| * | done a lot of work on certificates; all tests except one puppetca test pass | Luke Kanies | 2005-08-09 | 7 | -467/+431 |
| * | fact.rb is obsolete | Luke Kanies | 2005-08-09 | 1 | -64/+0 |
| * | function.rb is obsolete | Luke Kanies | 2005-08-09 | 1 | -72/+0 |
| * | fixing directory mode creation | Luke Kanies | 2005-08-09 | 1 | -7/+9 |
| * | renaming again | Luke Kanies | 2005-08-09 | 1 | -0/+0 |
| * | renaming openssl to certauthority | Luke Kanies | 2005-08-09 | 1 | -0/+0 |
| * | removing comments and making @csr a class attribute | Luke Kanies | 2005-08-09 | 1 | -46/+11 |
| * | adding creation rollback | Luke Kanies | 2005-08-08 | 1 | -0/+12 |
| * | returning transaction from client.config() | Luke Kanies | 2005-08-08 | 1 | -1/+3 |
| * | all tests now pass on os x | Luke Kanies | 2005-08-06 | 4 | -12/+40 |
| * | adding better error handling for missing paths | Luke Kanies | 2005-08-04 | 1 | -2/+2 |
| * | fixing verbose output to be better and easier to manage | Luke Kanies | 2005-08-04 | 2 | -10/+15 |
| * | passing state, so more info can be extracted | Luke Kanies | 2005-08-04 | 1 | -2/+2 |
| * | adding a bit more output | Luke Kanies | 2005-08-04 | 1 | -2/+3 |
| * | committing recent changes for testing | Luke Kanies | 2005-08-04 | 1 | -1/+1 |
| * | a bit of refactoring, and a bit more functionality | Luke Kanies | 2005-08-04 | 1 | -136/+14 |
| * | okay, switch all cert management to the library, instead of using the openssl... | Luke Kanies | 2005-08-04 | 1 | -79/+392 |
| * | moving | Luke Kanies | 2005-08-03 | 1 | -0/+0 |
| * | certificate management; yay | Luke Kanies | 2005-08-03 | 1 | -0/+626 |
| * | oops; removing errant notice msg | Luke Kanies | 2005-08-02 | 1 | -1/+0 |
| * | cleaning up the defaults system even more | Luke Kanies | 2005-08-02 | 4 | -4/+9 |
| * | adding some consistency and tests to the whole puppet defaults system | Luke Kanies | 2005-08-02 | 5 | -24/+22 |