tpot/pegasus/.git
17 years agoBUG#: 5085 TASK-BUG4011_WinLocalConnect-merged_out_from_trunk
karl [Wed, 31 May 2006 19:59:46 +0000 (19:59 +0000)]
BUG#: 5085
TITLE: Class Names on Reference, ReferenceNames, Assoc, AssocNames returned lower class

DESCRIPTION: Change calls to save case through the hash.

17 years agoBUG#: 5092
karl [Wed, 31 May 2006 19:54:23 +0000 (19:54 +0000)]
BUG#: 5092
TITLE: Add tests for Association Operations from Repository

DESCRIPTION: Adds new unit test for repository association operations

17 years agoBUG#: 5076
carson.hovey [Tue, 30 May 2006 19:07:32 +0000 (19:07 +0000)]
BUG#: 5076
TITLE: OpenVMS: Bugzilla 5025 Makefile Dir value needs relative path breaks OpenVMS build

17 years agoBUG#: 5068
carson.hovey [Tue, 30 May 2006 18:34:47 +0000 (18:34 +0000)]
BUG#: 5068
TITLE: OpenVMS: Link error building TestWrapperStressClient.exe

DESCRIPTION: OpenVMS complains at link time that pegclient is missing from the list of libraries in the Makefile.

17 years agoBUG#: 5017
w.otsuka [Tue, 30 May 2006 15:41:54 +0000 (15:41 +0000)]
BUG#: 5017
TITLE: Red Hat OpenPegasus 2.5.1 Patch: pegasus-2.5.1-warnings.patch

DESCRIPTION: Port Red Hat patch for RHEL4 rpmbuild warnings.

17 years agoBUG#: 5094
kumpf [Fri, 26 May 2006 17:58:51 +0000 (17:58 +0000)]
BUG#: 5094
TITLE: Add instrumentation for intermittent provider test failures
DESCRIPTION: Print more diagnostic information on failures to validate provider data.

17 years agoBUG#: 5008
w.otsuka [Fri, 26 May 2006 17:54:21 +0000 (17:54 +0000)]
BUG#: 5008
TITLE: Red Hat OpenPegasus 2.5.1 Patch: pegasus-2.5.1-initscript.patch

DESCRIPTION: Ported Red Hat patch for /etc/init.d/tog-pegasus. The main change was adding SSL certificate creation on initial cimserver startup.

17 years agoBUG#: 5096
kumpf [Fri, 26 May 2006 17:50:29 +0000 (17:50 +0000)]
BUG#: 5096
TITLE: Need to ignore EOVERFLOW on uname calls
DESCRIPTION: Ignore EOVERFLOW errors from uname() in HP-UX providers.

17 years agoBUG#: 5024
mark.hamzy [Wed, 24 May 2006 22:27:50 +0000 (22:27 +0000)]
BUG#: 5024
TITLE: Reorder the directory layout of JMPI testcases

DESCRIPTION:
Reorder the directory layout of JMPI testcases

17 years agoBUG#: 5024
mark.hamzy [Wed, 24 May 2006 21:58:51 +0000 (21:58 +0000)]
BUG#: 5024
TITLE: Reorder the directory layout of JMPI testcases

DESCRIPTION:
Reorder the directory layout of JMPI testcases

17 years agoBUG#: 5024
mark.hamzy [Wed, 24 May 2006 21:56:00 +0000 (21:56 +0000)]
BUG#: 5024
TITLE: Reorder the directory layout of JMPI testcases

DESCRIPTION:
Reorder the directory layout of JMPI testcases.

17 years agoBUG#: 5024
mark.hamzy [Wed, 24 May 2006 21:46:33 +0000 (21:46 +0000)]
BUG#: 5024
TITLE: Reorder the directory layout of JMPI testcases

DESCRIPTION:
Reorder the directory layout of JMPI testcases.  Added some testcases.

17 years agoBUG#: 5088
mark.hamzy [Wed, 24 May 2006 20:42:21 +0000 (20:42 +0000)]
BUG#: 5088
TITLE: JMPI Invalid use of vector returned from ExecQuery call

DESCRIPTION:
Changed use of array to vector.

17 years agoBUG#: 5087
mark.hamzy [Wed, 24 May 2006 20:38:01 +0000 (20:38 +0000)]
BUG#: 5087
TITLE: JMPI trap when running ExecQuery

