| Commit message (Expand) | Author | Age | Files | Lines |
* | (#5528) Add REST API for signing, revoking, retrieving, cleaning certs | Max Martin | 2011-04-05 | 1 | -14/+64 |
* | Maint: Modified uses of indirector.save to call the indirection directly. | Paul Berry | 2010-11-30 | 3 | -5/+5 |
* | Maint: Moved auto-signing logic into an indirector extension | Paul Berry | 2010-11-30 | 1 | -10/+14 |
* | Maint: Refactor code to use <class>.indirection.<method> | Paul Berry | 2010-11-29 | 3 | -30/+30 |
* | Fix #4226 - Prepend 'Puppet CA: ' to fqdn for default root ca_name | Jacob Helwig | 2010-09-28 | 1 | -1/+1 |
* | Fix for #4210 -- missing require in CA | Markus Roberts | 2010-07-11 | 1 | -1/+1 |
* | Code smell: Two space indentation | Markus Roberts | 2010-07-09 | 10 | -978/+978 |
* | Code smell: Avoid needless decorations | Markus Roberts | 2010-07-09 | 3 | -5/+5 |
* | Code smell: Don't restate results directly after assignment | Markus Roberts | 2010-07-09 | 1 | -1/+0 |
* | Code smell: Use ||= for conditional initialization | Markus Roberts | 2010-07-09 | 1 | -1/+1 |
* | Code smell: Omit needless checks on defined | Markus Roberts | 2010-07-09 | 1 | -1/+1 |
* | Code smell: Avoid explicit returns | Markus Roberts | 2010-07-09 | 5 | -11/+11 |
* | Code smell: Booleans are first class values. | Markus Roberts | 2010-07-09 | 1 | -10/+2 |
* | Code smell: Line modifiers are preferred to one-line blocks. | Markus Roberts | 2010-07-09 | 3 | -25/+9 |
* | Code smell: Use string interpolation | Markus Roberts | 2010-07-09 | 8 | -24/+24 |
* | [#4090] Rename mode (:master, :agent, :user) to run_mode | Matt Robinson | 2010-07-01 | 1 | -1/+1 |
* | Print stacktraces if requested | David Schmitt | 2010-02-17 | 1 | -0/+2 |
* | Feature #2935 Puppet::Mode#master? | Jesse Wolfe | 2010-02-17 | 1 | -1/+1 |
* | Feature #2276 Single Executable: Update docstrings | Jesse Wolfe | 2010-02-17 | 1 | -1/+1 |
* | Feature #2935: lazify require graph for applications | Jesse Wolfe | 2010-02-17 | 1 | -124/+130 |
* | Fixes #3663 - It should be possible to list signed hosts only | James Turnbull | 2010-02-17 | 1 | -1/+3 |
* | Fixes incorrect line in partial CRL fix | James Turnbull | 2010-02-17 | 1 | -1/+0 |
* | WIP - trying to fix #3460 | Luke Kanies | 2010-02-17 | 2 | -1/+2 |
* | Fixed #3532 - Typo in lib/puppet/ssl/host.rb | James Turnbull | 2010-02-17 | 1 | -1/+1 |
* | Revert the guts of #2890 | Markus Roberts | 2010-02-17 | 2 | -13/+19 |
* | Merge branch '0.25.x' | Markus Roberts | 2010-02-09 | 1 | -0/+2 |
|\ |
|
| * | Partial reversion of patch for #3088 to fix #3104 (Exception misreported) | Markus Roberts | 2010-01-24 | 1 | -1/+1 |
| * | Fix for #3088 (catching Exception also traps SystemExit) | Markus Roberts | 2010-01-24 | 1 | -0/+2 |
* | | Fix #3117 - cert fingerprinting uses a method not available in ruby <= 1.8.6 | Brice Figureau | 2010-01-28 | 1 | -1/+1 |
* | | Feature #2839 - fingerprint certificate | Brice Figureau | 2010-01-19 | 4 | -9/+47 |
* | | Revert "Feature #2839 - fingerprint certificate" | James Turnbull | 2010-01-19 | 2 | -40/+7 |
* | | Feature #2839 - fingerprint certificate | Brice Figureau | 2010-01-18 | 2 | -7/+40 |
* | | Merge branch '0.25.x' | James Turnbull | 2010-01-13 | 2 | -35/+17 |
|\| |
|
| * | Fix for #2890 (the cached certificates that would not die) | Markus Roberts | 2009-12-19 | 2 | -35/+17 |
* | | Merge branch '0.25.x' | Luke Kanies | 2009-12-21 | 2 | -5/+2 |
|\| |
|
| * | Re-fixed #2750 - Stop disabling the CRL or checking for a disabled CRL | John A. Barbuto | 2009-10-27 | 1 | -2/+0 |
| * | Revised partial fix for #2661 and related issues | Markus Roberts | 2009-10-27 | 1 | -3/+2 |
* | | Fixing #1507 - Adding a :ca_name setting | Luke Kanies | 2009-11-20 | 1 | -1/+6 |
* | | Always using the CA_name constant instead of "ca" | Luke Kanies | 2009-11-20 | 2 | -5/+5 |
|/ |
|
* | Fix #2082 - puppetca shouldn't list revoked certificates | Brice Figureau | 2009-07-07 | 2 | -2/+19 |
* | Removed extra whitespace from end of lines | Ian Taylor | 2009-06-06 | 3 | -4/+4 |
* | JRuby OpenSSL implementation is more strict than real ruby one and | James Turnbull | 2009-05-30 | 1 | -1/+1 |
* | Fixing #2028 - Better failures when a cert is found with no key | Luke Kanies | 2009-02-28 | 1 | -1/+14 |
* | Resetting SSL cache terminii to nil when only using the ca | Luke Kanies | 2009-02-06 | 1 | -0/+8 |
* | Cleaning up SSL instances that can't be saved | Luke Kanies | 2009-02-06 | 1 | -2/+13 |
* | Fixing #1729 - puppetmasterd can now read certs at startup | Luke Kanies | 2008-12-18 | 1 | -20/+30 |
* | Refactoring the Cacher interface to always require attribute declaration. | Luke Kanies | 2008-11-11 | 1 | -2/+6 |
* | Retrieving the CA certificate before the client certificate. | Luke Kanies | 2008-11-03 | 1 | -4/+10 |
* | Handling the case where a symbol (e.g., :ca) is used for a certificate name. | Luke Kanies | 2008-11-03 | 1 | -1/+1 |
* | Fixing CertificateRequest#save to accept arguments. | Luke Kanies | 2008-11-03 | 1 | -1/+1 |