summaryrefslogtreecommitdiffstats
path: root/spec/unit
Commit message (Expand)AuthorAgeFilesLines
...
* | Adding an SSl::Inventory class for managing the ssl inventory.Luke Kanies2008-04-181-0/+136
* | All SSL terminus classes now force the CA information into the right place.Luke Kanies2008-04-182-0/+18
* | Switching the SSL::Host class to return Puppet instances.Luke Kanies2008-04-173-27/+37
* | Setting the expiration date of certificate objects to the expiry of the actualLuke Kanies2008-04-171-0/+15
* | Adding integration tests for a lot of the SSL code.Luke Kanies2008-04-173-7/+7
* | Moving the password file handling into the SSL::Key class.Luke Kanies2008-04-173-32/+57
* | Moving all of the ca-specific settings to the ca_fileLuke Kanies2008-04-174-18/+43
* | Adding SSL::Host-level support for managing the terminus andLuke Kanies2008-04-175-7/+111
* | Fixing the CA so it actually automatically generates its certificate.Luke Kanies2008-04-171-12/+11
* | The certificate authority now uses a Host instance named 'ca'.Luke Kanies2008-04-171-90/+57
* | Changing all of the SSL terminus classes to treat CA files specially.Luke Kanies2008-04-177-120/+258
* | The 'destroy' method for the ssl_file terminus base classLuke Kanies2008-04-161-2/+2
* | Marking a test as pending, because it's not ready yet.Luke Kanies2008-04-161-7/+7
* | Removing all the cases where the ssl host specifiesLuke Kanies2008-04-161-128/+6
* | Making the first pass at using requests instead ofLuke Kanies2008-04-155-101/+17
* | Adding a :to_text method that will convert the containedLuke Kanies2008-04-153-0/+21
* | Actually signing the certificates in the CA.Luke Kanies2008-04-151-1/+39
* | Adding the first attempt at managing the certificateLuke Kanies2008-04-151-0/+167
* | Adding a :search method to the ssl_file terminus typeLuke Kanies2008-04-152-0/+109
* | Fixing a failing test that had not been updated from previous codingLuke Kanies2008-04-152-3/+1
* | We have a basically functional CA -- it can signLuke Kanies2008-04-153-33/+132
* | Adding tests for the easy bits of the CertificateFactory.Luke Kanies2008-04-151-0/+107
* | Adding tests for the certificate serial numbersLuke Kanies2008-04-151-0/+184
* | The certificate authority is now functional and tested.Luke Kanies2008-04-152-3/+122
* | refactoring the cert request test a bitLuke Kanies2008-04-151-37/+29
* | This is a first pass at the certificate authority.Luke Kanies2008-04-152-0/+31
* | It looks like all of the new ssl classes for managingLuke Kanies2008-04-155-55/+230
* | Adding he last of the indirection classes for the sslLuke Kanies2008-04-155-0/+66
* | The certificate and key are now correctly interactingLuke Kanies2008-04-153-216/+171
* | The basics for the certificate and certificate requestLuke Kanies2008-04-154-3/+177
* | Fixing a couple of broken tests.Luke Kanies2008-04-151-0/+2
* | The new SSL classes basically work, but they're notLuke Kanies2008-04-153-0/+174
* | Finished the certificate request wrapper class.Luke Kanies2008-04-151-0/+68
* | First stage of cert refactoring: PrivateLuke Kanies2008-04-153-116/+229
* | Adding the necessary tests for webrick to have logging andLuke Kanies2008-04-151-0/+145
* | Merge branch '0.24.x'Luke Kanies2008-04-118-361/+697
|\|
| * Fixishing some pending tests, including filling inLuke Kanies2008-04-111-11/+9
| * Making the changes necessary to get the REST supportLuke Kanies2008-04-111-27/+35
| * The 'destroy' method in the indirection now returnsLuke Kanies2008-04-111-3/+3
| * fill out specs for network_* methods; refactor lowest-level network hooksRick Bradley2008-04-111-26/+158
| * adding rest_connection_details helper to Indirector::REST -- will need to be ...Rick Bradley2008-04-111-0/+12
| * make sure unit indirector specs are working with #save; fill out network_put ...Rick Bradley2008-04-111-3/+53
| * updating mongrel/webrick unit tests to match integration-tested version of RE...Rick Bradley2008-04-112-22/+4
| * adding REST save support, with integration tests. A handful of unit tests in...Rick Bradley2008-04-111-2/+0
| * Added support for destroy/DELETE over REST (including units & integrations on...Rick Bradley2008-04-111-3/+56
| * updating search integration specs to include webrickRick Bradley2008-04-111-4/+4
| * making search work over REST, w/ unit & integration specsRick Bradley2008-04-111-1/+1
| * unit specs and implementation for Indirector::REST#search methodRick Bradley2008-04-111-8/+52
| * Make mongrel happy like WEBrick.Rick Bradley2008-04-113-280/+270
| * Much larger commit than I would like to land at once. This is all REST-relat...Rick Bradley2008-04-115-46/+90