| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ... | James Turnbull | 2009-02-26 | 1 | -1/+1 |
| * | Adding an additional option for the fix in ff36832e, skipping missing cert dirs | Luke Kanies | 2008-10-08 | 1 | -0/+3 |
| * | Bug #1448: Puppet CA incorrectly writes out all certs to inventory .txt on ea... | Nigel Kersten | 2008-07-29 | 1 | -2/+3 |
| * | Fixing the renaming code to skip missing directories. | Luke Kanies | 2008-07-21 | 1 | -1/+4 |
| * | Fixing a cert test to pass on Darwin. | Luke Kanies | 2008-07-21 | 1 | -0/+1 |
| * | Fixing #1382 - existing uppercase certs, keys, et al will be renamed. | Luke Kanies | 2008-07-02 | 1 | -2/+22 |
| * | Updated fix for ticket #1271 | James Turnbull | 2008-05-31 | 1 | -1/+1 |
| * | Applied patch for ticket #1271 | James Turnbull | 2008-05-30 | 1 | -3/+8 |
| * | Ticket #1041 | Andrew Shafer | 2008-03-05 | 1 | -29/+1 |
| * | Applying patch by Jay to fix #989 -- missing crl files are | Luke Kanies | 2008-02-07 | 1 | -3/+3 |
| * | Entirely refactoring http keep-alive. There's now | Luke Kanies | 2007-12-19 | 1 | -6/+4 |
| * | Adding what is hopefully the last commit for #896. Here's the | Luke Kanies | 2007-12-11 | 1 | -1/+0 |
| * | Applying patches from #823 by wyvern | Luke Kanies | 2007-11-27 | 1 | -0/+10 |
| * | Fixing #896 by applying DerekW's patches, with slight | Luke Kanies | 2007-11-19 | 1 | -0/+1 |
| * | Partial work done for ssl certificates. | Michael V. O'Brien | 2007-10-19 | 1 | -0/+6 |
| * | Removing the Id tags from all of the files | Luke Kanies | 2007-10-03 | 4 | -4/+0 |
| * | Renaming the 'Puppet::Util::Config' class to | Luke Kanies | 2007-09-22 | 3 | -14/+14 |
| * | Fixed CA race condition (#693) | Michael V. O'Brien | 2007-08-22 | 1 | -5/+37 |
| * | Changes to lib/ corresponding to test refactoring from r2759, was unaware tha... | christian | 2007-08-09 | 1 | -4/+1 |
| * | Consolidating all of the configuration parameter declarations into configurat... | luke | 2007-05-04 | 2 | -88/+1 |
| * | Merging the webserver_portability branch from version 2182 to version 2258. | luke | 2007-03-06 | 2 | -3/+129 |
| * | Fixing #142. As expected, trivial. | luke | 2007-02-27 | 1 | -0/+3 |
| * | Change Puppet.name to Puppet.execname so rails 1.2 won't freak out. | shadoi | 2007-02-16 | 1 | -1/+1 |
| * | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 1 | -1/+1 |
| * | Moving the switch that disables the certificate authority into the main libra... | luke | 2007-01-30 | 1 | -0/+2 |
| * | Closing #362. Case-insensitivity is handled by downcasing all host names. | luke | 2006-12-27 | 1 | -52/+54 |
| * | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 1 | -25/+28 |
| * | + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process... | erikh | 2006-09-22 | 1 | -1/+1 |
| * | Better documentation around certificate revocation and mgmt | lutter | 2006-09-18 | 1 | -0/+1 |
| * | Let puppetd listen (when given --listen) without a CRL | lutter | 2006-09-14 | 1 | -1/+6 |
| * | Add config parameter ca_ttl and deprecate ca_days; ca_ttl makes it possible t... | lutter | 2006-09-13 | 2 | -5/+46 |
| * | Changing autosign mode to 644 | luke | 2006-08-29 | 1 | -1/+1 |
| * | Certificate revocation through puppetca. Keep a simple text inventory of all ... | lutter | 2006-08-23 | 2 | -0/+50 |
| * | Support for certificate revocation and checking connections on the server aga... | lutter | 2006-08-21 | 1 | -27/+80 |
| * | Adding in all of the patches necessary to make a prototype rails interface to... | luke | 2006-04-28 | 1 | -1/+5 |
| * | adding "clean" mode to puppetca | luke | 2006-04-26 | 1 | -0/+20 |
| * | Fixing #118; the hash is now always 8 hex characters, 0-padded. Also changed... | luke | 2006-04-19 | 1 | -1/+6 |
| * | Fixing a bunch of small bugs, mostly found by testing on solaris, and added a... | luke | 2006-04-17 | 1 | -2/+2 |
| * | Fixing puppetca so it does not call chuser; instead, it is configured to crea... | luke | 2006-04-12 | 1 | -16/+18 |
| * | Added a test for Type#remove, and fixed the method so it actually works. I wa... | luke | 2006-04-02 | 1 | -17/+42 |
| * | Okay, Puppet is now almost entirely capable of configuring itself. I have no... | luke | 2006-03-02 | 1 | -25/+37 |
| * | Changing the setdefaults input format somewhat. It is always a hash of some ... | luke | 2006-03-01 | 1 | -19/+19 |
| * | Making the language name a real alias. Now all objects in Puppet support spe... | luke | 2006-02-10 | 1 | -2/+0 |
| * | There is now full support for configuration files, and the entire system has ... | luke | 2006-02-07 | 2 | -70/+50 |
| * | Configuration parameters now require (and have) descriptions, and a set of co... | luke | 2006-02-07 | 1 | -47/+72 |
| * | Adding the event-loop stuff to the repository and switching to using it. Als... | luke | 2006-01-24 | 2 | -0/+569 |