DESCRIPTION:
Chage use of CMPI_SelectExp to WQLSelectStatement

17 years agoBUG#: 5086
mark.hamzy [Wed, 24 May 2006 20:24:34 +0000 (20:24 +0000)]
BUG#: 5086
TITLE: JMPI Windows build unresolved externals

DESCRIPTION:
Added pegqwl and pegquerycommon

17 years agoBUG#: 5080
karl [Tue, 23 May 2006 19:33:41 +0000 (19:33 +0000)]
BUG#: 5080
TITLE: Compile error in Windows with tomof.cpp test

DESCRIPTION: Fixed erronous uint type. Changed to int. Also removed two
tests that are not really portable, the real value functions.

17 years agoBUG#: 5075
a.dunfey [Tue, 23 May 2006 17:39:49 +0000 (17:39 +0000)]
BUG#: 5075
TITLE: Compile warning in IndicationFormatter.cpp

DESCRIPTION:

Removed offending ':' character in #ifdef statement

17 years agoBUG#: 5074
kumpf [Fri, 19 May 2006 21:22:10 +0000 (21:22 +0000)]
BUG#: 5074
TITLE: string routines used with Buffer data
DESCRIPTION: Add a null termination character in the Buffer::getData() method.

17 years agoBUG#: 5075
a.dunfey [Fri, 19 May 2006 17:47:26 +0000 (17:47 +0000)]
BUG#: 5075
TITLE: Compile warning in IndicationFormatter.cpp

DESCRIPTION:

Add case for EmbeddedInstance Value type

17 years agoBUG#: 5065
carolann.graves [Fri, 19 May 2006 17:38:18 +0000 (17:38 +0000)]
BUG#: 5065
TITLE: Nightly Build failure in RHEL4 U2 in TestOOPModuleFailure test case

DESCRIPTION: Modified ProviderRegistrationManager::updateProviderModuleStatus to hold the provider registration table lock while getting the current OperationalStatus property value, before updating the OperationalStatus property, thus avoiding problems caused by using a stale value of the OperationalStatus.  The code that looks up the provider module in the provider registration table, and gets the Operational Status from the module instance in the table, was consolidated into a new private method ProviderRegistrationManager::_getProviderModuleStatus, since it is now needed by both ProviderRegistrationManager::updateProviderModuleStatus and ProviderRegistrationManager::getProviderModuleStatus.  The Stopping status was modified to not replace the existing status, but be appended to the status array, to qualify the status.  In that way, if the disable fails, the previous status is not lost.

17 years agoBUG#: 4979
w.otsuka [Fri, 19 May 2006 17:24:56 +0000 (17:24 +0000)]
BUG#: 4979
TITLE: repupgrade has incorrect repository paths for linux

DESCRIPTION: repupgrade now uses the PEGASUS_REPOSITORY_DIR and PEGASUS_PREV_REPOSITORY_DIR from env_var_Linux.status for Linux release builds.

17 years agoBUG#: 5063
carolann.graves [Thu, 18 May 2006 21:57:34 +0000 (21:57 +0000)]
BUG#: 5063
TITLE: Incorrect DIR Value in OOPModuleFailureProvider Makefile

DESCRIPTION: Corrected DIR value in Makefile.

17 years agoBUG#: 5043
carson.hovey [Thu, 18 May 2006 00:55:22 +0000 (00:55 +0000)]
BUG#: 5043
TITLE: OpenVMS: make tests of StressTestController.cpp fails.

DESCRIPTION: A different syntax is required by OpenVMS to preserve the quotes of a command line passed to the compiler.

17 years agoBUG#: 5039
karl [Wed, 17 May 2006 20:06:42 +0000 (20:06 +0000)]
BUG#: 5039
TITLE: Mof generation does support instance properties

DESCRIPTION: Added code for both CIMProperty Declaration and property
definition.  Also added a number of tests.

17 years agoBUG#: 5069
kumpf [Wed, 17 May 2006 19:32:27 +0000 (19:32 +0000)]
BUG#: 5069
TITLE: CIMDateTime::setUtcOffSet() is unnecessarily complex
DESCRIPTION: Reworked the setUtcOffSet() method to simplify the logic and fix a couple problems.

