tpot/pegasus/.git
18 years agoBUG#: 4800 RELEASE_2_5_1-RC1
thilo.boehm [Mon, 20 Feb 2006 08:51:20 +0000 (08:51 +0000)]
BUG#: 4800

TITLE: CMPI header cmpios.h uses a Pegasus define instead a CMPI define for zOS

DESCRIPTION:
The cmpios.h dose use PEGASUS_PLATFORM_ZOS_ZSERIES_IBM instead of
CMPI_PLATFORM_ZOS_ZSERIES_IBM.

A proposed patch is attached to the bug.

With this change the file is identical with the standardized file, only the
license is different.

18 years agoBUG#: 4788
jim.wunderlich [Sun, 19 Feb 2006 01:07:33 +0000 (01:07 +0000)]
BUG#: 4788
TITLE: pegtest user should be converted to use PEGASUS_TEST_USER_ID

DESCRIPTION: Removed previous reversion per email from Denise Eckstein
indicating the problem was with there nightly process in that it uses
the previous nights TestMakefile to drive the nightly so that it should
work this evening with the changes as submitted.

18 years agoBUG#: 4788
jim.wunderlich [Sat, 18 Feb 2006 17:16:52 +0000 (17:16 +0000)]
BUG#: 4788
TITLE: pegtest user should be converted to use PEGASUS_TEST_USER_ID

DESCRIPTION: reverting the part of the change to put pegtest back.
until it can be resolved what PEGASUS_TEST_USER_ID and PASS should default to,
guest, pegtest or something else.

The original change caused the nightly test to fail. When this was submitted
the assumption was that since the machines that used pegtest were also running
the standardtest using the guest userid that the guest user id was a vlaid user.
Apparently that assumption was wrong and guest is not a valid user id.

18 years agoBUG#: 4785 RELEASE_2_5-root
karl [Sat, 18 Feb 2006 03:27:11 +0000 (03:27 +0000)]
BUG#: 4785
TITLE: Add 2006 license to numerous readme files

DESCRIPTION: Added license text to readme files.

18 years agoBUG#: 4788
jim.wunderlich [Fri, 17 Feb 2006 23:46:50 +0000 (23:46 +0000)]
BUG#: 4788
TITLE: pegtest user should be converted to use PEGASUS_TEST_USER_ID

DESCRIPTION:
This changes the hardcoded refereence to the user pegtest to use the new
env var PEGASUS_TEST_USER_ID which defaults to guest. It also adds the
logic to configure the users, if not doing PAM authentication, prior to
running the tests. It also includes the logic to make it a standalone tests.
IE it can be run directly outside of the testsuite and it will set up its
dependencies. It, as all other single tests do, presumes that the
repositories are pre-built.

18 years agoBUG#: 4788
jim.wunderlich [Fri, 17 Feb 2006 22:28:09 +0000 (22:28 +0000)]
BUG#: 4788
TITLE: pegtest user should be converted to use PEGASUS_TEST_USER_ID

DESCRIPTION:
This changes the hardcoded refereence to the user pegtest to use the new
env var PEGASUS_TEST_USER_ID which defaults to guest. It also adds the
logic to configure the users, if not doing PAM authentication, prior to
running the tests. It also includes the logic to make it a standalone tests.
IE it can be run directly outside of the testsuite and it will set up its
dependencies. It, as all other single tests do, presumes that the
repositories are pre-built.

18 years agoBUG#: 4794
kumpf [Fri, 17 Feb 2006 21:33:39 +0000 (21:33 +0000)]
BUG#: 4794
TITLE: CIMParamValue clone error on uninitialized object
DESCRIPTION: Check that a CIMParamValue is initialized before performing a clone operation.

18 years agoBUG#: 4793
jim.wunderlich [Fri, 17 Feb 2006 21:28:39 +0000 (21:28 +0000)]
BUG#: 4793
TITLE: TestMakefile trace utilities work only on current server config.

DESCRIPTION: Updated the trace utilities adding a paramater to allow current or planned config to be specified, and updated the usagetrace statement.

