summaryrefslogtreecommitdiffstats
path: root/lib/puppet/sslcertificates
Commit message (Expand)AuthorAgeFilesLines
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-1/+1
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-5/+5
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-094-11/+11
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-5/+1
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-094-87/+29
* Code smell: Use string interpolationMarkus Roberts2010-07-093-23/+23
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-093-25/+35
* 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-063-21/+21
* Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...James Turnbull2009-02-261-1/+1
* Adding an additional option for the fix in ff36832e, skipping missing cert dirsLuke Kanies2008-10-081-0/+3
* Bug #1448: Puppet CA incorrectly writes out all certs to inventory .txt on ea...Nigel Kersten2008-07-291-2/+3
* Fixing the renaming code to skip missing directories.Luke Kanies2008-07-211-1/+4
* Fixing a cert test to pass on Darwin.Luke Kanies2008-07-211-0/+1
* Fixing #1382 - existing uppercase certs, keys, et al will be renamed.Luke Kanies2008-07-021-2/+22
* 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
* Entirely refactoring http keep-alive. There's nowLuke Kanies2007-12-191-6/+4
* 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
* Partial work done for ssl certificates.Michael V. O'Brien2007-10-191-0/+6
* Removing the Id tags from all of the filesLuke Kanies2007-10-034-4/+0
* Renaming the 'Puppet::Util::Config' class toLuke Kanies2007-09-223-14/+14
* Fixed CA race condition (#693)Michael V. O'Brien2007-08-221-5/+37
* Changes to lib/ corresponding to test refactoring from r2759, was unaware tha...christian2007-08-091-4/+1
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-042-88/+1
* Merging the webserver_portability branch from version 2182 to version 2258.luke2007-03-062-3/+129
* 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
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-25/+28
* + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process...erikh2006-09-221-1/+1
* Better documentation around certificate revocation and mgmtlutter2006-09-181-0/+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-132-5/+46
* Changing autosign mode to 644luke2006-08-291-1/+1
* Certificate revocation through puppetca. Keep a simple text inventory of all ...lutter2006-08-232-0/+50
* 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