18 years agoBUG#: 5057
kumpf [Tue, 16 May 2006 17:47:20 +0000 (17:47 +0000)]
BUG#: 5057
TITLE: Potential race condition with OOP response chunks
DESCRIPTION: Avoid a potential race condition between the thread sending a request to a provider agent and the thread that processes the response chunks.

18 years agoBUG#:5025
denise.eckstein [Fri, 12 May 2006 21:19:21 +0000 (21:19 +0000)]
BUG#:5025
TITLE: Makefile DIR value needs to be relative to pegasus/src

DESCRIPTION: Modify Makefile DIR reference be relative to pegasus/src.

18 years agoBUG#: 5055
mark.hamzy [Fri, 12 May 2006 19:49:14 +0000 (19:49 +0000)]
BUG#: 5055
TITLE: JMPI traps due to memory corruption

DESCRIPTION:
Two CIMValue java objects were set to have the same C++ backing object.  This is bad.

18 years agoBUG#: 5050
mark.hamzy [Fri, 12 May 2006 19:45:42 +0000 (19:45 +0000)]
BUG#: 5050
TITLE: JMPI Method signature has wrong name

DESCRIPTION:
Fixed method signatures for handleEnumerateInstancesRequest

18 years agoBUG#:5054
r.kieninger [Fri, 12 May 2006 19:36:52 +0000 (19:36 +0000)]
BUG#:5054
TITLE: XMLWriter does not  escape '>' in strings

DESCRIPTION: Updated _isSpecialChar7 table at position 62 to mark '>' as special character

18 years agoBUG#:5025
denise.eckstein [Thu, 11 May 2006 21:05:00 +0000 (21:05 +0000)]
BUG#:5025
TITLE: Makefile DIR value needs to be relative to pegasus/src

DESCRIPTION: Modify Makefile DIR reference be relative to pegasus/src.

18 years agoBUG#: 4995
dave.sudlik [Thu, 11 May 2006 14:30:46 +0000 (14:30 +0000)]
BUG#: 4995
TITLE: Code Coverage : ProviderRegistrar and ProviderRegistrarInitializer classes can be removed.

DESCRIPTION: Remove unused files.

18 years agoBUG#: 4995
dave.sudlik [Thu, 11 May 2006 14:24:30 +0000 (14:24 +0000)]
BUG#: 4995
TITLE: Code Coverage : ProviderRegistrar and ProviderRegistrarInitializer classes can be removed.

DESCRIPTION: fix as described in comment #4.

18 years agoBUG#: 4956
dave.sudlik [Wed, 10 May 2006 19:40:38 +0000 (19:40 +0000)]
BUG#: 4956
TITLE: reserveCapacity method may cause size overflow on invalid input

DESCRIPTION: fix as described

18 years agoBUG#: 4992
dave.sudlik [Tue, 9 May 2006 19:41:30 +0000 (19:41 +0000)]
BUG#: 4992
TITLE: JMPI Method signature has a space in it

DESCRIPTION: removed unapproved code, will file under separate bug

18 years agoBUG#: 4906
carolann.graves [Tue, 9 May 2006 19:17:18 +0000 (19:17 +0000)]
BUG#: 4906
TITLE: Improved handling of OOP indication provider module failure is needed

DESCRIPTION: Added a callback in the ProviderManagerService, to be called when failure of an Out-Of-Process provider module is detected.  The ProviderManagerService logs a generic message, and notifies the IndicationService of the module failure.  The IndicationService determines if any active subscriptions were affected, updates its Active Subscriptions hash table, and responds to the ProviderManagerService with the number of affected subscriptions.  If any subscriptions were affected, the ProviderManagerService updates the provider module status to Degraded, and logs a more specific warning message.

18 years agoBUG#: 4906
carolann.graves [Tue, 9 May 2006 19:09:34 +0000 (19:09 +0000)]
BUG#: 4906
TITLE: Improved handling of OOP indication provider module failure is needed

DESCRIPTION: Added a callback in the ProviderManagerService, to be called when failure of an Out-Of-Process provider module is detected.  The ProviderManagerService logs a generic message, and notifies the IndicationService of the module failure.  The IndicationService determines if any active subscriptions were affected, updates its Active Subscriptions hash table, and responds to the ProviderManagerService with the number of affected subscriptions.  If any subscriptions were affected, the ProviderManagerService updates the provider module status to Degraded, and logs a more specific warning message.