18 years agoBUG#: 4797
kumpf [Fri, 17 Feb 2006 19:34:48 +0000 (19:34 +0000)]
BUG#: 4797
TITLE: Need better detection of Provider User Context permission errors
DESCRIPTION: Add a unit test to detect and communicate a configuration error when the Provider User Context feature is enabled and the tests are run as a non-privileged user.

18 years agoBUG#: 4796
kumpf [Fri, 17 Feb 2006 19:30:37 +0000 (19:30 +0000)]
BUG#: 4796
TITLE: Complete and correct the documentation for the CIM interfaces
DESCRIPTION: Updated the doc++ to more completely and correctly document the interfaces.

18 years agoBUG#: 4795
kumpf [Fri, 17 Feb 2006 19:22:57 +0000 (19:22 +0000)]
BUG#: 4795
TITLE: ParamValue test does not fail on exception
DESCRIPTION: Return an error status when an unexpected exception is caught.

18 years agoBUG#: 4781
kumpf [Fri, 17 Feb 2006 19:20:11 +0000 (19:20 +0000)]
BUG#: 4781
TITLE: TestSubscription unregister failed to communicate with cimprovagt
DESCRIPTION: Fixed a race condition between cimprovagt shutdown and requests sent to the cimprovagt.

18 years agoBUG#: 4780
kumpf [Thu, 16 Feb 2006 22:49:24 +0000 (22:49 +0000)]
BUG#: 4780
TITLE: Complete the CIMMethod and CIMParameter documentation
DESCRIPTION: Completed and corrected the doc++ for these interfaces.

18 years agoBUG#: 4779
yi.zhou [Thu, 16 Feb 2006 22:37:46 +0000 (22:37 +0000)]
BUG#: 4779
TITLE: Remove unused xml file

DESCRIPTION: Remove these xml files. They are obsolete.

18 years agoBUG#: 4139
a.dunfey [Thu, 16 Feb 2006 13:41:53 +0000 (13:41 +0000)]
BUG#: 4139
TITLE: Recognize DMTF:CQL language name

DESCRIPTION:

Modified QueryExpression to recognize DMTF:CQL as a valid language name for CQL.

18 years agoBUG#: 4787
mark.hamzy [Wed, 15 Feb 2006 21:46:32 +0000 (21:46 +0000)]
BUG#: 4787
TITLE: JMPI make poststarttests fails

DESCRIPTION:
Changed the incorrect line numbers reference

18 years agoBUG#: 4775
karl [Wed, 15 Feb 2006 18:15:49 +0000 (18:15 +0000)]
BUG#: 4775
TITLE: ExportClient not instrumented for xmlio trace

DESCRIPTION: Add trace in these files so we get xmlio traces output for indcations exported from the Server.

18 years agoBUG#: 2146
karl [Wed, 15 Feb 2006 17:59:11 +0000 (17:59 +0000)]
BUG#: 2146
TITLE: Update CLI documentation

DESCRIPTION: Update the nroff file and the resulting html and txt files.  Note that this is an extensive rewrite of the documentation.

18 years agoBUG#: 4778
karl [Wed, 15 Feb 2006 16:23:53 +0000 (16:23 +0000)]
BUG#: 4778
TITLE: Add license to test MOF files

DESCRIPTION: Added to all mof files under pegasus/src.

18 years agoBUG#: 4762
jim.wunderlich [Tue, 14 Feb 2006 22:17:39 +0000 (22:17 +0000)]
BUG#: 4762
TITLE: EnableAuthentication in standardtest fail trying to use user "guest"

DESCRIPTION:
This change introduces the concept of a test user that can be specified when
the test are running rather than hard coding everything to "guest".

This changes all the hardcoded "guest" user_id and passwords to use the
environment variables PEGASUS_TEST_USER_ID and PEGASUS_TEST_USER_PASS.

Currently PEGASUS_TEST_USER_ID and PEGASUS_TEST_USER_PASS both default to
guest if they are not specified within the users environment.

See the file pegasus/mak/test.mak for more comments regarding the concept of
System wide user ID's and passwords to be used within the pegasus test
environment.

18 years agoBUG#: 4769
w.otsuka [Tue, 14 Feb 2006 18:33:45 +0000 (18:33 +0000)]
BUG#: 4769
TITLE: The tog-pegasus.spec has 2 copyrights

