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
/
host.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't use non-1.8.5-compatible methods 'Object#tap' and 'Dir.mktmpdir'
Nick Lewis
2011-07-21
1
-4
/
+5
*
Remove use of Puppet::Util::Cacher in Puppet::SSL::Host
Nick Lewis
2011-07-21
1
-9
/
+4
*
(#5528) Add REST API for signing, revoking, retrieving, cleaning certs
Max Martin
2011-04-05
1
-14
/
+64
*
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
-18
/
+18
*
Code smell: Two space indentation
Markus Roberts
2010-07-09
1
-230
/
+230
*
Code smell: Avoid needless decorations
Markus Roberts
2010-07-09
1
-2
/
+2
*
Code smell: Omit needless checks on defined
Markus Roberts
2010-07-09
1
-1
/
+1
*
Code smell: Avoid explicit returns
Markus Roberts
2010-07-09
1
-2
/
+2
*
Code smell: Line modifiers are preferred to one-line blocks.
Markus Roberts
2010-07-09
1
-1
/
+1
*
Code smell: Use string interpolation
Markus Roberts
2010-07-09
1
-3
/
+3
*
Print stacktraces if requested
David Schmitt
2010-02-17
1
-0
/
+2
*
Feature #2276 Single Executable: Update docstrings
Jesse Wolfe
2010-02-17
1
-1
/
+1
*
Fixes incorrect line in partial CRL fix
James Turnbull
2010-02-17
1
-1
/
+0
*
WIP - trying to fix #3460
Luke Kanies
2010-02-17
1
-0
/
+1
*
Fixed #3532 - Typo in lib/puppet/ssl/host.rb
James Turnbull
2010-02-17
1
-1
/
+1
*
Revert the guts of #2890
Markus Roberts
2010-02-17
1
-10
/
+17
*
Merge branch '0.25.x'
Markus Roberts
2010-02-09
1
-0
/
+2
|
\
|
*
Partial reversion of patch for #3088 to fix #3104 (Exception misreported)
Markus Roberts
2010-01-24
1
-1
/
+1
|
*
Fix for #3088 (catching Exception also traps SystemExit)
Markus Roberts
2010-01-24
1
-0
/
+2
*
|
Merge branch '0.25.x'
James Turnbull
2010-01-13
1
-33
/
+14
|
\
|
|
*
Fix for #2890 (the cached certificates that would not die)
Markus Roberts
2009-12-19
1
-33
/
+14
*
|
Merge branch '0.25.x'
Luke Kanies
2009-12-21
1
-3
/
+2
|
\
|
|
*
Revised partial fix for #2661 and related issues
Markus Roberts
2009-10-27
1
-3
/
+2
*
|
Always using the CA_name constant instead of "ca"
Luke Kanies
2009-11-20
1
-3
/
+3
|
/
*
Removed extra whitespace from end of lines
Ian Taylor
2009-06-06
1
-1
/
+1
*
Fixing #2028 - Better failures when a cert is found with no key
Luke Kanies
2009-02-28
1
-1
/
+14
*
Resetting SSL cache terminii to nil when only using the ca
Luke Kanies
2009-02-06
1
-0
/
+8
*
Cleaning up SSL instances that can't be saved
Luke Kanies
2009-02-06
1
-2
/
+13
*
Fixing #1729 - puppetmasterd can now read certs at startup
Luke Kanies
2008-12-18
1
-20
/
+30
*
Retrieving the CA certificate before the client certificate.
Luke Kanies
2008-11-03
1
-4
/
+10
*
Fixing the SSL::Host#waitforcert method.
Luke Kanies
2008-08-07
1
-10
/
+26
*
Caching the SSL store for the SSL Host.
Luke Kanies
2008-08-07
1
-8
/
+11
*
Adding wait_for_cert functionality to the ssl host class.
Luke Kanies
2008-08-04
1
-0
/
+19
*
Fixing #1168 for REST -- all ssl classes downcase their names.
Luke Kanies
2008-06-15
1
-1
/
+1
*
The CRL is now automatically used or ignored.
Luke Kanies
2008-05-07
1
-4
/
+2
*
Fixing a critical problem in how CRLs were saved and moving SSL Store respons...
Luke Kanies
2008-05-05
1
-0
/
+18
*
The SSL::Host class now uses the CA to generate its certificate when appropri...
Luke Kanies
2008-05-05
1
-3
/
+8
*
Interim commit, since I want to work but have no network available.
Luke Kanies
2008-04-28
1
-2
/
+12
*
Renaming the 'ca_file' ssl terminus type to 'ca'.
Luke Kanies
2008-04-21
1
-1
/
+1
*
Making the SSL::Host's destroy method a class method,
Luke Kanies
2008-04-19
1
-7
/
+10
*
Finishing the interface between the CA and the CRL.
Luke Kanies
2008-04-19
1
-16
/
+7
*
Switching the SSL::Host class to return Puppet instances.
Luke Kanies
2008-04-17
1
-11
/
+9
*
Adding integration tests for a lot of the SSL code.
Luke Kanies
2008-04-17
1
-1
/
+3
*
Moving the password file handling into the SSL::Key class.
Luke Kanies
2008-04-17
1
-5
/
+1
*
Adding SSL::Host-level support for managing the terminus and
Luke Kanies
2008-04-17
1
-0
/
+56
*
Changing all of the SSL terminus classes to treat CA files specially.
Luke Kanies
2008-04-17
1
-8
/
+20
*
Removing all the cases where the ssl host specifies
Luke Kanies
2008-04-16
1
-70
/
+18
*
Adding a :search method to the ssl_file terminus type
Luke Kanies
2008-04-15
1
-0
/
+19
*
We have a basically functional CA -- it can sign
Luke Kanies
2008-04-15
1
-3
/
+22
[next]