18 years agoBUG#: 5044
kumpf [Tue, 9 May 2006 17:41:41 +0000 (17:41 +0000)]
BUG#: 5044
TITLE: Unnecessary dependency on experimental headers
DESCRIPTION: Avoid dependencies on the experimental MessageLoader interface when using non-experimental interfaces.

18 years agoBUG#: 5026
mark.hamzy [Tue, 9 May 2006 17:05:00 +0000 (17:05 +0000)]
BUG#: 5026
TITLE: JMPI _provider_ctrl provider creation not semaphore protected

DESCRIPTION:
JMPI _provider_ctrl provider creation not semaphore protected

18 years agoBUG#: 5023
mark.hamzy [Tue, 9 May 2006 16:59:52 +0000 (16:59 +0000)]
BUG#: 5023
TITLE: Add AssociationProvider testcases to JMPI

DESCRIPTION:
Add AssociationProvider testcases to JMPI

18 years agoBUG#: 5022
mark.hamzy [Tue, 9 May 2006 16:45:33 +0000 (16:45 +0000)]
BUG#: 5022
TITLE: JMPI add new method to CIMObjectPath

DESCRIPTION:
added clone to CIMObjectPath

18 years agoBUG#: 5021
mark.hamzy [Tue, 9 May 2006 16:34:59 +0000 (16:34 +0000)]
BUG#: 5021
TITLE: JMPI add new methods to CIMInstance

DESCRIPTION:
Added getObjectPath, getPropertyCount, getProperty

18 years agoBUG#: 4940
mark.hamzy [Tue, 9 May 2006 16:22:04 +0000 (16:22 +0000)]
BUG#: 4940
TITLE: getQualifier method against org.pegasus.jmpi.CIMProperty

DESCRIPTION:
Added support for getQualifier(String name)

18 years agoBUG#: 4999
mark.hamzy [Tue, 9 May 2006 16:17:29 +0000 (16:17 +0000)]
BUG#: 4999
TITLE: JMPI inconsistent cInst usage

DESCRIPTION:
All references now use the protected function cInst ()

18 years agoBUG#: 4992
mark.hamzy [Tue, 9 May 2006 16:14:26 +0000 (16:14 +0000)]
BUG#: 4992
TITLE: JMPI Method signature has a space in it

DESCRIPTION:
removed spaces, fixed another incorrect signature.

18 years agoBUG#: 4989
mark.hamzy [Tue, 9 May 2006 15:47:52 +0000 (15:47 +0000)]
BUG#: 4989
TITLE: Exception in thread "Thread-4" java.lang.AbstractMethodError: org.pegasus.jmpi.CIMInstance.cInst()

DESCRIPTION:
Fixed the accessing method for the vector to be vector based.

18 years agoBUG#: 5028
mateus.baur [Tue, 9 May 2006 12:00:52 +0000 (12:00 +0000)]
BUG#: 5028
TITLE: cimmof timeout needs to be increased

DESCRIPTION: Timeout value increased and documentation updated.

18 years agoBUG#: 5027
mateus.baur [Tue, 9 May 2006 11:59:08 +0000 (11:59 +0000)]
BUG#: 5027
TITLE: cimprovider timeout needs to be increased

DESCRIPTION: Timeout value increased and documentation updated.

18 years agoBUG#:5030
r.kieninger [Tue, 9 May 2006 11:50:44 +0000 (11:50 +0000)]
BUG#:5030
TITLE: CMPI provider up-calls cause failure with out-of-process, more problems

DESCRIPTION: Added namespace information to the CMPI objects returned by the EnumerateInstancesNames, AssociatorNames and
ReferenceNames functions

18 years agoBUG#:5036
r.kieninger [Tue, 9 May 2006 09:10:16 +0000 (09:10 +0000)]
BUG#:5036
TITLE: Memory leak in C++ CMPI

DESCRIPTION: Fixed memory leak on return of CMPI objects

18 years agoBUG#: 5035
a.dunfey [Mon, 8 May 2006 15:42:07 +0000 (15:42 +0000)]
BUG#: 5035
TITLE: Failure in EmbeddedInstanceProvider test

DESCRIPTION:

Added missing comment indicators present in the fix approved in 5035 and causing a compile warning on OpenVMS, described in bug 5042.