DESCRIPTION: Removed 2005 copyright.

18 years agoBUG#: 4776
w.otsuka [Tue, 14 Feb 2006 18:27:39 +0000 (18:27 +0000)]
BUG#: 4776
TITLE: The rpmbuild of test rpm fails

DESCRIPTION: Updated IPC to TestIPC.

18 years agoBUG#: 4768
kumpf [Tue, 14 Feb 2006 18:21:13 +0000 (18:21 +0000)]
BUG#: 4768
TITLE: ResponseHandler documentation should indicate exceptions thrown
DESCRIPTION: Updated the doc++ to indicate possible exceptions.

18 years agoBUG#: 4069
aruran.ms [Tue, 14 Feb 2006 07:33:35 +0000 (07:33 +0000)]
BUG#: 4069
TITLE: CLI doesn't handle non-string parameters for im command

DESCRIPTION: Fixed as approved

18 years agoBUG#: 3450
w.white [Mon, 13 Feb 2006 20:05:14 +0000 (20:05 +0000)]
BUG#: 3450

TITLE:cimperf defaults to remote connection

DESCRIPTION: checking in fix

18 years agoBUG#: 4767
jim.wunderlich [Fri, 10 Feb 2006 22:57:43 +0000 (22:57 +0000)]
BUG#: 4767
TITLE: wbemexec test fails with Pegasus version mismatch

DESCRIPTION: Fixed result.master file to expect version 2.5.1

18 years agoBUG#: 4696
kumpf [Fri, 10 Feb 2006 22:23:31 +0000 (22:23 +0000)]
BUG#: 4696
TITLE: cimperf may use uninitialized port value in CIMClient::connect()
DESCRIPTION: Resolved a compile warning regarding a possibly uninitialized variable.

18 years agoBUG#: 4765
kumpf [Fri, 10 Feb 2006 22:20:42 +0000 (22:20 +0000)]
BUG#: 4765
TITLE: SubscriptionLanguageListContainer class is not needed
DESCRIPTION: Removed the SubscriptionLanguageListContainer class definition and code that uses it.

18 years agoBUG#: 4773
kumpf [Fri, 10 Feb 2006 21:17:16 +0000 (21:17 +0000)]
BUG#: 4773
TITLE: Extend the MessageSerializer unit test
DESCRIPTION: Add unit test cases for the CIMMessageSerializer and CIMMessageDeserializer classes.  Also clean up the assert logic in these classes.

18 years agoBUG#: 4766
kumpf [Fri, 10 Feb 2006 19:13:46 +0000 (19:13 +0000)]
BUG#: 4766
TITLE: Unnecessary implementations for hidden methods
DESCRIPTION: Removed the 'unimplemented' method definitions.

18 years agoBUG#: 4772
kumpf [Fri, 10 Feb 2006 19:07:04 +0000 (19:07 +0000)]
BUG#: 4772
TITLE: CIMProcessIndicationResponseMessage has wrong message type
DESCRIPTION: Corrected the message type.

18 years agoBUG#:4590
joshi.swapnil [Thu, 9 Feb 2006 14:00:30 +0000 (14:00 +0000)]
BUG#:4590
TITLE:standardtest fails in TestAggregationOutputClient

DESCRIPTION:For the resolution of bug on Mac OS X

18 years agoBUG#: 4735
mark.hamzy [Wed, 8 Feb 2006 23:22:36 +0000 (23:22 +0000)]
BUG#: 4735
TITLE: JMPI Sample provider errors

DESCRIPTION:
Added a Makefile.  Fixed the two sample providers.  Added two new sample providers that test calling each other.

18 years agoBUG#: 4734
mark.hamzy [Wed, 8 Feb 2006 23:17:23 +0000 (23:17 +0000)]
BUG#: 4734
TITLE: JMPI Recursive use of cimom handle

DESCRIPTION:
There are now two CIMOMHandles that are created.  The first
is only for calls to getClass. This is the semaphore protected handle since
there cannot be two simultaneous calls from the two running threads.  The
second handle is now used for the provider code and is not protected.

18 years agoBUG#: 4748
jim.wunderlich [Wed, 8 Feb 2006 23:00:22 +0000 (23:00 +0000)]
BUG#: 4748
TITLE: During Product development the version number should reflect it's status

