~ubuntu-branches/ubuntu/trusty/nagios-plugins-contrib/trusty-proposed

« back to all changes in this revision

Viewing changes to check_ssl_cert/check_ssl_cert-1.13.0/ChangeLog

  • Committer: Package Import Robot
  • Author(s): Bernd Zeimetz
  • Date: 2013-05-21 22:11:50 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130521221150-k5bda5v5euvt7wg9
Tags: 6.20130521
* [e68c82e1] check_raid: do not run hpacucli if cciss_vol_status is available.
* [4a1c57e8] Also support tw-cli as additional name for the 3ware binary.
  Thanks to Dennis Hoppe
* [eb5e1c7c] Add /run/ to the check_libs ignore file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2012-04-05  Matteo Corti  <matteo.corti@id.ethz.ch>
2
 
 
3
 
        * check_ssl_cert: handle broken OpenSSL clients (-servername not working)
4
 
 
5
 
2012-04-04  Matteo Corti  <matteo.corti@id.ethz.ch>
6
 
 
7
 
        * check_ssl_cert: removed an hard coded reference to the error number by the
8
 
                          SSL chain verification
9
 
 
10
 
2011-10-22  Matteo Corti  <matteo.corti@id.ethz.ch>
11
 
 
12
 
        * check_ssl_cert: added a --altnames option to match the CN to alternative
13
 
                          names                   
14
 
 
15
 
2011-09-01  Matteo Corti  <matteo.corti@id.ethz.ch>
16
 
 
17
 
        * check_ssl_cert: applied a patch from Sven Nierlein
18
 
                          (certificate authentication)
19
 
 
20
 
2011-03-10  Matteo Corti  <matteo.corti@id.ethz.ch>
21
 
 
22
 
        * check_ssl_cert: allows http to specified as protocol
23
 
                          (thanks to Raphael Thoma)
24
 
        * check_ssl_cert: fixes the -N check for certs with wildcards
25
 
                          (thanks to Raphael Thoma)
26
 
 
27
 
2011-01-24  Matteo Corti  <matteo.corti@id.ethz.ch>
28
 
 
29
 
        * check_ssl_cert: added an option to specify the openssl executable
30
 
 
31
 
2010-12-16  Dan Wallis
32
 
 
33
 
        * check_ssl_cert: Sets $VERBOSE to avoid using value supplied by Nagios
34
 
        * check_ssl_cert: Quotes regular expression for grep to avoid shell globbing
35
 
 
36
 
2010-12-09  Matteo Corti  <matteo.corti@id.ethz.ch>
37
 
 
38
 
        * check_ssl_cert.spec: standardized the RPM package name
39
 
 
40
 
        * check_ssl_cert: added support for the TLS servername extension
41
 
                          (thanks to Matthias Fuhrmeister)
42
 
 
43
 
2010-11-02  Matteo Corti  <matteo.corti@id.ethz.ch>
44
 
 
45
 
        * INSTALL: specifies that expect is needed for timeouts
46
 
 
47
 
2010-10-29  Matteo Corti  <matteo.corti@id.ethz.ch>
48
 
 
49
 
        * README: specifies that expect is needed for timeouts
50
 
 
51
 
2010-10-28  Matteo Corti  <matteo.corti@id.ethz.ch>
52
 
 
53
 
        * check_ssl_cert: trap on more signals (thanks to Lawren Quigley-Jones)
54
 
 
55
 
2010-10-14  Matteo Corti  <matteo.corti@id.ethz.ch>
56
 
 
57
 
        * check_ssl_cert: added a patch from Yannick Gravel putting the
58
 
                          chain verification at the end of the tests
59
 
 
60
 
2010-10-01  Matteo Corti  <matteo.corti@id.ethz.ch>
61
 
 
62
 
        * check_ssl_cert: added a patch from Lawren Quigley-Jones which
63
 
                          implements a new command line argument (-A) to disable the
64
 
                          certificate chain check
65
 
 
66
 