18 years agoBUG#: 5035
a.dunfey [Fri, 5 May 2006 20:38:44 +0000 (20:38 +0000)]
BUG#: 5035
TITLE: Failure in EmbeddedInstanceProvider test

DESCRIPTION:

Added #ifdef PEGASUS_EMBEDDED_INSTANCE_SUPPORT statements around code added for EmbeddedInstance functionality.

18 years agoBUG#: 5035
a.dunfey [Fri, 5 May 2006 17:29:00 +0000 (17:29 +0000)]
BUG#: 5035
TITLE: Failure in EmbeddedInstanceProvider test

DESCRIPTION:

Modify the BinaryStreamer to support EmbeddedInstance types in the binary repository, and also to convert properties in class definitions with the EmbeddedInstance or EmbeddedObject qualifier from having a type of CIMTYPE_STRING to CIMTYPE_INSTANCE or CIMTYPE_OBJECT.

18 years agoBUG#: 5034
a.dunfey [Wed, 3 May 2006 21:14:44 +0000 (21:14 +0000)]
BUG#: 5034
TITLE: Compile failure in EmbeddedInstanceProvider.cpp on HP-UX

DESCRIPTION:

Removing std::cout statements

18 years agoBUG#: 5031
a.dunfey [Wed, 3 May 2006 20:05:15 +0000 (20:05 +0000)]
BUG#: 5031
TITLE: Non-existant schema loaded for EmbeddedInstanceProvider

DESCRIPTION:

Modified Makefile to load CIM 2.10.1 Schema into namespaces used by the EmbeddedInstanceProvider, and modified test schema and test program to account for changes in the 2.10.1 Schema.

18 years agoBUG#: 5032
j.alex [Wed, 3 May 2006 19:59:16 +0000 (19:59 +0000)]
BUG#: 5032
TITLE: pegasus/test/StressTestController/Makefile has no tests target

DESCRIPTION: The Makefile in the pegasus/test/StressTestController directory has
a "poststarttests" target, but no "tests" target.  This appears to be causing
a test failure on OpenVMS platforms.
Added an empty "tests" target in this Makefile.

18 years agoBUG#: 5029
mateus.baur [Wed, 3 May 2006 13:14:01 +0000 (13:14 +0000)]
BUG#: 5029
TITLE: Invalid Pointer in CIMOperationRequestEncoder code

DESCRIPTION: Should check if pointer is not null before using it.

18 years agoBUG#: 4996
a.dunfey [Tue, 2 May 2006 20:42:16 +0000 (20:42 +0000)]
BUG#: 4996
TITLE: PEP 233 Embedded Instance Support

DESCRIPTION:

Modifications to add support for the embedded instance type in Pegasus 2.6. Currently the functionality is off by default and must be enabled by defining at build time the variable PEGASUS_EMBEDDED_INSTANCE_SUPPORT with a value of "true".

18 years agoBUG#: 4996
a.dunfey [Tue, 2 May 2006 20:26:56 +0000 (20:26 +0000)]
BUG#: 4996
TITLE: PEP 233 Embedded Instance Support

DESCRIPTION:

Modifications to add support for the embedded instance type in Pegasus 2.6. Currently the functionality is off by default and must be enabled by defining at build time the variable PEGASUS_EMBEDDED_INSTANCE_SUPPORT with a value of "true".

18 years agoBUG#: 5002
dave.sudlik [Fri, 28 Apr 2006 20:09:25 +0000 (20:09 +0000)]
BUG#: 5002
TITLE: Build fails in OptionManager.cpp

DESCRIPTION: see comment #4

18 years agoBUG#: 5020
j.alex [Fri, 28 Apr 2006 18:41:40 +0000 (18:41 +0000)]
BUG#: 5020
TITLE: make tests of StressTestController fails on windows

DESCRIPTION: Modified StressTestController.cpp to fix
this problem.
Replaced DEBUG with STRESSTEST_DEBUG

18 years agoBUG#: 5018
dave.sudlik [Fri, 28 Apr 2006 18:04:15 +0000 (18:04 +0000)]
BUG#: 5018
TITLE: Option::isValid() check for type BOOLEAN is incorrect

DESCRIPTION: Committed the PL/I-style, non-C-savvy, politically-incorrect,
(anything else?) version of this fix.

18 years agoBUG#: 5002
dave.sudlik [Fri, 28 Apr 2006 17:53:24 +0000 (17:53 +0000)]
BUG#: 5002
TITLE: Build fails in OptionManager.cpp test