DESCRIPTION:
     -Updated the version to 2.5.1 and it's status to Pre-Release.
     -Updated the server to output the status with the version number if
      it is not null.

18 years agoBUG#: 4521
mark.hamzy [Wed, 8 Feb 2006 22:10:20 +0000 (22:10 +0000)]
BUG#: 4521
TITLE: In JMPI CIMDataType, object, class, and null DataTypes are missing

DESCRIPTION:
Added new java CIM class CIMObject.java to hold classes and instances.
Added testcase to test all CIMDataTypes.
Fixed broken CIMDataTypes.

18 years agoBUG#: 4748
jim.wunderlich [Wed, 8 Feb 2006 21:28:45 +0000 (21:28 +0000)]
BUG#: 4748
TITLE: During Product development the version number should reflect it's status

DESCRIPTION:
     -Updated the version to 2.5.1 and it's status to Pre-Release.
     -Updated the server to output the status with the version number if
      it is not null.

18 years agoBUG#:4763
denise.eckstein [Wed, 8 Feb 2006 21:10:01 +0000 (21:10 +0000)]
BUG#:4763
TITLE: Failure setting OPENSSL_SET_SERIAL_SUPPORTED variable on OpenVMS

DESCRIPTION: Enabled OPENSSL_SET_SERIAL_SUPPORTED for OpenVMS

18 years agoBUG#: 4761
jim.wunderlich [Wed, 8 Feb 2006 21:03:16 +0000 (21:03 +0000)]
BUG#: 4761
TITLE: getOpType conversion for Statistics is inefficient and appears wrong

DESCRIPTION: Corrected the conversion and put in a select statement to use
   the internal message enumerated message types to make the code more
   readable and more eficient.

18 years agoBUG#: 4764
kumpf [Wed, 8 Feb 2006 21:02:45 +0000 (21:02 +0000)]
BUG#: 4764
TITLE: Untested conditions in LanguageParser.cpp
DESCRIPTION: Added more LanguageParser unit tests.

18 years agoBUG#: 4760
kumpf [Wed, 8 Feb 2006 20:59:53 +0000 (20:59 +0000)]
BUG#: 4760
TITLE: ResponseHandler documentation needs to be completed
DESCRIPTION: Completed and cleaned up the ResponseHandler interface documentation.

18 years agoBUG#: 4759
kumpf [Wed, 8 Feb 2006 20:58:33 +0000 (20:58 +0000)]
BUG#: 4759
TITLE: CIMClient documentation cleanup
DESCRIPTION: Cleaned up the non-operation portions of the CIMClient interface documentation.

18 years agoBUG#: 4758
kumpf [Wed, 8 Feb 2006 20:56:48 +0000 (20:56 +0000)]
BUG#: 4758
TITLE: OperationContext documentation is poor
DESCRIPTION: Completed and cleaned up the OperationContext interface documentation.

18 years agoBUG#: 4142
a.dunfey [Wed, 8 Feb 2006 20:50:59 +0000 (20:50 +0000)]
BUG#: 4142
TITLE: CIMOMHandle operations can fail when cimserver is installed with as Windows service with authentication enabled

DESCRIPTION:

In the isSystemUser() function, test the user parameter against the username of the process owner.

18 years agoBUG#: 4694
mike [Wed, 8 Feb 2006 20:02:35 +0000 (20:02 +0000)]
BUG#: 4694
TITLE: Need pegasus version number macro.

DESCRIPTION: Moved patch down two lines (misapplied originally).

18 years agoBUG#: 4278
jim.wunderlich [Wed, 8 Feb 2006 12:12:08 +0000 (12:12 +0000)]
BUG#: 4278
TITLE: cimperf headers should include the units

DESCRIPTION:
  - added units to the cimperf output report titles
  - changed the operation types to match the CIM_CIMOMStatisticalData Class
    operation type names.
  - Also bug 4672 - cimperf export indications should be IndicationDelivery

18 years agoBUG#: 4278
jim.wunderlich [Wed, 8 Feb 2006 11:56:40 +0000 (11:56 +0000)]
BUG#: 4278
TITLE: cimperf headers should include the units

