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
...
*
|
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
*
|
Removing obsolete indirection classes
Luke Kanies
2008-04-15
2
-38
/
+0
*
|
The basics for the certificate and certificate request
Luke Kanies
2008-04-15
7
-38
/
+127
*
|
The new SSL classes basically work, but they're not
Luke Kanies
2008-04-15
5
-1
/
+90
*
|
Finished the certificate request wrapper class.
Luke Kanies
2008-04-15
1
-0
/
+27
*
|
First stage of cert refactoring: Private
Luke Kanies
2008-04-15
2
-0
/
+72
*
|
Fixing whitespace problems.
Luke Kanies
2008-04-15
1
-18
/
+18
*
|
Adding the necessary tests for webrick to have logging and
Luke Kanies
2008-04-15
1
-1
/
+73
*
|
Merge branch '0.24.x'
Luke Kanies
2008-04-11
11
-88
/
+156
|
\
|
|
*
Fixishing some pending tests, including filling in
Luke Kanies
2008-04-11
1
-2
/
+2
|
*
Making the changes necessary to get the REST support
Luke Kanies
2008-04-11
1
-8
/
+8
|
*
The 'destroy' method in the indirection now returns
Luke Kanies
2008-04-11
1
-2
/
+2
|
*
fill out specs for network_* methods; refactor lowest-level network hooks
Rick Bradley
2008-04-11
1
-4
/
+8
|
*
adding rest_connection_details helper to Indirector::REST -- will need to be ...
Rick Bradley
2008-04-11
1
-0
/
+5
|
*
removed a debugging helper from the Indirector::Rest#save method
Rick Bradley
2008-04-11
1
-3
/
+1
|
*
adding REST save support, with integration tests. A handful of unit tests in...
Rick Bradley
2008-04-11
2
-18
/
+21
|
*
disabling caching for Puppet::Indirector::Indirection as it was causing hella...
Rick Bradley
2008-04-11
1
-1
/
+0
|
*
work-in-progress; playing with refactoring network_* methods inside Indirecto...
Rick Bradley
2008-04-11
1
-2
/
+11
|
*
Added support for destroy/DELETE over REST (including units & integrations on...
Rick Bradley
2008-04-11
1
-8
/
+27
|
*
making search work over REST, w/ unit & integration specs
Rick Bradley
2008-04-11
2
-4
/
+2
|
*
unit specs and implementation for Indirector::REST#search method
Rick Bradley
2008-04-11
1
-0
/
+8
|
*
Make mongrel happy like WEBrick.
Rick Bradley
2008-04-11
2
-7
/
+4
|
*
exceptions on remote end now properly passed to local end via REST and re-rai...
Rick Bradley
2008-04-11
1
-1
/
+1
|
*
Much larger commit than I would like to land at once. This is all REST-relat...
Rick Bradley
2008-04-11
5
-24
/
+42
|
*
fixing Puppet::Node::REST class name to work with autoloader inflection (Pupp...
Rick Bradley
2008-04-11
1
-1
/
+1
|
*
This is the first version where mongrel and webrick are reliably startable an...
Rick Bradley
2008-04-11
6
-19
/
+44
[prev]
[next]