DESCRIPTION: Removed offending checks, added new tests

18 years agoBUG#: 5001
dave.sudlik [Fri, 28 Apr 2006 17:50:52 +0000 (17:50 +0000)]
BUG#: 5001
TITLE: Build Failure in Attribute.cpp

DESCRIPTION: Common/Attribute.cpp is conditionally compiled, new
Common/tests/Attribute.cpp needs to be as well.

18 years agoBUG#: 4997
dave.sudlik [Fri, 28 Apr 2006 17:45:05 +0000 (17:45 +0000)]
BUG#: 4997
TITLE: Compile failure in CLIClientLib.cpp

DESCRIPTION: Changed parameter from String() to String::EMPTY, reformatted
and eliminated tabs.

18 years agoPEP#: 241
j.alex [Thu, 27 Apr 2006 18:47:12 +0000 (18:47 +0000)]
PEP#: 241
TITLE: OpenPegasus Stress Tests

DESCRIPTION: OpenPegasus Stress Testing Code
Modified Files:
    pegasus/Makefile pegasus/TestMakefile pegasus/test/Makefile
Added Files:
    pegasus/test/StressTestClients/Linkage.h
    pegasus/test/StressTestClients/Makefile
    pegasus/test/StressTestClients/TestStressTestClient.cpp
    pegasus/test/StressTestClients/TestStressTestClient.h
    pegasus/test/StressTestClients/ModelWalkStressClient/Makefile
    pegasus/test/StressTestClients/ModelWalkStressClient/TestModelWalkStressClient.cpp
    pegasus/test/StressTestClients/WrapperStressClient/Makefile
    pegasus/test/StressTestClients/WrapperStressClient/TestWrapperStressClient.cpp
    pegasus/test/StressTestController/Makefile
    pegasus/test/StressTestController/README
    pegasus/test/StressTestController/StressTestController.cpp
    pegasus/test/StressTestController/StressTestController.h
    pegasus/test/StressTestController/StressTestControllerException.cpp
    pegasus/test/StressTestController/StressTestControllerException.h
    pegasus/test/StressTestController/StressTestControllerMain.cpp
    pegasus/test/StressTestController/default_stresstest.conf
    pegasus/test/StressTestController/tests/Makefile
    pegasus/test/StressTestController/tests/invalid_configuration.conf
    pegasus/test/StressTestController/tests/invalid_noclients.conf
    pegasus/test/StressTestController/tests/result.master

18 years agoBUG#: 4995 TASK-PEP241_OpenPegasusStressTests-merged_in_to_trunk
vageesh.umesh [Wed, 26 Apr 2006 14:14:18 +0000 (14:14 +0000)]
BUG#: 4995
TITLE: Code Coverage : ProviderRegistrar and ProviderRegistrarInitializer classes can be removed.

DESCRIPTION: Committed as approved

18 years agoBUG#: 4835
vageesh.umesh [Wed, 26 Apr 2006 13:28:52 +0000 (13:28 +0000)]
BUG#: 4835
TITLE: Code Coverage for 4 files having bug nos 4835, 4836, 4975 and 4976

DESCRIPTION: Committed as approved

18 years agoBUG#: 4975
vageesh.umesh [Wed, 26 Apr 2006 13:20:44 +0000 (13:20 +0000)]
BUG#: 4975
TITLE: Code Coverage : Cimom.cpp

DESCRIPTION: Committed as approved

18 years agoBUG#: 4976
vageesh.umesh [Wed, 26 Apr 2006 13:17:07 +0000 (13:17 +0000)]
BUG#: 4976
TITLE: Code Coverage : OptionManager.cpp

DESCRIPTION: Committed as approved

18 years agoBUG#: 4972
vageesh.umesh [Wed, 26 Apr 2006 12:56:01 +0000 (12:56 +0000)]
BUG#: 4972
TITLE: Code Coverage : ProviderName.cpp

DESCRIPTION: Committed as approved

18 years agoBUG#: 4836
vageesh.umesh [Wed, 26 Apr 2006 12:49:18 +0000 (12:49 +0000)]
BUG#: 4836
TITLE: Code Coverage : AuthenticationInfoRep.cpp

DESCRIPTION: Committed as approved

