| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | adding "clean" mode to puppetca | luke | 2006-04-26 | 1 | -0/+7 |
| * | Final commit before 0.16.0 | luke | 2006-04-21 | 4 | -4/+158 |
| * | Go some work started on developing authorization, but I have made little prog... | luke | 2006-04-21 | 1 | -4/+4 |
| * | pelement listing now works | luke | 2006-04-20 | 1 | -24/+43 |
| * | Added a list class method to just about all types, and it seems to actually w... | luke | 2006-04-20 | 1 | -15/+100 |
| * | Adding a "list" class method to most types, and using it in the tests for the... | luke | 2006-04-20 | 1 | -0/+55 |
| * | A simple first version of an object (called "pelement") server is now in plac... | luke | 2006-04-20 | 1 | -0/+81 |
| * | Fixing a bunch of small bugs, mostly found by testing on solaris, and added a... | luke | 2006-04-17 | 1 | -18/+33 |
| * | Adding a few informative facts on the server side: serverversion, servername,... | luke | 2006-04-11 | 1 | -0/+23 |
| * | Fixing a couple of bugs in preparation for 0.15.2; mostly they were in the te... | luke | 2006-04-04 | 2 | -4/+4 |
| * | Fixing fileserver tests; apparently they were still broken from when i change... | luke | 2006-03-12 | 1 | -28/+28 |
| * | Committing the last changes, for now, to handling links. You still cannot co... | luke | 2006-03-06 | 1 | -0/+45 |
| * | Fixing logging in the fileserver so it is always obvious where the logs are o... | luke | 2006-03-03 | 1 | -1/+1 |
| * | There is now full support for configuration files, and the entire system has ... | luke | 2006-02-07 | 2 | -5/+5 |
| * | Fixing a small checksumming bug, reorganizing the client stuff a bit, and add... | luke | 2006-01-18 | 1 | -2/+31 |
| * | Adding an "ensure" state where appropriate, and significantly reworking the b... | luke | 2006-01-17 | 1 | -1/+1 |
| * | Converting transport format to YAML instead of Marshal, and caching the file ... | luke | 2006-01-12 | 2 | -9/+4 |
| * | Adding autorequire to files, and added the cwd to the list of files to be req... | luke | 2006-01-12 | 1 | -1/+1 |
| * | Merging changes from the head of the rework1 branch, r 784 | luke | 2006-01-08 | 2 | -4/+10 |
| * | Undoing the merge that happened in 785 | luke | 2006-01-07 | 2 | -10/+4 |
| * | Merging in refactoring from version 774 into version 784 | luke | 2006-01-07 | 2 | -4/+10 |
| * | updates | luke | 2006-01-07 | 1 | -1/+3 |
| * | removing any direct references to /tmp in tests | luke | 2005-11-24 | 1 | -3/+3 |
| * | removing marks | luke | 2005-11-22 | 2 | -2/+0 |
| * | updates | luke | 2005-11-22 | 3 | -3/+3 |
| * | Lots of refactoring, and added the capture_stderr method | luke | 2005-11-16 | 3 | -10/+20 |
| * | Central logging now works, although there appear to be a few kinks to work out. | luke | 2005-10-28 | 1 | -0/+176 |
| * | Getting rid of the tc_ prefix to test cases | luke | 2005-10-22 | 6 | -0/+0 |
| * | Made tweaks here and there to get it running better on my local network. I a... | luke | 2005-10-21 | 2 | -13/+42 |
| * | switching test classes back to modules -- making them classes causes too many... | luke | 2005-10-03 | 6 | -6/+12 |
| * | Switched @should to an array, so all objects can now handle that. I have not... | luke | 2005-10-02 | 2 | -0/+2 |
| * | switching all relationships to be centrally maintained and to use symbolic re... | luke | 2005-10-01 | 1 | -0/+2 |
| * | Many, many changes toward a completely functional system. The only current p... | luke | 2005-09-23 | 1 | -7/+91 |
| * | Okay, all tests pass again. The work done on nodes will take a little while ... | luke | 2005-09-22 | 2 | -0/+5 |
| * | making "Type.new" private, and switching to "Type.create", so that i can merg... | luke | 2005-09-16 | 1 | -44/+0 |
| * | adding extra checks to make sure networking is secure, and refactoring a heck... | luke | 2005-09-15 | 5 | -605/+298 |
| * | cleaning up tests a bit; mostly just making sure tests clean up after themsel... | luke | 2005-09-15 | 1 | -1/+3 |
| * | debugged ignore in fileserver, added tests to ignore tc and fixed server.list... | shafer | 2005-09-15 | 1 | -19/+19 |
| * | all tests now pass on solaris 10x86; i had to do some stupid hacking with bas... | luke | 2005-09-07 | 2 | -1/+23 |
| * | adding all of the work necessary for tidying | luke | 2005-09-06 | 1 | -1/+1 |
| * | adding file reread to master, although it is plenty hackish | luke | 2005-08-30 | 1 | -0/+52 |
| * | fileserver config file now reloads when it is more than 60 seconds out of date | luke | 2005-08-30 | 1 | -0/+64 |
| * | correcting documentation on autosign in puppetmasterd, and switching the auto... | luke | 2005-08-30 | 1 | -4/+1 |
| * | This should be the commit that brings us to Beta 1. All tests pass, although... | Luke Kanies | 2005-08-28 | 3 | -8/+100 |
| * | Adding authorization store, initially just used for file serving but eventual... | Luke Kanies | 2005-08-28 | 1 | -0/+185 |
| * | adding config file parsing | Luke Kanies | 2005-08-27 | 1 | -22/+102 |
| * | remote filecopying now works | Luke Kanies | 2005-08-23 | 1 | -38/+0 |
| * | Have done a significant reorganization of how clients work, also, along with ... | Luke Kanies | 2005-08-23 | 4 | -82/+53 |
| * | Created a Handler base class for all of the server handlers, which allows a l... | Luke Kanies | 2005-08-23 | 1 | -0/+50 |
| * | moving all server handlers into a specific server subdirectory | Luke Kanies | 2005-08-23 | 5 | -57/+311 |