DESCRIPTION:
  - added units to the cimperf output report titles
  - changed the operation types to match the CIM_CIMOMStatisticalData Class
    operation type names.
  - Also bug 4672 - cimperf export indications should be IndicationDelivery

18 years agoBUG#: 4722
jim.wunderlich [Wed, 8 Feb 2006 00:20:56 +0000 (00:20 +0000)]
BUG#: 4722
TITLE: SLP must offer alternative of using OpenSLP libraries

DESCRIPTION: Changes to allow use of OpenSLP with Pegasus.
  Uses environment variables at build time to specify the use of the OpenSLP.
  See comments added to config.mak for environment variables to set.

18 years agoBUG#: 4278
jim.wunderlich [Tue, 7 Feb 2006 23:53:45 +0000 (23:53 +0000)]
BUG#: 4278
TITLE: cimperf headers should include the units

DESCRIPTION:
  - added units to the cimperf output report titles
  - changed the operation types to match the CIM_CIMOMStatisticalData Class
    operation type names.
  - Also bug 4672 - cimperf export indications should be IndicationDelivery

18 years agoBUG#:4745
denise.eckstein [Tue, 7 Feb 2006 21:03:57 +0000 (21:03 +0000)]
BUG#:4745
TITLE: PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER not configurable on Linux

DESCRIPTION: Changes to allow default value of PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER to be overridden.

18 years agoBUG#:4195
denise.eckstein [Tue, 7 Feb 2006 20:44:21 +0000 (20:44 +0000)]
BUG#:4195
TITLE: SSL trust manager tests expects a zero serial number

DESCRIPTION: Modified Makefile to use -set_serial option if OpenSSL version is not 0.9.6.

18 years agoBUG#: 4752
kumpf [Tue, 7 Feb 2006 19:21:36 +0000 (19:21 +0000)]
BUG#: 4752
TITLE: Unnecessary logic in ClientCIMOMHandle.cpp
DESCRIPTION: Removed unnecessary code.

18 years agoBUG#: 4753
kumpf [Tue, 7 Feb 2006 19:17:28 +0000 (19:17 +0000)]
BUG#: 4753
TITLE: Insufficient coverage of CIMOMHandle code
DESCRIPTION: Added a test provider to exercise the CIMOMHandle implementation.

18 years agoBUG#:4750
denise.eckstein [Tue, 7 Feb 2006 19:14:05 +0000 (19:14 +0000)]
BUG#:4750
TITLE: Test failure attempting to access DeleteNamespace test.

DESCRIPTION: Updated name of DeleteNamespace test to TestPegClientDeleteNamespace

18 years agoBUG#:4754
denise.eckstein [Tue, 7 Feb 2006 19:01:59 +0000 (19:01 +0000)]
BUG#:4754
TITLE: PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER not configurable on Linux

DESCRIPTION: Changes to allow default value of PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER to be overridden.

18 years agoBUG#: 4740
w.otsuka [Tue, 7 Feb 2006 17:32:52 +0000 (17:32 +0000)]
BUG#: 4740
TITLE: /etc/init.d/tog-pegasus script fails

DESCRIPTION: Moved /bin/sh line to beginning of file.

18 years agoBUG#: 4524
david.dillard [Mon, 6 Feb 2006 21:35:50 +0000 (21:35 +0000)]
BUG#: 4524
TITLE: Ignore warnings when using VC 8.

DESCRIPTION: Added pragmas for ignoring warnings 4345 and 4996 when building with VC 8.

18 years agoBUG#: 4697
mike [Mon, 6 Feb 2006 17:38:03 +0000 (17:38 +0000)]
BUG#: 4697
TITLE: GCC -m32 options breaks build on PowerPC

DESCRIPTION: Added conditional logic (based on compiler version).

18 years agoBUG#: 4592
aruran.ms [Mon, 6 Feb 2006 08:21:24 +0000 (08:21 +0000)]
BUG#: 4592
TITLE: providerDir includes /usr/lib/cmpi even when CMPI is disabled

DESCRIPTION: Fixed as approved

18 years agoBUG#: 4549
aruran.ms [Mon, 6 Feb 2006 08:20:27 +0000 (08:20 +0000)]
BUG#: 4549
TITLE: Peer certificate should be freed in all cases