2010-09-15  Matteo Corti  <matteo.corti@id.ethz.ch>
67
 
 
68
 
        * check_ssl_cert: fixed option processing (bug #78)
69
 
 
70
 
2010-08-26  Dan Wallis
71
 
 
72
 
        * check_ssl_cert: overloads --rootcert for use with directories as
73
 
                          well as files (-CApath versus -CAfile)
74
 
 
75
 
2010-07-21  Matteo Corti  <matteo.corti@id.ethz.ch>
76
 
 
77
 
        * check_ssl_cert: added a patch from Marc Fournier to check the creation of the temporary files
78
 
        * check_ssl_cert: added the --temp option to specify where to store the temporary files
79
 
 
80
 
2010-07-10  Matteo Corti  <matteo.corti@id.ethz.ch>
81
 
 
82
 
        * check_ssl_cert: improved the error messages
83
 
        * check_ssl_cert: checks for certificates without email addresses (if -e is specified)
84
 
 
85
 
2010-07-09  Matteo Corti  <matteo.corti@id.ethz.ch>
86
 
 
87
 
        * check_ssl_cert: added a "long" version for all the command line options
88
 
        * check_ssl_cert: added a critical and warning option for the certificate validity (in days)
89
 
        * check_ssl_cert: the plugin always issues a critical warning if the certificate is expired
90
 
        * check_ssl_cert: added a man page
91
 
 
92
 
2010-07-07  Matteo Corti  <matteo.corti@id.ethz.ch>
93
 
 
94
 
        * check_ssl_cert: [Wolfgang Schricker patch] Add -f to check local files
95
 
 
96
 
2010-07-01  Matteo Corti  <matteo.corti@id.ethz.ch>
97
 
 
98
 
        * check_ssl_cert: [Yannick Gravel patch] Restore displaying the CN in every messages:
99
 
                                                 a previous patch changed something and only
100
 
                                                 critical were adjusted.
101
 
        * check_ssl_cert: [Yannick Gravel patch] Adjust what is displayed after the from in
102
 
                                                 the OK message to display the matched ISSUER
103
 
                                                 (CN or O).
104
 
 
105
 
2010-06-08  Matteo Corti  <matteo.corti@id.ethz.ch>
106
 
 
107
 
        * check_ssl_cert: added the -s option to allow self signed certificates
108
 
 
109
 
2010-03-11  Matteo Corti  <matteo.corti@id.ethz.ch>
110
 
 
111
 
        * check_ssl_cert: fixed the == bashism
112
 
 
113
 
2010-03-08  Matteo Corti  <matteo.corti@id.ethz.ch>
114
 
 
115
 
        * check_ssl_cert: applied patch from Marcus Rej�s with the -n and -N options
116
 
 
117
 
2009-12-02  Matteo Corti  <matteo.corti@id.ethz.ch>
118
 
 
119
 
        * check_ssl_cert: check if the issuer matches the O= or the CN= field of the Root Cert
120
 
 
121
 
2009-11-30  Matteo Corti  <matteo.corti@id.ethz.ch>
122
 
 
123
 
        * check_ssl_cert: cleaned up error messages if the CN is not yet known  
124
 
        * check_ssl_cert: added certificate chain verification
125
 
        * check_ssl_cert: allow backslashes escaped in the error messages (e.g., for \n used by Nagios 3)
126
 
        * check_ssl_cert: -r can be used to specify a root certificate to be used for the verification
127
 
 
128
 
2009-03-31  Matteo Corti  <matteo.corti@id.ethz.ch>
129
 
 
130
 
        * check_ssl_cert: standard timeout of 15 seconds (can be set with the -t option)
131
 
 
132
 
2009-03-30  Matteo Corti  <matteo.corti@id.ethz.ch>
133
 
 
134
 
        * check_ssl_cert: -P option to specify the protocol
135
 
 
136
 
2008-05-13  Matteo Corti  <matteo.corti@id.ethz.ch>
137
 
 
138
 
        * check_ssl_cert: applied a patch from Dan Wallis to output the CN
139
 
                          in all the messages
140
 
 
141
 
2008-02-28  Matteo Corti  <matteo.corti@id.ethz.ch>
142
 
 
143
 
        * check_ssl_cert: shortened the error message in case of no connection
144
 
                          (only the first line is reported)
145
 
 
146
 
2008-02-25  Matteo Corti  <matteo.corti@id.ethz.ch>
147
 
 
148
 
        * check_ssl_cert: [Dan Wallis patch] removed nmap dependency
149
 
        * check_ssl_cert: [Dan Wallis patch] mktemp for the temporaries
150
 
        * check_ssl_cert: [Dan Wallis patch] using trap to cleanup temporaries
151
 
        * check_ssl_cert: [Dan Wallis patch] POSIX compliance and cleanup
152
 
        * check_ssl_cert: [Dan Wallis patch] POSIX compliance and cleanup
153
 
        * check_ssl_cert: [Dan Wallis patch] better handling of missing
154
 
                                             certificate and non resolvable host
155
 
        * check_ssl_cert: [Dan Wallis patch] stricter check for "notAfter" in the
156
 
                                             certificate analysis
157
 
 
158
 
2007-09-04  Matteo Corti  <matteo.corti@id.ethz.ch>
159
 
 
160
 
        * check_ssl_cert: better error messages (both the actual and the
161
 
        expected values are displayed)
162
 
 
163
 
2007-08-31  Matteo Corti  <matteo.corti@id.ethz.ch>
164
 
 
165
 
        * check_ssl_cert: new options to enforce email and
166
 
        organization. Temporary files are now removed before termination
167
 
 
168
 
2007-08-15  Matteo Corti  <matteo.corti@id.ethz.ch>
169
 
 
170
 
        * check_ssl_cert: openssl s_client closes the connection cleanly
171
 
 
172
 
2007-08-10  Matteo Corti  <matteo.corti@id.ethz.ch>
173
 
 
174
 
        * check_ssl_cert: initial release
175
 
 
176
 
# File version information:
177
 
# $Id: AUTHORS 1103 2009-12-07 07:49:19Z corti $
178
 
# $Revision: 1103 $
179
 
# $HeadURL: https://svn.id.ethz.ch/nagios_plugins/check_updates/AUTHORS $
180
 
# $Date: 2009-12-07 08:49:19 +0100 (Mon, 07 Dec 2009) $