summaryrefslogtreecommitdiffstats
path: root/spec/integration/ssl
Commit message (Expand)AuthorAgeFilesLines
* maint: clean up the spec test headers in bulk.Daniel Pittman2011-04-134-4/+4
* maint: just require 'spec_helper', thanks rspec2Daniel Pittman2011-04-084-4/+4
* maint: Use expand_path when requiring spec_helper or puppettestMatt Robinson2010-12-064-4/+4
* Maint: Modified tests of indirector.save to call the indirection directly.Paul Berry2010-11-301-3/+3
* Maint: Refactor tests to use <class>.indirection.<method>Paul Berry2010-11-293-9/+9
* Fix for #4299 -- Don't require whichMarkus Roberts2010-11-121-3/+1
* [#4284] Fix failing specs run as root due to missing puppet groupNick Lewis2010-08-034-0/+4
* Code smell: Two space indentationMarkus Roberts2010-07-094-203/+203
* Code smell: Use string interpolationMarkus Roberts2010-07-094-4/+4
* Code smell: English names for special globals rather than line-noiseMarkus Roberts2010-07-091-1/+1
* [#3994-part 2] rename integration tests to *_spec.rbMarkus Roberts2010-06-284-0/+0
* Merge branch '0.25.x'James Turnbull2010-01-131-0/+2
|\
| * Fixing 2870 Spurious failures in spec/integration/ssl/certificate_request.rbJesse Wolfe2009-12-111-0/+2
* | Always using the CA_name constant instead of "ca"Luke Kanies2009-11-201-1/+1
|/
* Fix #2082 - puppetca shouldn't list revoked certificatesBrice Figureau2009-07-071-5/+3
* Fix #2113 - Make temp directoryPaul Nasrat2009-04-051-0/+2
* Changing the Cacher.invalidate method to Cacher.expire.Luke Kanies2008-11-114-4/+4
* Using the new Cacher class for handling cached data.Luke Kanies2008-05-134-17/+4
* The CRL is now automatically used or ignored.Luke Kanies2008-05-071-8/+1
* The master and client now successfully speak xmlrpc using the new system.Luke Kanies2008-05-071-0/+2
* Fixing the HttpPool module to get rid of an infinite loop.Luke Kanies2008-05-062-3/+20
* The Certificate Authority now automatically creates a CRL when appropriate.Luke Kanies2008-05-051-1/+11
* Fixing a critical problem in how CRLs were saved and moving SSL Store respons...Luke Kanies2008-05-051-0/+45
* The CA now initializes itself.Luke Kanies2008-05-051-0/+2
* I think I've now got the Webrick SSL support working.Luke Kanies2008-04-281-1/+12
* Temporarily disabling the revoke/verify test in the CA.Luke Kanies2008-04-191-3/+5
* Finishing the interface between the CA and the CRL.Luke Kanies2008-04-191-1/+15
* All SSL terminus classes now force the CA information into the right place.Luke Kanies2008-04-181-0/+10
* Switching the SSL::Host class to return Puppet instances.Luke Kanies2008-04-171-1/+1
* Adding integration tests for a lot of the SSL code.Luke Kanies2008-04-173-0/+233