summaryrefslogtreecommitdiffstats
path: root/lib/puppet/ssl/host.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't use non-1.8.5-compatible methods 'Object#tap' and 'Dir.mktmpdir'Nick Lewis2011-07-211-4/+5
* Remove use of Puppet::Util::Cacher in Puppet::SSL::HostNick Lewis2011-07-211-9/+4
* (#5528) Add REST API for signing, revoking, retrieving, cleaning certsMax Martin2011-04-051-14/+64
* Maint: Modified uses of indirector.save to call the indirection directly.Paul Berry2010-11-301-2/+2
* Maint: Refactor code to use <class>.indirection.<method>Paul Berry2010-11-291-18/+18
* Code smell: Two space indentationMarkus Roberts2010-07-091-230/+230
* Code smell: Avoid needless decorationsMarkus Roberts2010-07-091-2/+2
* Code smell: Omit needless checks on definedMarkus Roberts2010-07-091-1/+1
* Code smell: Avoid explicit returnsMarkus Roberts2010-07-091-2/+2
* Code smell: Line modifiers are preferred to one-line blocks.Markus Roberts2010-07-091-1/+1
* Code smell: Use string interpolationMarkus Roberts2010-07-091-3/+3
* Print stacktraces if requestedDavid Schmitt2010-02-171-0/+2
* Feature #2276 Single Executable: Update docstringsJesse Wolfe2010-02-171-1/+1
* Fixes incorrect line in partial CRL fixJames Turnbull2010-02-171-1/+0
* WIP - trying to fix #3460Luke Kanies2010-02-171-0/+1
* Fixed #3532 - Typo in lib/puppet/ssl/host.rbJames Turnbull2010-02-171-1/+1
* Revert the guts of #2890Markus Roberts2010-02-171-10/+17
* 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
* | Merge branch '0.25.x'James Turnbull2010-01-131-33/+14
|\|
| * Fix for #2890 (the cached certificates that would not die)Markus Roberts2009-12-191-33/+14
* | Merge branch '0.25.x'Luke Kanies2009-12-211-3/+2
|\|
| * Revised partial fix for #2661 and related issuesMarkus Roberts2009-10-271-3/+2
* | Always using the CA_name constant instead of "ca"Luke Kanies2009-11-201-3/+3
|/
* Removed extra whitespace from end of linesIan Taylor2009-06-061-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
* Retrieving the CA certificate before the client certificate.Luke Kanies2008-11-031-4/+10
* Fixing the SSL::Host#waitforcert method.Luke Kanies2008-08-071-10/+26
* Caching the SSL store for the SSL Host.Luke Kanies2008-08-071-8/+11
* Adding wait_for_cert functionality to the ssl host class.Luke Kanies2008-08-041-0/+19
* Fixing #1168 for REST -- all ssl classes downcase their names.Luke Kanies2008-06-151-1/+1
* The CRL is now automatically used or ignored.Luke Kanies2008-05-071-4/+2
* Fixing a critical problem in how CRLs were saved and moving SSL Store respons...Luke Kanies2008-05-051-0/+18
* The SSL::Host class now uses the CA to generate its certificate when appropri...Luke Kanies2008-05-051-3/+8
* Interim commit, since I want to work but have no network available.Luke Kanies2008-04-281-2/+12
* Renaming the 'ca_file' ssl terminus type to 'ca'.Luke Kanies2008-04-211-1/+1
* Making the SSL::Host's destroy method a class method,Luke Kanies2008-04-191-7/+10
* Finishing the interface between the CA and the CRL.Luke Kanies2008-04-191-16/+7
* Switching the SSL::Host class to return Puppet instances.Luke Kanies2008-04-171-11/+9
* Adding integration tests for a lot of the SSL code.Luke Kanies2008-04-171-1/+3
* Moving the password file handling into the SSL::Key class.Luke Kanies2008-04-171-5/+1
* Adding SSL::Host-level support for managing the terminus andLuke Kanies2008-04-171-0/+56
* Changing all of the SSL terminus classes to treat CA files specially.Luke Kanies2008-04-171-8/+20
* Removing all the cases where the ssl host specifiesLuke Kanies2008-04-161-70/+18
* Adding a :search method to the ssl_file terminus typeLuke Kanies2008-04-151-0/+19
* We have a basically functional CA -- it can signLuke Kanies2008-04-151-3/+22