CVS log for pegasus/src/Pegasus/ProviderManager2/Attic/ProviderManagerService.cpp

(logo)

Help

(back) Up to [Pegasus] / pegasus / src / Pegasus / ProviderManager2

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)

Revision 1.75.2.4 / (view) - annotate - [select for diffs] , Fri Sep 22 17:47:14 2006 UTC (17 years, 9 months ago) by kumpf
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_5-RC2, RELEASE_2_5_5-RC1, RELEASE_2_5_5, RELEASE_2_5_4-RC2, RELEASE_2_5_4-RC1, RELEASE_2_5_4
Changes since 1.75.2.3: +1 -1 lines
Diff to previous 1.75.2.3 to branch point 1.75 to next main 1.76
BUG#: 5589
TITLE: Disabled provider should return NOT_SUPPORTED
DESCRIPTION: Return CIM_ERR_NOT_SUPPORTED instead of CIM_ERR_ACCESS_DENIED when a provider is disabled.

Revision 1.93 , Wed Aug 23 18:47:45 2006 UTC (17 years, 10 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch, HPUX_TEST, HEAD
Changes since 1.92: +0 -0 lines
FILE REMOVED
BUG#: 5425
TITLE: Split ProviderManagerService from ProviderManager2
DESCRIPTION: Move the ProviderManagerService from the ProviderManager2 directory to a new ProviderManagerService directory.

Revision 1.92 / (view) - annotate - [select for diffs] , Wed Aug 23 18:42:19 2006 UTC (17 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.91: +14 -12 lines
Diff to previous 1.91
BUG#: 5432
TITLE: Use StatProviderTimeMeasurement class for all provider time measurement
DESCRIPTION: Convert from use of the statistics macros to the StatProviderTimeMeasurement class.

Revision 1.91 / (view) - annotate - [select for diffs] , Tue Aug 22 17:29:37 2006 UTC (17 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.90: +1 -0 lines
Diff to previous 1.90
BUG#: 5429
TITLE: Use auto class for provider statistics measurement
DESCRIPTION: Clean up the provider performance statistics code in the Default and CMPI provider managers.

Revision 1.90 / (view) - annotate - [select for diffs] , Wed Aug 9 20:13:00 2006 UTC (17 years, 10 months ago) by mike
Branch: MAIN
Changes since 1.89: +9 -9 lines
Diff to previous 1.89
BUG#: 5314
TITLE: IPC Refactoring

DESCRIPTION: This patch cleans up the IPC related classes. It (1) reorganizes
related classes into their own headers, (2) makes the mutex class recursive to
eliminate recursive lock exclusion logic, (3) reimplements condition variables,
renames dozens of global functions.

Revision 1.89 / (view) - annotate - [select for diffs] , Tue Aug 8 16:47:13 2006 UTC (17 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.88: +6 -16 lines
Diff to previous 1.88
BUG#: 5351
TITLE: Inconsistent interpretation of boolean type configuration values
DESCRIPTION: Use a case-insensitive interpretation for all boolean configuration values.

Revision 1.88 / (view) - annotate - [select for diffs] , Fri Aug 4 18:05:59 2006 UTC (17 years, 10 months ago) by marek
Branch: MAIN
Changes since 1.87: +17 -0 lines
Diff to previous 1.87
BUG#:5278
TITLE: zOS - update security hooks in OpenPegasus code base

DESCRIPTION:

Revision 1.87.2.2 / (view) - annotate - [select for diffs] , Fri Jul 28 22:52:20 2006 UTC (17 years, 11 months ago) by mike
Branch: TASK_BUG_5314_IPC_REFACTORING_BRANCH
CVS Tags: TASK_BUG_5314_IPC_REFACTORING-V1
Changes since 1.87.2.1: +1 -1 lines
Diff to previous 1.87.2.1 to branch point 1.87 to next main 1.88
BUG#: 5314
TITLE: IPC Refactoring

DESCRIPTION: IPC Refactoring Branch Work

Revision 1.87.2.1 / (view) - annotate - [select for diffs] , Thu Jul 27 22:12:06 2006 UTC (17 years, 11 months ago) by mike
Branch: TASK_BUG_5314_IPC_REFACTORING_BRANCH
Changes since 1.87: +9 -9 lines
Diff to previous 1.87
BUG#: 5314
TITLE: IPC Refactoring

DESCRIPTION: IPC Refactoring Branch Work

Revision 1.87 / (view) - annotate - [select for diffs] , Wed Jul 26 19:34:03 2006 UTC (17 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK_BUG_5314_IPC_REFACTORING_ROOT
Branch point for: TASK_BUG_5314_IPC_REFACTORING_BRANCH
Changes since 1.86: +4 -15 lines
Diff to previous 1.86
BUG#: 5293
TITLE: Remove unused definitions from AsyncOpNode
DESCRIPTION: Clean up the AsyncOpNode class to remove unused members and methods.  Change the _request and _response members to be single pointers instead of Lists.

Revision 1.86 / (view) - annotate - [select for diffs] , Sun Jul 23 17:02:40 2006 UTC (17 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.85: +2 -6 lines
Diff to previous 1.85
BUG#: 5269
TITLE: Message _routing_code does not appear to be used
DESCRIPTION: Remove the _routing_code member from the Message class and all references to it.

Revision 1.85 / (view) - annotate - [select for diffs] , Fri Jul 21 17:44:08 2006 UTC (17 years, 11 months ago) by a.dunfey
Branch: MAIN
Changes since 1.84: +3 -2 lines
Diff to previous 1.84
BUG#: 5268
TITLE: Make use of OperationContext contains() method

DESCRIPTION:

There are many places in the Pegasus source where try/catch blocks were used in conjunction with the OperationContext::get() method as a test of a particular Container's existence within an OperationContext. This patch changes the code to make use of the new OperationContext::contains() method for that purpose, which should be much more efficient than catching the exception from the get() call.

Revision 1.84 / (view) - annotate - [select for diffs] , Fri Jul 14 19:12:49 2006 UTC (17 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.83: +1 -2 lines
Diff to previous 1.83
BUG#: 4709
TITLE: Message class has unused _key member
DESCRIPTION: Remove the _key member from the Message class.

Revision 1.83 / (view) - annotate - [select for diffs] , Tue Jul 11 17:39:35 2006 UTC (17 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.82: +5 -5 lines
Diff to previous 1.82
BUG#: 5191
TITLE: Queue Consolidation

DESCRIPTION: Queue Consolidation Branch Work

Revision 1.82.2.1 / (view) - annotate - [select for diffs] , Thu Jun 29 16:33:27 2006 UTC (18 years ago) by mike
Branch: TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Changes since 1.82: +5 -5 lines
Diff to previous 1.82 to next main 1.83
BUG#: 5191
TITLE: Queue Consolidation

DESCRIPTION: Queue Consolidation Branch Work

Revision 1.82 / (view) - annotate - [select for diffs] , Tue Jun 20 16:12:39 2006 UTC (18 years ago) by kumpf
Branch: MAIN
CVS Tags: TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT
Branch point for: TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Changes since 1.81: +4 -3 lines
Diff to previous 1.81
BUG#: 5148
TITLE: Build fails in ProviderManagerService.cpp
DESCRIPTION: Fix the build after the Bug 5139 commit.

Revision 1.81 / (view) - annotate - [select for diffs] , Mon Jun 19 19:47:39 2006 UTC (18 years ago) by mike
Branch: MAIN
Changes since 1.80: +4 -2 lines
Diff to previous 1.80
BUG#: 5139
TITLE: Static linking for Linux.

DESCRIPTION: This patch allows the option of building several of the libraries statically to reduce footprint.

Revision 1.75.2.3 / (view) - annotate - [select for diffs] , Tue May 23 17:23:40 2006 UTC (18 years, 1 month ago) by carolann.graves
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_3-RC1, RELEASE_2_5_3, RELEASE_2_5_2-RC1, RELEASE_2_5_2
Changes since 1.75.2.2: +199 -39 lines
Diff to previous 1.75.2.2 to branch point 1.75
BUG#: 5051
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.

Revision 1.80 / (view) - annotate - [select for diffs] , Fri May 19 16:38:18 2006 UTC (18 years, 1 month ago) by carolann.graves
Branch: MAIN
CVS Tags: TASK-BUG4011_WinLocalConnect-root, TASK-BUG4011_WinLocalConnect-merged_out_to_branch, TASK-BUG4011_WinLocalConnect-merged_out_from_trunk, TASK-BUG4011_WinLocalConnect-merged_in_to_trunk, TASK-BUG4011_WinLocalConnect-merged_in_from_branch, TASK-BUG4011_WinLocalConnect-branch
Changes since 1.79: +81 -81 lines
Diff to previous 1.79
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.

Revision 1.79 / (view) - annotate - [select for diffs] , Tue May 9 18:09:36 2006 UTC (18 years, 1 month ago) by carolann.graves
Branch: MAIN
Changes since 1.78: +164 -4 lines
Diff to previous 1.78
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.

Revision 1.78 / (view) - annotate - [select for diffs] , Tue Apr 18 18:08:44 2006 UTC (18 years, 2 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP250_RPMProvider-root, TASK-PEP250_RPMProvider-merged_out_to_branch, TASK-PEP250_RPMProvider-merged_out_from_trunk, TASK-PEP250_RPMProvider-merged_in_to_trunk, TASK-PEP250_RPMProvider-merged_in_from_branch, TASK-PEP250_RPMProvider-branch, TASK-PEP245_CimErrorInfrastructure-root, TASK-PEP245_CimErrorInfrastructure-merged_out_to_branch, TASK-PEP245_CimErrorInfrastructure-merged_out_from_trunk, TASK-PEP245_CimErrorInfrastructure-merged_in_to_trunk, TASK-PEP245_CimErrorInfrastructure-merged_in_from_branch, TASK-PEP245_CimErrorInfrastructure-branch, TASK-PEP241_OpenPegasusStressTests-merged_in_to_trunk
Changes since 1.77: +3 -12 lines
Diff to previous 1.77
BUG#: 2991
TITLE: Remove unneeded checks for NULL before delete/free
DESCRIPTION: Removed checks for non-zero pointers before 'delete' calls.

Revision 1.75.2.2 / (view) - annotate - [select for diffs] , Wed Apr 5 18:15:15 2006 UTC (18 years, 2 months ago) by kumpf
Branch: RELEASE_2_5-branch
Changes since 1.75.2.1: +100 -105 lines
Diff to previous 1.75.2.1 to branch point 1.75
BUG#: 4943
TITLE: Memory leak in chunking code
DESCRIPTION: Fixed a memory leak and a potential memory error in the response chunk delivery code.

Revision 1.77 / (view) - annotate - [select for diffs] , Tue Apr 4 16:16:42 2006 UTC (18 years, 2 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP241_OpenPegasusStressTests-root, TASK-PEP241_OpenPegasusStressTests-merged_out_to_branch, TASK-PEP241_OpenPegasusStressTests-merged_out_from_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_from_branch, TASK-PEP241_OpenPegasusStressTests-branch
Changes since 1.76: +100 -105 lines
Diff to previous 1.76
BUG#: 4934
TITLE: Memory leak in chunking code
DESCRIPTION: Fixed a memory leak and a potential memory error in the response chunk delivery code.

Revision 1.73.2.2 / (view) - annotate - [select for diffs] , Tue Mar 7 18:45:56 2006 UTC (18 years, 3 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.73.2.1: +17 -17 lines
Diff to previous 1.73.2.1 to branch point 1.73 to next main 1.74
PEP#: 233
TITLE: Update embedded instance branch

DESCRIPTION:

Merge embedded instance branch with trunk and add missing files

Revision 1.75.2.1 / (view) - annotate - [select for diffs] , Tue Feb 28 19:53:30 2006 UTC (18 years, 4 months ago) by kumpf
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_1
Changes since 1.75: +17 -17 lines
Diff to previous 1.75
BUG#: 4830
TITLE: Chunking is not enabled for Out-of-Process Providers
DESCRIPTION: Added a callback path to allow response chunks to be returned from in-process and out-of-process providers.

Revision 1.76 / (view) - annotate - [select for diffs] , Fri Feb 24 19:16:28 2006 UTC (18 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK_PEP233_EmbeddedInstSupport-merge_out_trunk
Changes since 1.75: +17 -17 lines
Diff to previous 1.75
BUG#: 4814
TITLE: Chunking is not enabled for Out-of-Process Providers
DESCRIPTION: Added a callback path to allow response chunks to be returned from in-process and out-of-process providers.

Revision 1.73.2.1 / (view) - annotate - [select for diffs] , Fri Feb 10 16:12:57 2006 UTC (18 years, 4 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.73: +5 -3 lines
Diff to previous 1.73
PEP#: 233
TITLE: Updated Embedded Instance Support branch

DESCRIPTION:

- Merged with latest code from 2.5.1

- Modified ObjectNormalizer to use a CIMOMHandle instead of the repository and to normalize the instances in an embedded instance property.

Revision 1.75 / (view) - annotate - [select for diffs] , Mon Jan 30 16:18:01 2006 UTC (18 years, 5 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_5_1-RC1, RELEASE_2_5-root
Branch point for: RELEASE_2_5-branch
Changes since 1.74: +3 -1 lines
Diff to previous 1.74
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.

Revision 1.73.4.1 / (view) - annotate - [select for diffs] , Wed Jan 18 17:38:03 2006 UTC (18 years, 5 months ago) by a.dunfey
Branch: PEP244_ServerProfile-branch
Changes since 1.73: +2 -2 lines
Diff to previous 1.73 to next main 1.74
PEP#: 244
TITLE: Pegasus Server Profile support

DESCRIPTION:

- Merge branch with latest changes from trunk
- Cache repository info in Interop provider for much faster response times during ElementConformsToProfile operations

Revision 1.74 / (view) - annotate - [select for diffs] , Tue Jan 10 19:41:20 2006 UTC (18 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.73: +2 -2 lines
Diff to previous 1.73
BUG#: 4644
TITLE: ContentLanguages and AcceptLanguages classes should be named ContentLanguageList and AcceptLanguageList
DESCRIPTION: Rename the ContentLanguages and AcceptLanguages classes to ContentLanguageList and AcceptLanguageList to indicate that they are not specific to the HTTP protocol.

Revision 1.73 / (view) - annotate - [select for diffs] , Mon Dec 19 21:51:42 2005 UTC (18 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: STABLE, PEP244_ServerProfile-root, PEP233_EmbeddedInstSupport-root
Branch point for: PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-branch
Changes since 1.72: +1 -1 lines
Diff to previous 1.72
BUG#: 4594
TITLE: Language interface problems
DESCRIPTION: Rework the language interfaces to move toward protocol independence and to address problems with the interfaces and their behavior.

Revision 1.72 / (view) - annotate - [select for diffs] , Mon Oct 24 18:35:27 2005 UTC (18 years, 8 months ago) by mike
Branch: MAIN
CVS Tags: BUG_4225_PERFORMANCE_VERSION_1_DONE
Changes since 1.71: +1 -1 lines
Diff to previous 1.71
BUG#: 4250
TITLE: AtomicInt Performance

DESCRIPTION: This fix provides a faster AtomicInt implementation for select platforms.

Revision 1.70.6.1 / (view) - annotate - [select for diffs] , Fri Oct 21 16:34:42 2005 UTC (18 years, 8 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch
Changes since 1.70: +1 -1 lines
Diff to previous 1.70 to next main 1.71
BUG#: 4250
TITLE: AtomicInt Performance

DESCRIPTION: Changed usage of AtomicInt::value() to AtomicInt::get().

Revision 1.71 / (view) - annotate - [select for diffs] , Thu Oct 6 09:44:05 2005 UTC (18 years, 8 months ago) by aruran.ms
Branch: MAIN
Changes since 1.70: +2 -0 lines
Diff to previous 1.70
BUG#: 3881
TITLE: ProviderManagerService loops on allocate_and_awaken error

DESCRIPTION: Fixed as proposed

Revision 1.59.2.1 / (view) - annotate - [select for diffs] , Fri Aug 12 21:52:44 2005 UTC (18 years, 10 months ago) by denise.eckstein
Branch: RELEASE_2_4-branch
CVS Tags: RELEASE_2_4_3, RELEASE_2_4_2
Changes since 1.59: +30 -8 lines
Diff to previous 1.59 to next main 1.60
BUG#: 4004
TITLE: cimserver crash in MessageQueueService after running for more than 5 hours

DESCRIPTION: Merge 2.5 fixes into 2.4 branch.  See Bug 4004 for details.

Revision 1.70 / (view) - annotate - [select for diffs] , Fri Jul 29 17:33:20 2005 UTC (18 years, 11 months ago) by w.white
Branch: MAIN
CVS Tags: RELEASE_2_5_0-RC1, RELEASE_2_5_0, PEGASUS_2_5_0_PerformanceDev-string-end, PEGASUS_2_5_0_PerformanceDev-rootlt, PEGASUS_2_5_0_PerformanceDev-root, PEGASUS_2_5_0_PerformanceDev-r2, PEGASUS_2_5_0_PerformanceDev-r1, PEGASUS_2_5_0_PerformanceDev-lit-end, PEGASUS_2_5_0_PerformanceDev-buffer-end, PEGASUS_2_5_0_PerformanceDev-branch, NPEGASUS_2_5_0_PerformanceDev-String-root, NNPEGASUS_2_5_0_PerformanceDev-String-branch
Branch point for: PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch
Changes since 1.69: +2 -0 lines
Diff to previous 1.69
BUG#: 3744

TITLE:Statistics data is incorrect

DESCRIPTION: checking in fix

Revision 1.69 / (view) - annotate - [select for diffs] , Tue Jul 19 18:05:35 2005 UTC (18 years, 11 months ago) by jim.wunderlich
Branch: MAIN
Changes since 1.68: +68 -0 lines
Diff to previous 1.68
BUG#: 3072

TITLE: cimserver crashs after many indications delivered

DESCRIPTION: added conditional compiled logic to stall indication
  generation by sleeping the provider if the queue is too large until it it
  is smaller. Log messages are issued to record the event. See description
  in mak/config.mak

Revision 1.68 / (view) - annotate - [select for diffs] , Fri Jun 24 18:34:26 2005 UTC (19 years ago) by konrad.r
Branch: MAIN
Changes since 1.67: +28 -10 lines
Diff to previous 1.67
BUG#: 972
TITLE: Thread::run errors are not handled

DESCRIPTION:

Revision 1.67 / (view) - annotate - [select for diffs] , Fri May 6 20:44:28 2005 UTC (19 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: PEG25_IBM_5_16_05
Changes since 1.66: +41 -45 lines
Diff to previous 1.66
BUG#: 3501
TITLE: Throws without catches cause server process to go down
DESCRIPTION: Added DiscardedData trace messages where exceptions are caught in thread top-level functions.

Revision 1.66 / (view) - annotate - [select for diffs] , Fri Apr 8 14:45:38 2005 UTC (19 years, 2 months ago) by konrad.r
Branch: MAIN
Changes since 1.65: +10 -4 lines
Diff to previous 1.65
BUG#: 3254
TITLE: ProviderManagerService.cpp does not log an unexpected exception.

DESCRIPTION:

Revision 1.65 / (view) - annotate - [select for diffs] , Thu Mar 3 07:37:59 2005 UTC (19 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.64: +1 -0 lines
Diff to previous 1.64
BUG#: 2746
TITLE: PegasusVersion.h missing or duplicated problems
DESCRIPTION: Include PegasusVersion.h in libraries that were lacking it.

Revision 1.64 / (view) - annotate - [select for diffs] , Fri Feb 25 21:44:17 2005 UTC (19 years, 4 months ago) by carolann.graves
Branch: MAIN
CVS Tags: PEP214ROOT, PEP214BRANCH, PEP-214B-root
Changes since 1.63: +2 -0 lines
Diff to previous 1.63
PEP#: 197
TITLE: Provider User Context

DESCRIPTION: Modify Provider Manager Service to issue enable indications and disable indications requests to indication providers (rather than Indication Service).

Revision 1.63 / (view) - annotate - [select for diffs] , Sat Feb 5 23:00:26 2005 UTC (19 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214-root, PEP214-branch
Changes since 1.62: +3 -1 lines
Diff to previous 1.62
BUG#: 2656
TITLE: License statement update to 2005

DESCRIPTION: All .h, .cpp and the wql, cql, compile *.l and *.y files along
with the .java files in providermanager2/jmpi updated to use the license
statement in doc/license.txt
Tested on windows and visual test of all diffs.

Revision 1.62 / (view) - annotate - [select for diffs] , Wed Jan 26 23:09:09 2005 UTC (19 years, 5 months ago) by kumpf
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate
Changes since 1.61: +135 -16 lines
Diff to previous 1.61
PEP#: 197
TITLE: Provider User Context

DESCRIPTION: Add support for the PG_ProviderModule UserContext property.

Revision 1.61 / (view) - annotate - [select for diffs] , Thu Jan 20 22:05:19 2005 UTC (19 years, 5 months ago) by kumpf
Branch: MAIN
CVS Tags: SLPPERFINST-root, SLPPERFINST-branch
Changes since 1.60: +1 -1 lines
Diff to previous 1.60
PEP#: 197
TITLE: Provider User Context

DESCRIPTION: Rename enableProviderProcesses config property to forceProviderProcesses.  Add a maxProviderProcesses config property.

Revision 1.60 / (view) - annotate - [select for diffs] , Mon Oct 25 17:26:00 2004 UTC (19 years, 8 months ago) by brian.campbell
Branch: MAIN
CVS Tags: PEP213_SIZE_OPTIMIZATIONS, CHUNKTESTDONE_PEP140
Changes since 1.59: +60 -0 lines
Diff to previous 1.59
PEP#: 140
TITLE: HTTP chunked transfer encoding support/phase 2
DESCRIPTION: see title

Revision 1.59 / (view) - annotate - [select for diffs] , Sun Oct 17 19:40:01 2004 UTC (19 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, IBM_241_April1405
Branch point for: RELEASE_2_4-branch
Changes since 1.58: +7 -5 lines
Diff to previous 1.58
BUG#: 2196
TITLE: Copyright update

DESCRIPTION: Update all .cpp and .h files for new license and
update the doc/license.txt file.  Note that there were also
a couple of files that had to be fixed because they had violated
the comments rules (ex. blank line at head of file or in the case of
xmlwriter.cpp a comment line //=========  which drove the strip
function nuts.  These were fixed.  This has been compiled and tested
on windows.

Revision 1.58 / (view) - annotate - [select for diffs] , Fri Aug 27 22:24:26 2004 UTC (19 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.57: +40 -25 lines
Diff to previous 1.57
BUG#: 1964
TITLE: CIM Server does not respond to ExportIndication requests

DESCRIPTION: Generate an error response for CIMExportIndicationRequestMessages when no consumer is registered for the specified destination.

Revision 1.57 / (view) - annotate - [select for diffs] , Fri Jul 30 16:25:39 2004 UTC (19 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: CQL_2_5_BRANCH
Changes since 1.56: +2 -3 lines
Diff to previous 1.56
BUG#: 1478
TITLE: [HP-RK] Warning on Pegasus::ProviderManagerService::handleCimOperation

DESCRIPTION: Clarified the message indicating that exceptions should not be thrown by the thread entry point method.

Revision 1.56 / (view) - annotate - [select for diffs] , Wed Jul 28 10:31:23 2004 UTC (19 years, 11 months ago) by se.gupta
Branch: MAIN
Changes since 1.55: +4 -1 lines
Diff to previous 1.55
BUG#: 1478
TITLE: Warning on Pegasus::ProviderManagerService::handleCimOperation
DESCRIPTION:
Removed the empty throw() clause and added the documentation to indicate
that the method shouldn't throw an exception.

Revision 1.55 / (view) - annotate - [select for diffs] , Wed Jul 28 00:24:50 2004 UTC (19 years, 11 months ago) by david.dillard
Branch: MAIN
Changes since 1.54: +1 -1 lines
Diff to previous 1.54
BUG#: 1283
TITLE: Removed unreferenced local variables.

DESCRIPTION: Title says it all.

Revision 1.54 / (view) - annotate - [select for diffs] , Tue Jun 29 22:42:54 2004 UTC (20 years ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1, MONITOR_CONSOLIDATION_2_5_BRANCH
Changes since 1.53: +12 -214 lines
Diff to previous 1.53
PEP#: 072
TITLE: [HP-RK] Out-of-Process Providers

DESCRIPTION: Remove the ProviderManagerService::_getProviderIdContainer() method.  This method was added to allow provider lookup to be done in the ProviderManagerService rather than in the ProviderManagers.  However, the need was obviated by the PEP 135 changes that add a ProviderIdContainer to the requests in the CIMOperationRequestDispatcher.

Revision 1.53 / (view) - annotate - [select for diffs] , Tue Jun 29 16:24:01 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.52: +0 -2 lines
Diff to previous 1.52
PEP#: 072
TITLE: [HP-RK] Out-of-Process Providers

DESCRIPTION: Remove public access to the ProviderManagerService's CIMRepository member.

Revision 1.52 / (view) - annotate - [select for diffs] , Mon Jun 28 08:33:01 2004 UTC (20 years ago) by se.gupta
Branch: MAIN
Changes since 1.51: +9 -1 lines
Diff to previous 1.51
PEP#: 135
TITLE: OperationContext Enhancements.

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.51 / (view) - annotate - [select for diffs] , Sat Jun 26 02:24:20 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.50: +14 -2 lines
Diff to previous 1.50
PEP#: 072
TITLE: [HP-RK] Out-of-Process Providers

DESCRIPTION: Added OOPProviderManagerRouter and ProviderAgent implementations.  These modules implement Out-of-Process Providers support in the CIM Server and Provider Agent process, respectively.

Revision 1.50 / (view) - annotate - [select for diffs] , Thu Jun 24 20:10:27 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.49: +10 -10 lines
Diff to previous 1.49
BUG#:1587
TITLE: [HP-YZ] Duplicate static define for module status

DESCRIPTION: Moved the duplicated defines (_MODULE_OK, _MODULE_STOPPING, and MODULE_STOPPED) into Constants.h and changed them to be CIM_MSE_OPSTATUS_VALUE_OK, CIM_MSE_OPSTATUS_VALUE_STOPPING, and CIM_MSE_OPSTATUS_VALUE_STOPPED.

Revision 1.49 / (view) - annotate - [select for diffs] , Mon Jun 21 13:48:30 2004 UTC (20 years ago) by schuur
Branch: MAIN
Changes since 1.48: +10 -1 lines
Diff to previous 1.48
PEP#: 130
TITLE: Remote CMPI support

DESCRIPTION: Added READMEs and tools. Added namespace wildcard support for registration

Revision 1.48 / (view) - annotate - [select for diffs] , Fri Jun 18 12:08:42 2004 UTC (20 years ago) by se.gupta
Branch: MAIN
Changes since 1.47: +8 -5 lines
Diff to previous 1.47
PEP#: 135
TITLE: OperationContext Enhancements

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.47 / (view) - annotate - [select for diffs] , Wed Jun 16 11:45:55 2004 UTC (20 years ago) by schuur
Branch: MAIN
Changes since 1.46: +2 -0 lines
Diff to previous 1.46
PEP#: 130
TITLE: Remote CMPI support

DESCRIPTION: Base code for Remote CMPI

Revision 1.46 / (view) - annotate - [select for diffs] , Tue Jun 15 17:47:18 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.45: +28 -9 lines
Diff to previous 1.45
PEP#: 072
TITLE: [HP-RK] Out-of-Process Providers

DESCRIPTION: Added CIMIndicationRequestMessages to the check for a disabled provider module, so that a Provider Agent process will not be started when an indication message targets a disabled provider.

Revision 1.45 / (view) - annotate - [select for diffs] , Mon Jun 14 19:00:29 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.44: +55 -11 lines
Diff to previous 1.44
PEP#: 072
TITLE: [HP-RK] Out-of-Process Provider Support

DESCRIPTION: Check for a disabled provider module in the ProviderManagerService rather than in each of the ProviderManager implementations, so that this logic is centralized and consistent.  Out-of-Process Providers benefit from this change by avoiding the start-up of a Provider Agent process for a disabled provider module.

Revision 1.44 / (view) - annotate - [select for diffs] , Fri Jun 4 01:23:58 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.43: +58 -2 lines
Diff to previous 1.43
PEP#: 072
TITLE: [HP-RK] Out-of-Process Provider Support

DESCRIPTION:

Added a hasActiveProviders() method to the ProviderManager and ProviderManagerRouter classes.  This method indicates whether the specified entity has any providers loaded/initialized.  The Out-of-Process Provider feature can use this method to determine whether any providers are active in an agent process so that the agent process can be terminated when it is idle.

The existing unloadIdleProviders() method was also reworked.  In the previous implementation, the ProviderManager implementations allocated a thread from the MessageQueueService to unload idle providers.  This was changed so that the ProviderManagerService allocates the thread instead before calling a ProviderManager's unloadIdleProviders method.  The previous implementation assumed that a MessageQueueService had been constructed in the process with the ProviderManagers.  This assumption is incorrect in the Out-of-Process Provider implementation.

Revision 1.43 / (view) - annotate - [select for diffs] , Thu Jun 3 20:57:03 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.42: +5 -2 lines
Diff to previous 1.42
PEP#:072
TITLE: [HP-YZ] Out-of-Process Provider Support

DESCRIPTION: Enhanced Provider Registration to initialize and load (as necessary) a provider 1) at provider registration time; 2) provider enable time (e.g cimprovider -e ...) if AutoStart is true in the PG_Provider instance.

Revision 1.42 / (view) - annotate - [select for diffs] , Thu May 27 22:47:10 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.41: +0 -1 lines
Diff to previous 1.41
PEP#: 072
TITLE: [HP-RK] Out-of-Process Provider Support

DESCRIPTION: Remove CIMRepository dependency from the CMPI and JMPI Provider Managers.  (The Provider Managers will be used in Provider Agent processes, which do not have access to the repository.)  The repository had been required only to retrieve the query string from the CIM_IndicationFilter instance on a CreateSubscription operation.  The query string has been added to the CIMCreateSubscriptionRequestMessage and CIMModifySubscriptionRequestMessage classes to meet this need.

Revision 1.41 / (view) - annotate - [select for diffs] , Sat May 22 12:23:12 2004 UTC (20 years, 1 month ago) by se.gupta
Branch: MAIN
Changes since 1.40: +11 -6 lines
Diff to previous 1.40
PEP#: 135
TITLE: OperationContext Enhancements

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.40 / (view) - annotate - [select for diffs] , Fri May 21 21:01:53 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.39: +13 -1 lines
Diff to previous 1.39
PEP#:072
TITLE: [HP-YZ] Out-of-Process Provider Support

DESCRIPTION: Added a new property AutoStart in the PG_Provider class and new functions have been added to support this new property. At CIM Server start-up, if AutoStart property is set to true in a PG_Provider instance, the Pluggable Provider Manager will load and intialize the provider. This feature applies to existing In-Process Providers as well as Out-of-Process Providers.

Revision 1.39 / (view) - annotate - [select for diffs] , Tue May 18 22:58:41 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.38: +72 -258 lines
Diff to previous 1.38
PEP#: 072
TITLE: [HP-RK] Out-of-Process Provider Support

DESCRIPTION:

Move some of the functionality of the ProviderManagerService into a new ProviderManagerRouter module.  The ProviderManagerRouter is an abstract class, with a BasicProviderManagerRouter subclass implementing in-process provider support.  Out-of-Process Provider functionality will be encapsulated in a separate OOPProviderManagerRouter class.

This change also adds a callback function for indication delivery, rather than having the EnableIndicationsResponseHandler interact directly with the MessageQueueService.  The callback approach more clearly delineates the functions of the ProviderManagerService and the ProviderManagers, and facilitates the generation of indications by Out-of-Process Providers.

ProviderManagers are now loaded on demand, rather than automatically at start-up time.  This change will reduce the footprint of Provider Agent Processes.

Revision 1.38 / (view) - annotate - [select for diffs] , Mon May 17 22:42:58 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.37: +442 -96 lines
Diff to previous 1.37
PEP#: 072
TITLE: [HP-RK] Out-of-Process Provider Support

DESCRIPTION: Centralize provider lookup in the ProviderManagerService to avoid redundant lookups and to restrict access to the ProviderRegistrationManager to the server-side components (for out-of-process provider support).

Revision 1.37 / (view) - annotate - [select for diffs] , Wed May 5 12:02:05 2004 UTC (20 years, 1 month ago) by a.arora
Branch: MAIN
Changes since 1.36: +5 -3 lines
Diff to previous 1.36
PEP#:101
TITLE: AutoPtr enhancements
DESCRIPTION: Plz refer PEP101 for details.

Revision 1.36 / (view) - annotate - [select for diffs] , Fri Apr 30 09:10:41 2004 UTC (20 years, 2 months ago) by schuur
Branch: MAIN
Changes since 1.35: +10 -0 lines
Diff to previous 1.35
PEP#: 145
TITLE: JMPI - Java wrappers for providers and Clients

DESCRIPTION: Provider Manager startup

Revision 1.35 / (view) - annotate - [select for diffs] , Thu Apr 15 21:45:06 2004 UTC (20 years, 2 months ago) by dj.gorey
Branch: MAIN
Changes since 1.34: +8 -10 lines
Diff to previous 1.34
BUG#: 1372
TITLE: TestDisableEnable2 fails at line 166

DESCRIPTION: back off code changes

Revision 1.34 / (view) - annotate - [select for diffs] , Tue Apr 13 16:55:15 2004 UTC (20 years, 2 months ago) by dj.gorey
Branch: MAIN
Changes since 1.33: +8 -6 lines
Diff to previous 1.33
BUG#: 1308
TITLE: cimserver hangs on request to provider

DESCRIPTION: fixes 1301 also, to remove second provider lookup

Revision 1.24.6.5 / (view) - annotate - [select for diffs] , Mon Apr 5 07:55:51 2004 UTC (20 years, 2 months ago) by schuur
Branch: RELEASE_2_3_2-branch
CVS Tags: RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze
Changes since 1.24.6.4: +5 -1 lines
Diff to previous 1.24.6.4 to branch point 1.24 to next main 1.25
BUG#: 1333
TITLE: CHO Tests Failing with ProviderManager2

DESCRIPTION: Retrofitted relevant parts of 962 to 2.4 PM2

Revision 1.33 / (view) - annotate - [select for diffs] , Wed Mar 31 15:13:11 2004 UTC (20 years, 3 months ago) by schuur
Branch: MAIN
Changes since 1.32: +5 -0 lines
Diff to previous 1.32
BUG#: 1306
TITLE: Idle provider unload disbabeled in ProviderManager2

DESCRIPTION: Retrofitted from 2.3.2 to 2.4

Revision 1.32 / (view) - annotate - [select for diffs] , Tue Mar 30 16:46:13 2004 UTC (20 years, 3 months ago) by schuur
Branch: MAIN
Changes since 1.31: +5 -1 lines
Diff to previous 1.31
BUG#: 1333
TITLE: CHO Tests Failing with ProviderManager2

DESCRIPTION: Retrofitted relevant parts of 962 to 2.4 PM2

Revision 1.31 / (view) - annotate - [select for diffs] , Wed Mar 24 17:51:01 2004 UTC (20 years, 3 months ago) by dj.gorey
Branch: MAIN
Changes since 1.30: +15 -18 lines
Diff to previous 1.30
BUG#: 1308
BRANCH: Trunk
TITLE: cimserver hangs on request to provider

DESCRIPTION: Roll back to the previous versions of these files.

Revision 1.24.6.4 / (view) - annotate - [select for diffs] , Wed Mar 24 00:50:34 2004 UTC (20 years, 3 months ago) by schuur
Branch: RELEASE_2_3_2-branch
Changes since 1.24.6.3: +5 -0 lines
Diff to previous 1.24.6.3 to branch point 1.24
BUG#: 1306
BRANCH: RELEASE_2_3_2-branch
TITLE: Idle provider unload disbabeled in ProviderManager2
DESCRIPTION: unload_idle_providers function in ProviderManagerService.cpp completed

Revision 1.30 / (view) - annotate - [select for diffs] , Tue Mar 23 15:51:32 2004 UTC (20 years, 3 months ago) by dj.gorey
Branch: MAIN
Changes since 1.29: +6 -4 lines
Diff to previous 1.29
BUG#:1301
BRANCH: Trunk
TITLE:CMPI has a second provider lookup

DESCRIPTION: CMPI has a second provider lookup by changing the interface by adding a parm.

Revision 1.24.6.3 / (view) - annotate - [select for diffs] , Wed Mar 10 14:19:29 2004 UTC (20 years, 3 months ago) by schuur
Branch: RELEASE_2_3_2-branch
Changes since 1.24.6.2: +1 -1 lines
Diff to previous 1.24.6.2 to branch point 1.24
Retrofitted fixes for 1164, 1232 and 1259 from 2.4 for 2.3.2

Revision 1.29 / (view) - annotate - [select for diffs] , Thu Mar 4 09:55:38 2004 UTC (20 years, 4 months ago) by schuur
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
Fixed bugzilla 1246

Revision 1.24.2.3 / (view) - annotate - [select for diffs] , Tue Mar 2 21:34:42 2004 UTC (20 years, 4 months ago) by schuur
Branch: RELEASE_2_3_1-branch
Changes since 1.24.2.2: +17 -21 lines
Diff to previous 1.24.2.2 to branch point 1.24 to next main 1.25
Fixing 1242 - Resyncing with 2.4 PPM/CMPI fix level

Revision 1.24.6.2 / (view) - annotate - [select for diffs] , Tue Mar 2 19:43:41 2004 UTC (20 years, 4 months ago) by schuur
Branch: RELEASE_2_3_2-branch
Changes since 1.24.6.1: +17 -21 lines
Diff to previous 1.24.6.1 to branch point 1.24
Bugzilla 1241 - Retrofitting all 2.4 PPM/CMPI fixes up to 1233

Revision 1.28 / (view) - annotate - [select for diffs] , Tue Mar 2 09:38:36 2004 UTC (20 years, 4 months ago) by schuur
Branch: MAIN
Changes since 1.27: +4 -6 lines
Diff to previous 1.27
Fixed bugzilla 1233

Revision 1.27 / (view) - annotate - [select for diffs] , Thu Feb 26 11:28:45 2004 UTC (20 years, 4 months ago) by schuur
Branch: MAIN
Changes since 1.26: +8 -2 lines
Diff to previous 1.26
Bugzilla 1024 - part 2
Fixing missing Method provider support

Revision 1.26 / (view) - annotate - [select for diffs] , Fri Feb 20 00:56:00 2004 UTC (20 years, 4 months ago) by schuur
Branch: MAIN
Changes since 1.25: +33 -35 lines
Diff to previous 1.25
Fixing bugzilla 1204 - failing to check for disabled/blocked providers
 Modified Files:
 	ProviderManagerService.cpp ProviderRegistrar.cpp
 	ProviderRegistrar.h CMPI/CMPIProvider.cpp
 	CMPI/CMPIProviderManager.cpp
 	Default/DefaultProviderManager.cpp

Revision 1.24.6.1 / (view) - annotate - [select for diffs] , Thu Feb 19 16:31:32 2004 UTC (20 years, 4 months ago) by schuur
Branch: RELEASE_2_3_2-branch
Changes since 1.24: +36 -27 lines
Diff to previous 1.24
Bugzilla 1197 for 2.3.2

 Modified Files:
  Tag: RELEASE_2_3_2-branch
 	ProviderManagerService.cpp ProviderManagerService.h
 	ProviderRegistrar.cpp ProviderRegistrar.h
 	CMPI/CMPIProvider.cpp CMPI/CMPIProviderManager.cpp
 	CMPI/CMPIProviderManager.h Default/DefaultProviderManager.cpp
 	Default/DefaultProviderManager.h

Revision 1.24.2.2 / (view) - annotate - [select for diffs] , Thu Feb 19 01:01:54 2004 UTC (20 years, 4 months ago) by schuur
Branch: RELEASE_2_3_1-branch
Changes since 1.24.2.1: +1 -1 lines
Diff to previous 1.24.2.1 to branch point 1.24
Fixing Bugzilla 1197  part 5
 Modified Files:
  Tag: RELEASE_2_3_1-branch
 	ProviderManagerService.cpp ProviderRegistrar.cpp
 	ProviderRegistrar.h CMPI/CMPIProviderManager.cpp
 	Default/DefaultProviderManager.cpp

Revision 1.24.2.1 / (view) - annotate - [select for diffs] , Tue Feb 17 01:32:47 2004 UTC (20 years, 4 months ago) by schuur
Branch: RELEASE_2_3_1-branch
Changes since 1.24: +35 -26 lines
Diff to previous 1.24
Fixing buzilla 1197 - part 1

 Modified Files:
  Tag: RELEASE_2_3_1-branch
	ProviderManagerService.cpp

Revision 1.25 / (view) - annotate - [select for diffs] , Wed Feb 4 22:58:21 2004 UTC (20 years, 4 months ago) by schuur
Branch: MAIN
Changes since 1.24: +21 -18 lines
Diff to previous 1.24
Fixed Bugzilla 1169 and 1175
Completed CMPI Indication support
Added CMPI ProcessIndication sample

 ----------------------------------------------------------------------
 Modified Files:
 	ProviderManager2/ProviderManager.cpp
 	ProviderManager2/ProviderManager.h
 	ProviderManager2/ProviderManagerService.cpp
 	ProviderManager2/ProviderManagerService.h
 	ProviderManager2/ProviderRegistrar.cpp
 	ProviderManager2/ProviderRegistrar.h
 	ProviderManager2/ProviderType.cpp
 	ProviderManager2/ProviderType.h
 	ProviderManager2/CMPI/CMPIProviderManager.cpp
 	ProviderManager2/CMPI/CMPIProviderManager.h
 	ProviderManager2/CMPI/CMPIProviderModule.cpp
 	ProviderManager2/CMPI/CMPI_Broker.cpp
 	ProviderManager2/CMPI/CMPI_ContextArgs.cpp
 	ProviderManager2/Default/DefaultProviderManager.cpp
 	ProviderManager2/Default/DefaultProviderManager.h
 	Server/CIMServer.cpp Server/CIMServer.h
 Added Files:
 	ProviderManager2/CMPI/samples/ProcessIndication/CMPI_RT_Sample.c
 	ProviderManager2/CMPI/samples/ProcessIndication/CreateFilter01.xml
 	ProviderManager2/CMPI/samples/ProcessIndication/CreateHandler01.xml
 	ProviderManager2/CMPI/samples/ProcessIndication/CreateSubscription01.xml
 	ProviderManager2/CMPI/samples/ProcessIndication/DeleteFilter01.xml
 	ProviderManager2/CMPI/samples/ProcessIndication/DeleteHandler01.xml
 	ProviderManager2/CMPI/samples/ProcessIndication/DeleteSubscription01.xml
 	ProviderManager2/CMPI/samples/ProcessIndication/Makefile
 	ProviderManager2/CMPI/samples/ProcessIndication/RT_Sample.mof
 	ProviderManager2/CMPI/samples/ProcessIndication/RT_SampleR.mof
 	ProviderManager2/CMPI/samples/ProcessIndication/RT_delSubscribe.sh
 	ProviderManager2/CMPI/samples/ProcessIndication/RT_subscribe.sh
 	ProviderManager2/CMPI/samples/ProcessIndication/RT_trigger.sh
 	ProviderManager2/CMPI/samples/ProcessIndication/SendTestIndication.xml
 	ProviderManager2/CMPI/samples/ProcessIndication/readme
 ----------------------------------------------------------------------

Revision 1.24 / (view) - annotate - [select for diffs] , Sat Nov 15 01:36:42 2003 UTC (20 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: local, RELEASE_2_3_2-root, RELEASE_2_3_1-root
Branch point for: RELEASE_2_3_2-branch, RELEASE_2_3_1-branch
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
HP-RK Bugzilla 1047 (ProviderManager2 compile error).

Revision 1.23 / (view) - annotate - [select for diffs] , Fri Nov 14 11:19:11 2003 UTC (20 years, 7 months ago) by schuur
Branch: MAIN
Changes since 1.22: +31 -12 lines
Diff to previous 1.22
bugzilla 1043

Revision 1.22 / (view) - annotate - [select for diffs] , Wed Nov 12 13:19:19 2003 UTC (20 years, 7 months ago) by schuur
Branch: MAIN
Changes since 1.21: +48 -222 lines
Diff to previous 1.21
Requesite modifications to PPM for PEP #102
File: ProviderManagerService.cpp
File: ProviderManagerService.h
File: ProviderName.cpp
File: ProviderRegistrar.cpp

Revision 1.21 / (view) - annotate - [select for diffs] , Tue Nov 4 05:20:22 2003 UTC (20 years, 8 months ago) by chip
Branch: MAIN
Changes since 1.20: +29 -15 lines
Diff to previous 1.20
Bug 987

Revision 1.20 / (view) - annotate - [select for diffs] , Tue Nov 4 03:51:27 2003 UTC (20 years, 8 months ago) by chip
Branch: MAIN
Changes since 1.19: +5 -5 lines
Diff to previous 1.19
Bug 976

Revision 1.19 / (view) - annotate - [select for diffs] , Fri Oct 31 14:43:40 2003 UTC (20 years, 8 months ago) by schuur
Branch: MAIN
Changes since 1.18: +78 -174 lines
Diff to previous 1.18
bugzilla 979

Revision 1.18 / (view) - annotate - [select for diffs] , Thu Oct 30 23:31:27 2003 UTC (20 years, 8 months ago) by chip
Branch: MAIN
Changes since 1.17: +1 -0 lines
Diff to previous 1.17
Bug 812

Revision 1.17 / (view) - annotate - [select for diffs] , Thu Oct 30 23:14:15 2003 UTC (20 years, 8 months ago) by chip
Branch: MAIN
Changes since 1.16: +43 -6 lines
Diff to previous 1.16
Bug 812

Revision 1.16 / (view) - annotate - [select for diffs] , Wed Oct 22 14:48:05 2003 UTC (20 years, 8 months ago) by kv.le
Branch: MAIN
CVS Tags: RELEASE_2_3_0-root, RELEASE_2_3_0-branch
Changes since 1.15: +3 -3 lines
Diff to previous 1.15
bugzilla 944 ProviderManager2 compilation errors in DefaultProviderManager.cpp, ProviderManagerService.cpp

Committing in .

Modified Files:
ProviderManagerService.cpp

Revision 1.15 / (view) - annotate - [select for diffs] , Wed Oct 22 13:26:12 2003 UTC (20 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: POST_LICENSE_UPDATE_2003
Changes since 1.14: +6 -4 lines
Diff to previous 1.14
PEP 55 Update license on source files to current license text and date

Revision 1.14 / (view) - annotate - [select for diffs] , Fri Oct 17 03:30:37 2003 UTC (20 years, 8 months ago) by chip
Branch: MAIN
CVS Tags: TEST, PRE_LICENSE_UPDATE_2003
Changes since 1.13: +17 -13 lines
Diff to previous 1.13
Update for Bug 812 (?)

Revision 1.13 / (view) - annotate - [select for diffs] , Fri Oct 17 03:02:11 2003 UTC (20 years, 8 months ago) by chip
Branch: MAIN
Changes since 1.12: +290 -63 lines
Diff to previous 1.12
Update for Bug 812 (?)

Revision 1.12 / (view) - annotate - [select for diffs] , Thu Oct 16 22:52:01 2003 UTC (20 years, 8 months ago) by chip
Branch: MAIN
Changes since 1.11: +2 -0 lines
Diff to previous 1.11
fix build break

Revision 1.11 / (view) - annotate - [select for diffs] , Thu Oct 16 22:07:55 2003 UTC (20 years, 8 months ago) by chip
Branch: MAIN
Changes since 1.10: +121 -116 lines
Diff to previous 1.10
Bug # 768

Revision 1.10 / (view) - annotate - [select for diffs] , Sat Oct 11 14:25:42 2003 UTC (20 years, 8 months ago) by chip
Branch: MAIN
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
minor fixes relating to registration enhancement

Revision 1.9 / (view) - annotate - [select for diffs] , Wed Oct 8 15:31:16 2003 UTC (20 years, 8 months ago) by chip
Branch: MAIN
CVS Tags: test
Changes since 1.8: +6 -12 lines
Diff to previous 1.8
functional update to cleanup registration

Revision 1.8 / (view) - annotate - [select for diffs] , Wed Sep 3 17:47:17 2003 UTC (20 years, 10 months ago) by chip
Branch: MAIN
CVS Tags: RELEASE_2_3_0-msg-freeze
Changes since 1.7: +32 -32 lines
Diff to previous 1.7
Bug # 501

Revision 1.7 / (view) - annotate - [select for diffs] , Fri Aug 22 10:42:01 2003 UTC (20 years, 10 months ago) by chuck
Branch: MAIN
Changes since 1.6: +8 -0 lines
Diff to previous 1.6
IBM-CC, Bug 500, R2.3: OS/400 porting changes to pluggable provider manager

Revision 1.6 / (view) - annotate - [select for diffs] , Thu Aug 21 18:36:25 2003 UTC (20 years, 10 months ago) by chip
Branch: MAIN
Changes since 1.5: +2 -0 lines
Diff to previous 1.5
fix build break on Linux

Revision 1.5 / (view) - annotate - [select for diffs] , Thu Aug 21 04:33:25 2003 UTC (20 years, 10 months ago) by chip
Branch: MAIN
Changes since 1.4: +82 -48 lines
Diff to previous 1.4
Bug 492

Revision 1.4 / (view) - annotate - [select for diffs] , Mon Aug 18 06:44:36 2003 UTC (20 years, 10 months ago) by chip
Branch: MAIN
Changes since 1.3: +13 -0 lines
Diff to previous 1.3
minor fixes

Revision 1.3 / (view) - annotate - [select for diffs] , Mon Aug 18 06:16:12 2003 UTC (20 years, 10 months ago) by chip
Branch: MAIN
Changes since 1.2: +74 -65 lines
Diff to previous 1.2
minor fixes

Revision 1.2 / (view) - annotate - [select for diffs] , Mon Aug 18 03:39:22 2003 UTC (20 years, 10 months ago) by chip
Branch: MAIN
Changes since 1.1: +20 -0 lines
Diff to previous 1.1
Add CMPI provider manager to load list at service startup

Revision 1.1 / (view) - annotate - [select for diffs] , Mon Aug 18 03:25:57 2003 UTC (20 years, 10 months ago) by chip
Branch: MAIN
PPM implementation (PEP86) pass 1

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2