You can subscribe to this list here.
2005 |
Jan
|
Feb
(1) |
Mar
(45) |
Apr
(150) |
May
(145) |
Jun
(150) |
Jul
(79) |
Aug
(313) |
Sep
(160) |
Oct
(309) |
Nov
(115) |
Dec
(60) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(160) |
Feb
(144) |
Mar
(127) |
Apr
(48) |
May
(102) |
Jun
(54) |
Jul
(245) |
Aug
(94) |
Sep
(152) |
Oct
(162) |
Nov
(166) |
Dec
(740) |
2007 |
Jan
(752) |
Feb
(437) |
Mar
(328) |
Apr
(373) |
May
(569) |
Jun
(399) |
Jul
(369) |
Aug
(627) |
Sep
(100) |
Oct
(306) |
Nov
(166) |
Dec
(282) |
2008 |
Jan
(68) |
Feb
(145) |
Mar
(180) |
Apr
(160) |
May
(277) |
Jun
(229) |
Jul
(1188) |
Aug
(51) |
Sep
(97) |
Oct
(99) |
Nov
(95) |
Dec
(170) |
2009 |
Jan
(39) |
Feb
(73) |
Mar
(120) |
Apr
(121) |
May
(104) |
Jun
(262) |
Jul
(57) |
Aug
(171) |
Sep
(131) |
Oct
(88) |
Nov
(64) |
Dec
(83) |
2010 |
Jan
(55) |
Feb
(67) |
Mar
(124) |
Apr
(64) |
May
(130) |
Jun
(75) |
Jul
(164) |
Aug
(64) |
Sep
(44) |
Oct
(17) |
Nov
(43) |
Dec
(31) |
2011 |
Jan
(21) |
Feb
(10) |
Mar
(43) |
Apr
(46) |
May
(52) |
Jun
(71) |
Jul
(7) |
Aug
(16) |
Sep
(51) |
Oct
(14) |
Nov
(33) |
Dec
(15) |
2012 |
Jan
(12) |
Feb
(61) |
Mar
(129) |
Apr
(76) |
May
(70) |
Jun
(52) |
Jul
(29) |
Aug
(41) |
Sep
(32) |
Oct
(23) |
Nov
(38) |
Dec
(26) |
2013 |
Jan
(35) |
Feb
(37) |
Mar
(51) |
Apr
(15) |
May
(52) |
Jun
(15) |
Jul
(23) |
Aug
(21) |
Sep
(46) |
Oct
(69) |
Nov
(57) |
Dec
(26) |
2014 |
Jan
(5) |
Feb
(13) |
Mar
(17) |
Apr
(1) |
May
(5) |
Jun
|
Jul
(2) |
Aug
(2) |
Sep
(1) |
Oct
(16) |
Nov
(8) |
Dec
(4) |
2015 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
(4) |
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
From: chitra b <chi...@gm...> - 2016-10-27 07:11:12
|
Hi, right now i have java 1.7 for which the default version of TLS is v1 which is a default , is there any tweek where i can upgrade the version to TLS v1.2? or the highest version available? Cause right now i am unable to create a communication between SMI-S(8.3.0.1) and TLSv1 cause of the versioning. Any help would be appreciated. Thanks in advance. Best Regards, Chitra B |
From: Dave H. <hel...@us...> - 2015-08-21 15:49:44
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gather - Metric Data Gatherer". The branch, master has been updated via 62137d2b7222fdfdb984c71ed68e7bdbfab0dd07 (commit) from 506e4567a3ee40d313525a09e67f1a294aedd368 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 62137d2b7222fdfdb984c71ed68e7bdbfab0dd07 Author: Dave Heller <hel...@us...> Date: Fri Aug 21 11:49:31 2015 -0400 Fixed #2749: buffer size exceeded on file read in metric plugin ----------------------------------------------------------------------- Summary of changes: NEWS | 1 + plugin/metricOperatingSystem.c | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index c783e53..d39ccec 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ Changes in Version 2.2.10 Bugs fixed: - #2744 gatherer should create run directory if it does not exist +- #2749 buffer size exceeded on file read in metric plugin Features added: diff --git a/plugin/metricOperatingSystem.c b/plugin/metricOperatingSystem.c index 5536d39..1e1153e 100644 --- a/plugin/metricOperatingSystem.c +++ b/plugin/metricOperatingSystem.c @@ -362,7 +362,7 @@ int metricRetrCPUTime( int mid, MetricReturner mret ) { MetricValue * mv = NULL; FILE * fhd = NULL; - char buf[30000]; + char buf[60000]; char * ptr = NULL; char * end = NULL; char * hlp = NULL; @@ -698,7 +698,7 @@ int metricRetrContextSwitchCounter( int mid, MetricReturner mret ) { MetricValue * mv = NULL; FILE * fhd = NULL; - char buf[30000]; + char buf[60000]; char * ptr = NULL; size_t bytes_read = 0; unsigned long long ctxt = 0; @@ -751,7 +751,7 @@ int metricRetrHardwareInterruptCounter( int mid, MetricReturner mret ) { MetricValue * mv = NULL; FILE * fhd = NULL; - char buf[30000]; + char buf[60000]; char * ptr = NULL; size_t bytes_read = 0; unsigned long long intr = 0; hooks/post-receive -- gather - Metric Data Gatherer |
From: Dave H. <hel...@us...> - 2015-08-21 15:43:10
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gather - Metric Data Gatherer". The branch, master has been updated via 506e4567a3ee40d313525a09e67f1a294aedd368 (commit) from 55cb9dc8aa7ac8169aaec28433bacd986562d292 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 506e4567a3ee40d313525a09e67f1a294aedd368 Author: Dave Heller <hel...@us...> Date: Fri Aug 21 11:42:58 2015 -0400 Fixed #2744: create run directory if it does not exist ----------------------------------------------------------------------- Summary of changes: ChangeLog | 3 +++ NEWS | 1 + comms/mcserv_unix.c | 11 +++++++++++ 3 files changed, 15 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9e3ff19..1cd4974 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +No longer maintaining Changlog for v2.2.10 and forward, use 'git log' instead. + + 2014-10-06 Dave Heller <hel...@us...> * NEWS, gather.c, gatherd.c, plugin/repositoryUnixProcess.c, repos.c diff --git a/NEWS b/NEWS index 65c8aff..c783e53 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,7 @@ Changes in Version 2.2.10 ========================= Bugs fixed: +- #2744 gatherer should create run directory if it does not exist Features added: diff --git a/comms/mcserv_unix.c b/comms/mcserv_unix.c index 65958f0..2ba7ed3 100644 --- a/comms/mcserv_unix.c +++ b/comms/mcserv_unix.c @@ -25,6 +25,7 @@ #include <sys/un.h> #include <sys/file.h> #include <sys/poll.h> +#include <sys/stat.h> #include <stdlib.h> #include <stdio.h> #include <unistd.h> @@ -50,6 +51,7 @@ int mcs_init(const char *commid) { struct sockaddr_un sa; struct sigaction sigact; + struct stat buf; if (commhandle==-1) { commhandle=socket(PF_UNIX,SOCK_STREAM,0); @@ -59,6 +61,15 @@ int mcs_init(const char *commid) strerror(errno)); return -1; } + if (stat(GATHER_RUNDIR, &buf) || !(buf.st_mode & S_IFDIR)) { + if (mkdir(GATHER_RUNDIR, S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH)) { + m_log(M_ERROR,M_SHOW, + "mcs_init: could not create run directory %s: %s\n", + GATHER_RUNDIR, + strerror(errno)); + return -1; + } + } if (fdlockfile == -1) { if (snprintf(lockname,PATH_MAX+2,MC_LOCKFILE,commid) > PATH_MAX) { hooks/post-receive -- gather - Metric Data Gatherer |
From: Dave H. <hel...@us...> - 2015-06-21 22:07:29
|
Update of /cvsroot/sblim/jsr48-client/smpl/org/sblim/cimclient/samples In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23805/smpl/org/sblim/cimclient/samples Modified Files: Jsr48IndicationTester.java Log Message: 2736 Add indication flood test options Index: Jsr48IndicationTester.java =================================================================== RCS file: /cvsroot/sblim/jsr48-client/smpl/org/sblim/cimclient/samples/Jsr48IndicationTester.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Jsr48IndicationTester.java 21 Jun 2015 21:57:58 -0000 1.4 +++ Jsr48IndicationTester.java 21 Jun 2015 22:07:27 -0000 1.5 @@ -16,6 +16,7 @@ * 3529066 2012-07-06 hellerda Add Jsr48IndicationTester (initial version) * 2734 2014-05-16 hellerda Support file:// URL in destination handler * 2735 2014-05-16 hellerda Add configurable --wait time option + * 2736 2014-05-16 hellerda Add indication flood test options */ package org.sblim.cimclient.samples; @@ -401,6 +402,11 @@ System.out.println(" --wait WAIT Time to wait before shutting down and deleting the"); System.out.println(" subscription. A value of 0 means wait indefinitely"); System.out.println(" (register mode only. default: 0s)"); + System.out.println(" --count COUNT Number of indication triggers to send. A value of 0"); + System.out.println(" means send continously."); + System.out.println(" (trigger mode only. default: 1)"); + System.out.println(" --delay DELAY Delay between indication triggers"); + System.out.println(" (trigger mode only. default: 1s)"); } /** @@ -563,18 +569,31 @@ return; } + // Trigger the CIMOM to send a test indication to be caught by the listener if (trigger) { + int count = doubleDashOpts.containsKey("--count") ? Integer.parseInt(doubleDashOpts + .get("--count")) : 1; + int delay = doubleDashOpts.containsKey("--delay") ? Integer.parseInt(doubleDashOpts + .get("--delay")) : 1; + + if (count == 0) count = Integer.MAX_VALUE; + if (count == 1) delay = 0; + // SendTestIndication does not use any in/out parameters CIMArgument<?>[] input = new CIMArgument[0]; CIMArgument<?>[] output = new CIMArgument[0]; - // This will trigger a TestIndication that is caught by the - // remote listener - Object obj = client.invokeMethod(new CIMObjectPath(null, null, null, indicationNS, - indClassName, null), "SendTestIndication", input, output); - if (obj.toString().equals("0")) System.out - .println("Indication generated successfully."); - else System.out.println("Indication not generated successfully!"); + for (int i = 1;; i++) { + System.out.println("Sending indication" + + (count > 1 ? (" " + Integer.valueOf(i)) : "") + "..."); + Object obj = client.invokeMethod(new CIMObjectPath(null, null, null, + indicationNS, indClassName, null), "SendTestIndication", input, output); + if (obj.toString().equals("0")) System.out + .println("Indication generated successfully."); + else System.out.println("Indication not generated successfully!"); + if (i >= count) break; + Thread.sleep(1000 * delay); + } System.exit(0); } |
From: Dave H. <hel...@us...> - 2015-06-21 21:58:00
|
Update of /cvsroot/sblim/jsr48-client In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23257 Modified Files: NEWS Log Message: 2735 Add configurable --wait time option Index: NEWS =================================================================== RCS file: /cvsroot/sblim/jsr48-client/NEWS,v retrieving revision 1.431 retrieving revision 1.432 diff -u -d -r1.431 -r1.432 --- NEWS 21 Jun 2015 21:55:36 -0000 1.431 +++ NEWS 21 Jun 2015 21:57:58 -0000 1.432 @@ -5,6 +5,7 @@ 2725 Resolve CIMVERSION/DTDVERSION issues in CIM element 2732 HttpClient resource leak in WBEMClientCIMXML 2734 Support file-based URL in destination handler + 2735 Add configurable --wait time option Version 2.2.5 ================ |
From: Dave H. <hel...@us...> - 2015-06-21 21:55:38
|
Update of /cvsroot/sblim/jsr48-client In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv23144 Modified Files: NEWS Log Message: 2734 Support file-based URL in destination handler Index: NEWS =================================================================== RCS file: /cvsroot/sblim/jsr48-client/NEWS,v retrieving revision 1.430 retrieving revision 1.431 diff -u -d -r1.430 -r1.431 --- NEWS 21 Jun 2015 04:33:36 -0000 1.430 +++ NEWS 21 Jun 2015 21:55:36 -0000 1.431 @@ -1,9 +1,10 @@ Changes in HEAD ================ - 2732 HttpClient resource leak in WBEMClientCIMXML 2720 Add SendIndicationSample 2724 Listener should verify XML media type 2725 Resolve CIMVERSION/DTDVERSION issues in CIM element + 2732 HttpClient resource leak in WBEMClientCIMXML + 2734 Support file-based URL in destination handler Version 2.2.5 ================ |
From: Dave H. <hel...@us...> - 2015-06-21 04:33:39
|
Update of /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/internal/wbem In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27651/src/org/sblim/cimclient/internal/wbem Modified Files: WBEMClientCIMXML.java Log Message: 2732 HttpClient resource leak in WBEMClientCIMXML Index: WBEMClientCIMXML.java =================================================================== RCS file: /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/internal/wbem/WBEMClientCIMXML.java,v retrieving revision 1.85 retrieving revision 1.86 diff -u -d -r1.85 -r1.86 --- WBEMClientCIMXML.java 12 Dec 2013 12:09:03 -0000 1.85 +++ WBEMClientCIMXML.java 21 Jun 2015 04:33:37 -0000 1.86 @@ -75,6 +75,7 @@ * 2651 2013-07-31 blaschke-oss IOException when tracing the cimxml * 2662 2013-09-10 blaschke-oss Need the specific SSLHandshakeException during the cim call * 2594 2013-11-30 blaschke-oss CR28: Support CIMErrorDescription HTTP field + * 2732 2015-06-21 hellerda HttpClient resource leak in WBEMClientCIMXML */ package org.sblim.cimclient.internal.wbem; @@ -1723,10 +1724,13 @@ logger.trace(Level.FINE, "Connecting..."); connection.connect(); } catch (UnknownHostException e) { + connection.disconnect(); throw new WBEMException(WBEMException.CIM_ERR_FAILED, "Unknown host", null, e); } catch (SocketException e) { + connection.disconnect(); throw new WBEMException(WBEMException.CIM_ERR_FAILED, "Unable to connect", null, e); } catch (SSLHandshakeException e) { + connection.disconnect(); throw new WBEMException(WBEMException.CIM_ERR_FAILED, "SSL handshake exception", null, e); } |
From: Dave H. <hel...@us...> - 2015-05-26 19:59:29
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcc- Small Footprint CIM Client". The branch, master has been updated via 514a76af2020fd6dc6fc380df76cbe27786a76a2 (commit) from f70fecb410a53531e4fe99d39cf81b581819cac9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 514a76af2020fd6dc6fc380df76cbe27786a76a2 Author: Dave Heller <hel...@us...> Date: Tue May 26 15:54:03 2015 -0400 [bugs:#2746] Improper handling of ARRAYSIZE in cimXmlParser.c ----------------------------------------------------------------------- Summary of changes: NEWS | 1 + backend/cimxml/cimXmlParser.c | 1 - contributions.txt | 4 ++++ 3 files changed, 5 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index dfbaba7..3b0989d 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ Changes in 2.2.9 New Features: Bugs: +- [bugs:#2746] Improper handling of ARRAYSIZE in cimXmlParser.c Changes in 2.2.8 diff --git a/backend/cimxml/cimXmlParser.c b/backend/cimxml/cimXmlParser.c index d1ab86e..864ee51 100644 --- a/backend/cimxml/cimXmlParser.c +++ b/backend/cimxml/cimXmlParser.c @@ -976,7 +976,6 @@ static int procPropertyArray(parseUnion * lvalp, ParserControl * parm) lvalp->xtokProperty.classOrigin = attr[2].attr; if (attr[3].attr) lvalp->xtokProperty.propagated = !strcasecmp(attr[3].attr, "true"); - lvalp->xtokParam.arraySize = attr[4].attr; lvalp->xtokProperty.propType = typeProperty_Array; lvalp->xtokProperty.val.array.next = lvalp->xtokProperty.val.array.max = 0; return XTOK_PROPERTYARRAY; diff --git a/contributions.txt b/contributions.txt index c4bc908..8a433dc 100644 --- a/contributions.txt +++ b/contributions.txt @@ -63,3 +63,7 @@ Michal Minar James Kyle ---------- 07/02/2013 [bugs:#2646] sblim-sfcc does not compile on apple systems + +Zoltan Micskei +---------- +05/26/2015 [bugs:#2746] Improper handling of ARRAYSIZE in cimXmlParser.c hooks/post-receive -- sfcc- Small Footprint CIM Client |
From: Dave H. <hel...@us...> - 2015-04-14 23:16:47
|
Update of /cvsroot/sblim/wbemcli In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27926 Modified Files: ChangeLog CimCurl.cpp NEWS contributions.txt Log Message: Fixed 0002743: Disable automatic Expect header Index: NEWS =================================================================== RCS file: /cvsroot/sblim/wbemcli/NEWS,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- NEWS 22 Dec 2014 00:49:30 -0000 1.52 +++ NEWS 14 Apr 2015 23:16:44 -0000 1.53 @@ -3,6 +3,7 @@ Bugs: - 0002742 support configurable SSL version +- 0002743 Disable automatic Expect header Changes in Version 1.6.3 ======================== Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/wbemcli/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- ChangeLog 22 Dec 2014 00:49:29 -0000 1.44 +++ ChangeLog 14 Apr 2015 23:16:44 -0000 1.45 @@ -1,3 +1,9 @@ +2015-04-14 Dave Heller <hel...@us...> + + * CimCurl.cpp, NEWS: + + Fixed 0002743: Disable automatic Expect header + 2014-12-21 Dave Heller <hel...@us...> * CimCurl.cpp, NEWS: Index: contributions.txt =================================================================== RCS file: /cvsroot/sblim/wbemcli/contributions.txt,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- contributions.txt 14 Oct 2014 03:42:49 -0000 1.10 +++ contributions.txt 14 Apr 2015 23:16:44 -0000 1.11 @@ -18,6 +18,10 @@ ******************************************************************************** +04/14/2015 by jesslacy +-------------------------------- +[ 0002743 ] Disable automatic Expect header + 03/04/2014 by Vitezslav Crhonek -------------------------------- [ 0002721 ] wbemcli does not accept dot in userid:password Index: CimCurl.cpp =================================================================== RCS file: /cvsroot/sblim/wbemcli/CimCurl.cpp,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- CimCurl.cpp 22 Dec 2014 00:49:30 -0000 1.19 +++ CimCurl.cpp 14 Apr 2015 23:16:44 -0000 1.20 @@ -255,6 +255,8 @@ // Optionally send "Expect: 100-continue" header if (expect100) mHeaders = curl_slist_append(mHeaders, "Expect: 100-continue"); + else + mHeaders = curl_slist_append(mHeaders, "Expect:"); // Set all of the headers for the request rv = curl_easy_setopt(mHandle, CURLOPT_HTTPHEADER, mHeaders); |
From: Dave H. <hel...@us...> - 2014-12-22 00:49:32
|
Update of /cvsroot/sblim/wbemcli In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19187 Modified Files: ChangeLog CimCurl.cpp NEWS Log Message: Fixed 0002742: support configurable SSL version Index: NEWS =================================================================== RCS file: /cvsroot/sblim/wbemcli/NEWS,v retrieving revision 1.51 retrieving revision 1.52 diff -u -d -r1.51 -r1.52 --- NEWS 14 Oct 2014 03:46:51 -0000 1.51 +++ NEWS 22 Dec 2014 00:49:30 -0000 1.52 @@ -2,7 +2,7 @@ ======================== Bugs: - +- 0002742 support configurable SSL version Changes in Version 1.6.3 ======================== Index: ChangeLog =================================================================== RCS file: /cvsroot/sblim/wbemcli/ChangeLog,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- ChangeLog 13 Oct 2014 16:05:30 -0000 1.43 +++ ChangeLog 22 Dec 2014 00:49:29 -0000 1.44 @@ -1,3 +1,9 @@ +2014-12-21 Dave Heller <hel...@us...> + + * CimCurl.cpp, NEWS: + + Fixed 0002742: support configurable SSL version + 2013-10-13 Dave Heller <hel...@us...> * CimXml.cpp, NEWS: Index: CimCurl.cpp =================================================================== RCS file: /cvsroot/sblim/wbemcli/CimCurl.cpp,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- CimCurl.cpp 20 Sep 2013 23:26:32 -0000 1.18 +++ CimCurl.cpp 22 Dec 2014 00:49:30 -0000 1.19 @@ -177,8 +177,36 @@ rv = curl_easy_setopt(mHandle, CURLOPT_SSL_VERIFYHOST, 0); // rv = curl_easy_setopt(mHandle, CURLOPT_SSL_VERIFYPEER, 0); - /* Force using SSL V3 */ - rv = curl_easy_setopt(mHandle, CURLOPT_SSLVERSION, 3); + /* Force use of a specific SSL/TLS version */ + char * curlSslVer = getenv("WBEMCLI_CURL_SSLVERSION"); + if (curlSslVer) { + if (!strcasecmp(curlSslVer,"SSLv2")) + rv = curl_easy_setopt(mHandle, CURLOPT_SSLVERSION, CURL_SSLVERSION_SSLv2); + else if (!strcasecmp(curlSslVer,"SSLv3")) + rv = curl_easy_setopt(mHandle, CURLOPT_SSLVERSION, CURL_SSLVERSION_SSLv3); + else if (!strcasecmp(curlSslVer,"TLSv1")) + rv = curl_easy_setopt(mHandle, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1); + else if (!strcasecmp(curlSslVer,"TLSv1.0") || !strcasecmp(curlSslVer,"TLSv1_0")) +#if LIBCURL_VERSION_NUM >= 0x072200 + rv = curl_easy_setopt(mHandle, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_0); +#else + throw URLException("WBEMCLI_CURL_SSLVERSION=TLSv1.0 requires libcurl 7.34 or greater"); +#endif + else if (!strcasecmp(curlSslVer,"TLSv1.1") || !strcasecmp(curlSslVer,"TLSv1_1")) +#if LIBCURL_VERSION_NUM >= 0x072200 + rv = curl_easy_setopt(mHandle, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_1); +#else + throw URLException("WBEMCLI_CURL_SSLVERSION=TLSv1.1 requires libcurl 7.34 or greater"); +#endif + else if (!strcasecmp(curlSslVer,"TLSv1.2") || !strcasecmp(curlSslVer,"TLSv1_2")) +#if LIBCURL_VERSION_NUM >= 0x072200 + rv = curl_easy_setopt(mHandle, CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1_2); +#else + throw URLException("WBEMCLI_CURL_SSLVERSION=TLSv1.2 requires libcurl 7.34 or greater"); +#endif + else + throw URLException("unknown WBEMCLI_CURL_SSLVERSION"); + } /* Set username and password */ if (url.user.length() > 0 && url.password.length() > 0) { |
From: Dave H. <hel...@us...> - 2014-12-22 00:20:45
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcb - Small Footprint CIM Broker". The branch, master_1.3 has been updated via 155e19f6664719711c97dd1519baa95d1d71a3f7 (commit) from 23352ebf56d78632d05e0879c293039c7da52c30 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 155e19f6664719711c97dd1519baa95d1d71a3f7 Author: Dave Heller <hel...@us...> Date: Sun Dec 21 19:18:56 2014 -0500 [sfcb-tix:#110] Allow older SSL protocols to be disabled ----------------------------------------------------------------------- Summary of changes: control.c | 2 ++ httpAdapter.c | 19 +++++++++++++------ sfcb.cfg.pre.in | 7 +++++++ 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/control.c b/control.c index 830ff57..6c25431 100644 --- a/control.c +++ b/control.c @@ -111,6 +111,8 @@ static Control init[] = { {"sslCiphers", 0, "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH"}, {"sslDhParamsFilePath", 0, NULL}, {"sslEcDhCurveName", 0, "secp224r1"}, + {"sslNoSSLv3", 2, "false"}, + {"sslNoTLSv1", 2, "false"}, {"enableSslCipherServerPref", 2, "false"}, {"registrationDir", 0, SFCB_STATEDIR "/registration"}, diff --git a/httpAdapter.c b/httpAdapter.c index 2d1569e..7f3b569 100644 --- a/httpAdapter.c +++ b/httpAdapter.c @@ -1703,7 +1703,7 @@ initSSL() *fdhp, *sslCiphers; int rc, - escsp; + sslopt; if (ctx) SSL_CTX_free(ctx); @@ -1749,14 +1749,21 @@ initSSL() /* * Set options */ - SSL_CTX_set_options(ctx, SSL_OP_ALL | - SSL_OP_NO_SSLv2 | - SSL_OP_SINGLE_DH_USE); + long options = SSL_OP_ALL | SSL_OP_SINGLE_DH_USE | SSL_OP_NO_SSLv2; - if (!getControlBool("enableSslCipherServerPref", &escsp) && escsp) { + if (!getControlBool("sslNoSSLv3", &sslopt) && sslopt) + options |= SSL_OP_NO_SSLv3; + if (!getControlBool("sslNoTLSv1", &sslopt) && sslopt) + options |= SSL_OP_NO_TLSv1; + _SFCB_TRACE(1, ("--- sslNoSSLv3=%s, sslNoTLSv1=%s", + (options & SSL_OP_NO_SSLv3 ? "true" : "false"), + (options & SSL_OP_NO_TLSv1 ? "true" : "false"))); + + if (!getControlBool("enableSslCipherServerPref", &sslopt) && sslopt) { _SFCB_TRACE(1, ("--- enableSslCipherServerPref = true")); - SSL_CTX_set_options(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE); + options |= SSL_OP_CIPHER_SERVER_PREFERENCE; } + SSL_CTX_set_options(ctx, options); /* * Set valid ciphers diff --git a/sfcb.cfg.pre.in b/sfcb.cfg.pre.in index 2f78beb..c030abd 100644 --- a/sfcb.cfg.pre.in +++ b/sfcb.cfg.pre.in @@ -208,6 +208,13 @@ certificateAuthLib: sfcCertificateAuthentication ## weak ciphers. sslCiphers: ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH +## When set to true, disable the indicated SSL/TLS protocol. This sets +## the corresponding openssl option SSL_OP_NO_SSLv3 or SSL_OP_NO_TLSv1. +## See man SSL_CTX_set_options(3) for details. +## Default is false for both +#sslNoSSLv3: false +#sslNoTLSv1: false + ## Optionally configure a DH parameters file for ephemeral key generation. ## See man SSL_CTX_set_tmp_dh_callback(3) for details. The value should be ## the full path to the file. Note that ephemeral key generation will still hooks/post-receive -- sfcb - Small Footprint CIM Broker |
From: Dave H. <hel...@us...> - 2014-12-21 19:28:00
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcb - Small Footprint CIM Broker". The branch, master has been updated via decd3c6b996ed5f10b5cb4ac1b23f37c36cd00cb (commit) from cd0689e1b9150be739f281043d7c568dc54379eb (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit decd3c6b996ed5f10b5cb4ac1b23f37c36cd00cb Author: Dave Heller <hel...@us...> Date: Sun Dec 21 14:26:53 2014 -0500 [sfcb-tix:#110] Allow older SSL protocols to be disabled ----------------------------------------------------------------------- Summary of changes: control.c | 2 ++ httpAdapter.c | 19 +++++++++++++------ sfcb.cfg.pre.in | 7 +++++++ 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/control.c b/control.c index ed0e5df..95ca246 100644 --- a/control.c +++ b/control.c @@ -175,6 +175,8 @@ static Control init[] = { {"sslCiphers", CTL_STRING, "ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH", {0}}, {"sslDhParamsFilePath", CTL_STRING, NULL, {0}}, {"sslEcDhCurveName", CTL_STRING, "secp224r1", {0}}, + {"sslNoSSLv3", CTL_BOOL, NULL, {.b=0}}, + {"sslNoTLSv1", CTL_BOOL, NULL, {.b=0}}, {"enableSslCipherServerPref", CTL_BOOL, NULL, {.b=0}}, {"registrationDir", CTL_STRING, SFCB_STATEDIR "/registration", {0}}, diff --git a/httpAdapter.c b/httpAdapter.c index 2719e6c..67b6860 100644 --- a/httpAdapter.c +++ b/httpAdapter.c @@ -2039,7 +2039,7 @@ initSSL() *fdhp, *sslCiphers; int rc, - escsp; + sslopt; if (ctx) SSL_CTX_free(ctx); @@ -2087,14 +2087,21 @@ initSSL() /* * Set options */ - SSL_CTX_set_options(ctx, SSL_OP_ALL | - SSL_OP_NO_SSLv2 | - SSL_OP_SINGLE_DH_USE); + long options = SSL_OP_ALL | SSL_OP_SINGLE_DH_USE | SSL_OP_NO_SSLv2; - if (!getControlBool("enableSslCipherServerPref", &escsp) && escsp) { + if (!getControlBool("sslNoSSLv3", &sslopt) && sslopt) + options |= SSL_OP_NO_SSLv3; + if (!getControlBool("sslNoTLSv1", &sslopt) && sslopt) + options |= SSL_OP_NO_TLSv1; + _SFCB_TRACE(1, ("--- sslNoSSLv3=%s, sslNoTLSv1=%s", + (options & SSL_OP_NO_SSLv3 ? "true" : "false"), + (options & SSL_OP_NO_TLSv1 ? "true" : "false"))); + + if (!getControlBool("enableSslCipherServerPref", &sslopt) && sslopt) { _SFCB_TRACE(1, ("--- enableSslCipherServerPref = true")); - SSL_CTX_set_options(ctx, SSL_OP_CIPHER_SERVER_PREFERENCE); + options |= SSL_OP_CIPHER_SERVER_PREFERENCE; } + SSL_CTX_set_options(ctx, options); /* * Set valid ciphers diff --git a/sfcb.cfg.pre.in b/sfcb.cfg.pre.in index 77a2155..fdcfb2e 100644 --- a/sfcb.cfg.pre.in +++ b/sfcb.cfg.pre.in @@ -288,6 +288,13 @@ certificateAuthLib: sfcCertificateAuthentication ## weak ciphers. sslCiphers: ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH +## When set to true, disable the indicated SSL/TLS protocol. This sets +## the corresponding openssl option SSL_OP_NO_SSLv3 or SSL_OP_NO_TLSv1. +## See man SSL_CTX_set_options(3) for details. +## Default is false for both +#sslNoSSLv3: false +#sslNoTLSv1: false + ## Optionally configure a DH parameters file for ephemeral key generation. ## See man SSL_CTX_set_tmp_dh_callback(3) for details. The value should be ## the full path to the file. Note that ephemeral key generation will still hooks/post-receive -- sfcb - Small Footprint CIM Broker |
From: Dave H. <hel...@us...> - 2014-12-21 04:37:50
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcb - Small Footprint CIM Broker". The branch, master has been updated via cd0689e1b9150be739f281043d7c568dc54379eb (commit) from 92d33aa79002bc45dde32fec4d4185dfb5780af8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit cd0689e1b9150be739f281043d7c568dc54379eb Author: Dave Heller <hel...@us...> Date: Sat Dec 20 23:34:13 2014 -0500 [sfcb-tix:#109] Add a timeout for localconnect clients ----------------------------------------------------------------------- Summary of changes: cimcClientSfcbLocal.c | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/cimcClientSfcbLocal.c b/cimcClientSfcbLocal.c index b8286a8..4e95afe 100644 --- a/cimcClientSfcbLocal.c +++ b/cimcClientSfcbLocal.c @@ -73,6 +73,9 @@ extern int localClientMode; extern void sunsetControl(); +int httpProcIdX; +long httpReqHandlerTimeout; + #include <stdlib.h> #include <string.h> @@ -2032,6 +2035,16 @@ CMPIConnect2(ClientEnv *ce, const char *hn, const char *scheme, cc->certData.certFile = certFile ? strdup(certFile) : NULL; cc->certData.keyFile = keyFile ? strdup(keyFile) : NULL; + char *lcto_env = getenv("SFCC_LOCALCONNECT_CLIENT_TIMEOUT"); + if (lcto_env) { + long lcto = (long) atoi(lcto_env); + if (lcto > 0) { + /* Of course we are not using http here, but this is + * a simple way to make spGetMsg() obey the timeout */ + httpReqHandlerTimeout = (lcto < 5) ? 5 : lcto; + httpProcIdX = 1; + } + } return (Client *) cc; } hooks/post-receive -- sfcb - Small Footprint CIM Broker |
From: Dave H. <hel...@us...> - 2014-11-26 19:05:22
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcc- Small Footprint CIM Client". The branch, master has been updated via f70fecb410a53531e4fe99d39cf81b581819cac9 (commit) from 600a738fd581556052b4167943d08f76b35974ea (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f70fecb410a53531e4fe99d39cf81b581819cac9 Author: Dave Heller <hel...@us...> Date: Wed Nov 26 14:04:33 2014 -0500 start of 2.2.9 ----------------------------------------------------------------------- Summary of changes: NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index 483014b..dfbaba7 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ Small Footprint CIM Client Library NEWS +Changes in 2.2.9 +================ + +New Features: + +Bugs: + + Changes in 2.2.8 ================ diff --git a/configure.ac b/configure.ac index 2ce41a0..9ad544a 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(sblim-sfcc, 2.2.8, sbl...@li...) +AC_INIT(sblim-sfcc, 2.2.9-preview, sbl...@li...) AC_CONFIG_SRCDIR([cimc/cimcclient.c]) AC_CONFIG_HEADER([config.h]) hooks/post-receive -- sfcc- Small Footprint CIM Client |
From: Dave H. <hel...@us...> - 2014-11-26 19:01:57
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcc- Small Footprint CIM Client". The tag, SFCC_2_2_8 has been created at 600a738fd581556052b4167943d08f76b35974ea (commit) - Log ----------------------------------------------------------------- commit 600a738fd581556052b4167943d08f76b35974ea Author: Dave Heller <hel...@us...> Date: Wed Nov 26 13:59:36 2014 -0500 prep for 2.2.8 release ----------------------------------------------------------------------- hooks/post-receive -- sfcc- Small Footprint CIM Client |
From: Dave H. <hel...@us...> - 2014-11-26 19:00:23
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcc- Small Footprint CIM Client". The branch, master has been updated via 600a738fd581556052b4167943d08f76b35974ea (commit) from 138cb826bf7adf0e4dcbb3cd53638ef0f1787b0e (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 600a738fd581556052b4167943d08f76b35974ea Author: Dave Heller <hel...@us...> Date: Wed Nov 26 13:59:36 2014 -0500 prep for 2.2.8 release ----------------------------------------------------------------------- Summary of changes: NEWS | 3 ++- configure.ac | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c790b44..483014b 100644 --- a/NEWS +++ b/NEWS @@ -6,7 +6,8 @@ Changes in 2.2.8 New Features: Bugs: - +- [bugs:#2730] back out original patch +- [bugs:#2730] redo: More memory leaks in backend/cimxml/grammer.c Changes in 2.2.7 ================ diff --git a/configure.ac b/configure.ac index 6ef5c42..2ce41a0 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(sblim-sfcc, 2.2.8-preview, sbl...@li...) +AC_INIT(sblim-sfcc, 2.2.8, sbl...@li...) AC_CONFIG_SRCDIR([cimc/cimcclient.c]) AC_CONFIG_HEADER([config.h]) hooks/post-receive -- sfcc- Small Footprint CIM Client |
From: Dave H. <hel...@us...> - 2014-11-26 16:25:38
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcc- Small Footprint CIM Client". The branch, master has been updated via 138cb826bf7adf0e4dcbb3cd53638ef0f1787b0e (commit) from 05d0c7179b78bc30fea82ec8e3476d2b66c9c7cd (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 138cb826bf7adf0e4dcbb3cd53638ef0f1787b0e Author: Dave Heller <hel...@us...> Date: Wed Nov 26 11:25:12 2014 -0500 remove old .cvsignore files ----------------------------------------------------------------------- Summary of changes: .cvsignore | 16 ---------------- TEST/.cvsignore | 1 - 2 files changed, 0 insertions(+), 17 deletions(-) diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 33d5afa..0000000 --- a/.cvsignore +++ /dev/null @@ -1,16 +0,0 @@ -.cdtproject -.project -aclocal.m4 -cimXmlResp.c -cimXmlResp.h -config.guess -config.h.in -config.sub -configure -depcomp -INSTALL -install-sh -ltmain.sh -Makefile.in -missing -.settings diff --git a/TEST/.cvsignore b/TEST/.cvsignore deleted file mode 100644 index 70845e0..0000000 --- a/TEST/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -Makefile.in hooks/post-receive -- sfcc- Small Footprint CIM Client |
From: Dave H. <hel...@us...> - 2014-11-26 06:27:29
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcb - Small Footprint CIM Broker". The branch, master has been updated via 92d33aa79002bc45dde32fec4d4185dfb5780af8 (commit) from 378f29316b3b61cd76c7e313dbc52e5b8819bfe0 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 92d33aa79002bc45dde32fec4d4185dfb5780af8 Author: Dave Heller <hel...@us...> Date: Wed Nov 26 01:26:59 2014 -0500 start of 1.4.10 ----------------------------------------------------------------------- Summary of changes: NEWS | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index 5ea5e07..a793a9b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +Changes in 1.4.10 +================= + +New features: + +Bugs fixed: + + Changes in 1.4.9 ================ diff --git a/configure.ac b/configure.ac index 6f91707..b083093 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Small Footprint CIM Broker, 1.4.9, sbl...@li..., sblim-sfcb) +AC_INIT(Small Footprint CIM Broker, 1.4.10-preview, sbl...@li..., sblim-sfcb) AC_CONFIG_SRCDIR([providerDrv.c]) #disable "seems to ignore the --datarootdir setting" warnings hooks/post-receive -- sfcb - Small Footprint CIM Broker |
From: Dave H. <hel...@us...> - 2014-11-26 06:22:38
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcb - Small Footprint CIM Broker". The tag, SFCB_1_4_9 has been created at 378f29316b3b61cd76c7e313dbc52e5b8819bfe0 (commit) - Log ----------------------------------------------------------------- commit 378f29316b3b61cd76c7e313dbc52e5b8819bfe0 Author: Dave Heller <hel...@us...> Date: Wed Nov 26 01:13:58 2014 -0500 prep for 1.4.9 release ----------------------------------------------------------------------- hooks/post-receive -- sfcb - Small Footprint CIM Broker |
From: Dave H. <hel...@us...> - 2014-11-26 06:21:49
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcb - Small Footprint CIM Broker". The branch, master has been updated via 378f29316b3b61cd76c7e313dbc52e5b8819bfe0 (commit) from f1c0ea8642f5b2f6bd92bcba99848c8ff8da2c33 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 378f29316b3b61cd76c7e313dbc52e5b8819bfe0 Author: Dave Heller <hel...@us...> Date: Wed Nov 26 01:13:58 2014 -0500 prep for 1.4.9 release ----------------------------------------------------------------------- Summary of changes: NEWS | 5 ++++- configure.ac | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index d1562cf..5ea5e07 100644 --- a/NEWS +++ b/NEWS @@ -2,9 +2,12 @@ Changes in 1.4.9 ================ New features: +- [sfcb-tix:#97] Add a select timeout for req handlers Bugs fixed: - +- [sfcb-tix:#106] CMPIRole not passed to provider context +- [sfcb-tix:#107] Quietly unpack schema at make postinstall +- [sfcb-tix:#108] Some associatorname CIM operations hang Changes in 1.4.8 ================ diff --git a/configure.ac b/configure.ac index 17dc966..6f91707 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ # Process this file with autoconf to produce a configure script. -AC_INIT(Small Footprint CIM Broker, 1.4.9-preview, sbl...@li..., sblim-sfcb) +AC_INIT(Small Footprint CIM Broker, 1.4.9, sbl...@li..., sblim-sfcb) AC_CONFIG_SRCDIR([providerDrv.c]) #disable "seems to ignore the --datarootdir setting" warnings hooks/post-receive -- sfcb - Small Footprint CIM Broker |
From: Dave H. <hel...@us...> - 2014-11-25 01:41:07
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "sfcb - Small Footprint CIM Broker". The branch, master has been updated via f1c0ea8642f5b2f6bd92bcba99848c8ff8da2c33 (commit) from 3340426dc1fc91a844d0090fa83eed76e4cf9ae3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f1c0ea8642f5b2f6bd92bcba99848c8ff8da2c33 Author: Dave Heller <hel...@us...> Date: Mon Nov 24 20:40:16 2014 -0500 remove old .cvsignore files ----------------------------------------------------------------------- Summary of changes: .cvsignore | 72 ---------------------------------------------- man/.cvsignore | 20 ------------- test/.cvsignore | 2 - test/commands/.cvsignore | 2 - test/unittest/.cvsignore | 2 - test/xmltest/.cvsignore | 2 - 6 files changed, 0 insertions(+), 100 deletions(-) diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index 5ec27a5..0000000 --- a/.cvsignore +++ /dev/null @@ -1,72 +0,0 @@ -*.lo -*.la -.cdtproject -.deps -.libs -.project -.settings -aclocal.m4 -autom4te.cache -cimXmlOps.c -cimXmlOps.h -cimXmlParserProcessed.c -classSchema2c -compile -config.guess -config.h -config.h.in -config.log -config.status -config.sub -configure -default.reg -depcomp -getSchema.sh -getSchema.sh.pre -INSTALL -install-sh -libtool -ltmain.sh -Makefile -Makefile.in -man/*.1 -man/*.1.pre -missing -queryLexer.c -queryParser.c -queryParser.h -sfcb -sfcb.cfg -sfcb.cfg.pre -sfcbd -sfcb-dox.conf -sfcbd.sup -sfcbdump -sfcbdumpP32onI32 -sfcb.init-none -sfcb.init-redhat -sfcb.init-suse -sfcbmofpp -sfcbrepos -sfcbrepos.sh -sfcb.spec -sfcbstage -sfcbstage.sh -sfcbunstage -sfcbunstage.sh -sfcbuuid -sfcbuuid.sh -sfcCertificateAuthentication.lo -sqlLexer.c -sqlParser.c -sqlParser.h -stamp-h1 -ylwrap -test/commands/Makefile -test/commands/Makefile.in -test/Makefile -test/Makefile.in -test/unittest/Makefile -test/unittest/Makefile.in -test/xmltest/Makefile -test/xmltest/Makefile.in diff --git a/man/.cvsignore b/man/.cvsignore deleted file mode 100644 index cb15343..0000000 --- a/man/.cvsignore +++ /dev/null @@ -1,20 +0,0 @@ -genSslCert.1 -genSslCert.1.pre -getSchema.1 -getSchema.1.pre -sfcbd.1 -sfcbd.1.pre -sfcbmof.1 -sfcbmof.1.pre -sfcbrepos.1 -sfcbrepos.1.pre -sfcbstage.1 -sfcbstage.1.pre -sfcbunstage.1 -sfcbunstage.1.pre -sfcbuuid.1 -sfcbuuid.1.pre -wbemcat.1 -wbemcat.1.pre -xmltest.1 -xmltest.1.pre diff --git a/test/.cvsignore b/test/.cvsignore deleted file mode 100644 index 282522d..0000000 --- a/test/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/test/commands/.cvsignore b/test/commands/.cvsignore deleted file mode 100644 index 282522d..0000000 --- a/test/commands/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/test/unittest/.cvsignore b/test/unittest/.cvsignore deleted file mode 100644 index 282522d..0000000 --- a/test/unittest/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in diff --git a/test/xmltest/.cvsignore b/test/xmltest/.cvsignore deleted file mode 100644 index 282522d..0000000 --- a/test/xmltest/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile -Makefile.in hooks/post-receive -- sfcb - Small Footprint CIM Broker |
From: Dave H. <hel...@us...> - 2014-10-28 13:29:05
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "cmpi-base - Base OS CMPI Providers". The branch, master has been updated via e59f037af4c7ca65ceae0fe7d8d2c3e52dd5f65a (commit) from 117ace03ee0ba13705a74083006924dc7d3be2e5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit e59f037af4c7ca65ceae0fe7d8d2c3e52dd5f65a Author: Dave Heller <hel...@us...> Date: Tue Oct 28 09:28:37 2014 -0400 start of 1.6.5 ----------------------------------------------------------------------- Summary of changes: NEWS | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/NEWS b/NEWS index 2bb2db7..163286c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +Changes in Version 1.6.5 +======================== + +Bugs Fixed: + + Changes in Version 1.6.4 ======================== diff --git a/configure.ac b/configure.ac index 211a9b9..df4b4c1 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(SBLIM BaseOS Providers Base, 1.6.4, sbl...@li...,sblim-cmpi-base) +AC_INIT(SBLIM BaseOS Providers Base, 1.6.5-preview, sbl...@li...,sblim-cmpi-base) AC_CONFIG_SRCDIR([OSBase_Common.c]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE hooks/post-receive -- cmpi-base - Base OS CMPI Providers |
From: Dave H. <hel...@us...> - 2014-10-28 13:25:54
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "cmpi-base - Base OS CMPI Providers". The tag, CMPI_BASE_1_6_4 has been created at 117ace03ee0ba13705a74083006924dc7d3be2e5 (commit) - Log ----------------------------------------------------------------- commit 117ace03ee0ba13705a74083006924dc7d3be2e5 Author: Dave Heller <hel...@us...> Date: Tue Oct 28 09:18:44 2014 -0400 prep for 1.6.4 release ----------------------------------------------------------------------- hooks/post-receive -- cmpi-base - Base OS CMPI Providers |
From: Dave H. <hel...@us...> - 2014-10-28 13:20:17
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "cmpi-base - Base OS CMPI Providers". The branch, master has been updated via 117ace03ee0ba13705a74083006924dc7d3be2e5 (commit) from a556de807af0c533a4f494d34628b7d077b42ee8 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 117ace03ee0ba13705a74083006924dc7d3be2e5 Author: Dave Heller <hel...@us...> Date: Tue Oct 28 09:18:44 2014 -0400 prep for 1.6.4 release ----------------------------------------------------------------------- Summary of changes: NEWS | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6cf0721..2bb2db7 100644 --- a/NEWS +++ b/NEWS @@ -2,7 +2,7 @@ Changes in Version 1.6.4 ======================== Bugs Fixed: - +- SBLIM-2737: bugfix for sprintf() handling Changes in Version 1.6.3 ======================== diff --git a/configure.ac b/configure.ac index 1c56fa0..211a9b9 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(SBLIM BaseOS Providers Base, 1.6.4-preview, sbl...@li...,sblim-cmpi-base) +AC_INIT(SBLIM BaseOS Providers Base, 1.6.4, sbl...@li...,sblim-cmpi-base) AC_CONFIG_SRCDIR([OSBase_Common.c]) AC_CONFIG_HEADER([config.h]) AM_INIT_AUTOMAKE hooks/post-receive -- cmpi-base - Base OS CMPI Providers |
From: Dave H. <hel...@us...> - 2014-10-23 16:13:26
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "cmpi-base - Base OS CMPI Providers". The branch, master has been updated via a556de807af0c533a4f494d34628b7d077b42ee8 (commit) from a9cf0b5d38e1bee8af79a807d8b362164c42518f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit a556de807af0c533a4f494d34628b7d077b42ee8 Author: Dave Heller <hel...@us...> Date: Thu Oct 23 12:12:22 2014 -0400 Fixed SBLIM-2737: bugfix for sprintf() handling ----------------------------------------------------------------------- Summary of changes: OSBase_Common.c | 8 +++++--- contributions.txt | 4 ++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/OSBase_Common.c b/OSBase_Common.c index 65d285b..3eb7871 100644 --- a/OSBase_Common.c +++ b/OSBase_Common.c @@ -257,6 +257,7 @@ signed short get_os_timezone() { char *sse_to_cmpi_datetime_str(long sse, int local, int adj_dst) { char *dt = malloc(26); + char *dt2 = malloc(26); struct tm bdtime; struct tm *(*func)(); int offset = 0; @@ -282,12 +283,13 @@ char *sse_to_cmpi_datetime_str(long sse, int local, int adj_dst) { offset = - timezone / 60; /* not adjusted for DST */ strftime(dt, 26, "%Y%m%d%H%M%S.000000", &bdtime); - sprintf(dt, "%s%+04d", dt, offset); + sprintf(dt2, "%s%+04d", dt, offset); + free(dt); } _OSBASE_TRACE(4, - ("--- sse_to_cmpi_datetime_str() : exiting, returned value: %s", dt)); - return dt; + ("--- sse_to_cmpi_datetime_str() : exiting, returned value: %s", dt2)); + return dt2; } /* ---------------------------------------------------------------------------*/ diff --git a/contributions.txt b/contributions.txt index 241b249..3ed41d9 100644 --- a/contributions.txt +++ b/contributions.txt @@ -30,3 +30,7 @@ Henning Sackewitz, Klaus Kämpf, Novell ----------------------- 11/16/2013 [ SBLIM-2698 ] system name might have empty domainname + +Vitezslav Crhonek, Red Hat +----------------------- +10/24/2014 [ SBLIM-2737 ] bugfix for sprintf() handling hooks/post-receive -- cmpi-base - Base OS CMPI Providers |