summaryrefslogtreecommitdiffstats
path: root/lib/puppet/sslcertificates/ca.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed CA race condition (#693)Michael V. O'Brien2007-08-221-5/+37
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-041-78/+1
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-061-3/+1
* Fixing #142. As expected, trivial.luke2007-02-271-0/+3
* Change Puppet.name to Puppet.execname so rails 1.2 won't freak out.shadoi2007-02-161-1/+1
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-1/+1
* Moving the switch that disables the certificate authority into the main libra...luke2007-01-301-0/+2
* Closing #362. Case-insensitivity is handled by downcasing all host names.luke2006-12-271-52/+54
* + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process...erikh2006-09-221-1/+1
* Let puppetd listen (when given --listen) without a CRLlutter2006-09-141-1/+6
* Add config parameter ca_ttl and deprecate ca_days; ca_ttl makes it possible t...lutter2006-09-131-3/+44
* Changing autosign mode to 644luke2006-08-291-1/+1
* Certificate revocation through puppetca. Keep a simple text inventory of all ...lutter2006-08-231-0/+1
* Support for certificate revocation and checking connections on the server aga...lutter2006-08-211-27/+80
* Adding in all of the patches necessary to make a prototype rails interface to...luke2006-04-281-1/+5
* adding "clean" mode to puppetcaluke2006-04-261-0/+20
* Fixing #118; the hash is now always 8 hex characters, 0-padded. Also changed...luke2006-04-191-1/+6
* Fixing a bunch of small bugs, mostly found by testing on solaris, and added a...luke2006-04-171-2/+2
* Fixing puppetca so it does not call chuser; instead, it is configured to crea...luke2006-04-121-16/+18
* Added a test for Type#remove, and fixed the method so it actually works. I wa...luke2006-04-021-17/+42
* Okay, Puppet is now almost entirely capable of configuring itself. I have no...luke2006-03-021-25/+37
* Changing the setdefaults input format somewhat. It is always a hash of some ...luke2006-03-011-19/+19
* Making the language name a real alias. Now all objects in Puppet support spe...luke2006-02-101-2/+0
* There is now full support for configuration files, and the entire system has ...luke2006-02-071-65/+45
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-071-47/+72
* Adding the event-loop stuff to the repository and switching to using it. Als...luke2006-01-241-0/+286