index
:
puppet.git
master
ticket/master/7841
ticket/master/8119
Puppet repo
Ricky Zhou (周家杰)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
spec
/
unit
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Fixing a critical problem in how CRLs were saved and moving SSL Store respons...
Luke Kanies
2008-05-05
3
-67
/
+89
*
|
The SSL::Host class now uses the CA to generate its certificate when appropri...
Luke Kanies
2008-05-05
1
-3
/
+24
*
|
The CA now initializes itself.
Luke Kanies
2008-05-05
1
-11
/
+78
*
|
Switched puppetmasterd to use the new-style server plumbing.
Luke Kanies
2008-05-02
2
-1
/
+12
*
|
Adding xmlrpc backward compatibility to the new Mongrel code.
Luke Kanies
2008-05-02
1
-10
/
+37
*
|
Adding xmlrpc support to webrick.
Luke Kanies
2008-05-02
1
-38
/
+92
*
|
Adding configuration support for XMLRPC handlers.
Luke Kanies
2008-05-02
1
-118
/
+218
*
|
I think I've now got the Webrick SSL support working.
Luke Kanies
2008-04-28
2
-8
/
+9
*
|
Interim commit, since I want to work but have no network available.
Luke Kanies
2008-04-28
2
-15
/
+169
*
|
Merge branch '0.24.x'
Luke Kanies
2008-04-21
1
-8
/
+8
|
\
|
|
*
Fixed some tests broken by #1176
James Turnbull
2008-04-19
1
-8
/
+8
*
|
Changing the File certificate terminus so that it
Luke Kanies
2008-04-21
1
-2
/
+2
*
|
Renaming the 'ca_file' ssl terminus type to 'ca'.
Luke Kanies
2008-04-21
5
-22
/
+22
*
|
Fixing how the CRL is used for certificate verification.
Luke Kanies
2008-04-19
1
-2
/
+2
*
|
Added an Interface class to the CA to model puppetca's usage.
Luke Kanies
2008-04-19
2
-3
/
+285
*
|
Making the SSL::Host's destroy method a class method,
Luke Kanies
2008-04-19
1
-16
/
+30
*
|
Adding the last functionality needed for puppetca to use the Indirector.
Luke Kanies
2008-04-19
1
-0
/
+20
*
|
Finishing the interface between the CA and the CRL.
Luke Kanies
2008-04-19
4
-27
/
+262
*
|
Adding inventory support to the new certificate authority.
Luke Kanies
2008-04-18
2
-3
/
+22
*
|
Adding support within the inventory for real certs or Puppet cert wrappers.
Luke Kanies
2008-04-18
1
-0
/
+12
*
|
Changing the Inventory class to rebuild when the
Luke Kanies
2008-04-18
1
-40
/
+45
*
|
Adding an SSl::Inventory class for managing the ssl inventory.
Luke Kanies
2008-04-18
1
-0
/
+136
*
|
All SSL terminus classes now force the CA information into the right place.
Luke Kanies
2008-04-18
2
-0
/
+18
*
|
Switching the SSL::Host class to return Puppet instances.
Luke Kanies
2008-04-17
3
-27
/
+37
*
|
Setting the expiration date of certificate objects to the expiry of the actual
Luke Kanies
2008-04-17
1
-0
/
+15
*
|
Adding integration tests for a lot of the SSL code.
Luke Kanies
2008-04-17
3
-7
/
+7
*
|
Moving the password file handling into the SSL::Key class.
Luke Kanies
2008-04-17
3
-32
/
+57
*
|
Moving all of the ca-specific settings to the ca_file
Luke Kanies
2008-04-17
4
-18
/
+43
*
|
Adding SSL::Host-level support for managing the terminus and
Luke Kanies
2008-04-17
5
-7
/
+111
*
|
Fixing the CA so it actually automatically generates its certificate.
Luke Kanies
2008-04-17
1
-12
/
+11
*
|
The certificate authority now uses a Host instance named 'ca'.
Luke Kanies
2008-04-17
1
-90
/
+57
*
|
Changing all of the SSL terminus classes to treat CA files specially.
Luke Kanies
2008-04-17
7
-120
/
+258
*
|
The 'destroy' method for the ssl_file terminus base class
Luke Kanies
2008-04-16
1
-2
/
+2
*
|
Marking a test as pending, because it's not ready yet.
Luke Kanies
2008-04-16
1
-7
/
+7
*
|
Removing all the cases where the ssl host specifies
Luke Kanies
2008-04-16
1
-128
/
+6
*
|
Making the first pass at using requests instead of
Luke Kanies
2008-04-15
5
-101
/
+17
*
|
Adding a :to_text method that will convert the contained
Luke Kanies
2008-04-15
3
-0
/
+21
*
|
Actually signing the certificates in the CA.
Luke Kanies
2008-04-15
1
-1
/
+39
*
|
Adding the first attempt at managing the certificate
Luke Kanies
2008-04-15
1
-0
/
+167
*
|
Adding a :search method to the ssl_file terminus type
Luke Kanies
2008-04-15
2
-0
/
+109
*
|
Fixing a failing test that had not been updated from previous coding
Luke Kanies
2008-04-15
2
-3
/
+1
*
|
We have a basically functional CA -- it can sign
Luke Kanies
2008-04-15
3
-33
/
+132
*
|
Adding tests for the easy bits of the CertificateFactory.
Luke Kanies
2008-04-15
1
-0
/
+107
*
|
Adding tests for the certificate serial numbers
Luke Kanies
2008-04-15
1
-0
/
+184
*
|
The certificate authority is now functional and tested.
Luke Kanies
2008-04-15
2
-3
/
+122
*
|
refactoring the cert request test a bit
Luke Kanies
2008-04-15
1
-37
/
+29
*
|
This is a first pass at the certificate authority.
Luke Kanies
2008-04-15
2
-0
/
+31
*
|
It looks like all of the new ssl classes for managing
Luke Kanies
2008-04-15
5
-55
/
+230
*
|
Adding he last of the indirection classes for the ssl
Luke Kanies
2008-04-15
5
-0
/
+66
*
|
The certificate and key are now correctly interacting
Luke Kanies
2008-04-15
3
-216
/
+171
[prev]
[next]