18 years agoBUG#: 4835
vageesh.umesh [Wed, 26 Apr 2006 12:33:36 +0000 (12:33 +0000)]
BUG#: 4835
TITLE: Code Coverage : Attribute.cpp

DESCRIPTION: Committed as approved

18 years agoBUG#: 4835
vageesh.umesh [Wed, 26 Apr 2006 12:26:46 +0000 (12:26 +0000)]
BUG#: 4835
TITLE: Code Coverage : Attribute.cpp

DESCRIPTION: Committed as approved

18 years agoBUG#: 4937
aruran.ms [Wed, 26 Apr 2006 09:58:39 +0000 (09:58 +0000)]
BUG#: 4937
TITLE: Help file for CIMServer error in description for windows services

DESCRIPTION: Fixed as approved.

18 years agoBUG#: 4792
mreddy [Tue, 25 Apr 2006 15:02:39 +0000 (15:02 +0000)]
BUG#: 4792

TITLE: Refence parameters are not accepted as input params to InvokeMehtod on the command line

DESCRIPTION:  Fixed as proposed

18 years agoBUG#: 4792
mreddy [Tue, 25 Apr 2006 14:52:16 +0000 (14:52 +0000)]
BUG#: 4792

TITLE: Refence parameters are not accepted as input params to InvokeMehtod on the command line

DESCRIPTION:  Fixed as proposed

18 years agoBUG#: 4792
mreddy [Tue, 25 Apr 2006 14:44:05 +0000 (14:44 +0000)]
BUG#: 4792

TITLE: Refence parameters are not accepted as input params to InvokeMehtod on the command line

DESCRIPTION:  Fixed as proposed

18 years agoBUG#: 4792
mreddy [Tue, 25 Apr 2006 14:24:46 +0000 (14:24 +0000)]
BUG#: 4792

TITLE: Refence parameters are not accepted as input params to InvokeMehtod on the command line

DESCRIPTION:  Fixed as proposed

18 years agoBUG#: 4577 TASK-PEP250_RPMProvider-merged_out_to_branch
mark.hamzy [Thu, 20 Apr 2006 15:55:19 +0000 (15:55 +0000)]
BUG#: 4577
TITLE: JMPI: All the functions under SelectExp.java retuens NULL

DESCRIPTION:
Added missing functionality and a testcase

18 years agoBUG#: 4668
mark.hamzy [Thu, 20 Apr 2006 15:49:36 +0000 (15:49 +0000)]
BUG#: 4668
TITLE: cimserver crashes in finalize method of jmpi objects, This is only after the indication subscription

DESCRIPTION:
Create a new object for backing objects passed to Java objects

18 years agoBUG#: 4964
mark.hamzy [Thu, 20 Apr 2006 15:46:22 +0000 (15:46 +0000)]
BUG#: 4964
TITLE: cimprovider status failure for JMPI providers

DESCRIPTION:
Moved the define to enable JMPI builds into config.mak

18 years agoBUG#: 4973
mark.hamzy [Thu, 20 Apr 2006 15:42:30 +0000 (15:42 +0000)]
BUG#: 4973
TITLE: Update JMPI documention

DESCRIPTION:
Updated the readme file.

18 years agoBUG#: 4980
kumpf [Wed, 19 Apr 2006 19:39:24 +0000 (19:39 +0000)]
BUG#: 4980
TITLE: Forked process hangs in system call
DESCRIPTION: Move the calls to getpwman_r and getpwuid_r so that they are not done between fork() and execl() calls.

18 years agoBUG#: 4977
kumpf [Wed, 19 Apr 2006 19:33:27 +0000 (19:33 +0000)]
BUG#: 4977
TITLE: Memory leak in OOP indication generation
DESCRIPTION: Delete the memory associated with indication generation and response chunk messages.

18 years agoBUG#: 3653
w.otsuka [Tue, 18 Apr 2006 20:27:09 +0000 (20:27 +0000)]
BUG#: 3653
TITLE: Bogus Description property for OperatingSystem provider

DESCRIPTION: OS provider now returns linux system release text for description and caption.

18 years agoBUG#: 2991
kumpf [Tue, 18 Apr 2006 19:08:41 +0000 (19:08 +0000)]
BUG#: 2991
TITLE: Remove unneeded checks for NULL before delete/free
DESCRIPTION: Removed checks for non-zero pointers before 'delete' calls.

