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
/
ssl
/
certificate_authority.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Util::Cacher usage from SSL::CertificateAuthority
Nick Lewis
2011-07-21
1
-5
/
+7
*
Maint: Modified uses of indirector.save to call the indirection directly.
Paul Berry
2010-11-30
1
-2
/
+2
*
Maint: Refactor code to use <class>.indirection.<method>
Paul Berry
2010-11-29
1
-11
/
+11
*
Fix for #4210 -- missing require in CA
Markus Roberts
2010-07-11
1
-1
/
+1
*
Code smell: Two space indentation
Markus Roberts
2010-07-09
1
-213
/
+213
*
Code smell: Avoid needless decorations
Markus Roberts
2010-07-09
1
-2
/
+2
*
Code smell: Don't restate results directly after assignment
Markus Roberts
2010-07-09
1
-1
/
+0
*
Code smell: Use ||= for conditional initialization
Markus Roberts
2010-07-09
1
-1
/
+1
*
Code smell: Avoid explicit returns
Markus Roberts
2010-07-09
1
-6
/
+6
*
Code smell: Booleans are first class values.
Markus Roberts
2010-07-09
1
-10
/
+2
*
Code smell: Line modifiers are preferred to one-line blocks.
Markus Roberts
2010-07-09
1
-18
/
+6
*
Code smell: Use string interpolation
Markus Roberts
2010-07-09
1
-8
/
+8
*
[#4090] Rename mode (:master, :agent, :user) to run_mode
Matt Robinson
2010-07-01
1
-1
/
+1
*
Feature #2935 Puppet::Mode#master?
Jesse Wolfe
2010-02-17
1
-1
/
+1
*
WIP - trying to fix #3460
Luke Kanies
2010-02-17
1
-1
/
+1
*
Feature #2839 - fingerprint certificate
Brice Figureau
2010-01-19
1
-1
/
+8
*
Revert "Feature #2839 - fingerprint certificate"
James Turnbull
2010-01-19
1
-22
/
+1
*
Feature #2839 - fingerprint certificate
Brice Figureau
2010-01-18
1
-1
/
+22
*
Always using the CA_name constant instead of "ca"
Luke Kanies
2009-11-20
1
-2
/
+2
*
Fix #2082 - puppetca shouldn't list revoked certificates
Brice Figureau
2009-07-07
1
-1
/
+10
*
JRuby OpenSSL implementation is more strict than real ruby one and
James Turnbull
2009-05-30
1
-1
/
+1
*
Refactoring the Cacher interface to always require attribute declaration.
Luke Kanies
2008-11-11
1
-2
/
+6
*
Using the new Cacher class for handling cached data.
Luke Kanies
2008-05-13
1
-5
/
+4
*
The CRL is now automatically used or ignored.
Luke Kanies
2008-05-07
1
-6
/
+0
*
The master and client now successfully speak xmlrpc using the new system.
Luke Kanies
2008-05-07
1
-5
/
+16
*
Adding autosigning to the new CA.
Luke Kanies
2008-05-06
1
-23
/
+30
*
Moving the CA Interface class to a separate file.
Luke Kanies
2008-05-06
1
-109
/
+34
*
The Certificate Authority now automatically creates a CRL when appropriate.
Luke Kanies
2008-05-05
1
-3
/
+6
*
The CA now initializes itself.
Luke Kanies
2008-05-05
1
-2
/
+23
*
I think I've now got the Webrick SSL support working.
Luke Kanies
2008-04-28
1
-1
/
+2
*
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
1
-0
/
+121
*
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
1
-33
/
+107
*
Adding inventory support to the new certificate authority.
Luke Kanies
2008-04-18
1
-1
/
+9
*
Switching the SSL::Host class to return Puppet instances.
Luke Kanies
2008-04-17
1
-2
/
+2
*
Adding integration tests for a lot of the SSL code.
Luke Kanies
2008-04-17
1
-2
/
+1
*
Moving the password file handling into the SSL::Key class.
Luke Kanies
2008-04-17
1
-2
/
+3
*
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
*
Actually signing the certificates in the CA.
Luke Kanies
2008-04-15
1
-0
/
+1
*
We have a basically functional CA -- it can sign
Luke Kanies
2008-04-15
1
-4
/
+8
*
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
1
-18
/
+8
*
This is a first pass at the certificate authority.
Luke Kanies
2008-04-15
1
-3
/
+148
*
The new SSL classes basically work, but they're not
Luke Kanies
2008-04-15
1
-0
/
+5