summaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
| | * adding execute bits to testsLuke Kanies2008-05-122-0/+0
| | * New native ssh_authorized_key typeFrancois Deppierraz2008-05-072-0/+154
| * | Adding ldap providers for the user and group type.Luke Kanies2008-05-126-0/+1388
| * | Fixing another test that wrote to ~Luke Kanies2008-05-121-0/+1
| * | Fixing a test that wrote to ~.Luke Kanies2008-05-121-0/+8
| |/
* | Using the new Cacher class for handling cached data.Luke Kanies2008-05-1320-95/+55
* | Adding a module for handling caching information.Luke Kanies2008-05-071-0/+142
* | Fixing some broken tests.Luke Kanies2008-05-071-0/+10
* | The CRL is now automatically used or ignored.Luke Kanies2008-05-075-78/+21
* | The master and client now successfully speak xmlrpc using the new system.Luke Kanies2008-05-074-1/+114
* | Adding pidfile management and daemonization to the ServerLuke Kanies2008-05-071-195/+301
* | Fixing the HttpPool module to get rid of an infinite loop.Luke Kanies2008-05-064-6/+31
* | Adding REST terminuses for the SSL-related indirections.Luke Kanies2008-05-063-0/+45
* | Adding autosigning to the new CA.Luke Kanies2008-05-062-10/+103
* | Moving the CA Interface class to a separate file.Luke Kanies2008-05-062-255/+270
* | The master is now functionally serving REST and xmlrpc.Luke Kanies2008-05-051-9/+3
* | The REST infrastructure now correctly the SSL certificates.Luke Kanies2008-05-052-740/+719
* | 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-052-16/+51
* | The Settings class now clears the 'used' sections when a value is changed.Luke Kanies2008-05-051-0/+5
* | The http pool manager now uses new-style certificate management.Luke Kanies2008-05-051-94/+72
* | 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-054-67/+134
* | The SSL::Host class now uses the CA to generate its certificate when appropri...Luke Kanies2008-05-051-3/+24
* | The CA now initializes itself.Luke Kanies2008-05-052-11/+80
* | Switched puppetmasterd to use the new-style server plumbing.Luke Kanies2008-05-022-1/+12
* | Adding xmlrpc backward compatibility to the new Mongrel code.Luke Kanies2008-05-022-11/+38
* | Adding xmlrpc support to webrick.Luke Kanies2008-05-023-39/+95
* | Adding configuration support for XMLRPC handlers.Luke Kanies2008-05-021-118/+218
* | I think I've now got the Webrick SSL support working.Luke Kanies2008-04-285-9/+48
* | Interim commit, since I want to work but have no network available.Luke Kanies2008-04-283-58/+224
* | Merge branch '0.24.x'Luke Kanies2008-04-211-8/+8
|\|
| * Fixed some tests broken by #1176James Turnbull2008-04-191-8/+8
* | Changing the File certificate terminus so that itLuke Kanies2008-04-211-2/+2
* | Renaming the 'ca_file' ssl terminus type to 'ca'.Luke Kanies2008-04-215-22/+22
* | 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-191-2/+2
* | Added an Interface class to the CA to model puppetca's usage.Luke Kanies2008-04-192-3/+285
* | Making the SSL::Host's destroy method a class method,Luke Kanies2008-04-191-16/+30
* | Adding the last functionality needed for puppetca to use the Indirector.Luke Kanies2008-04-191-0/+20
* | Finishing the interface between the CA and the CRL.Luke Kanies2008-04-195-28/+277
* | Adding inventory support to the new certificate authority.Luke Kanies2008-04-182-3/+22
* | Adding support within the inventory for real certs or Puppet cert wrappers.Luke Kanies2008-04-181-0/+12
* | Changing the Inventory class to rebuild when theLuke Kanies2008-04-181-40/+45
* | 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-183-0/+28
* | Switching the SSL::Host class to return Puppet instances.Luke Kanies2008-04-174-28/+38
* | 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-176-7/+240
* | Moving the password file handling into the SSL::Key class.Luke Kanies2008-04-173-32/+57