DESCRIPTION: Fixed as approved

18 years agoBUG#: 4400
aruran.ms [Mon, 6 Feb 2006 08:19:32 +0000 (08:19 +0000)]
BUG#: 4400
TITLE: Floating point exception in indication stress test

DESCRIPTION: Fixed as approved

18 years agoBUG#: 4742
kumpf [Fri, 3 Feb 2006 19:07:53 +0000 (19:07 +0000)]
BUG#: 4742
TITLE: CIMDateTime mishandles leap years
DESCRIPTION: Refactor the logic for converting CIMDateTime to and from microseconds, and fix a problem with the handling of leap years in this area.

18 years agoBUG#: 4746
kumpf [Fri, 3 Feb 2006 18:59:13 +0000 (18:59 +0000)]
BUG#: 4746
TITLE: Improve language interface code coverage
DESCRIPTION: Add unit tests for the language classes.

18 years agoBUG#: 4747
denise.eckstein [Fri, 3 Feb 2006 18:48:03 +0000 (18:48 +0000)]
BUG#: 4747
TITLE: Incorrect DIR Value in Makefiles

DESCRIPTION: Corrected DIR values.

18 years agoBUG#: 4691
karl [Fri, 3 Feb 2006 15:51:38 +0000 (15:51 +0000)]
BUG#: 4691
TITLE: 2006 License changes.

DESCRIPTION: Add the new script and make file to repository and modify
misc.mak to remove these functions from this file.

18 years agoBUG#: 4721
karl [Fri, 3 Feb 2006 14:53:34 +0000 (14:53 +0000)]
BUG#: 4721
TITLE: Unittest executable name changes. Add Test to names

DESCRIPTION: This is the files in Pegasus/Client/tests

18 years agoBUG#: 4721
karl [Fri, 3 Feb 2006 14:51:45 +0000 (14:51 +0000)]
BUG#: 4721
TITLE: Unit Test executable name changes

DESCRIPTION: One test in Pegasus/CQL to add Test to name.

18 years agoBUG#: 4721
karl [Fri, 3 Feb 2006 14:49:25 +0000 (14:49 +0000)]
BUG#: 4721
TITLE: Unit test executable name changes

DESCRIPTION: Commit files in Common/tests. Note that this includes the
name change for the ModuleController test

18 years agoBUG#: 4721
karl [Fri, 3 Feb 2006 14:43:12 +0000 (14:43 +0000)]
BUG#: 4721
TITLE: Change names of unit tests

DESCRIPTION: Change names in compiler/tests

18 years agoBUG#: 4721
karl [Fri, 3 Feb 2006 14:41:39 +0000 (14:41 +0000)]
BUG#: 4721
TITLE: Change names of unit test programs to include Test

DESCRIPTION: Changes files in ProviderRegistrationManager/tests

18 years agoBUG#: 4724
mike [Thu, 2 Feb 2006 21:24:48 +0000 (21:24 +0000)]
BUG#: 4724
TITLE: Linker error with Solaris-SPARC-CC

DESCRIPTION: Reversed order of destruction of monitor and httpConnection and
removed obsolete PEP comment.

18 years agoPEP#: 225
dave.sudlik [Thu, 2 Feb 2006 20:11:15 +0000 (20:11 +0000)]
PEP#: 225
TITLE: Adding GNU Coverage tool support in Pegasus

DESCRIPTION: Committing change to config-linux.mak to add gcc options if PEGASUS_ENABLE_GCOV is defined.

18 years agoBUG#: 4724
mike [Thu, 2 Feb 2006 16:29:52 +0000 (16:29 +0000)]
BUG#: 4724
TITLE: wbemexec does not compile on Solaris-sparc-CC

DESCRIPTION: Fixed linker error by removing use of AutoPtr for private members.

18 years agoBUG#: 4737
carson.hovey [Thu, 2 Feb 2006 00:28:50 +0000 (00:28 +0000)]
BUG#: 4737
TITLE: Change 2006 license header to use # comment character.

DESCRIPTION: Makefiles need to use # at the comment character

