summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixing the webrick integration tests to use the newly-functionalLuke Kanies2008-05-051-1/+7
* The Certificate Authority now automatically creates a CRL when appropriate.Luke Kanies2008-05-053-19/+57
* The Settings class now clears the 'used' sections when a value is changed.Luke Kanies2008-05-052-1/+8
* Moving some http configuration values to the mainLuke Kanies2008-05-051-14/+14
* The http pool manager now uses new-style certificate management.Luke Kanies2008-05-052-105/+87
* Fixing some tests that were insufficiently mocking their configurations.Luke Kanies2008-05-052-0/+8
* Fixing a critical problem in how CRLs were saved and moving SSL Store respons...Luke Kanies2008-05-057-84/+166
* The SSL::Host class now uses the CA to generate its certificate when appropri...Luke Kanies2008-05-052-6/+32
* The CA now initializes itself.Luke Kanies2008-05-053-13/+103
* Switched puppetmasterd to use the new-style server plumbing.Luke Kanies2008-05-025-105/+43
* Adding xmlrpc backward compatibility to the new Mongrel code.Luke Kanies2008-05-023-11/+48
* Adding xmlrpc support to webrick.Luke Kanies2008-05-025-42/+115
* Fixing some whitespaceLuke Kanies2008-05-021-4/+3
* Adding configuration support for XMLRPC handlers.Luke Kanies2008-05-022-125/+255
* I think I've now got the Webrick SSL support working.Luke Kanies2008-04-2810-14/+73
* Interim commit, since I want to work but have no network available.Luke Kanies2008-04-285-76/+259
* Merge branch '0.24.x'Luke Kanies2008-04-2111-19/+93
|\
| * Fixed some tests broken by #1176James Turnbull2008-04-191-8/+8
| * Added puppetlast script to ext directoryJames Turnbull2008-04-191-0/+40
| * Pushed patch for #1176 - configtimeout fixJames Turnbull2008-04-192-3/+4
| * Pushed patch for ticket #1191 - adding globbing support to ports providerJames Turnbull2008-04-191-1/+6
| * Pushed patch for ticket #1187 - freebsd pkg_add supportJames Turnbull2008-04-191-4/+15
| * Fixed #1195 - support for gentoo openrcJames Turnbull2008-04-181-1/+2
| * Pushed schema patch for #1193James Turnbull2008-04-172-0/+10
| * Fixed #1189 and added support for --all to puppetca --cleanJames Turnbull2008-04-152-12/+33
* | Changing the File certificate terminus so that itLuke Kanies2008-04-212-3/+3
* | Renaming the 'ca_file' ssl terminus type to 'ca'.Luke Kanies2008-04-2110-28/+28
* | Temporarily disabling the revoke/verify test in the CA.Luke Kanies2008-04-191-3/+5
* | Fixing how the CRL is used for certificate verification.Luke Kanies2008-04-192-3/+3
* | Fixing puppetca so it uses the :local ca setting.Luke Kanies2008-04-191-0/+2
* | Added an Interface class to the CA to model puppetca's usage.Luke Kanies2008-04-196-286/+426
* | Making the SSL::Host's destroy method a class method,Luke Kanies2008-04-192-23/+40
* | Adding the last functionality needed for puppetca to use the Indirector.Luke Kanies2008-04-192-0/+34
* | Finishing the interface between the CA and the CRL.Luke Kanies2008-04-199-78/+405
* | Adding inventory support to the new certificate authority.Luke Kanies2008-04-184-5/+32
* | Adding support within the inventory for real certs or Puppet cert wrappers.Luke Kanies2008-04-182-0/+14
* | Changing the Inventory class to rebuild when theLuke Kanies2008-04-182-42/+48
* | Adding a comment to the inventory class.Luke Kanies2008-04-181-1/+1
* | Adding an SSl::Inventory class for managing the ssl inventory.Luke Kanies2008-04-182-0/+174
* | All SSL terminus classes now force the CA information into the right place.Luke Kanies2008-04-185-0/+30
* | Switching the SSL::Host class to return Puppet instances.Luke Kanies2008-04-177-41/+52
* | Setting the expiration date of certificate objects to the expiry of the actualLuke Kanies2008-04-172-0/+20
* | Adding integration tests for a lot of the SSL code.Luke Kanies2008-04-1710-12/+246
* | Moving the password file handling into the SSL::Key class.Luke Kanies2008-04-177-47/+78
* | Moving all of the ca-specific settings to the ca_fileLuke Kanies2008-04-178-20/+64
* | Adding SSL::Host-level support for managing the terminus andLuke Kanies2008-04-1711-28/+177
* | Fixing the CA so it actually automatically generates its certificate.Luke Kanies2008-04-172-19/+19
* | The certificate authority now uses a Host instance named 'ca'.Luke Kanies2008-04-173-156/+84
* | Changing all of the SSL terminus classes to treat CA files specially.Luke Kanies2008-04-1715-173/+397
* | The 'destroy' method for the ssl_file terminus base classLuke Kanies2008-04-162-3/+3