18 years agoBUG#: 2152
kumpf [Tue, 18 Apr 2006 18:56:59 +0000 (18:56 +0000)]
BUG#: 2152
TITLE: Weird code in ShutdownService::_waitUntilNoMoreRequests()
DESCRIPTION: Use a sleep statement instead of a Condition and Mutex lock to wait for a clean shutdown.

18 years agoPEP#: 246
kumpf [Tue, 18 Apr 2006 18:40:42 +0000 (18:40 +0000)]
PEP#: 246
TITLE: Language Interfaces
DESCRIPTION: (Bug 4960) Remove the experimental qualifiers from the language interfaces.  They are now frozen in the external interface.

18 years agoBUG#: 4971
yi.zhou [Tue, 18 Apr 2006 18:36:33 +0000 (18:36 +0000)]
BUG#: 4971
TITLE: snmpDeliverTrap_netsnmp::_createSession function is not thread safe

DESCRIPTION: Moved mib and snmp initialization calls to initialize() method in the snmpDeliverTrap_netsnmp.cpp module. Also, a mutex was used before a snmp session is created.

18 years agoBUG#: 4967
kumpf [Tue, 18 Apr 2006 18:28:26 +0000 (18:28 +0000)]
BUG#: 4967
TITLE: DuplicateContentLengthTag01 test fails when not using local connection
DESCRIPTION: Update wbemexec to do less manipulation of the request message it sends, to improve consistency of behavior for local and remote connections.  Update the affected test cases.

18 years agoBUG#: 3653
w.otsuka [Wed, 12 Apr 2006 21:55:15 +0000 (21:55 +0000)]
BUG#: 3653
TITLE: Bogus Description property for OperatingSystem provider

DESCRIPTION: Backed out change. The submittal has not been approved yet.

18 years agoBUG#: 3653
w.otsuka [Wed, 12 Apr 2006 20:28:11 +0000 (20:28 +0000)]
BUG#: 3653
TITLE: Bogus Description property for OperatingSystem provider

DESCRIPTION: OS provider now returns linux system release text for description and caption.

18 years agoBUG#: 4938
kumpf [Tue, 11 Apr 2006 18:49:27 +0000 (18:49 +0000)]
BUG#: 4938
TITLE: CIM Server should reject duplicate HTTP headers
DESCRIPTION: Concatenate the values of duplicate HTTP headers using a comma separator.

18 years agoBUG#: 4953
dave.sudlik [Mon, 10 Apr 2006 14:32:42 +0000 (14:32 +0000)]
BUG#: 4953
TITLE: Build broken on zLinux

DESCRIPTION: The "FLAGS = -fsigned-char" line should be
"FLAGS += -fsigned-char" (add the plus sign).

18 years agoBUG#: 4954
kumpf [Fri, 7 Apr 2006 18:19:48 +0000 (18:19 +0000)]
BUG#: 4954
TITLE: CIMRequestMessage buildResponse() method should be const
DESCRIPTION: Added the const qualifier to the buildResponse() method declaration.

18 years agoBUG#:4946 TASK-PEP241_OpenPegasusStressTests-merged_out_to_branch
denise.eckstein [Wed, 5 Apr 2006 23:56:56 +0000 (23:56 +0000)]
BUG#:4946
TITLE: Subscriptions not deleted after running HTTPS TestIndicationStressTest option

DESCRIPTION: Added cleanup step to run_TS1_HTTPS and run_TS1_HTTPS_VERIFY_USER options.

18 years agoBUG#: 3653
w.otsuka [Wed, 5 Apr 2006 21:51:13 +0000 (21:51 +0000)]
BUG#: 3653
TITLE: Bogus Description property for OperatingSystem provider

DESCRIPTION: Backing out this change. Need to also modify the test program.

18 years agoBUG#: 4944
kumpf [Wed, 5 Apr 2006 20:35:02 +0000 (20:35 +0000)]
BUG#: 4944
TITLE: Resolve ATTNs in XmlWriter.cpp
DESCRIPTION: Clean up a few outstanding action comments.

18 years agoBUG#: 3653
w.otsuka [Wed, 5 Apr 2006 20:18:21 +0000 (20:18 +0000)]
BUG#: 3653
TITLE: Bogus Description property for OperatingSystem provider

DESCRIPTION: Use the text from the release file for the Linux distribution for description and caption properties.