18 years agoBUG#: 4723
mike [Wed, 1 Feb 2006 21:12:42 +0000 (21:12 +0000)]
BUG#: 4723
TITLE: DQueue breaks Solaris build

DESCRIPTION: Eliminated use of "advanced" C++ template feature.

18 years agoBUG#: 4379
mike [Wed, 1 Feb 2006 21:10:48 +0000 (21:10 +0000)]
BUG#: 4379
TITLE: Build broken by -fno-enforce-eh-specs

DESCRIPTION: Remove -fno-enforce-eh-specs option on GCC version below 3.0

18 years agoBUG#: 4736
kumpf [Wed, 1 Feb 2006 21:10:19 +0000 (21:10 +0000)]
BUG#: 4736
TITLE: Unnecessary methods in OOPProviderManagerRouter.cpp
DESCRIPTION: Removed the implementations of 'unimplemented' methods.

18 years agoBUG#: 4739
mike [Wed, 1 Feb 2006 21:09:43 +0000 (21:09 +0000)]
BUG#: 4739
TITLE: SpinLock tests runs too long

DESCRIPTION: Reduced iterations from 10 million to 1 million.

18 years agoBUG#: 4730
karl [Tue, 31 Jan 2006 22:52:47 +0000 (22:52 +0000)]
BUG#: 4730
TITLE: remove slp_client from pegasus CVS module

DESCRIPTION: Remove the files

18 years agoBUG#: 4728
a.dunfey [Tue, 31 Jan 2006 20:37:41 +0000 (20:37 +0000)]
BUG#: 4728
TITLE: Compiler Failure in DefaultProviderManager.cpp if PERFINST is disabled

DESCRIPTION:

1. Add new macro to call response->endProvider() if PEGASUS_DISABLE_PERFINST is not defined.

2. Add empty definitions for STAT_PMS_PROVIDERSTART and STAT_RESPONSEEND macros.

18 years agoBUG#: 4731
sushma.fernandes [Tue, 31 Jan 2006 19:34:30 +0000 (19:34 +0000)]
BUG#: 4731
TITLE: repupgrade class creation should handle dependent class errors

DESCRIPTION: Updated class creation logic to handle dependent class errors. Added a new message to indicate a dependent class error. Also fixed a bunch of l10n typos to point to the correct message string.

18 years agoBUG#: 4732
dave.sudlik [Tue, 31 Jan 2006 19:15:22 +0000 (19:15 +0000)]
BUG#: 4732
TITLE: make build fails in LocalAuthFile.cpp in WIN-XP

DESCRIPTION: Committing the fix, with the update described in comment 3.

18 years agoBUG#: 4720
jim.wunderlich [Tue, 31 Jan 2006 19:08:46 +0000 (19:08 +0000)]
BUG#: 4720
TITLE: wetest - AssociatorNames30004 fails on SOLARIS_SPARC_CC

DESCRIPTION:
    - Makes PEGASUS_SNIA_INTEROP_TEST dependent on env var as it should be.
    - removes extra circumflex from the XML file that should not be there
      since it is not part of the test to produce the desired error response
      and it only confuses what the error within the XML file is.

18 years agoBUG#:4705
denise.eckstein [Tue, 31 Jan 2006 18:58:13 +0000 (18:58 +0000)]
BUG#:4705
TITLE: Need to disable PerfInst for the Linux 2.5.1 release build

DESCRIPTION: Added  PEGASUS_DISABLE_PERFINST=yes to env_var_Linux.status file.

18 years agoBUG#: 4666
carolann.graves [Tue, 31 Jan 2006 18:36:34 +0000 (18:36 +0000)]
BUG#: 4666
TITLE: Compile warning building TLS.cpp

DESCRIPTION: Modified to return empty array instead of NULL.

18 years agoBUG#: 4691
karl [Tue, 31 Jan 2006 16:30:20 +0000 (16:30 +0000)]
BUG#: 4691

TITLE: License update

DESCRIPTION: Fis the slp_query license.

18 years agoBUG#: 4710
mike [Tue, 31 Jan 2006 16:14:52 +0000 (16:14 +0000)]
BUG#: 4710
TITLE: MCCATestClient Crash

DESCRIPTION: Fixed botched commmit

