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
/
lib
/
puppet
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
The CA now initializes itself.
Luke Kanies
2008-05-05
1
-2
/
+23
*
|
Switched puppetmasterd to use the new-style server plumbing.
Luke Kanies
2008-05-02
2
-2
/
+11
*
|
Adding xmlrpc backward compatibility to the new Mongrel code.
Luke Kanies
2008-05-02
1
-0
/
+10
*
|
Adding xmlrpc support to webrick.
Luke Kanies
2008-05-02
2
-3
/
+20
*
|
Fixing some whitespace
Luke Kanies
2008-05-02
1
-4
/
+3
*
|
Adding configuration support for XMLRPC handlers.
Luke Kanies
2008-05-02
1
-7
/
+37
*
|
I think I've now got the Webrick SSL support working.
Luke Kanies
2008-04-28
4
-5
/
+20
*
|
Interim commit, since I want to work but have no network available.
Luke Kanies
2008-04-28
2
-18
/
+35
*
|
Merge branch '0.24.x'
Luke Kanies
2008-04-21
6
-8
/
+35
|
\
|
|
*
Pushed patch for #1176 - configtimeout fix
James Turnbull
2008-04-19
2
-3
/
+4
|
*
Pushed patch for ticket #1191 - adding globbing support to ports provider
James Turnbull
2008-04-19
1
-1
/
+6
|
*
Pushed patch for ticket #1187 - freebsd pkg_add support
James Turnbull
2008-04-19
1
-4
/
+15
|
*
Pushed schema patch for #1193
James Turnbull
2008-04-17
2
-0
/
+10
*
|
Changing the File certificate terminus so that it
Luke Kanies
2008-04-21
1
-1
/
+1
*
|
Renaming the 'ca_file' ssl terminus type to 'ca'.
Luke Kanies
2008-04-21
5
-6
/
+6
*
|
Fixing how the CRL is used for certificate verification.
Luke Kanies
2008-04-19
1
-1
/
+1
*
|
Added an Interface class to the CA to model puppetca's usage.
Luke Kanies
2008-04-19
2
-0
/
+122
*
|
Making the SSL::Host's destroy method a class method,
Luke Kanies
2008-04-19
1
-7
/
+10
*
|
Adding the last functionality needed for puppetca to use the Indirector.
Luke Kanies
2008-04-19
1
-0
/
+14
*
|
Finishing the interface between the CA and the CRL.
Luke Kanies
2008-04-19
4
-50
/
+128
*
|
Adding inventory support to the new certificate authority.
Luke Kanies
2008-04-18
2
-2
/
+10
*
|
Adding support within the inventory for real certs or Puppet cert wrappers.
Luke Kanies
2008-04-18
1
-0
/
+2
*
|
Changing the Inventory class to rebuild when the
Luke Kanies
2008-04-18
1
-2
/
+3
*
|
Adding a comment to the inventory class.
Luke Kanies
2008-04-18
1
-1
/
+1
*
|
Adding an SSl::Inventory class for managing the ssl inventory.
Luke Kanies
2008-04-18
1
-0
/
+38
*
|
All SSL terminus classes now force the CA information into the right place.
Luke Kanies
2008-04-18
2
-0
/
+2
*
|
Switching the SSL::Host class to return Puppet instances.
Luke Kanies
2008-04-17
3
-13
/
+14
*
|
Setting the expiration date of certificate objects to the expiry of the actual
Luke Kanies
2008-04-17
1
-0
/
+5
*
|
Adding integration tests for a lot of the SSL code.
Luke Kanies
2008-04-17
4
-5
/
+6
*
|
Moving the password file handling into the SSL::Key class.
Luke Kanies
2008-04-17
4
-15
/
+21
*
|
Moving all of the ca-specific settings to the ca_file
Luke Kanies
2008-04-17
4
-2
/
+21
*
|
Adding SSL::Host-level support for managing the terminus and
Luke Kanies
2008-04-17
6
-21
/
+66
*
|
Fixing the CA so it actually automatically generates its certificate.
Luke Kanies
2008-04-17
1
-7
/
+8
*
|
The certificate authority now uses a Host instance named 'ca'.
Luke Kanies
2008-04-17
1
-65
/
+26
*
|
Changing all of the SSL terminus classes to treat CA files specially.
Luke Kanies
2008-04-17
8
-53
/
+139
*
|
The 'destroy' method for the ssl_file terminus base class
Luke Kanies
2008-04-16
1
-1
/
+1
*
|
Removing all the cases where the ssl host specifies
Luke Kanies
2008-04-16
1
-70
/
+18
*
|
Making the first pass at using requests instead of
Luke Kanies
2008-04-15
8
-64
/
+30
*
|
Adding a :to_text method that will convert the contained
Luke Kanies
2008-04-15
1
-0
/
+6
*
|
Actually signing the certificates in the CA.
Luke Kanies
2008-04-15
1
-0
/
+1
*
|
Adding the first attempt at managing the certificate
Luke Kanies
2008-04-15
1
-0
/
+72
*
|
Adding a :search method to the ssl_file terminus type
Luke Kanies
2008-04-15
2
-0
/
+31
*
|
We have a basically functional CA -- it can sign
Luke Kanies
2008-04-15
7
-19
/
+54
*
|
Adding tests for the easy bits of the CertificateFactory.
Luke Kanies
2008-04-15
1
-5
/
+14
*
|
Adding tests for the certificate serial numbers
Luke Kanies
2008-04-15
1
-10
/
+10
*
|
The certificate authority is now functional and tested.
Luke Kanies
2008-04-15
2
-26
/
+27
*
|
This is a first pass at the certificate authority.
Luke Kanies
2008-04-15
4
-48
/
+356
*
|
It looks like all of the new ssl classes for managing
Luke Kanies
2008-04-15
7
-20
/
+105
*
|
Adding he last of the indirection classes for the ssl
Luke Kanies
2008-04-15
7
-5
/
+29
*
|
The certificate and key are now correctly interacting
Luke Kanies
2008-04-15
3
-26
/
+30
[prev]
[next]