summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | 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-162-198/+24
* | Making the first pass at using requests instead ofLuke Kanies2008-04-1513-165/+47
* | Adding a :to_text method that will convert the containedLuke Kanies2008-04-154-0/+27
* | Actually signing the certificates in the CA.Luke Kanies2008-04-152-1/+40
* | Adding the first attempt at managing the certificateLuke Kanies2008-04-152-0/+239
* | Adding a :search method to the ssl_file terminus typeLuke Kanies2008-04-154-0/+140
* | 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-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