18 years agoBUG#: 4710
mike [Tue, 31 Jan 2006 16:09:45 +0000 (16:09 +0000)]
BUG#: 4710
TITLE: MCCATestClient crash

DESCRIPTION: Fix MCCATestClient crash (Solaris)

18 years agoBUG#: 4710
mike [Tue, 31 Jan 2006 16:07:37 +0000 (16:07 +0000)]
BUG#: 4710
TITLE: MCCATestClient Crash

DESCRIPTION: Fix segementation fault on Solaris with MCCATestClient

18 years agoBUG#: 4694
mike [Tue, 31 Jan 2006 16:06:21 +0000 (16:06 +0000)]
BUG#: 4694
TITLE: PEGASUS_VERSION_NUMBER macro

DESCRIPTION: Added PEGASUS_VERSION_NUMBER macro to support compile time
    branching.

18 years agoBUG#: 4641
mike [Tue, 31 Jan 2006 15:52:44 +0000 (15:52 +0000)]
BUG#: 4641
TITLE: Fix Linker Failure on SOLARIS_SPARC_CC

DESCRIPTION:  Added -lCstd to library dependencies line.

18 years agoBUG#: 4691
karl [Tue, 31 Jan 2006 15:36:55 +0000 (15:36 +0000)]
BUG#: 4691
TITLE: Add license to mof files

DESCRIPTION: Add 2006 license to test mof files in TestProviders/Load directory

18 years agoBUG#: 4691
karl [Tue, 31 Jan 2006 15:33:41 +0000 (15:33 +0000)]
BUG#: 4691
TITLE: License update to 2006

DESCRIPTION: Fix test mof to add licenses in directory providers/sample/Load

18 years agoBUG#: 4691
karl [Tue, 31 Jan 2006 15:03:55 +0000 (15:03 +0000)]
BUG#: 4691
TITLE:m License modification to 2006

DESCRIPTION: Lex and yacc files in slp_client

18 years agoBUG#: 4691
karl [Tue, 31 Jan 2006 14:50:41 +0000 (14:50 +0000)]
BUG#: 4691
TITLE: Update licenses to 2006

DESCRIPTION: Updates the licenses in the src/slp directories except for the .l and .y files

18 years agoBUG#:4620
r.kieninger [Mon, 30 Jan 2006 16:43:55 +0000 (16:43 +0000)]
BUG#:4620
TITLE: CMPI provider up-calls cause failure with out-of-process

DESCRIPTION: Changed CMPI broker functions for enumerateInstances, references and associators to ensure the namespace is present in all instances returned through these functions.

18 years agoBUG#: 4691
karl [Mon, 30 Jan 2006 16:16:16 +0000 (16:16 +0000)]
BUG#: 4691
TITLE: Update Licenses to 2006

DESCRIPTION: Updates most of the licenses to 2006. The slp_client directories are excluded for the moment pending discussion. This change has passed unit and system tests.  Note that this changes just about EVERY file in Pegasus.

18 years agoBUG#:4677
thilo.boehm [Mon, 30 Jan 2006 12:55:07 +0000 (12:55 +0000)]
BUG#:4677
TITLE:cimserver started as non-root: Local connects via local auth file is broken.

DESCRIPTION:
Change the order of processing the token file:
1) Create the file
2) Change perms to user R/W ; group nothing ; others nothing
3) Write token into file
4) Change perms to read-only for user
5) Change ownership.

+ using FileSystem operations to change file attributes.

18 years agoBUG#: 4693
a.dunfey [Fri, 27 Jan 2006 19:39:51 +0000 (19:39 +0000)]
BUG#: 4693
TITLE: Undesirable message logged when an exception is thrown by a provider

DESCRIPTION:

Modified DefaultProviderManager.cpp to set the provider and server start times on the response message before the provider is invoked, then set the provider end time after exceptions have been caught.

Also modified the file so that the identical blocks of catches can be replaced by a single macro.

18 years agoBUG#: 4719
kumpf [Fri, 27 Jan 2006 19:24:29 +0000 (19:24 +0000)]
BUG#: 4719
TITLE: IBM_CIMOMStatDataProvider is obsolete
DESCRIPTION: Removed the old statistics provider, which has been obsoleted by the statistics control provider.