summaryrefslogtreecommitdiffstats
path: root/lib/puppet/ssl
Commit message (Expand)AuthorAgeFilesLines
* Fix for #4210 -- missing require in CAMarkus Roberts2010-07-111-1/+1
* Code smell: Two space indentationMarkus Roberts2010-07-0910-978/+978
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-093-5/+5
* Code smell: Don't restate results directly after assignmentMarkus Roberts2010-07-091-1/+0
* Code smell: Use ||= for conditional initializationMarkus Roberts2010-07-091-1/+1
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-095-11/+11
* Code smell: Booleans are first class values.Markus Roberts2010-07-091-10/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-093-25/+9
* Code smell: Use string interpolationMarkus Roberts2010-07-098-24/+24
* [#4090] Rename mode (:master, :agent, :user) to run_modeMatt Robinson2010-07-011-1/+1
* Print stacktraces if requestedDavid Schmitt2010-02-171-0/+2
* Feature #2935 Puppet::Mode#master?Jesse Wolfe2010-02-171-1/+1
* Feature #2276 Single Executable: Update docstringsJesse Wolfe2010-02-171-1/+1
* Feature #2935: lazify require graph for applicationsJesse Wolfe2010-02-171-124/+130
* Fixes #3663 - It should be possible to list signed hosts onlyJames Turnbull2010-02-171-1/+3
* Fixes incorrect line in partial CRL fixJames Turnbull2010-02-171-1/+0
* WIP - trying to fix #3460Luke Kanies2010-02-172-1/+2
* Fixed #3532 - Typo in lib/puppet/ssl/host.rbJames Turnbull2010-02-171-1/+1
* Revert the guts of #2890Markus Roberts2010-02-172-13/+19
* Merge branch '0.25.x'Markus Roberts2010-02-091-0/+2
|\
| * Partial reversion of patch for #3088 to fix #3104 (Exception misreported)Markus Roberts2010-01-241-1/+1
| * Fix for #3088 (catching Exception also traps SystemExit)Markus Roberts2010-01-241-0/+2
* | Fix #3117 - cert fingerprinting uses a method not available in ruby <= 1.8.6Brice Figureau2010-01-281-1/+1
* | Feature #2839 - fingerprint certificateBrice Figureau2010-01-194-9/+47
* | Revert "Feature #2839 - fingerprint certificate"James Turnbull2010-01-192-40/+7
* | Feature #2839 - fingerprint certificateBrice Figureau2010-01-182-7/+40
* | Merge branch '0.25.x'James Turnbull2010-01-132-35/+17
|\|
| * Fix for #2890 (the cached certificates that would not die)Markus Roberts2009-12-192-35/+17
* | Merge branch '0.25.x'Luke Kanies2009-12-212-5/+2
|\|
| * Re-fixed #2750 - Stop disabling the CRL or checking for a disabled CRLJohn A. Barbuto2009-10-271-2/+0
| * Revised partial fix for #2661 and related issuesMarkus Roberts2009-10-271-3/+2
* | Fixing #1507 - Adding a :ca_name settingLuke Kanies2009-11-201-1/+6
* | Always using the CA_name constant instead of "ca"Luke Kanies2009-11-202-5/+5
|/
* Fix #2082 - puppetca shouldn't list revoked certificatesBrice Figureau2009-07-072-2/+19
* Removed extra whitespace from end of linesIan Taylor2009-06-063-4/+4
* JRuby OpenSSL implementation is more strict than real ruby one andJames Turnbull2009-05-301-1/+1
* Fixing #2028 - Better failures when a cert is found with no keyLuke Kanies2009-02-281-1/+14
* Resetting SSL cache terminii to nil when only using the caLuke Kanies2009-02-061-0/+8
* Cleaning up SSL instances that can't be savedLuke Kanies2009-02-061-2/+13
* Fixing #1729 - puppetmasterd can now read certs at startupLuke Kanies2008-12-181-20/+30
* Refactoring the Cacher interface to always require attribute declaration.Luke Kanies2008-11-111-2/+6
* Retrieving the CA certificate before the client certificate.Luke Kanies2008-11-031-4/+10
* Handling the case where a symbol (e.g., :ca) is used for a certificate name.Luke Kanies2008-11-031-1/+1
* Fixing CertificateRequest#save to accept arguments.Luke Kanies2008-11-031-1/+1
* Fixing the String format (fixes #1522).Luke Kanies2008-08-201-0/+11
* Fixing the SSL::Host#waitforcert method.Luke Kanies2008-08-071-10/+26
* Certificates now work over REST.Luke Kanies2008-08-074-4/+30
* Caching the SSL store for the SSL Host.Luke Kanies2008-08-071-8/+11
* Making all certificates only support the plaintext format.Luke Kanies2008-08-044-0/+24