summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | We have a basically functional CA -- it can signLuke Kanies2008-04-1510-52/+186
* | Adding tests for the easy bits of the CertificateFactory.Luke Kanies2008-04-152-5/+121
* | Adding tests for the certificate serial numbersLuke Kanies2008-04-152-10/+194
* | The certificate authority is now functional and tested.Luke Kanies2008-04-154-29/+149
* | refactoring the cert request test a bitLuke Kanies2008-04-151-37/+29
* | This is a first pass at the certificate authority.Luke Kanies2008-04-156-48/+387
* | It looks like all of the new ssl classes for managingLuke Kanies2008-04-1512-75/+335
* | Adding he last of the indirection classes for the sslLuke Kanies2008-04-1512-5/+95
* | The certificate and key are now correctly interactingLuke Kanies2008-04-156-242/+201
* | Removing obsolete indirection classesLuke Kanies2008-04-152-38/+0
* | The basics for the certificate and certificate requestLuke Kanies2008-04-1511-41/+304
* | Fixing a couple of broken tests.Luke Kanies2008-04-152-0/+3
* | The new SSL classes basically work, but they're notLuke Kanies2008-04-158-1/+264
* | Finished the certificate request wrapper class.Luke Kanies2008-04-152-0/+95
* | First stage of cert refactoring: PrivateLuke Kanies2008-04-155-116/+301
* | Oops; final fix on the integration test failures resultingLuke Kanies2008-04-151-1/+5
* | Fixing whitespace problems.Luke Kanies2008-04-151-18/+18
* | Fixing an integration test of the rest terminus; it wasLuke Kanies2008-04-151-1/+5
* | Adding the necessary tests for webrick to have logging andLuke Kanies2008-04-152-1/+218
* | Merge branch '0.24.x'Luke Kanies2008-04-1123-449/+1407
|\|
| * Fixishing some pending tests, including filling inLuke Kanies2008-04-113-15/+19
| * Making the changes necessary to get the REST supportLuke Kanies2008-04-113-46/+52
| * The 'destroy' method in the indirection now returnsLuke Kanies2008-04-112-5/+5
| * fill out specs for network_* methods; refactor lowest-level network hooksRick Bradley2008-04-112-30/+166
| * adding rest_connection_details helper to Indirector::REST -- will need to be ...Rick Bradley2008-04-112-0/+17
| * make sure unit indirector specs are working with #save; fill out network_put ...Rick Bradley2008-04-111-3/+53
| * removed a debugging helper from the Indirector::Rest#save methodRick Bradley2008-04-111-3/+1
| * 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-114-22/+112
| * disabling caching for Puppet::Indirector::Indirection as it was causing hella...Rick Bradley2008-04-111-1/+0
| * work-in-progress; playing with refactoring network_* methods inside Indirecto...Rick Bradley2008-04-111-2/+11
| * Added support for destroy/DELETE over REST (including units & integrations on...Rick Bradley2008-04-113-13/+157
| * updating search integration specs to include webrickRick Bradley2008-04-112-8/+63
| * making search work over REST, w/ unit & integration specsRick Bradley2008-04-114-9/+62
| * unit specs and implementation for Indirector::REST#search methodRick Bradley2008-04-112-8/+60
| * placeholders for integration specs on final REST methodsRick Bradley2008-04-111-0/+24
| * ensure that we only run the mongrel specs when mongrel is available as a featureRick Bradley2008-04-112-0/+4
| * bringing Indirector::REST specs to mongrel-land as well.Rick Bradley2008-04-111-44/+112
| * Make mongrel happy like WEBrick.Rick Bradley2008-04-115-287/+274
| * exceptions on remote end now properly passed to local end via REST and re-rai...Rick Bradley2008-04-112-4/+4
| * Much larger commit than I would like to land at once. This is all REST-relat...Rick Bradley2008-04-1113-119/+242
| * a trivial integration test to test whether the RESTful indirection terminus h...Rick Bradley2008-04-111-0/+35
| * fixing Puppet::Node::REST class name to work with autoloader inflection (Pupp...Rick Bradley2008-04-111-1/+1
| * This is the first version where mongrel and webrick are reliably startable an...Rick Bradley2008-04-119-30/+175
| * the indirector will not serve xmlrpc (this is the responsibility of the legac...Rick Bradley2008-04-117-26/+6
| * removing obsolete TODO commentRick Bradley2008-04-111-1/+0
| * puppet-compliant indentationRick Bradley2008-04-111-22/+22
* | Merge branch '0.24.x'Luke Kanies2008-04-11105-1973/+2091
|\|
| * Resources now return the 'should' value for properties fromLuke Kanies2008-04-113-44/+9
| * Modified the 'master' handler to use the Catalog class toLuke Kanies2008-04-119-474/+38