summaryrefslogtreecommitdiffstats
path: root/lib/puppet/sslcertificates/ca.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix #4226 - Prepend 'Puppet CA: ' to fqdn for default root ca_nameJacob Helwig2010-09-281-10/+4
* Code smell: Two space indentationMarkus Roberts2010-07-091-323/+323
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-5/+5
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-30/+10
* Code smell: Use string interpolationMarkus Roberts2010-07-091-13/+13
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-8/+11
* Feature #2935: Test for if we're "puppet cert"Jesse Wolfe2010-02-171-1/+1
* Revert the guts of #2890Markus Roberts2010-02-171-6/+5
* Fix for #2890 (the cached certificates that would not die)Markus Roberts2009-12-191-5/+6
* Possible workaround for #2824 (MRI GC bug)Markus Roberts2009-11-191-2/+2
* Re-fixed #2750 - Stop disabling the CRL or checking for a disabled CRLJohn A. Barbuto2009-10-271-5/+0
* Removed extra whitespace from end of linesIan Taylor2009-06-061-15/+15
* Updated fix for ticket #1271James Turnbull2008-05-311-1/+1
* Applied patch for ticket #1271James Turnbull2008-05-301-3/+8
* Ticket #1041Andrew Shafer2008-03-051-29/+1
* Applying patch by Jay to fix #989 -- missing crl files areLuke Kanies2008-02-071-3/+3
* Adding what is hopefully the last commit for #896. Here's theLuke Kanies2007-12-111-1/+0
* Applying patches from #823 by wyvernLuke Kanies2007-11-271-0/+10
* Fixing #896 by applying DerekW's patches, with slightLuke Kanies2007-11-191-0/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-221-9/+9
* 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