CVS log for pegasus/src/Pegasus/Server/CIMOperationRequestDispatcher.cpp

(logo)

Help

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

Request diff between arbitrary revisions


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

Revision 1.360 / (view) - annotate - [select for diffs] , Sun Jul 26 16:21:53 2015 UTC (8 years, 10 months ago) by karl
Branch: MAIN
CVS Tags: HEAD
Changes since 1.359: +3 -0 lines
Diff to previous 1.359
BUG#: 10080
TITLE: Compile issue with Magic in non debug builds in CIMMessage

DESCRIPTION: Modified to avoid compile error

Revision 1.359 / (view) - annotate - [select for diffs] , Mon Jun 29 12:56:17 2015 UTC (8 years, 11 months ago) by karl
Branch: MAIN
Changes since 1.358: +25 -8 lines
Diff to previous 1.358
BUG#: 9288
TITLE: Condition always True in OperationAggregate::resequenceResponse()

DESCRIPTION: Modified if statement and documented goal of test. Note that there is no test for this.

Revision 1.358 / (view) - annotate - [select for diffs] , Sat Mar 14 12:56:48 2015 UTC (9 years, 2 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch
Changes since 1.357: +21 -1 lines
Diff to previous 1.357
BUG#: 10037
TITLE: Add Magic tests to Message users

DESCRIPTION: Added validity test and used that test in the CIMOperationDispatcher
and and Serializer/deseralizer

Revision 1.357 / (view) - annotate - [select for diffs] , Thu Feb 12 13:26:02 2015 UTC (9 years, 3 months ago) by karl
Branch: MAIN
Changes since 1.356: +9 -0 lines
Diff to previous 1.356
BUG#: 10025
TITLE: Pull Operation Response occasionally gets incorrect response type
from provider.  This causes system crash.

DESCRIPTION: Modified to test and return error to client in case this
happens.  We agree that there is an underlying problem somehwhere but
this keeps the system running while we continue to look for underlying
problem.  This patch puts out a) discard trace, b) warning log entry.
There is code to output a cout that is commented out.

Revision 1.356 / (view) - annotate - [select for diffs] , Thu Feb 5 01:51:16 2015 UTC (9 years, 3 months ago) by karl
Branch: MAIN
Changes since 1.355: +4 -2 lines
Diff to previous 1.355
BUG#: 10024
TITLE: Minor fixes to enumcontexttable stats output and some
trace displays

DESCRIPTION: cosmetic changes only

Revision 1.355 / (view) - annotate - [select for diffs] , Fri Jan 23 15:02:55 2015 UTC (9 years, 4 months ago) by karl
Branch: MAIN
Changes since 1.354: +14 -0 lines
Diff to previous 1.354
BUG#: 10019
TITLE: Assure that saveOperations are released for pull operations

DESCRIPTION: Added code to release if found in some edge cases.

Revision 1.354 / (view) - annotate - [select for diffs] , Mon Jan 19 21:39:06 2015 UTC (9 years, 4 months ago) by karl
Branch: MAIN
Changes since 1.353: +2 -4 lines
Diff to previous 1.353
BUG#: 10016
TITLE: System Out of resources error when Enumtable full returns good response

DESCRIPTION: Add exception to response. Modified on other to do same in
one statement rather than two.

Revision 1.353 / (view) - annotate - [select for diffs] , Thu Jan 15 19:57:58 2015 UTC (9 years, 4 months ago) by karl
Branch: MAIN
Changes since 1.352: +2 -2 lines
Diff to previous 1.352
BUG#: 10004
TITLE: EnumerationContext does not free instances on timeout

DESCRIPTION: rewrote timeout processing to clarify and cover more issues.
This patch fixes a couple of minor editoral issues in cimcli and also
adds a test suite to test to test if, at least under the test conditions,
it actually releases all of the enumerationContexts.

Revision 1.352 / (view) - annotate - [select for diffs] , Sun Jan 4 22:52:35 2015 UTC (9 years, 4 months ago) by karl
Branch: MAIN
Changes since 1.351: +23 -0 lines
Diff to previous 1.351
BUG#: 10007
TITLE: Simplify generation of String defs for Trace, etc.

DESCRIPTION: Add definition of Str class to CIMOperationRequestDispatcher,
EnumerationContext, EnumerationContextTable.  Note that this does not
modify all usage but does make the class avaiable. Future: should make
this class common to OpenPegasus, at least internal

Revision 1.351 / (view) - annotate - [select for diffs] , Wed Dec 31 16:32:31 2014 UTC (9 years, 5 months ago) by karl
Branch: MAIN
Changes since 1.350: +49 -43 lines
Diff to previous 1.350
BUG#: 9999
TITLE:  Add messageId to some traces and clean up trace info and formats

DESCRIPTION: messageId corresponds to ContextId for the internal
messages used with the pull operations. This adds the messageId to a
number of trace definitions to allow messages to be traced through
the provider manager for pull operations. Also cleans up trace
msg formats in some cases and adds one ASSERT to an Enumeration
call return that should always be true.

Revision 1.350 / (view) - annotate - [select for diffs] , Sat Dec 6 21:26:30 2014 UTC (9 years, 5 months ago) by karl
Branch: MAIN
Changes since 1.349: +21 -8 lines
Diff to previous 1.349
BUG#: 9985
TITLE: Pull Operation Memory loss, Server sends out delayed responses
when It should not be.

DESCRIPTION: Corrected: 1) issues with delayed response, 2) issue with
closing EnumTimerThread 3) clean up of traces so the flow of pull operations can be seen with a simple trace search including adding
the MessageId to messages in ProviderMessageHandler.cpp 4) change
of the delayed pull response timeout from 15 to 9 sec.

Revision 1.349 / (view) - annotate - [select for diffs] , Thu Dec 4 17:18:36 2014 UTC (9 years, 6 months ago) by karl
Branch: MAIN
Changes since 1.348: +0 -7 lines
Diff to previous 1.348
BUG#: 9984
TITLE: Bad test found in EnumerationContextTable causes extra
thread calls

DESCRIPTION: Fixes 5 problems a) the test that causes the thread
to shutdown when it should not, EnumerationContextTable variable
ordering warning, error in format specification for Uint64 statistics
output, variable that was never used in EnumerationContext,
parameter passed that was never used.

Revision 1.348 / (view) - annotate - [select for diffs] , Wed Dec 3 13:12:47 2014 UTC (9 years, 6 months ago) by jsafrane
Branch: MAIN
Changes since 1.347: +11 -2 lines
Diff to previous 1.347
BUG#: 9973
TITLE: Fixed closing of EnumerationContext

DESCRIPTION: The EnumerationContext must be locked upon destruction as it
unlocks itself in the process. It must not be unlocked by the caller
afterwards, as the lock no longer exists.

Revision 1.347 / (view) - annotate - [select for diffs] , Wed Nov 19 00:12:40 2014 UTC (9 years, 6 months ago) by karl
Branch: MAIN
Changes since 1.346: +143 -66 lines
Diff to previous 1.346
BUG#: 9950
TITLE: The server crashes when processing large PULL operations.

DESCRIPTION: Add call to OOPProviderManagerRouter to clean up
enumerationContexts.  Other minor changes found during tests. also.

Revision 1.346 / (view) - annotate - [select for diffs] , Mon Nov 10 21:41:05 2014 UTC (9 years, 6 months ago) by karl
Branch: MAIN
Changes since 1.345: +413 -24 lines
Diff to previous 1.345
BUG#: 9928

TITLE: Initial FQL implementation per DMTF specification DSP0212

DESCRIPTION: Commit of initial FQL (Filter Query Language)
implementation including 1) FQL parser and evaluator, 2 FQL integration
into CIMOperationRequestDispatcher.cpp, 3)FQL unit and end-end tests
in FQL/tests/Parser and FQL/tests/clitest and FQL tests added to
cimcli tests in src/Clients/cimcli/tests/Makefile

Revision 1.345 / (view) - annotate - [select for diffs] , Sat Oct 11 23:28:56 2014 UTC (9 years, 7 months ago) by karl
Branch: MAIN
Changes since 1.344: +5 -0 lines
Diff to previous 1.344
BUG#: 9939
TITLE: Dropped several lines of code in last minute change to patch
for bug 9819

DESCRIPTION: Reinsert missing lines of code

Revision 1.344 / (view) - annotate - [select for diffs] , Sat Oct 11 23:04:19 2014 UTC (9 years, 7 months ago) by karl
Branch: MAIN
Changes since 1.343: +108 -65 lines
Diff to previous 1.343
BUG#: 9819
TITLE: Add runtime configuration variables for pull operations.

DESCRIPTION: Adds the cimconfig variables pull pullOperationsMaxObjectCount, pullOperationsDefaultTimeout, pullOperationsMaxTimeout and changes CIMOperationRequestDispatcher
to use the runtime config variables.  Also cleans up the definition
of these parameters in CIMClient.h

Revision 1.343 / (view) - annotate - [select for diffs] , Wed Aug 27 22:10:11 2014 UTC (9 years, 9 months ago) by karl
Branch: MAIN
CVS Tags: postBug9676
Changes since 1.342: +4573 -1479 lines
Diff to previous 1.342
BUG#: 9676
TITLE: Add pull operations to the OpenPegasusclient and server

DESCRIPTION: This patch is the implementation of the pull operations
defined in DSP0200 for both the CIM Client and CIM Server.  It includes
test programs in Pegasus/Client/tests and extends cimcli to make pull
requests and receive pull operation responses. There are still limitations
and issues noted in the readme.pulloperations file as well as some KS_TOD
comments marking things to do in the source code.

Revision 1.323.2.69 / (view) - annotate - [select for diffs] , Wed Aug 20 19:16:50 2014 UTC (9 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch
Changes since 1.323.2.68: +13 -11 lines
Diff to previous 1.323.2.68 to branch point 1.323 to next main 1.324
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Minor cleanup to code

DESCRIPTION: Cleaned up several TODO comments. Put ifdef around a
number of the current trace messages for the future. Minor efficiency
improvement in removing use of String::EMPTY for many things.

Revision 1.323.2.68 / (view) - annotate - [select for diffs] , Tue Aug 19 17:07:57 2014 UTC (9 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.67: +3 -3 lines
Diff to previous 1.323.2.67 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch Clean up TODOS, etc.

DESCRIPTION: Clean up TODO comments and make some changes for
code efficiency.  Should be No behavior changes.

Revision 1.323.2.67 / (view) - annotate - [select for diffs] , Thu Aug 14 17:42:38 2014 UTC (9 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.66: +54 -96 lines
Diff to previous 1.323.2.66 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch  Issue with executing the pull opts
tests on some platforms

DESCRIPTION: Modified pullop Makefile to reduce max size of responses
in tests.  Also cleaned up a number of left over TODOs from the
development

Revision 1.323.2.66 / (view) - annotate - [select for diffs] , Thu Jul 17 20:01:31 2014 UTC (9 years, 10 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.65: +4 -11 lines
Diff to previous 1.323.2.65 to branch point 1.323
BUG#: 9676
TITLE: Testing issues found in pullop, CIMOperationRequestDispatcher for
DISABLE_QUERY, PullErrors

DESCRIPTION: Fixed.  see Readme.PullOperations for 16 July 2014

Revision 1.323.2.65 / (view) - annotate - [select for diffs] , Thu Jun 12 19:35:17 2014 UTC (9 years, 11 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.64: +20 -2 lines
Diff to previous 1.323.2.64 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Fix errors from comments in bug on
11 June 2014.  Implement code for cimconfig calls (note that it is
commented out until we do bug 9819). Remove ExecInfo.h header include
ref.

DESCRIPTION: Correct several places where there was const on pass-by-value
argument in client. Implement code for cimconfig parameters. Corrected
documentation for pull operations. Remove erroneous header from
PullErrors.cpp

Revision 1.323.2.64 / (view) - annotate - [select for diffs] , Sun Jun 1 18:26:52 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.63: +209 -134 lines
Diff to previous 1.323.2.63 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. New functionality and code cleanup

DESCRIPTION: OpenQueryInstances now working. Fixed issue with cimcli,
fixed UIntArgs to use smart pointers, Cleaned up CreateContext, Cleaned
up code in WQL/CQLOperationRequestDispatcher.cpp to create common
function, other minor.  See readme for 30 May for list.

Revision 1.323.2.63 / (view) - annotate - [select for diffs] , Thu May 29 22:55:35 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.62: +99 -107 lines
Diff to previous 1.323.2.62 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Correct error noted in  bug9676,
Clean up OpenQueryInstances, error in cimcli handling of FQL
language parameter results in reject of request.

DESCRIPTION: Finished code for OpenQueryInstances to create common path
for ExecQuery and OpenQueryInstances. ExecQuery tested. fixed issue
in cimcli.  Corrected erroneous inclusion of execinfo.h header include,
removed more diagnostic messages, modified CreateContext function
interface.

Revision 1.323.2.62 / (view) - annotate - [select for diffs] , Mon May 26 17:46:22 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.61: +26 -31 lines
Diff to previous 1.323.2.61 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Modifications to function per doc.

DESCRIPTION: EnumerationContextTable hash table dynamic size based on
max number of open contexts. Remove diagnostic messages. Other miscellaneous
changes.

Revision 1.323.2.61 / (view) - annotate - [select for diffs] , Mon May 26 12:59:10 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.60: +1 -1 lines
Diff to previous 1.323.2.60 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Compile error introduced in
checkin last week

DESCRIPTION: Fix compile error

Revision 1.323.2.60 / (view) - annotate - [select for diffs] , Thu May 15 19:52:48 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.59: +79 -107 lines
Diff to previous 1.323.2.59 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Remove a number of diagnostics and clean
others

DESCRIPTION: About all diagnostics we will want to remove before final
checkin will be found by searching KS_TODO.  Also some commented code we
will remove has 4 / and a space to make it easy to find (//// ). Cleaned
up the enumContext unittest code so it compiles and runs.

Revision 1.323.2.59 / (view) - annotate - [select for diffs] , Sat May 10 19:19:58 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.58: +18 -19 lines
Diff to previous 1.323.2.58 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Added some clean up logic and
removed/commented out several diagnostics. Enabled limit test on
pull operations provider side.

DESCRIPTION: Added clear function to CIMResponseData. Removed a
couple of functions.  Enabled the limit in the Pull cache that
pushes back on providers by sitting on the provider responses until
cache clears and the means to clear cache completely when client
closed. Removed number of diagnostics and comment out others

Revision 1.323.2.58 / (view) - annotate - [select for diffs] , Fri May 9 15:46:16 2014 UTC (10 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.57: +457 -475 lines
Diff to previous 1.323.2.57 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Code rework and add some new validation.

DESCRIPTION: Redo CIMMessage to put constructors in cpp and add
intermediate messages in hiearchy for more efficient processing
of open and pull messages.  Moved several template functions to
real functions.  Added new input parameter check for namespace to
pull operations.

Revision 1.323.2.57 / (view) - annotate - [select for diffs] , Mon May 5 15:47:44 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.56: +18 -23 lines
Diff to previous 1.323.2.56 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Comment out some diagnostics.
Fix issue with diff from head

DESCRIPTION: Pick up issue for mergeout where we did not pick up two
commits in head about 5 weeks ago (TLS.cpp, CMPISCMOUtilities.cpp)
even if I do not know why.  Comment out some diagnostics.

Revision 1.323.2.56 / (view) - annotate - [select for diffs] , Sun May 4 22:05:10 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.55: +37 -29 lines
Diff to previous 1.323.2.55 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Clean up thread interface, fix error
causing nightly test error, remove some diagnostics.

DESCRIPTION: Added semaphore to thread interface.  Fixed error in Release
Context that was causing use of enumerationContext after release. Removed
some diagnostics.

Revision 1.323.2.55 / (view) - annotate - [select for diffs] , Fri May 2 18:36:25 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.54: +8 -2 lines
Diff to previous 1.323.2.54 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Correct bug causing removeContext
failure and clean up some threading code

DESCRIPTION: Removed more diagnostics. Correct setup of EnumContextTimer
thread. move limit setting for enumcontexttable to dispatcher. Increased
size of hashtable. Corrected error causing failure of remove
EnumerationContexts

Revision 1.323.2.54 / (view) - annotate - [select for diffs] , Thu May 1 17:58:24 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.53: +229 -229 lines
Diff to previous 1.323.2.53 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch Cleanup some code and remove some issues
with the timeout thread.

DESCRIPTION: Cleaned up and removed marked out code. Removed conflict issue
with timer thread. Changed names on number of variables for clarity. Removed
one EnumeationContext unused variable (namespace).

Revision 1.323.2.53 / (view) - annotate - [select for diffs] , Fri Apr 25 16:42:03 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.52: +8 -26 lines
Diff to previous 1.323.2.52 to branch point 1.323
BUG#: 9676
PEP#: DELETE ONE OF THESE LINES
TITLE: TASK-PEP317_pullop-branch. Multiple updates to


DESCRIPTION: Changed PullResponse... msg to OpenOrPullResponseDataMessage,
Added diagnostics to catch errant issue with EnumerationContextTable,
fixed issue in msg bundle, corrected issues with static tests and other
miscellaneous minor changes.

Revision 1.323.2.52 / (view) - annotate - [select for diffs] , Tue Apr 22 22:51:40 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.51: +40 -105 lines
Diff to previous 1.323.2.51 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Minor changes

DESCRIPTION:  Extended tests. Minor changes to get better diagnostics
trace.

Revision 1.323.2.51 / (view) - annotate - [select for diffs] , Mon Apr 21 12:42:07 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.50: +14 -9 lines
Diff to previous 1.323.2.50 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch

DESCRIPTION: Decoder cleanup of the ...IParam classes and some exception
responses. Fixed issues in the Enumeration Timeout thread. Enabled
0 reject 0 operationTimeout exception and added internal variable to
control it.

Revision 1.323.2.50 / (view) - annotate - [select for diffs] , Thu Apr 17 23:12:05 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.49: +26 -23 lines
Diff to previous 1.323.2.49 to branch point 1.323
BUG#: 9676
TITLE: Cleanup of messy code and removal of some diagnostics.

DESCRIPTION: Cleaned up some interfaces, added documentation,
made number of PEGASUS_ASSERTS into PEGASUS_DEBUG_ASSERT and fixed
issue in pullop Makefile tests causing failure in tests of large
numbers of responses

Revision 1.323.2.49 / (view) - annotate - [select for diffs] , Wed Apr 16 22:31:49 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.48: +157 -121 lines
Diff to previous 1.323.2.48 to branch point 1.323
BUG#: 9676
TITLE: Modify common access to EnumerationContext to improve
thread separation.

DESCRIPTION: Modifiey the locked code to eliminate thread deadlock
holes and added internationalization to a number of the
CIMOperationRequestDispatcher CIMException response messages.

Revision 1.323.2.48 / (view) - annotate - [select for diffs] , Wed Apr 16 00:11:31 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.47: +14 -9 lines
Diff to previous 1.323.2.47 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Clean up handling of interoperation
timeouts and extend error tests

DESCRIPTION: Cleaned up thread code for detecting interoperation timeouts
and extended error tests. Added some internationalized msgs.

Revision 1.323.2.47 / (view) - annotate - [select for diffs] , Tue Apr 15 11:46:39 2014 UTC (10 years, 1 month ago) by dl.meetei
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.46: +1 -1 lines
Diff to previous 1.323.2.46 to branch point 1.323
BUG#: 9676
TITLE:TASK-PEP317_pullop-branch  Code clean up.

DESCRIPTION: Fix a build break

Revision 1.323.2.46 / (view) - annotate - [select for diffs] , Mon Apr 14 16:33:11 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.45: +71 -39 lines
Diff to previous 1.323.2.45 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch  Code clean up.

DESCRIPTION: Added pullinstances for OpenExecQuery.  Clean up tests in
PullErrors, Remove Assert in CIMResponseData causing end-end test to
fail.

Revision 1.323.2.45 / (view) - annotate - [select for diffs] , Thu Apr 10 23:33:16 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.44: +91 -48 lines
Diff to previous 1.323.2.44 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch

DESCRIPTION: Clean up issue with issueing pull responses that was causing
failures. Clean up code and remove some diagnostics in EnumerationContext
and EnumerationContextTable files.

Revision 1.323.2.44 / (view) - annotate - [select for diffs] , Mon Apr 7 21:00:22 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.43: +290 -196 lines
Diff to previous 1.323.2.43 to branch point 1.323
BUG#: 9676
TITLE: Clean up issue with thread block in OOP mode.

DESCRIPTION: Dropped the condition variable for getting from cache and
moved the client response to the provider return thread.  Other minor
cleanup and also renamed EnumerationContext in WsmProcessor to avoid
name conflict.

Revision 1.323.2.43 / (view) - annotate - [select for diffs] , Thu Mar 20 10:15:15 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.42: +39 -36 lines
Diff to previous 1.323.2.42 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Changes to shutdown for
pull operations support

DESCRIPTION: Modify enumerationContext shutdown code

Revision 1.323.2.42 / (view) - annotate - [select for diffs] , Tue Mar 18 13:37:50 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.41: +1 -6 lines
Diff to previous 1.323.2.41 to branch point 1.323
BUG#: 9676
TITLE: Add trace for binMsg functions minor changes

DESCRIPTION: Add some diagnostics to CIMBinMsg functions (trace data
on calls) and other minor cleanup.  No major changes this checkin

Revision 1.323.2.41 / (view) - annotate - [select for diffs] , Mon Mar 17 14:24:50 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.40: +70 -72 lines
Diff to previous 1.323.2.40 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch Fix CIM/XML output issues

DESCRIPTION: Fix issue with Qualifiers appearing on instances in some cases
and issue with error code in pull response from a single provider getting
lost.

Revision 1.323.2.40 / (view) - annotate - [select for diffs] , Fri Mar 14 21:06:34 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.39: +11 -16 lines
Diff to previous 1.323.2.39 to branch point 1.323
BUG#: 9676
TITLE: Clean up inefficient call to getCache

DESCRIPTION: TASK-PEP317_pullop-branch. Local optimizations.

Revision 1.323.2.39 / (view) - annotate - [select for diffs] , Fri Mar 14 16:30:21 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.38: +16 -12 lines
Diff to previous 1.323.2.38 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Commit change to correct problem where
some providers returning qualifiers on instances.

DESCRIPTION: Corrected code in CIMOperationDispatcher to be sure that the
CIMResponseData object used to output carries the correct attributes for
includeQualifier and ClassOrigin

Revision 1.323.2.38 / (view) - annotate - [select for diffs] , Wed Mar 12 19:21:37 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.37: +124 -64 lines
Diff to previous 1.323.2.37 to branch point 1.323
BUG#: 9676
TITLE: Clean up of several functions

DESCRIPTION: Cleanup of a bunch of minor issues.  Note that this patch
inserted some diagnostics into the code since we are still looking for
a couple of failures.  They are marked KS Temp and are to be removed
before commit to head of tree.

Revision 1.323.2.37 / (view) - annotate - [select for diffs] , Wed Dec 18 12:23:34 2013 UTC (10 years, 5 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.36: +7 -5 lines
Diff to previous 1.323.2.36 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch Pull operations minor code changes

DESCRIPTION: Changed timer code, removed some couts, changed to use
cerr for error output from pullop

Revision 1.323.2.36 / (view) - annotate - [select for diffs] , Sun Dec 15 19:27:56 2013 UTC (10 years, 5 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.35: +101 -182 lines
Diff to previous 1.323.2.35 to branch point 1.323
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch, Fixes to comments from week of 9 Dec.
Also added one more template for the associators functions and enabled
it (setAsssocRequestToProviders).

DESCRIPTION:

Revision 1.323.2.35 / (view) - annotate - [select for diffs] , Sat Dec 14 18:02:17 2013 UTC (10 years, 5 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.34: +2 -2 lines
Diff to previous 1.323.2.34 to branch point 1.323
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Pull Operations update

DESCRIPTION: Fix number of issued brought up in review including:
Unreachable code, bad char in string in CIMCLICLIOperations,
redundant code in CIMCLIClient and ResponseStressTestProvider

Revision 1.323.2.34 / (view) - annotate - [select for diffs] , Sat Nov 30 16:16:04 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.33: +75 -52 lines
Diff to previous 1.323.2.33 to branch point 1.323
PEP#:317
TITLE: TASK-PEP317_pullop-branch. CIMClient.h documentation and
some interprocess issues between timer thread and operation threads


DESCRIPTION: Added documentation for remaining functions in CIMClient.h
. Add protection for thread issues between timing thread and operation
threads. Clean up several TODOs in Cliient Response Doceder.

Revision 1.323.2.33 / (view) - annotate - [select for diffs] , Thu Nov 21 17:59:48 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.32: +3 -3 lines
Diff to previous 1.323.2.32 to branch point 1.323
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Merge Out from head of tree effective 21 Nov 2013.

DESCRIPTION:

Revision 1.323.2.32 / (view) - annotate - [select for diffs] , Wed Nov 20 00:31:52 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.31: +9 -8 lines
Diff to previous 1.323.2.31 to branch point 1.323
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Extend processing Path for PullInstances

DESCRIPTION: Add code for PullInstances which is the pull component for the
OpenQueryInstances enumeration sequence.

Revision 1.323.2.31 / (view) - annotate - [select for diffs] , Mon Nov 11 19:10:06 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.30: +26 -26 lines
Diff to previous 1.323.2.30 to branch point 1.323
PEP#: 317
TITLE: TASK-PEP317_pullop-branch, Minor fixes

DESCRIPTION: Clean up some code in dispatcher and fix some issues with
pullop test utility.  Changed test names in pullop makefile

Revision 1.323.2.30 / (view) - annotate - [select for diffs] , Mon Nov 11 01:52:26 2013 UTC (10 years, 6 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.29: +22 -11 lines
Diff to previous 1.323.2.29 to branch point 1.323
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Continued clean up

DESCRIPTION: Remove possible threading issue and remove some redundant
tests.

Revision 1.339.6.5 / (view) - annotate - [select for diffs] , Wed Oct 23 02:46:15 2013 UTC (10 years, 7 months ago) by lawrence.luo
Branch: TASK-PEP362_RestfulService-branch
CVS Tags: TASK-PEP362_RestfulService-merged_out_to_branch
Changes since 1.339.6.4: +78 -102 lines
Diff to previous 1.339.6.4 to branch point 1.339 to next main 1.340
PEP#: 362
TITLE: Webadmin and Restful Services

DESCRIPTION:
Syc with Head branch

Revision 1.323.2.29 / (view) - annotate - [select for diffs] , Thu Oct 17 13:33:38 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.28: +3 -5 lines
Diff to previous 1.323.2.28 to branch point 1.323
PEP#: 317
TITLE: TASK-PEP317_pullop-branch, editorial cleanup before next mergeout

DESCRIPTION: Doc and formatting, no function changes

Revision 1.323.2.28 / (view) - annotate - [select for diffs] , Wed Oct 16 23:54:41 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.27: +1 -1 lines
Diff to previous 1.323.2.27 to branch point 1.323
PEP#: 317
TITLE: Correct accidental bad commit TASK-PEP317_pullop-branch

DESCRIPTION: Accidently did commit of some bad files during mergeout
This corrects that error

Revision 1.342 / (view) - annotate - [select for diffs] , Wed Oct 16 22:24:19 2013 UTC (10 years, 7 months ago) by karl
Branch: MAIN
CVS Tags: preBug9676, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk
Changes since 1.341: +78 -102 lines
Diff to previous 1.341
BUG#: 9803

TITLE: Code cleanup in Pegasus/Server dir pre pull operations

DESCRIPTION: Remove trailing blanks and modify some low level calls to
match changes in Pull operations

Revision 1.323.2.27 / (view) - annotate - [select for diffs] , Wed Oct 16 21:12:26 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.26: +156 -19 lines
Diff to previous 1.323.2.26 to branch point 1.323
PEP#: 317
TITLE: Pull Operations, TASK-PEP317_pullop-branch, Minor cleanup to
CIMOperation Request Dispatcher.

DESCRIPTION: Minor changes to dispatcher.  NOTE: Created template function
for OpenAssociators but right now it has a problem so is disabled.  This
will replace most of the code used to send requests to providers for
OpenAssociators, OpenReferences, etc.

Revision 1.323.2.26 / (view) - annotate - [select for diffs] , Wed Oct 16 18:33:07 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.25: +129 -146 lines
Diff to previous 1.323.2.25 to branch point 1.323
PEP#: 317
TITLE: TASK-PEP317_pullop-branch - reorganize processing of OpenAssoc
and OpenRef handlers so all the same.

DESCRIPTION: This was code cleanup but no functional changes

Revision 1.323.2.25 / (view) - annotate - [select for diffs] , Wed Oct 16 16:10:38 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.24: +27 -105 lines
Diff to previous 1.323.2.24 to branch point 1.323
PEP#: 317
TITLE: CIMOperationRequestDispatcher Code reorg

DESCRIPTION: Clean up some of the _forward functions for better naming,
etc. No functional changes

Revision 1.339.6.4 / (view) - annotate - [select for diffs] , Tue Oct 15 04:10:41 2013 UTC (10 years, 7 months ago) by dl.meetei
Branch: TASK-PEP362_RestfulService-branch
Changes since 1.339.6.3: +0 -0 lines
Diff to previous 1.339.6.3 to branch point 1.339
PEP#: 362
TITLE: RestfulServices

DESCRIPTION: Sync up with head of tree

Revision 1.339.6.3 / (view) - annotate - [select for diffs] , Tue Oct 15 04:10:38 2013 UTC (10 years, 7 months ago) by dl.meetei
Branch: TASK-PEP362_RestfulService-branch
Changes since 1.339.6.2: +0 -1 lines
Diff to previous 1.339.6.2 to branch point 1.339
PEP#: 362
TITLE: RestfulServices

DESCRIPTION: Sync up with head of tree

Revision 1.323.2.24 / (view) - annotate - [select for diffs] , Mon Oct 14 15:26:03 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.23: +0 -4 lines
Diff to previous 1.323.2.23 to branch point 1.323
PEP#: 317
TITLE: TASK-PEP317_pullop-branch. New MergeOut of head of tree up to
13 Oct

DESCRIPTION: Bring into line with head of tree, Clean up number of issues
with OOP processing.

Revision 1.341 / (view) - annotate - [select for diffs] , Mon Oct 14 11:02:31 2013 UTC (10 years, 7 months ago) by karl
Branch: MAIN
Changes since 1.340: +0 -1 lines
Diff to previous 1.340
BUG#: 9800
TITLE: cout from diagnostics left in CIMOperationRequestDispatcher

DESCRIPTION: Remove extraneous diagnostic cout from
CIMOperationRequestDispatcher.cpp

Revision 1.323.2.23 / (view) - annotate - [select for diffs] , Sun Oct 13 20:32:03 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.22: +29 -28 lines
Diff to previous 1.323.2.22 to branch point 1.323
PEP#: 317
TITLE: Fix issues with OOP and enable NumericArg code.

DESCRIPTION: Clean up responses of XML data from OOP providers and
enable NumericArg code. Removed UintArgs and old EnumerationTable.*
Note that the statistics code is bad at this point, waiting for
another bug to head of tree.

Revision 1.323.2.22 / (view) - annotate - [select for diffs] , Sun Sep 29 20:45:45 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.21: +19 -49 lines
Diff to previous 1.323.2.21 to branch point 1.323
PEP#: 317
TITLE: TASK-PEP317_pullop-branch, Mergeout from head of tree up to 29 Sept 2013

DESCRIPTION: Merged Head of tree from 19 Sept to 29 Sept into this task
branch. Required a few other changes to use boolToString in cimcli and
also cleaned up CIMOperationRequestDispatcher to use new functions

Revision 1.323.2.21 / (view) - annotate - [select for diffs] , Sun Sep 29 18:09:52 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.20: +93 -305 lines
Diff to previous 1.323.2.20 to branch point 1.323
PEP#: 317
TITLE: Clean up OOP to correctly process XML response for pull. Clean
up of statisticalData

DESCRIPTION: Changed OOP path to provider more info to ProviderAgent,
Modified StatisticalData interface to handle Open & Pull operations,
Clean up issues with ExecQuery. and a number of other minor changes.

Revision 1.323.2.20 / (view) - annotate - [select for diffs] , Mon Sep 23 12:55:57 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.19: +5 -1 lines
Diff to previous 1.323.2.19 to branch point 1.323
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Pull Operations update, Clean up diagonstic
code and fix error in Dispatcher

DESCRIPTION: Cleaned up Diagnostic code in CIMREsponseData. Fixed error
in Dispatcher where we were not passing correct classname on any Enumerates.
Fixed CLITestProvider/tests non SSL help files. Remove bunch of tests
for bad enum context from PullErrors by commenting them out.

Revision 1.323.2.19 / (view) - annotate - [select for diffs] , Thu Sep 19 09:56:59 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.18: +3 -3 lines
Diff to previous 1.323.2.18 to branch point 1.323
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Pull Operations.Number of minor errors in code.

DESCRIPTION: Fixed one overlooked compile issue from previous checkin.  Added
detailed timers for wait queues. Cleaned out temp change to XmlWriter.cpp,
Enabled time thread as diagnostic tool

Revision 1.323.2.18 / (view) - annotate - [select for diffs] , Tue Sep 17 15:24:37 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.17: +315 -838 lines
Diff to previous 1.323.2.17 to branch point 1.323
PEP#: 317
TITLE: TASK-PEP317_pullop-branch. Working code update

DESCRIPTION: Detailed description in readme.pulloperations. Generally
minor reorganization of parameters in OpenExecQuery, remove memory leak
move more CIMOperationRequestDispatcher code to templates.

Revision 1.323.2.17 / (view) - annotate - [select for diffs] , Sun Sep 15 22:00:27 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.16: +0 -4 lines
Diff to previous 1.323.2.16 to branch point 1.323
PEP#: 317
TITLE: TASK-PEP317_pullop-branch pull operations, Clean up CIMMessage

DESCRIPTION: Clean up some code in CIMMessage.cpp and CIMMessage.h. This
moved some of the inheritance for the OpenResponse Classes and made
the constructors with optional parameters.   Moved the constructors to
CIMMessage.cpp

Revision 1.323.2.16 / (view) - annotate - [select for diffs] , Sat Sep 14 22:08:22 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: POSTAUG25UPDATE
Changes since 1.323.2.15: +1658 -1603 lines
Diff to previous 1.323.2.15 to branch point 1.323
PEP#: 317
TITLE: PEP 317, Pull Operations mergeout and code cleanup.

DESCRIPTION: No new functionality added but cleaned up a number of issues.
Merged out up to 25 August. Note that most functions run today except for
OpenExecQuery which is not tested.  See the readme.pulloperations for more
details

Revision 1.339.6.2 / (view) - annotate - [select for diffs] , Tue Aug 13 03:25:03 2013 UTC (10 years, 9 months ago) by dl.meetei
Branch: TASK-PEP362_RestfulService-branch
Changes since 1.339.6.1: +0 -0 lines
Diff to previous 1.339.6.1 to branch point 1.339
PEP#: 362
TITLE: Syncing up with head of CVS

DESCRIPTION:

Revision 1.339.6.1 / (view) - annotate - [select for diffs] , Tue Aug 13 03:24:46 2013 UTC (10 years, 9 months ago) by dl.meetei
Branch: TASK-PEP362_RestfulService-branch
Changes since 1.339: +516 -628 lines
Diff to previous 1.339
PEP#: 362
TITLE: Syncing up with head of CVS

DESCRIPTION:

Revision 1.340 / (view) - annotate - [select for diffs] , Mon Aug 12 12:41:20 2013 UTC (10 years, 9 months ago) by karl
Branch: MAIN
Changes since 1.339: +516 -628 lines
Diff to previous 1.339
BUG#: 9668
TITLE: Refactor CIMOperationDispatcher EnumeateInstance and Association request processing

DESCRIPTION: Refactor dispatcher code to reduce paths for processing EnumerateIntances,
EnumerateInstanceNames, and the associator and reference requests. This is part of clean
up to prepare for pull operations since these operations reuse this functionality

Revision 1.339 / (view) - annotate - [select for diffs] , Fri Jul 26 10:55:44 2013 UTC (10 years, 10 months ago) by dl.meetei
Branch: MAIN
CVS Tags: TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch
Branch point for: TASK-PEP362_RestfulService-branch
Changes since 1.338: +9 -2 lines
Diff to previous 1.338
BUG#: 9714
TITLE: c-advice error for QuerySupportRouter.cpp file on hp-ux

DESCRIPTION:

Revision 1.323.2.15 / (view) - annotate - [select for diffs] , Sat Jul 20 17:32:58 2013 UTC (10 years, 10 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: PREAUG25UPDATE
Changes since 1.323.2.14: +132 -2 lines
Diff to previous 1.323.2.14 to branch point 1.323
PEP#: 317
TITLE: Update merge out from last 2.13.0.

DESCRIPTION: Sync with 2.13.0 just before release.  Note that we kept
the Development status.

Revision 1.323.2.14 / (view) - annotate - [select for diffs] , Sat Jul 20 15:43:48 2013 UTC (10 years, 10 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.13: +239 -260 lines
Diff to previous 1.323.2.13 to branch point 1.323
PEP#: 317
TITLE: TaskBranch Pull operations changes

DESCRIPTION: Move code around in dispatcher and clean up some comments

Revision 1.338 / (view) - annotate - [select for diffs] , Sat Jun 29 16:55:08 2013 UTC (10 years, 11 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, CIMRS_WORK_20130824
Changes since 1.337: +132 -2 lines
Diff to previous 1.337
BUG#: 9678
TITLE: Refactor code in Query Processing

DESCRIPTION: Move functions from CQL and WQL dispatchers to common CIM
dispatcher.

Revision 1.323.2.13 / (view) - annotate - [select for diffs] , Sun Jun 16 11:46:44 2013 UTC (10 years, 11 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.12: +42 -36 lines
Diff to previous 1.323.2.12 to branch point 1.323
PEP#: 317
TITLE: Task 317-pullop branch

DESCRIPTION: Clean up release of enumeration context for error completions and clean up of
context table upon close of server

Revision 1.323.2.12 / (view) - annotate - [select for diffs] , Sun Jun 9 16:18:40 2013 UTC (10 years, 11 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.11: +162 -96 lines
Diff to previous 1.323.2.11 to branch point 1.323
PEP#: 317
TITLE: TASK PEP 317, Pull Operations

DESCRIPTION: Add OpenQuery, Clean up EnumContext

Revision 1.323.2.11 / (view) - annotate - [select for diffs] , Wed Jun 5 11:09:46 2013 UTC (10 years, 11 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.10: +135 -166 lines
Diff to previous 1.323.2.10 to branch point 1.323
PEP#: 317
TITLE: TASK 317 branch. More cleanup. This is one of a bunch of commits
as we prepare the pull code for review

DESCRIPTION: Cleanup of OpenAssociators, OpenReferences, etc. to common
code base.  NOte that this code will be replaced with more compact solution
but this gets test back running.

Revision 1.323.2.10 / (view) - annotate - [select for diffs] , Tue Jun 4 14:10:45 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.9: +84 -84 lines
Diff to previous 1.323.2.9 to branch point 1.323
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Minor Cleanup

DESCRIPTION: Rename Couple of files and cleanup some todos. Nothing major
in this checkin

Revision 1.323.2.9 / (view) - annotate - [select for diffs] , Mon Jun 3 21:36:36 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.8: +1921 -2562 lines
Diff to previous 1.323.2.8 to branch point 1.323
BUG#: 9999
TITLE: TASK_317-Pull Operations update.

DESCRIPTION: This update brings this branch back in line with the current
head of tree and cleans up a number of outstanding issues in the code.  Note
That there are still a lot of outstanding issues being worked on.

Revision 1.337 / (view) - annotate - [select for diffs] , Wed May 1 22:20:09 2013 UTC (11 years, 1 month ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_13_0-FC
Changes since 1.336: +18 -17 lines
Diff to previous 1.336
BUG#: 9644
TITLE: Minor cleanup to OperationDispatcher to use correct CIMMessage on request

DESCRIPTION: Change all use of CIMRequestMessage in operation dispatcher to
CIMOperationRequestDispatcher.  No real functional changes.

Revision 1.336 / (view) - annotate - [select for diffs] , Thu Apr 25 12:00:28 2013 UTC (11 years, 1 month ago) by dl.meetei
Branch: MAIN
Changes since 1.335: +2 -2 lines
Diff to previous 1.335
BUG#: 9628
TITLE: PEGASUS_ASSERT used in places where PEGASUS_UNREACHABLE should be used

DESCRIPTION:

Revision 1.335 / (view) - annotate - [select for diffs] , Sat Apr 20 16:46:52 2013 UTC (11 years, 1 month ago) by karl
Branch: MAIN
Changes since 1.334: +457 -451 lines
Diff to previous 1.334
BUG#: 9596
TITLE: CIMOperationRequestDispatcher.cpp refactor request parameter processing

DESCRIPTION: Refactored all request parameter processing into common functions
in preperations for using the same functions for the pull operations

Revision 1.334 / (view) - annotate - [select for diffs] , Thu Mar 28 18:54:42 2013 UTC (11 years, 2 months ago) by karl
Branch: MAIN
Changes since 1.333: +22 -31 lines
Diff to previous 1.333
BUG#: 5904
TITLE: Generates non-conformant xml for associators response

DESCRIPTION: Modify response paths to insure that only the correct
objectpath type (ClassPath or InstancePath) is generated and move
the hole decision path for class vs. instance requests back as close
to the client as possible so that the server uses operation request
information and not keybinding counts to determine if a cimobjectpath
is class or instance

Revision 1.333 / (view) - annotate - [select for diffs] , Wed Feb 20 21:51:38 2013 UTC (11 years, 3 months ago) by karl
Branch: MAIN
Changes since 1.332: +22 -18 lines
Diff to previous 1.332
BUG#: 9587
TITLE: Fix failue in nbat caused by bug 9450

DESCRIPTION: Remove use of response message after it was sent to enqueueResponse

Revision 1.332 / (view) - annotate - [select for diffs] , Mon Feb 11 19:30:58 2013 UTC (11 years, 3 months ago) by karl
Branch: MAIN
Changes since 1.331: +637 -1152 lines
Diff to previous 1.331
BUG#: 9450
TITLE: CImOperationRequestDispatcher, Remove Internal Provider Reg Table to separate File

DESCRIPTION: Move Internal Provider Registration table to reg_talble.cpp and redo table
to reduce footprint.  In addition, clean up lookupProvider... functions in
CIMOperationRequestDispatcher.cpp, etc.  Minor changes (ex. Create CSTRING macro
to simplify mapping of Strings for Trace, etc.

Revision 1.331 / (view) - annotate - [select for diffs] , Thu Feb 7 15:32:43 2013 UTC (11 years, 3 months ago) by ashok.pathak
Branch: MAIN
Changes since 1.330: +3 -6 lines
Diff to previous 1.330
BUG#:9545

TITLE:Build break (Warning) when PEGASUS_REMOVE_TRACE=true

DESCRIPTION:

Revision 1.330 / (view) - annotate - [select for diffs] , Mon Jan 14 15:27:56 2013 UTC (11 years, 4 months ago) by marek
Branch: MAIN
Changes since 1.329: +46 -263 lines
Diff to previous 1.329
BUG#:9530
TITLE: Reduce static code size through moving CIMResponseData up in Message class hierarchy

DESCRIPTION:

Revision 1.329 / (view) - annotate - [select for diffs] , Thu Nov 15 09:39:33 2012 UTC (11 years, 6 months ago) by marek
Branch: MAIN
Changes since 1.328: +21 -23 lines
Diff to previous 1.328
BUG#:9425
TITLE: Remove unused variables in ALL but WQL, CQL and Compiler

DESCRIPTION:

Revision 1.328 / (view) - annotate - [select for diffs] , Tue Oct 30 04:19:41 2012 UTC (11 years, 7 months ago) by dev.meetei
Branch: MAIN
Changes since 1.327: +7 -0 lines
Diff to previous 1.327
BUG#:9373
TITLE:Support Writing Indication to a local file

DESCRIPTION:

Revision 1.327 / (view) - annotate - [select for diffs] , Mon Jul 30 08:44:28 2012 UTC (11 years, 10 months ago) by anusha.kandepu
Branch: MAIN
CVS Tags: RELEASE_2_12_1-RC1, RELEASE_2_12_1, RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root, RELEASE_2_12-branch
Changes since 1.326: +6 -0 lines
Diff to previous 1.326
BUG#: 9090
TITLE: WSMAN Indication Handling and delivery support.
DESCRIPTION: Added support for WSMAN Indication Handling and delivery support.

Revision 1.325.2.1 / (view) - annotate - [select for diffs] , Fri May 25 12:05:06 2012 UTC (12 years ago) by marek
Branch: RELEASE_2_11-branch
CVS Tags: RELEASE_2_11_2-RC1, RELEASE_2_11_2
Changes since 1.325: +4 -12 lines
Diff to previous 1.325 to next main 1.326
BUG#:9281
TITLE: CIMRequestDispatcher keeping its own lifetime copy of hostname v2.11.2

DESCRIPTION:

Revision 1.326 / (view) - annotate - [select for diffs] , Mon May 21 12:56:46 2012 UTC (12 years ago) by marek
Branch: MAIN
Changes since 1.325: +4 -12 lines
Diff to previous 1.325
BUG#:9258
TITLE: CIMRequestDispatcher keeping its own lifetime copy of hostname

DESCRIPTION:

Revision 1.323.2.8 / (view) - annotate - [select for diffs] , Tue Feb 21 17:22:11 2012 UTC (12 years, 3 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013
Changes since 1.323.2.7: +148 -92 lines
Diff to previous 1.323.2.7 to branch point 1.323
BUG#: 99999
TITLE: Task PEP317 branch Pull ops

DESCRIPTION: Bring property list processing into line

Revision 1.323.2.7 / (view) - annotate - [select for diffs] , Wed Feb 15 17:47:18 2012 UTC (12 years, 3 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.6: +120 -102 lines
Diff to previous 1.323.2.6 to branch point 1.323
BUG#: 99999
TITLE: Task317 Branch -- pull operations. Sync to head of tree

DESCRIPTION: Sync the branch back to the head of cvs tree

Revision 1.323.2.6 / (view) - annotate - [select for diffs] , Thu Oct 13 15:17:13 2011 UTC (12 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.5: +1 -0 lines
Diff to previous 1.323.2.5 to branch point 1.323
BUG#: 9999
TITLE:Minor changes after Merge from head of tree

DESCRIPTION: Minor Changes after Merge-Out

Revision 1.323.2.5 / (view) - annotate - [select for diffs] , Tue Oct 11 17:18:27 2011 UTC (12 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.4: +107 -27 lines
Diff to previous 1.323.2.4 to branch point 1.323
BUG#: 9999
TITLE: Merge out head to Task-PEP317 branch using Task Makefile

DESCRIPTION:  Update this working branch to Pegasus Head of Tree as of
about 8 Oct 2011

Revision 1.325 / (view) - annotate - [select for diffs] , Tue Mar 29 04:15:46 2011 UTC (13 years, 2 months ago) by anusha.kandepu
Branch: MAIN
CVS Tags: RELEASE_2_11_1-RC1, RELEASE_2_11_1, RELEASE_2_11_0, RELEASE_2_11-root
Branch point for: RELEASE_2_11-branch
Changes since 1.324: +5 -4 lines
Diff to previous 1.324
BUG#:8951
TITLE:Duplicate Properties in operation property list cause duplicate properties in Response.
DESCRIPTION: Remove the duplicate properties from the propertyList while decoding the request.

Revision 1.324 / (view) - annotate - [select for diffs] , Thu Feb 17 14:23:35 2011 UTC (13 years, 3 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_11_0-RC1
Changes since 1.323: +11 -3 lines
Diff to previous 1.323
BUG#:8926
TITLE: C++Default Client interface does not filter with binary enabled

DESCRIPTION:

Revision 1.323.2.4 / (view) - annotate - [select for diffs] , Fri Jan 21 02:25:43 2011 UTC (13 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: BeforeUpdateToHeadOct82011
Changes since 1.323.2.3: +37 -60 lines
Diff to previous 1.323.2.3 to branch point 1.323
BUG#: 8874
TITLE: TASK-PEP317_pullop-branch. Fix issues causing server crash

DESCRIPTION: Fixed  several issues in EnumerationContext causing crash
and cleand up close functionality.  Added new tests.

Revision 1.323.2.3 / (view) - annotate - [select for diffs] , Thu Jan 20 03:00:10 2011 UTC (13 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.2: +1 -1 lines
Diff to previous 1.323.2.2 to branch point 1.323
BUG#: 8874
TITLE:Pullop TASK-PEP317_pullop-branch minor fixes to
EnumerationContext

DESCRIPTION: Move some code around.

Revision 1.323.2.2 / (view) - annotate - [select for diffs] , Wed Jan 19 01:18:55 2011 UTC (13 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323.2.1: +38 -61 lines
Diff to previous 1.323.2.1 to branch point 1.323
BUG#: 8874
TITLE:Pull Operations modifications from Disccussions With Marek into
branch TASK-PEP317_pullop-branch

DESCRIPTION: 1. Nor-Recursive Mutex, 2) Separate EnumerationTable
file,3 AUtomutex from Mutex in several Places, 3) AtomicInt for
counter 4), CIMMessage initializers,  and other cleanups.

Revision 1.323.2.1 / (view) - annotate - [select for diffs] , Sat Jan 15 21:26:58 2011 UTC (13 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.323: +4826 -1543 lines
Diff to previous 1.323
BUG#: 8874
TITLE: Commit code for pull operations to branch TASK-PEP317_pullop-branch

DESCRIPTION: Commits the current code for the pull operations to a
task branch for further review and testing before it is committed to
the Pegasus head.

Revision 1.323 / (view) - annotate - [select for diffs] , Mon Jul 5 07:58:39 2010 UTC (13 years, 11 months ago) by venkat.puvvada
Branch: MAIN
CVS Tags: TASK-PEP317_pullop-root, RELEASE_2_11_0-FC
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.322: +9 -0 lines
Diff to previous 1.322
BUG#: 7626
TITLE: PEP#324 DMTF Indications Profile (DSP1054) Implementation, stage 2.
DESCRIPTION: PEP 324 implementation

Revision 1.322 / (view) - annotate - [select for diffs] , Tue Dec 15 11:39:42 2009 UTC (14 years, 5 months ago) by thilo.boehm
Branch: MAIN
CVS Tags: RELEASE_2_10_1-RC1, RELEASE_2_10_1, RELEASE_2_10_0-RC2, RELEASE_2_10_0-RC1, RELEASE_2_10_0, RELEASE_2_10-root, RELEASE_2_10-branch
Changes since 1.321: +70 -172 lines
Diff to previous 1.321
PEP#: 348
TITLE: Initial commit of SCMO for CMPI

DESCRIPTION: Initial commit of SCMO for CMPI

Revision 1.321.2.4 / (view) - annotate - [select for diffs] , Thu Oct 15 14:19:28 2009 UTC (14 years, 7 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
CVS Tags: TASK-PEP348_SCMO-merged_out_to_branch
Changes since 1.321.2.3: +38 -157 lines
Diff to previous 1.321.2.3 to branch point 1.321 to next main 1.322
PEP#:348
TITLE: Bugfixes for CIMResponseData and CIMOpReqDispatcher

DESCRIPTION:
- fixed the object duplication Bug in the CIMOperationRequestDispatcher
- added support for hostname and namespace setting on a,an,r,rn operations in the Aggregators
- further cleanup etc.

Revision 1.321.2.3 / (view) - annotate - [select for diffs] , Tue Oct 13 12:39:28 2009 UTC (14 years, 7 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.321.2.2: +49 -33 lines
Diff to previous 1.321.2.2 to branch point 1.321
PEP#:348
TITLE: Building path through server for all data formats using the CIMResponseData class.

DESCRIPTION:

Open items:

Binary transformation for SCMO
Internal Xml transformation for SCMO
SCMOXmlWriter not yet complete

Other places are marked using TODO

Revision 1.321.2.2 / (view) - annotate - [select for diffs] , Thu Sep 3 12:54:10 2009 UTC (14 years, 9 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.321.2.1: +3 -8 lines
Diff to previous 1.321.2.1 to branch point 1.321
PEP#:348
TITLE: Prototype implementation for writing SCMO objects as CIM-Xml

DESCRIPTION:
Updates contain linear path through the CIM Server from a CMPI provider to the SCMOXmlWriter. Only function implemented currently is the enumeration, no support for Arrays, ReferenceProperties and Instances yet.

Revision 1.321.2.1 / (view) - annotate - [select for diffs] , Mon Aug 17 12:47:50 2009 UTC (14 years, 9 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.321: +9 -3 lines
Diff to previous 1.321
PEP#:348
TITLE: Implementing CMPI_Instance and CMPI_ObjectPath through SCMO

DESCRIPTION: Initial implementation of CMPI for SCMO usage and scaffolding test code

Revision 1.313.2.1 / (view) - annotate - [select for diffs] , Thu Aug 6 17:09:19 2009 UTC (14 years, 9 months ago) by marek
Branch: RELEASE_2_9-branch
CVS Tags: RELEASE_2_9_2-RC2, RELEASE_2_9_2-RC1, RELEASE_2_9_2, RELEASE_2_9_1-RC1, RELEASE_2_9_1
Changes since 1.313: +7 -3 lines
Diff to previous 1.313 to next main 1.314
BUG#:8588
TITLE: Adding _isVersionGreaterOrEqual() to Common library

DESCRIPTION:

Revision 1.321 / (view) - annotate - [select for diffs] , Tue Jun 30 09:31:33 2009 UTC (14 years, 11 months ago) by r.kieninger
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-root, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP348_SCMO-merged_in_to_trunk, TASK-PEP348_SCMO-merged_in_from_branch
Branch point for: TASK-PEP348_SCMO-branch
Changes since 1.320: +21 -10 lines
Diff to previous 1.320
BUG#:8393
TITLE: Extend On-demand de-serialization for Associators and ExecQuery

DESCRIPTION: Extend On-demand de-serialization for Associators and ExecQuery

Revision 1.320 / (view) - annotate - [select for diffs] , Fri Jun 26 08:06:39 2009 UTC (14 years, 11 months ago) by kavita.gupta
Branch: MAIN
Changes since 1.319: +7 -46 lines
Diff to previous 1.319
BUG#: 8543
TITLE: Moving _isVersionGreaterOrEqual() to General library

Revision 1.319 / (view) - annotate - [select for diffs] , Wed May 27 04:56:32 2009 UTC (15 years ago) by venkat.puvvada
Branch: MAIN
Changes since 1.318: +79 -84 lines
Diff to previous 1.318
BUG#: 8406
TITLE: Zero Server restart for enableIndicationService changes
DESCRIPTION: Made enableIndicationService config property dynamic by allowing IndicationService state changes using CIM_EnabledLogicalElement.RequestStateChange() method.

Revision 1.318 / (view) - annotate - [select for diffs] , Fri Apr 17 12:21:35 2009 UTC (15 years, 1 month ago) by venkat.puvvada
Branch: MAIN
Changes since 1.317: +0 -2 lines
Diff to previous 1.317
BUG#: 8474
TITLE: CimomMessages cleanup
DESCRIPTION: removed unused variables and messages.

Revision 1.317 / (view) - annotate - [select for diffs] , Thu Apr 9 04:23:32 2009 UTC (15 years, 1 month ago) by sahana.prabhakar
Branch: MAIN
Changes since 1.316: +0 -2 lines
Diff to previous 1.316
BUG#: 8444
TITLE: Remove the MessageQueue::getNextQueueId() parameter from the MessageQueue class construction.
DESCRIPTION: Removed queueId from the MessageQueue constructor,response queue id from the AsyncRequest constructor and the destination queueid from the AsyncReply constructor.

Revision 1.316 / (view) - annotate - [select for diffs] , Tue Mar 31 04:48:39 2009 UTC (15 years, 2 months ago) by kavita.gupta
Branch: MAIN
Changes since 1.315: +45 -3 lines
Diff to previous 1.315
BUG#: 4571
TITLE: Normalization interface version checking does not handle double digits

Revision 1.315 / (view) - annotate - [select for diffs] , Fri Mar 20 06:36:01 2009 UTC (15 years, 2 months ago) by sahana.prabhakar
Branch: MAIN
Changes since 1.314: +0 -9 lines
Diff to previous 1.314
BUG#: 8440
TITLE: Certain classes in OpenPegasus code can be MessageQueues instead of MessageQueueService.
DESCRIPTION: Some classes in OP have been derived from MessageQueueService when they are not using any of the asynchronous features provided by MessageQueueService. These classes have been converted to MessageQueues.

Revision 1.314 / (view) - annotate - [select for diffs] , Thu Feb 19 18:01:13 2009 UTC (15 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.313: +2 -5 lines
Diff to previous 1.313
BUG#: 8389
TITLE: Remove localOnly processing on instance operations from server parts
DESCRIPTION: Remove the localOnly parameter and processing from instance operation interfaces and logic within the CIM Server implementation.  The external behavior is not changed.

Revision 1.313 / (view) - annotate - [select for diffs] , Mon Jan 5 20:19:33 2009 UTC (15 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_9_0-RC1, RELEASE_2_9_0, RELEASE_2_9-root, HPUX_TEST
Branch point for: RELEASE_2_9-branch
Changes since 1.312: +3 -3 lines
Diff to previous 1.312
BUG#: 8298
TITLE: cimserver crashes on using cimprovider -l when enableIndicationService is set to false
DESCRIPTION: Do not call the IndicationService when it does not exist.

Revision 1.312 / (view) - annotate - [select for diffs] , Tue Dec 16 18:57:09 2008 UTC (15 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.311: +19 -19 lines
Diff to previous 1.311
BUG#: 8273
TITLE: Remove trailing space characters
DESCRIPTION: Remove meaningless whitespace.

Revision 1.311 / (view) - annotate - [select for diffs] , Tue Dec 2 09:02:17 2008 UTC (15 years, 6 months ago) by martin
Branch: MAIN
CVS Tags: RELEASE_2_9_0-FC
Changes since 1.310: +6 -6 lines
Diff to previous 1.310
BUG#: 8123
TITLE: Update copyright/license text

DESCRIPTION:

Fixing trailing spaces in copyright/license text

Revision 1.310 / (view) - annotate - [select for diffs] , Mon Dec 1 17:51:17 2008 UTC (15 years, 6 months ago) by martin
Branch: MAIN
Changes since 1.309: +27 -29 lines
Diff to previous 1.309
BUG#: 8123
TITLE: Update Coyright/License text

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.309 / (view) - annotate - [select for diffs] , Wed Nov 26 01:15:40 2008 UTC (15 years, 6 months ago) by mike
Branch: MAIN
Changes since 1.308: +9 -13 lines
Diff to previous 1.308
BUG#: 8101
TITLE: CIMRepository::getFullConstClass()

DESCRIPTION: Adds a function and usage that gets a const-class from the repository to avoid cloning.

Revision 1.308 / (view) - annotate - [select for diffs] , Wed Nov 12 17:22:37 2008 UTC (15 years, 6 months ago) by mike
Branch: MAIN
Changes since 1.307: +7 -5 lines
Diff to previous 1.307
BUG#: 8074
TITLE: Internal Binary Protocol

DESCRIPTION: Internal Binary Protocol

Revision 1.307 / (view) - annotate - [select for diffs] , Wed Nov 12 07:12:11 2008 UTC (15 years, 6 months ago) by kavita.gupta
Branch: MAIN
Changes since 1.306: +12 -17 lines
Diff to previous 1.306
BUG#: 8072
TITLE: Zero server restart for enableNormalization config property changes

Revision 1.306 / (view) - annotate - [select for diffs] , Fri Oct 24 17:27:57 2008 UTC (15 years, 7 months ago) by kumpf
Branch: MAIN
Changes since 1.305: +8 -25 lines
Diff to previous 1.305
BUG#: 8037
TITLE: Repository methods have unused ContentLanguageList parameters
DESCRIPTION: Remove the ContentLanguageList parameters.

Revision 1.305 / (view) - annotate - [select for diffs] , Fri Oct 24 05:03:22 2008 UTC (15 years, 7 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.304: +8 -6 lines
Diff to previous 1.304
BUG#: 8025
TITLE: BinaryMessageHandler is unnecessary
DESCRIPTION: remove BinaryMessageHandler and messages are enqueued into request dispatcher queue on provider thread.

Revision 1.304 / (view) - annotate - [select for diffs] , Wed Oct 22 07:11:26 2008 UTC (15 years, 7 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.303: +3 -1 lines
Diff to previous 1.303
BUG#: 8018
TITLE: Performance improvement of Tracer

DESCRIPTION: Re-work _traceComponentMask to a 64Bit mask.

Revision 1.303 / (view) - annotate - [select for diffs] , Tue Oct 21 16:11:17 2008 UTC (15 years, 7 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.302: +0 -4 lines
Diff to previous 1.302
BUG#: 8002
TITLE: message dispatch optimization in Metadispatcher
DESCRIPTION: removed unnecessary locks on processing AsyncOpNode and cleaned up AsyncOpNode class and message dispatcher routines.

Revision 1.302 / (view) - annotate - [select for diffs] , Mon Oct 20 10:01:17 2008 UTC (15 years, 7 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.301: +24 -11 lines
Diff to previous 1.301
BUG#: 8021
TITLE: NB&T Failure - cimservermain crash - TestPegClientClient
DESCRIPTION: check for service before printing queue name in trace messages.

Revision 1.301 / (view) - annotate - [select for diffs] , Fri Oct 17 05:50:02 2008 UTC (15 years, 7 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.300: +171 -399 lines
Diff to previous 1.300
BUG#: 8000
TITLE: service lookup optimization in request dispatcher
DESCRIPTION: Cleanedup unecessary functionality in DynamicroutingTable and used service-id instead of service-name to make service lookup faster.

Revision 1.300 / (view) - annotate - [select for diffs] , Tue Oct 14 16:26:00 2008 UTC (15 years, 7 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.299: +15 -21 lines
Diff to previous 1.299
BUG#: 7995
TITLE: Metadispatcher & MessageQueueService cleanup
DESCRIPTION: Removed unused functionality

Revision 1.299 / (view) - annotate - [select for diffs] , Tue Oct 14 16:15:34 2008 UTC (15 years, 7 months ago) by kumpf
Branch: MAIN
Changes since 1.298: +3 -1 lines
Diff to previous 1.298
BUG#: 7903
TITLE: PEP 311 WS-Enumeration support
DESCRIPTION: Add support for WS-Enumeration operations.

Revision 1.298 / (view) - annotate - [select for diffs] , Thu Oct 9 00:23:16 2008 UTC (15 years, 7 months ago) by ouyang.jian
Branch: MAIN
Changes since 1.297: +1 -3 lines
Diff to previous 1.297
BUG#:7937
TITLE:Some interop providers depend on PEGASUS_ENABLE_SLP

DESCRIPTION: Use PEGASUS_ENABLE_INTEROP_PROVIDER

Revision 1.297.2.1 / (view) - annotate - [select for diffs] , Tue Oct 7 18:05:57 2008 UTC (15 years, 7 months ago) by kumpf
Branch: TASK-PEP311_WSMan-branch
Changes since 1.297: +3 -1 lines
Diff to previous 1.297 to next main 1.298
PEP#: 311
TITLE: WS-Management Support in CIM Server
DESCRIPTION: Merge with the latest changes.

Revision 1.297 / (view) - annotate - [select for diffs] , Wed Sep 17 04:57:09 2008 UTC (15 years, 8 months ago) by venkat.puvvada
Branch: MAIN
CVS Tags: TASK-PEP311_WSMan-root
Branch point for: TASK-PEP311_WSMan-branch
Changes since 1.296: +3 -6 lines
Diff to previous 1.296
BUG#: 7904
TITLE: remove unused _legacy_destination variable from AsyncLegacyOperationStart class.
DESCRIPTION:

Revision 1.296.2.1 / (view) - annotate - [select for diffs] , Mon Sep 8 21:46:46 2008 UTC (15 years, 8 months ago) by kumpf
Changes since 1.296: +3 -1 lines
Diff to previous 1.296 to next main 1.297
PEP#: 311
TITLE: WS-Management Support in CIM Server
DESCRIPTION: Merge with latest changes in the main branch.

Revision 1.296 / (view) - annotate - [select for diffs] , Fri Aug 29 08:22:35 2008 UTC (15 years, 9 months ago) by marek
Branch: MAIN
Changes since 1.295: +7 -6 lines
Diff to previous 1.295
BUG#:7857
TITLE: Should use the existing PEGASUS_PROPERTYNAME_NAME for CIMName("Name")

DESCRIPTION:

Revision 1.295 / (view) - annotate - [select for diffs] , Thu Aug 28 16:24:47 2008 UTC (15 years, 9 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.294: +117 -119 lines
Diff to previous 1.294
BUG#: 7854
TITLE: PEP# 316 - Replace PEG_TRACE_STRING with PEG_TRACE

DESCRIPTION: Replace PEG_TRACE_STRING with PEG_TRACE

Revision 1.294 / (view) - annotate - [select for diffs] , Thu Aug 14 16:30:45 2008 UTC (15 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_NEVADA_PORT_v2-root, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch
Changes since 1.293: +7 -7 lines
Diff to previous 1.293
BUG#: 7830
TITLE: Logger::put_l should use MessageLoaderParms
DESCRIPTION: Use a MessageLoaderParms parameter in localizable logging calls.

Revision 1.293 / (view) - annotate - [select for diffs] , Thu Aug 7 17:04:00 2008 UTC (15 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.292: +51 -42 lines
Diff to previous 1.292
BUG#: 7779
TITLE: Variables hidden by other declarations in scope
DESCRIPTION: Use different names for variables in nested scope.

Revision 1.292.2.1 / (view) - annotate - [select for diffs] , Thu Jul 24 22:36:34 2008 UTC (15 years, 10 months ago) by dmitry.mikulin
Changes since 1.292: +3 -1 lines
Diff to previous 1.292 to next main 1.293
PEP#: 311
TITLE: WS-Management Support in CIM Server
DESCRIPTION: Support for WS-Enumeration, phase 1.

Revision 1.290.4.1 / (view) - annotate - [select for diffs] , Tue Jul 1 14:18:53 2008 UTC (15 years, 11 months ago) by mike
Branch: TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2
CVS Tags: TASK_PEP328_SOLARIS_NEVADA_PORT, TASK-PEP328_SOLARIS_NEVADA_PORT-root, TASK-PEP328_SOLARIS_NEVADA_PORT-branch
Changes since 1.290: +48 -48 lines
Diff to previous 1.290 to next main 1.291
PEP#: 328
TITLE: Solaris Porting

DESCRIPTION: Ongoing Solaris Porting

Revision 1.292 / (view) - annotate - [select for diffs] , Wed Jun 18 17:12:03 2008 UTC (15 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_8_2-RC1, RELEASE_2_8_2, RELEASE_2_8_1-RC1, RELEASE_2_8_1, RELEASE_2_8_0-RC2, RELEASE_2_8_0-RC1, RELEASE_2_8_0, RELEASE_2_8-root, RELEASE_2_8-branch
Changes since 1.291: +1 -2 lines
Diff to previous 1.291
BUG#: 7742
TITLE: Unreferenced variables
DESCRIPTION: Remove unused variable definitions.

Revision 1.291 / (view) - annotate - [select for diffs] , Wed Jun 18 11:20:54 2008 UTC (15 years, 11 months ago) by marek
Branch: MAIN
Changes since 1.290: +47 -46 lines
Diff to previous 1.290
BUG#:7721
TITLE: Trace Level checking - first block - Pegasus/Server

DESCRIPTION:

Revision 1.290 / (view) - annotate - [select for diffs] , Fri May 16 05:26:50 2008 UTC (16 years ago) by venkat.puvvada
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_IX86_CC_PORT-root, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch, RELEASE_2_8_0_BETA, RELEASE_2_8_0-FC
Branch point for: TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2
Changes since 1.289: +53 -0 lines
Diff to previous 1.289
BUG#: 7635
TITLE: PEP#323 DMTF Indications Profile (DSP1054) Implementation, stage 1.
DESCRIPTION: PEP 323 implementation.

Revision 1.289 / (view) - annotate - [select for diffs] , Mon May 12 08:22:34 2008 UTC (16 years ago) by marek
Branch: MAIN
Changes since 1.288: +11 -22 lines
Diff to previous 1.288
BUG#:7651
TITLE: PEP#315 - Improve Trc&Log - Fix TBD-7646

DESCRIPTION:

Revision 1.288 / (view) - annotate - [select for diffs] , Mon May 12 08:14:57 2008 UTC (16 years ago) by marek
Branch: MAIN
Changes since 1.287: +272 -242 lines
Diff to previous 1.287
BUG#:7645
TITLE: PEP#315 - Improve Trc&Log - Remove Logger::TRACE

DESCRIPTION:

Revision 1.287 / (view) - annotate - [select for diffs] , Fri May 2 18:02:57 2008 UTC (16 years, 1 month ago) by yi.zhou
Branch: MAIN
Changes since 1.286: +22 -0 lines
Diff to previous 1.286
BUG#: 7614
TITLE: PEP 322 Track Generated Indications Data
DESCRIPTION: Implement a mechanism to count and report the number of indications generated by a provider and for a subscription.

Revision 1.286.2.2 / (view) - annotate - [select for diffs] , Fri Apr 25 00:17:21 2008 UTC (16 years, 1 month ago) by kumpf
Changes since 1.286.2.1: +2 -2 lines
Diff to previous 1.286.2.1 to branch point 1.286 to next main 1.287
PEP#: 322
TITLE: Track Generated Indications Data
DESCRIPTION: Reorganize and fix bugs.

Revision 1.286.2.1 / (view) - annotate - [select for diffs] , Thu Apr 24 17:41:37 2008 UTC (16 years, 1 month ago) by yi.zhou
Changes since 1.286: +22 -0 lines
Diff to previous 1.286
PEP#: 322
TITLE: Track Generated Indications Data
DESCRIPTION: Initial implementation.

Revision 1.286 / (view) - annotate - [select for diffs] , Thu Apr 24 05:28:03 2008 UTC (16 years, 1 month ago) by venkat.puvvada
Branch: MAIN
Changes since 1.285: +10 -0 lines
Diff to previous 1.285
BUG#: 7484
TITLE: PEP#319 DMTF Profile Registration Profile Support in OpenPegasus.
DESCRIPTION: PEP 319 implementation.

Revision 1.285 / (view) - annotate - [select for diffs] , Mon Mar 24 15:11:28 2008 UTC (16 years, 2 months ago) by karl
Branch: MAIN
Changes since 1.284: +1 -1 lines
Diff to previous 1.284
BUG#: 7374
TITLE: PEGASUS_DISABLE_CQL definition inconsistent

DESCRIPTION: Modify to use PEGASUS_ENABLE_CQL

Revision 1.284 / (view) - annotate - [select for diffs] , Tue Mar 11 16:26:37 2008 UTC (16 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.283: +13 -19 lines
Diff to previous 1.283
BUG#: 4345
TITLE: Dispatcher should lookup control providers for property operations
DESCRIPTION: Use the comprehensive provider lookup mechanism for GetProperty and SetProperty.

Revision 1.282.2.3 / (view) - annotate - [select for diffs] , Mon Mar 10 23:33:37 2008 UTC (16 years, 2 months ago) by kumpf
Changes since 1.282.2.2: +27 -29 lines
Diff to previous 1.282.2.2 to branch point 1.282 to next main 1.283
PEP#: 311
TITLE: WS-Management Support in CIM Server
DESCRIPTION: Avoid the need for key binding type UNKNOWN.

Revision 1.283 / (view) - annotate - [select for diffs] , Mon Mar 10 05:20:08 2008 UTC (16 years, 2 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.282: +0 -10 lines
Diff to previous 1.282
BUG#: 7506
TITLE: duplicate entry in routing table for class PG_RegisetredSubProfile.
DESCRIPTION:

Revision 1.282.2.2 / (view) - annotate - [select for diffs] , Fri Mar 7 01:00:58 2008 UTC (16 years, 3 months ago) by kumpf
Changes since 1.282.2.1: +15 -50 lines
Diff to previous 1.282.2.1 to branch point 1.282
PEP#: 311
TITLE: WS-Management Support in CIM Server
DESCRIPTION: Improve algorithm for determining key binding types.

Revision 1.282.2.1 / (view) - annotate - [select for diffs] , Thu Mar 6 01:10:06 2008 UTC (16 years, 3 months ago) by kumpf
Changes since 1.282: +82 -0 lines
Diff to previous 1.282
PEP#: 311
TITLE: WS-Management Support in CIM Server
DESCRIPTION: Merge with the latest changes in the main branch.

Revision 1.281.2.1 / (view) - annotate - [select for diffs] , Mon Feb 25 23:38:59 2008 UTC (16 years, 3 months ago) by dmitry.mikulin
Changes since 1.281: +82 -0 lines
Diff to previous 1.281 to next main 1.282
PEP#: 311
TITLE: WS-Management Support in CIM Server.
DESCRIPTION: elements of SOAP encoder and writer.

Revision 1.279.2.1 / (view) - annotate - [select for diffs] , Fri Feb 22 23:13:52 2008 UTC (16 years, 3 months ago) by s.manicka
Branch: RELEASE_2_7-branch
CVS Tags: RELEASE_2_7_3-RC1, RELEASE_2_7_3, RELEASE_2_7_2-RC1, RELEASE_2_7_2, RELEASE_2_7_1-RC1, RELEASE_2_7_1
Changes since 1.279: +55 -26 lines
Diff to previous 1.279 to next main 1.280
BUG#: 7392
TITLE: Enhancements to Serverprofile implementation.

DESCRIPTION:

Revision 1.263.4.3 / (view) - annotate - [select for diffs] , Fri Feb 22 21:49:57 2008 UTC (16 years, 3 months ago) by s.manicka
Branch: RELEASE_2_6-branch
CVS Tags: RELEASE_2_6_3-RC2, RELEASE_2_6_3-RC1, RELEASE_2_6_3, RELEASE_2_6_2-RC1, RELEASE_2_6_2
Changes since 1.263.4.2: +61 -28 lines
Diff to previous 1.263.4.2 to branch point 1.263 to next main 1.264
BUG#: 7394
TITLE: Enhancements to Serverprofile implementation.

DESCRIPTION:

Revision 1.282 / (view) - annotate - [select for diffs] , Wed Feb 20 14:00:32 2008 UTC (16 years, 3 months ago) by s.manicka
Branch: MAIN
Changes since 1.281: +55 -26 lines
Diff to previous 1.281
BUG#: 7391
TITLE: Enhancements to Serverprofile implementation.

DESCRIPTION:

Revision 1.281 / (view) - annotate - [select for diffs] , Tue Jan 15 22:10:55 2008 UTC (16 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.280: +6 -2 lines
Diff to previous 1.280
BUG#: 7253
TITLE: Use buildResponse() for consistent message attribute propagation
DESCRIPTION: Build response messages directly from the associated request messages, to ensure attribute synchronization.

Revision 1.280 / (view) - annotate - [select for diffs] , Fri Jan 11 19:44:50 2008 UTC (16 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.279: +1 -6 lines
Diff to previous 1.279
BUG#: 7238
TITLE: Move thread language logic from Message to CIMMessage
DESCRIPTION: Clean up the Message class, move language logic to CIMMessage, and clean up the Thread::setLanguage logic.

Revision 1.278.2.7 / (view) - annotate - [select for diffs] , Tue Nov 13 22:02:14 2007 UTC (16 years, 6 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
CVS Tags: TASK-PEP305_VXWORKS-branch-pre-solaris-port, TASK-PEP305_VXWORKS-branch-post-solaris-port, TASK-PEP305_VXWORKS-branch-beta2, TASK-PEP305_VXWORKS-2008-10-23
Changes since 1.278.2.6: +4 -0 lines
Diff to previous 1.278.2.6 to branch point 1.278 to next main 1.279
PEP#: 305
TITLE: VxWorks Port

DESCRIPTION: Ongoing VxWorks porting.

Revision 1.278.2.6 / (view) - annotate - [select for diffs] , Mon Nov 5 18:28:14 2007 UTC (16 years, 7 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
Changes since 1.278.2.5: +19 -22 lines
Diff to previous 1.278.2.5 to branch point 1.278
PEP#: 305
TITLE: VxWorks Port

DESCRIPTION: Ongoing VxWorks porting.

Revision 1.278.2.5 / (view) - annotate - [select for diffs] , Mon Oct 22 21:17:30 2007 UTC (16 years, 7 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
Changes since 1.278.2.4: +0 -2 lines
Diff to previous 1.278.2.4 to branch point 1.278
PEP#: 305
TITLE: VxWorks Port

DESCRIPTION: Ongoing VxWorks porting.

Revision 1.278.2.4 / (view) - annotate - [select for diffs] , Wed Sep 26 22:55:49 2007 UTC (16 years, 8 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
Changes since 1.278.2.3: +1 -1 lines
Diff to previous 1.278.2.3 to branch point 1.278
PEP#: 305
TITLE: VxWorks Port

DESCRIPTION: Ongoing VxWorks porting.

Revision 1.278.2.3 / (view) - annotate - [select for diffs] , Wed Sep 26 21:12:57 2007 UTC (16 years, 8 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
Changes since 1.278.2.2: +8 -4 lines
Diff to previous 1.278.2.2 to branch point 1.278
PEP#: 305
TITLE: VxWorks Port

DESCRIPTION: Ongoing VxWorks porting.

Revision 1.278.2.2 / (view) - annotate - [select for diffs] , Wed Sep 26 20:26:30 2007 UTC (16 years, 8 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
Changes since 1.278.2.1: +30 -0 lines
Diff to previous 1.278.2.1 to branch point 1.278
PEP#: 305
TITLE: VxWorks Port

DESCRIPTION: Ongoing VxWorks porting.

Revision 1.278.2.1 / (view) - annotate - [select for diffs] , Wed Sep 12 22:56:26 2007 UTC (16 years, 8 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
Changes since 1.278: +2 -2 lines
Diff to previous 1.278
PEP#: 305
TITLE: VxWorks Porting
DESCRIPTION: Ongoing VxWorks porting

Revision 1.279 / (view) - annotate - [select for diffs] , Wed Sep 12 20:30:59 2007 UTC (16 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-BUG7146_SqlRepositoryPrototype-root, TASK-BUG7146_SqlRepositoryPrototype-merged_out_to_branch, TASK-BUG7146_SqlRepositoryPrototype-merged_out_from_trunk, TASK-BUG7146_SqlRepositoryPrototype-merged_in_to_trunk, TASK-BUG7146_SqlRepositoryPrototype-merged_in_from_branch, TASK-BUG7146_SqlRepositoryPrototype-branch, RELEASE_2_7_0-RC1, RELEASE_2_7_0, RELEASE_2_7-root
Branch point for: RELEASE_2_7-branch
Changes since 1.278: +1 -1 lines
Diff to previous 1.278
BUG#: 6915
TITLE: Use ENABLE flag instead of DISABLE flag for audit logging
DESCRIPTION: Reverse the sense of the audit logger build variable for consistency with other build variables.

Revision 1.278 / (view) - annotate - [select for diffs] , Fri Aug 17 17:09:41 2007 UTC (16 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP305_VXWORKS-root, RELEASE_2_7_0-BETA
Branch point for: TASK-PEP305_VXWORKS-branch
Changes since 1.277: +8 -4 lines
Diff to previous 1.277
BUG#: 6815
TITLE: Error in association operations when repositoryIsDefaultInstanceProvider=false
DESCRIPTION: Fix a variable scoping problem.

Revision 1.277 / (view) - annotate - [select for diffs] , Tue Aug 14 18:30:34 2007 UTC (16 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.276: +647 -1503 lines
Diff to previous 1.276
BUG#: 6802
TITLE: Incorrect and inefficient exception handling in CIMOperationRequestDispatcher
DESCRIPTION: Add general exception handling for exceptions raised during operation processing, remove unnecessary try/catch blocks, and remove cases where exceptions are caught but not handled.

Revision 1.276 / (view) - annotate - [select for diffs] , Tue Aug 14 16:16:18 2007 UTC (16 years, 9 months ago) by karl
Branch: MAIN
Changes since 1.275: +2 -2 lines
Diff to previous 1.275
BUG#: 6769
TITLE: Add environment variable to control build of interop provider

DESCRIPTION: Adds new build time environment variable to enable the
compile of the interop provider in place of the use of the slp and
perfinst environment variables

Revision 1.275 / (view) - annotate - [select for diffs] , Fri Aug 10 17:56:55 2007 UTC (16 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.274: +0 -53 lines
Diff to previous 1.274
BUG#: 6774
TITLE: Statistics code is inconsistent in accounting repository time
DESCRIPTION: Count dispatcher calls to the repository as server time rather than provider time in the statistics gathering.

Revision 1.274 / (view) - annotate - [select for diffs] , Tue Jul 31 18:13:51 2007 UTC (16 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.273: +10 -18 lines
Diff to previous 1.273
BUG#: 6720
TITLE: Remove unnecessary catch blocks
DESCRIPTION: Remove try/catch blocks where the exception is merely rethrown.

Revision 1.273 / (view) - annotate - [select for diffs] , Tue Jul 24 19:02:10 2007 UTC (16 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.272: +9 -9 lines
Diff to previous 1.272
BUG#: 6682
TITLE: Use MessageType enum instead of Uint32 for message types
DESCRIPTION: Use the strongly-typed MessageType enum for all message type variables.

Revision 1.272.2.1 / (view) - annotate - [select for diffs] , Mon Jul 16 13:55:53 2007 UTC (16 years, 10 months ago) by mark.hamzy
Branch: TASK-PEP274_dacim-branch
Changes since 1.272: +2 -2 lines
Diff to previous 1.272 to next main 1.273
BUG#: 78301
TITLE: libpegclient.so: undefined reference to removePropagatedAndOriginAttributes

DESCRIPTION:
The two functions for removePropagatedAndOriginAttributes should be marked visible.

Revision 1.272 / (view) - annotate - [select for diffs] , Wed Jun 13 07:29:26 2007 UTC (16 years, 11 months ago) by marek
Branch: MAIN
CVS Tags: TASK-PEP291_IPV6-root, TASK-PEP291_IPV6-branch, TASK-PEP274_dacim-root, TASK-PEP274_dacim-merged_out_to_branch, TASK-PEP274_dacim-merged_out_from_trunk, TASK-PEP274_dacim-merged_in_to_trunk, TASK-PEP274_dacim-merged_in_from_branch
Branch point for: TASK-PEP274_dacim-branch
Changes since 1.271: +2 -18 lines
Diff to previous 1.271
BUG#:6492
TITLE: add missing method exit trace statements

DESCRIPTION:

Revision 1.271 / (view) - annotate - [select for diffs] , Tue Jun 12 15:17:36 2007 UTC (16 years, 11 months ago) by mike
Branch: MAIN
Changes since 1.270: +17 -17 lines
Diff to previous 1.270
BUG#: 6516
TITLE: Linux warning cleanup

DESCRIPTION: Cleaned up all known Linux warnings.

Revision 1.263.4.2 / (view) - annotate - [select for diffs] , Mon Jun 11 07:16:14 2007 UTC (16 years, 11 months ago) by marek
Branch: RELEASE_2_6-branch
CVS Tags: TASK-BUG7240-root, TASK-BUG7240-branch, RELEASE_2_6_1-RC1, RELEASE_2_6_1, RELEASE_2_6-branch-clean
Changes since 1.263.4.1: +14 -0 lines
Diff to previous 1.263.4.1 to branch point 1.263
BUG#:6500
TITLE: Extend the tracing to show thread calling order (2.6)

DESCRIPTION:

Revision 1.270 / (view) - annotate - [select for diffs] , Tue Jun 5 07:16:42 2007 UTC (17 years ago) by marek
Branch: MAIN
Changes since 1.269: +14 -0 lines
Diff to previous 1.269
BUG#:6488
TITLE: Extend the tracing to show thread calling order

DESCRIPTION: Checkin "fixed patch"

Revision 1.269 / (view) - annotate - [select for diffs] , Tue Jun 5 07:13:25 2007 UTC (17 years ago) by marek
Branch: MAIN
Changes since 1.268: +0 -12 lines
Diff to previous 1.268
BUG#:6488
TITLE: Removing checkin done by Thilo

DESCRIPTION:
Removing the last checkin as it does not follow the coding guidelines.
Will apply the fixed patch (else on their own line, lines <= 80 characters in length).

Revision 1.268 / (view) - annotate - [select for diffs] , Mon Jun 4 14:24:40 2007 UTC (17 years ago) by thilo.boehm
Branch: MAIN
Changes since 1.267: +13 -1 lines
Diff to previous 1.267
BUG#: 6488
TITLE: Extend the tracing to show thread calling order

DESCRIPTION: Extending traces.

Revision 1.267 / (view) - annotate - [select for diffs] , Fri May 25 17:35:19 2007 UTC (17 years ago) by kumpf
Branch: MAIN
CVS Tags: TASK-Bug2102Final-root, TASK-Bug2102Final-merged_out_to_branch, TASK-Bug2102Final-merged_out_from_trunk, TASK-Bug2102Final-merged_in_to_trunk, TASK-Bug2102Final-merged_in_from_branch, TASK-Bug2102Final-branch
Changes since 1.266: +2 -0 lines
Diff to previous 1.266
BUG#: 6037
TITLE: PEP 286 Privilege Separation
DESCRIPTION: Implement privilege separation for the CIM Server.  This allows the CIM Server to run without privilege, using a separate small process to perform privileged operations as necessary.

Revision 1.266.2.1 / (view) - annotate - [select for diffs] , Thu May 24 00:23:54 2007 UTC (17 years ago) by kumpf
Branch: TASK-PEP286_PRIVILEGE_SEPARATION-branch
Changes since 1.266: +2 -0 lines
Diff to previous 1.266 to next main 1.267
PEP#: 286
TITLE: Privilege Separation
DESCRIPTION: Merge with latest changes.

Revision 1.266 / (view) - annotate - [select for diffs] , Tue Apr 10 17:11:02 2007 UTC (17 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP286_PRIVILEGE_SEPARATION-root
Branch point for: TASK-PEP286_PRIVILEGE_SEPARATION-branch
Changes since 1.265: +68 -89 lines
Diff to previous 1.265
BUG#: 6318
TITLE: Avoid using Formatter in trace statements
DESCRIPTION: Use the PEG_TRACE macro instead of PEG_TRACE_STRING with a Formatter-generated string value.  Also do some related clean-up.

Revision 1.263.4.1 / (view) - annotate - [select for diffs] , Wed Apr 4 10:04:52 2007 UTC (17 years, 2 months ago) by marek
Branch: RELEASE_2_6-branch
Changes since 1.263: +24 -24 lines
Diff to previous 1.263
BUG#:6300
TITLE: Performance - simplify internal Tracer interface and use the more efficent Trace macros (2.6)

DESCRIPTION:

Revision 1.265 / (view) - annotate - [select for diffs] , Tue Apr 3 17:50:59 2007 UTC (17 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.264: +4 -4 lines
Diff to previous 1.264
BUG#: 6306
TITLE: Initialization of String objects to String::EMPTY is unnecessary
DESCRIPTION: Remove redundant object initializations.

Revision 1.264.2.1 / (view) - annotate - [select for diffs] , Fri Mar 23 20:53:55 2007 UTC (17 years, 2 months ago) by kumpf
Changes since 1.264: +2 -0 lines
Diff to previous 1.264 to next main 1.265
PEP#: 286
TITLE: Privilege Separation
DESCRIPTION: Merge PEP286_PRIVILEGE_SEPARATION_BRANCH into the HEAD.

Revision 1.264 / (view) - annotate - [select for diffs] , Fri Mar 16 16:16:58 2007 UTC (17 years, 2 months ago) by marek
Branch: MAIN
Changes since 1.263: +24 -24 lines
Diff to previous 1.263
BUG#:6207
TITLE: Performance - make OpenPegasus use its more efficent Trace macros

DESCRIPTION:

Revision 1.263.2.1 / (view) - annotate - [select for diffs] , Thu Jan 11 13:39:15 2007 UTC (17 years, 4 months ago) by mike
Branch: PEP286_PRIVILEGE_SEPARATION_BRANCH
CVS Tags: PEP286_PRIVILEGE_SEPARATION_CODE_FREEZE
Changes since 1.263: +2 -0 lines
Diff to previous 1.263 to next main 1.264
PEP#: 286
TITLE: Privilege Separation

DESCRIPTION: Ongoing privilege separation work.

Revision 1.263 / (view) - annotate - [select for diffs] , Fri Nov 17 19:02:09 2006 UTC (17 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-Bug2102_RCMPIWindows-root, TASK-Bug2102_RCMPIWindows-merged_out_to_branch, TASK-Bug2102_RCMPIWindows-merged_out_from_trunk, TASK-Bug2102_RCMPIWindows-merged_in_to_trunk, TASK-Bug2102_RCMPIWindows-merged_in_from_branch, TASK-Bug2102_RCMPIWindows-branch, RELEASE_2_6_0-RC1, RELEASE_2_6_0, RELEASE_2_6-root, PEP286_PRIVILEGE_SEPARATION_ROOT, PEP286_PRIVILEGE_SEPARATION_1
Branch point for: RELEASE_2_6-branch, PEP286_PRIVILEGE_SEPARATION_BRANCH
Changes since 1.262: +2 -4 lines
Diff to previous 1.262
BUG#: 5867
TITLE: multi-line comment warning compiling CIMOperationRequestDispatcher.cpp
DESCRIPTION: Resolved a gcc compile warning.

Revision 1.262 / (view) - annotate - [select for diffs] , Tue Nov 14 18:34:59 2006 UTC (17 years, 6 months ago) by kumpf
Branch: MAIN
Changes since 1.261: +2631 -2540 lines
Diff to previous 1.261
BUG#: 5850
TITLE: Source files do not meet chksrc requirements
DESCRIPTION: Remove tab characters and author names and shorten lines that are wider than 80 characters.

Revision 1.261 / (view) - annotate - [select for diffs] , Wed Nov 1 21:51:21 2006 UTC (17 years, 7 months ago) by a.dunfey
Branch: MAIN
CVS Tags: RELEASE_2_6_0-FC
Changes since 1.260: +124 -4 lines
Diff to previous 1.260
BUG#: 5788
TITLE: PEP244 SMI-S Server Profile Implementation

DESCRIPTION:

Check in to support SMI-S v1.1 Server Profile as described in PEP 244

Revision 1.260 / (view) - annotate - [select for diffs] , Wed Oct 25 21:14:37 2006 UTC (17 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP267_SLPReregistrationSupport-merging_out_from_trunk, TASK-Bug2021_RCMPIonWindows-root, TASK-Bug2021_RCMPIonWindows-merged_out_to_branch, TASK-Bug2021_RCMPIonWindows-merged_out_from_trunk, TASK-Bug2021_RCMPIonWindows-merged_in_to_trunk, TASK-Bug2021_RCMPIonWindows-merged_in_from_branch, TASK-Bug2021_RCMPIonWindows-branch
Changes since 1.259: +11 -5 lines
Diff to previous 1.259
BUG#: 5754
TITLE: PEP 258 Include instance name in audit log messages
DESCRIPTION: Audit log messages for instance and InvokeMethod operations now contain the instance/object name rather than just the class name.

Revision 1.259 / (view) - annotate - [select for diffs] , Tue Oct 24 17:00:12 2006 UTC (17 years, 7 months ago) by kumpf
Branch: MAIN
Changes since 1.258: +310 -70 lines
Diff to previous 1.258
BUG#: 5718
TITLE: PEP 258 CIM Operation Audit Logging
DESCRIPTION: Add audit log messages for CIM operation processing.

Revision 1.258 / (view) - annotate - [select for diffs] , Wed Sep 27 19:13:24 2006 UTC (17 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-TASK-BUG4011_WinLocalConnect-branch-New-root, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_out_to_branch, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_out_from_trunk, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_in_to_trunk, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_in_from_branch, TASK-TASK-BUG4011_WinLocalConnect-branch-New-branch, TASK-PEP268_SSLClientCertificatePropagation-root, TASK-PEP268_SSLClientCertificatePropagation-merged_out_to_branch, TASK-PEP268_SSLClientCertificatePropagation-merged_out_from_trunk, TASK-PEP268_SSLClientCertificatePropagation-merged_in_to_trunk, TASK-PEP268_SSLClientCertificatePropagation-merged_in_from_branch, TASK-PEP268_SSLClientCertificatePropagation-branch, TASK-PEP267_SLPReregistrationSupport-root, TASK-PEP267_SLPReregistrationSupport-merging_out_to_branch, TASK-PEP267_SLPReregistrationSupport-merged_out_to_branch, TASK-PEP267_SLPReregistrationSupport-merged_out_from_trunk, TASK-PEP267_SLPReregistrationSupport-merged_in_to_trunk, TASK-PEP267_SLPReregistrationSupport-merged_in_from_branch, TASK-PEP267_SLPReregistrationSupport-branch, TASK-Bugs5690_3913_RemoteCMPI-root, TASK-Bugs5690_3913_RemoteCMPI-merged_out_to_branch, TASK-Bugs5690_3913_RemoteCMPI-merged_out_from_trunk, TASK-Bugs5690_3913_RemoteCMPI-merged_in_to_trunk, TASK-Bugs5690_3913_RemoteCMPI-merged_in_from_branch, TASK-Bugs5690_3913_RemoteCMPI-branch, TASK-Bug2021_RemoteCMPIonWindows-root, TASK-Bug2021_RemoteCMPIonWindows-merged_out_to_branch, TASK-Bug2021_RemoteCMPIonWindows-merged_out_from_trunk, TASK-Bug2021_RemoteCMPIonWindows-merged_in_to_trunk, TASK-Bug2021_RemoteCMPIonWindows-merged_in_from_branch, TASK-Bug2021_RemoteCMPIonWindows-branch, TASK-BUG4011_WinLocalConnect-branch-New
Changes since 1.257: +1 -4 lines
Diff to previous 1.257
BUG#: 5619
TITLE: CIMRepository enumerateInstances() semantics are unclear
DESCRIPTION: Specifically differentiate the repository enumeration interfaces that do and do not descend the class hierarchy.

Revision 1.257 / (view) - annotate - [select for diffs] , Fri Sep 15 17:15:11 2006 UTC (17 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.256: +9 -39 lines
Diff to previous 1.256
BUG#: 5569
TITLE: Race condition in _forwardForAggregationCallback
DESCRIPTION: Do not remove the AsyncRequest from the AsyncOpNode until it is determined that the last chunk of the response from a given provider has arrived.

Revision 1.256 / (view) - annotate - [select for diffs] , Wed Aug 23 18:42:20 2006 UTC (17 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.255: +439 -917 lines
Diff to previous 1.255
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.255 / (view) - annotate - [select for diffs] , Tue Aug 8 16:47:14 2006 UTC (17 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.254: +6 -6 lines
Diff to previous 1.254
BUG#: 5351
TITLE: Inconsistent interpretation of boolean type configuration values
DESCRIPTION: Use a case-insensitive interpretation for all boolean configuration values.

Revision 1.254 / (view) - annotate - [select for diffs] , Wed Jul 26 19:34:03 2006 UTC (17 years, 10 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK_BUG_5314_IPC_REFACTORING_ROOT, TASK_BUG_5314_IPC_REFACTORING_BRANCH, TASK_BUG_5314_IPC_REFACTORING-V1
Changes since 1.253: +7 -7 lines
Diff to previous 1.253
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.253 / (view) - annotate - [select for diffs] , Sun Jul 23 17:02:41 2006 UTC (17 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.252: +1 -6 lines
Diff to previous 1.252
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.252 / (view) - annotate - [select for diffs] , Fri Jul 21 17:44:09 2006 UTC (17 years, 10 months ago) by a.dunfey
Branch: MAIN
Changes since 1.251: +14 -14 lines
Diff to previous 1.251
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.251 / (view) - annotate - [select for diffs] , Fri Jul 14 19:12:50 2006 UTC (17 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.250: +1 -1 lines
Diff to previous 1.250
BUG#: 4709
TITLE: Message class has unused _key member
DESCRIPTION: Remove the _key member from the Message class.

Revision 1.245.2.4 / (view) - annotate - [select for diffs] , Mon Jun 26 20:11:20 2006 UTC (17 years, 11 months ago) by dave.sudlik
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, RELEASE_2_5_3-RC1, RELEASE_2_5_3, RELEASE_2_5_2-RC1, RELEASE_2_5_2
Changes since 1.245.2.3: +6 -7 lines
Diff to previous 1.245.2.3 to branch point 1.245 to next main 1.246
BUG#: 5180
TITLE: OperationAggregate deleted in _enqueueResponse while member mutex held

DESCRIPTION: fix committed

Revision 1.250 / (view) - annotate - [select for diffs] , Fri Jun 23 16:50:37 2006 UTC (17 years, 11 months ago) by a.dunfey
Branch: MAIN
CVS Tags: TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT, TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Changes since 1.249: +6 -7 lines
Diff to previous 1.249
BUG#: 5176
TITLE: OperationAggregate deleted in _enqueueResponse while member mutex held

DESCRIPTION:

Remove the delete operation from the _enqueueResponse() method and perform that operation instead in the _forwardForAggregationCallback() method that calls _enqueueResponse().

Revision 1.245.2.3 / (view) - annotate - [select for diffs] , Wed Jun 21 19:50:02 2006 UTC (17 years, 11 months ago) by dave.sudlik
Branch: RELEASE_2_5-branch
Changes since 1.245.2.2: +12 -1 lines
Diff to previous 1.245.2.2 to branch point 1.245
BUG#: 4629
TITLE: Pegasus freezes when it is unable to send out completely, the results of
a request

DESCRIPTION: Committing fix, new OperationAggregate mutex for _enqueueResponse

Revision 1.249 / (view) - annotate - [select for diffs] , Tue Jun 20 23:54:33 2006 UTC (17 years, 11 months ago) by dave.sudlik
Branch: MAIN
Changes since 1.248: +12 -1 lines
Diff to previous 1.248
BUG#: 5157
TITLE: Pegasus freezes when it is unable to send out completely, the results of a request

DESCRIPTION: committing fix, new OperationAggregate mutex for _enqueueResponse

Revision 1.248 / (view) - annotate - [select for diffs] , Tue Apr 18 18:08:45 2006 UTC (18 years, 1 month 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, 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.247: +2 -10 lines
Diff to previous 1.247
BUG#: 2991
TITLE: Remove unneeded checks for NULL before delete/free
DESCRIPTION: Removed checks for non-zero pointers before 'delete' calls.

Revision 1.245.2.2 / (view) - annotate - [select for diffs] , Wed Apr 5 18:15:41 2006 UTC (18 years, 2 months ago) by kumpf
Branch: RELEASE_2_5-branch
Changes since 1.245.2.1: +1 -0 lines
Diff to previous 1.245.2.1 to branch point 1.245
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.247 / (view) - annotate - [select for diffs] , Tue Apr 4 16:16:56 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.246: +1 -0 lines
Diff to previous 1.246
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.245.2.1 / (view) - annotate - [select for diffs] , Tue Mar 14 22:12:21 2006 UTC (18 years, 2 months ago) by jim.wunderlich
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_1
Changes since 1.245: +1 -1 lines
Diff to previous 1.245
BUG#: 4886
TITLE: Statistics End Provider time is not set for CreateClass operations

DESCRIPTION: Do a STAT_PROVIDEREND rathr than a STAT_PROVIDERSTART
   after the operation.

Revision 1.242.2.4 / (view) - annotate - [select for diffs] , Mon Mar 13 15:34:14 2006 UTC (18 years, 2 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.242.2.3: +1 -1 lines
Diff to previous 1.242.2.3 to branch point 1.242 to next main 1.243
PEP#: 233
TITLE: Merge EmbeddedInstance branch with trunk

DESCRIPTION:

Merge EmbeddedInstance branch with trunk

Revision 1.246 / (view) - annotate - [select for diffs] , Fri Mar 10 20:40:21 2006 UTC (18 years, 2 months ago) by jim.wunderlich
Branch: MAIN
CVS Tags: TASK_PEP233_EmbeddedInstSupport-merge_out_trunk
Changes since 1.245: +1 -1 lines
Diff to previous 1.245
BUG#: 4885
TITLE: Statistics End Provider time is not set for CreateClass operations

DESCRIPTION: Do a STAT_PROVIDEREND rathr than a STAT_PROVIDERSTART
   after te operation.

Revision 1.242.2.3 / (view) - annotate - [select for diffs] , Fri Mar 10 14:30:43 2006 UTC (18 years, 2 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.242.2.2: +0 -58 lines
Diff to previous 1.242.2.2 to branch point 1.242
PEP#: 233
TITLE: Updates to Embedded Instance branch

DESCRIPTION:

1. Merge with trunk
2. Fix Linux issues
3. Remove unnecessary NormalizerContextContainer class

Revision 1.242.2.2 / (view) - annotate - [select for diffs] , Fri Feb 10 16:14:20 2006 UTC (18 years, 3 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.242.2.1: +56 -7 lines
Diff to previous 1.242.2.1 to branch point 1.242
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.245 / (view) - annotate - [select for diffs] , Mon Jan 30 16:18:31 2006 UTC (18 years, 4 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.244: +4 -2 lines
Diff to previous 1.244
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.244 / (view) - annotate - [select for diffs] , Wed Jan 18 22:37:30 2006 UTC (18 years, 4 months ago) by dave.sudlik
Branch: MAIN
Changes since 1.243: +1 -0 lines
Diff to previous 1.243
BUG#: 4670
TITLE: Missing AcceptLanguageListContainer causes exception resulting in hang

DESCRIPTION: committing additional cleanup

Revision 1.242.4.2 / (view) - annotate - [select for diffs] , Wed Jan 18 17:38:04 2006 UTC (18 years, 4 months ago) by a.dunfey
Branch: PEP244_ServerProfile-branch
Changes since 1.242.4.1: +2 -2 lines
Diff to previous 1.242.4.1 to branch point 1.242 to next main 1.243
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.243 / (view) - annotate - [select for diffs] , Tue Jan 10 19:41:21 2006 UTC (18 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.242: +2 -2 lines
Diff to previous 1.242
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.242.4.1 / (view) - annotate - [select for diffs] , Tue Jan 10 18:34:05 2006 UTC (18 years, 4 months ago) by a.dunfey
Branch: PEP244_ServerProfile-branch
Changes since 1.242: +116 -6 lines
Diff to previous 1.242
PEP#: 244
TITLE: Server Profile Implementation

DESCRIPTION:

Initial checkin to non-release branch for testing the modifications required for native Server Profile support in Pegasus. It includes a significant amount of code cleanup (although I'm sure there is still more to do) as well as support for the classes in the Server Profile that were previously supported by creating static instances in the repository. There is still work to do in a number of areas and a few open issues, but this should serve as a reasonable base for completing a fully compliant SMI-S Server Profile implementation.

Revision 1.242.2.1 / (view) - annotate - [select for diffs] , Fri Dec 30 22:01:03 2005 UTC (18 years, 5 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.242: +12 -0 lines
Diff to previous 1.242
PEP#: 233
TITLE: Embedded Instance Support

DESCRIPTION:

Extend pegasus functionality to natively support Embedded Instance properties and parameters as specified in PEP 233. The support will be enabled with the standard build, but can be disabled by defining the environment variable PEGASUS_DISABLE_EMBEDDED_INSTANCES.

Revision 1.242 / (view) - annotate - [select for diffs] , Wed Dec 14 20:25:33 2005 UTC (18 years, 5 months ago) by chip
Branch: MAIN
CVS Tags: STABLE, PEP244_ServerProfile-root, PEP233_EmbeddedInstSupport-root
Branch point for: PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-branch
Changes since 1.241: +3 -3 lines
Diff to previous 1.241
BUG#: 4587
TITLE: Dispatcher does not check for provider normalization.

DESCRIPTION: submit approved fix.

Revision 1.241 / (view) - annotate - [select for diffs] , Wed Nov 30 20:59:16 2005 UTC (18 years, 6 months ago) by chip
Branch: MAIN
Changes since 1.240: +70 -29 lines
Diff to previous 1.240
BUG#: 2962
TITLE: Normalization should only apply to 2.5 providers

DESCRIPTION: Commit proposed fix.

Revision 1.240 / (view) - annotate - [select for diffs] , Tue Nov 29 23:12:59 2005 UTC (18 years, 6 months ago) by mike
Branch: MAIN
Changes since 1.239: +167 -125 lines
Diff to previous 1.239
BUG#: 4518
TITLE: Apply PEGASUS_LOGGER_TRACE() macro

DESCRIPTION: Applied PEGASUS_LOGGER_TRACE() macro in several places to reduce overhead of creating MessageLoadParms objects for Logger::put().

Revision 1.239 / (view) - annotate - [select for diffs] , Tue Nov 22 21:07:15 2005 UTC (18 years, 6 months ago) by mike
Branch: MAIN
CVS Tags: BUG_4225_PERFORMANCE_VERSION_1_DONE
Changes since 1.238: +4 -4 lines
Diff to previous 1.238
BUG#: 4506
TITLE: Tracing/Logging performance

DESCRIPTION: Removed gratuitous construction of temporary string object assocition with tracing and logging.

Revision 1.238 / (view) - annotate - [select for diffs] , Mon Oct 24 18:35:29 2005 UTC (18 years, 7 months ago) by mike
Branch: MAIN
Changes since 1.237: +3 -3 lines
Diff to previous 1.237
BUG#: 4250
TITLE: AtomicInt Performance

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

Revision 1.237.6.2 / (view) - annotate - [select for diffs] , Fri Oct 21 16:34:43 2005 UTC (18 years, 7 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch
Changes since 1.237.6.1: +2 -2 lines
Diff to previous 1.237.6.1 to branch point 1.237 to next main 1.238
BUG#: 4250
TITLE: AtomicInt Performance

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

Revision 1.237.6.1 / (view) - annotate - [select for diffs] , Mon Oct 17 20:12:59 2005 UTC (18 years, 7 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch
Changes since 1.237: +2 -2 lines
Diff to previous 1.237
BUG#: 4250
TITLE: AtomicInt Optimizations.

DESCRIPTION: Plugged in new AtomicInt class.

Revision 1.237 / (view) - annotate - [select for diffs] , Fri Aug 12 19:57:44 2005 UTC (18 years, 9 months ago) by kumpf
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.236: +234 -71 lines
Diff to previous 1.236
BUG#: 3183
TITLE: Error during Association Providers do not pass thru to calling client
DESCRIPTION: Update the processing of the associator operations to correctly handle repositoryIsDefaultInstanceProvider=false.

Revision 1.236 / (view) - annotate - [select for diffs] , Fri Aug 12 17:37:59 2005 UTC (18 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.235: +14 -5 lines
Diff to previous 1.235
BUG#: 3969
TITLE: Chunking logs a warning on CIMOMHandle calls
DESCRIPTION: Change the log message from WARNING to TRACE.  Add a DiscardedData trace statement as well.

Revision 1.235 / (view) - annotate - [select for diffs] , Mon Jul 25 23:06:18 2005 UTC (18 years, 10 months ago) by j.alex
Branch: MAIN
Changes since 1.234: +8 -8 lines
Diff to previous 1.234
BUG#: 2290
TITLE: pegasus should honor HTTP header  'Connection: Close'


DESCRIPTION:
  Modified code for both the Server and the Client to
  handle a "Connection: Close" header.

Revision 1.234 / (view) - annotate - [select for diffs] , Fri Jul 1 17:30:53 2005 UTC (18 years, 11 months ago) by a.dunfey
Branch: MAIN
Changes since 1.233: +27 -1 lines
Diff to previous 1.233
BUG#: 3183
TITLE: Backwards-compatible handling of CIM_ERR_NOT_SUPPORTED

DESCRIPTION:

Modified the OperationAggregate::resequenceResponse() method to keep a count of the NOT_SUPPORTED exception responses received and to clear the exceptions except in the case of the final response. For the final response, it checks to see if all of the previous responses have been NOT_SUPPORTED exceptions, and if that's the case, then it allows the NOT_SUPPORTED response to continue on to the HTTP layer where a client will receive it. Otherwise, if any other error types or any data was received, then the last NOT_SUPPORTED response is cleared as well.  This behavior is consistent with 2.4.1.

Revision 1.233 / (view) - annotate - [select for diffs] , Tue Jun 7 15:57:34 2005 UTC (18 years, 11 months ago) by karl
Branch: MAIN
Changes since 1.232: +121 -110 lines
Diff to previous 1.232
BUG#: 3556
TITLE: INteropProvider does not support create instance of CIMNamespace

DESCRIPTION: Added CIMNamespace ONLY for creates.

Revision 1.232 / (view) - annotate - [select for diffs] , Mon Jun 6 20:30:55 2005 UTC (19 years ago) by yi.zhou
Branch: MAIN
Changes since 1.231: +128 -0 lines
Diff to previous 1.231
BUG#: 3741
TITLE: Invalid role parameters are not detected.

DESCRIPTION: Validated whether role or resultRole parameters contain valid CIM Names. Also, added test cases to validate these parameters.

Revision 1.231 / (view) - annotate - [select for diffs] , Tue May 24 19:24:26 2005 UTC (19 years ago) by a.dunfey
Branch: MAIN
Changes since 1.230: +34 -1 lines
Diff to previous 1.230
BUG#: 2355
TITLE: Server does not ignore PROPAGATED attributes during Create/ModifyClass and Instance

DESCRIPTION:

Remove the PROPAGATED and CLASSORIGIN attributes in the OperationRequestDispatcher, then set the proper values in the resolve() methods for CIMClassRep and CIMInstanceRep.

Revision 1.230 / (view) - annotate - [select for diffs] , Mon May 16 19:00:49 2005 UTC (19 years ago) by konrad.r
Branch: MAIN
Changes since 1.229: +0 -1 lines
Diff to previous 1.229
BUG#: 2683
TITLE: Memory leak in CIMServer during shutdown

DESCRIPTION:

Revision 1.229 / (view) - annotate - [select for diffs] , Fri May 13 19:57:37 2005 UTC (19 years ago) by david.dillard
Branch: MAIN
CVS Tags: PEG25_IBM_5_16_05
Changes since 1.228: +71 -71 lines
Diff to previous 1.228
BUG#: 2182
TITLE: Removed non-empty exception specifications.

DESCRIPTION: Also, changed the various catch's to catch const references instead of non-const references.

Revision 1.228 / (view) - annotate - [select for diffs] , Tue May 10 17:16:09 2005 UTC (19 years ago) by kumpf
Branch: MAIN
Changes since 1.227: +35 -256 lines
Diff to previous 1.227
BUG#: 3485
TITLE: Incorrect propertyList handling in CIMOperationRequestDispatcher.
DESCRIPTION: Removed the localOnly processing in propertyList generation.  Also disabled an incorrect test case in TestInterop.

Revision 1.227 / (view) - annotate - [select for diffs] , Sat Apr 23 12:07:03 2005 UTC (19 years, 1 month ago) by david.dillard
Branch: MAIN
Changes since 1.226: +6 -4 lines
Diff to previous 1.226
BUG#: 3363
TITLE: Minor improvements to exception handling.

DESCRIPTION: While I was searching for exception issues I found that the exceptions here weren't caught const so I went ahead and changed that.

Revision 1.226 / (view) - annotate - [select for diffs] , Fri Apr 22 21:01:43 2005 UTC (19 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.225: +1147 -1145 lines
Diff to previous 1.225
BUG#: 3369
TITLE: Problem with rethrowing of exceptions
DESCRIPTION: Rethrow exceptions correctly.

Revision 1.225 / (view) - annotate - [select for diffs] , Fri Apr 1 21:47:14 2005 UTC (19 years, 2 months ago) by brian.campbell
Branch: MAIN
Changes since 1.224: +21 -1 lines
Diff to previous 1.224
BUG#:3214
TITLE:enumerateInstanceNames not working through CIMOMHandle

DESCRIPTION: see bug solution

Revision 1.224 / (view) - annotate - [select for diffs] , Thu Mar 24 15:29:04 2005 UTC (19 years, 2 months ago) by konrad.r
Branch: MAIN
Changes since 1.223: +11 -4 lines
Diff to previous 1.223
BUG#: 2469
TITLE: CIMServer crashes when an ExecQuery with an empty or invalid QueryLanaguage tag

DESCRIPTION:

Revision 1.223 / (view) - annotate - [select for diffs] , Thu Mar 17 14:31:43 2005 UTC (19 years, 2 months ago) by carson.hovey
Branch: MAIN
Changes since 1.222: +2 -2 lines
Diff to previous 1.222
BUG#: 3078
TITLE: cimserver: Multiply defined symbols when linking on VMS

DESCRIPTION: Change routines to static: _showPropertyList, _toStringPropertyList

Revision 1.222 / (view) - annotate - [select for diffs] , Wed Mar 16 19:15:42 2005 UTC (19 years, 2 months ago) by chip
Branch: MAIN
Changes since 1.221: +1 -15 lines
Diff to previous 1.221
BUG#: 3074
TITLE: CIMOperationRequestDispatcher nested comment compile warning on VMS

DESCRIPTION: Remove commented section of code.

Revision 1.221 / (view) - annotate - [select for diffs] , Wed Mar 16 18:26:24 2005 UTC (19 years, 2 months ago) by carson.hovey
Branch: MAIN
Changes since 1.220: +2 -2 lines
Diff to previous 1.220
BUG#: 3074
TITLE: CIMOperationRequestDispatcher.cpp - compile warning on VMS

DESCRIPTION: Fix nested comment warning on VMS build

Revision 1.220 / (view) - annotate - [select for diffs] , Wed Mar 16 02:56:40 2005 UTC (19 years, 2 months ago) by chip
Branch: MAIN
Changes since 1.219: +12 -19 lines
Diff to previous 1.219
BUG#: 2962
TITLE: Normalization should only apply to 2.5 providers

DESCRIPTION: Remove interface version checking until the symantics for
interface type and version are defined.

Revision 1.219 / (view) - annotate - [select for diffs] , Wed Mar 16 00:35:28 2005 UTC (19 years, 2 months ago) by chip
Branch: MAIN
Changes since 1.218: +180 -171 lines
Diff to previous 1.218
BUG#: 3061
TITLE: Normalization should only apply to 2.5 providers

DESCRIPTION: Updated Dispatcher's ProviderInfo class to include normalization member.
Also, updated instance provider lookups to use ProviderInfo and minor clean-up. Tested
on Windows. Will test on Linux shortly.

Revision 1.218 / (view) - annotate - [select for diffs] , Mon Mar 14 21:31:41 2005 UTC (19 years, 2 months ago) by chip
Branch: MAIN
Changes since 1.217: +0 -14 lines
Diff to previous 1.217
BUG#: 2609
TITLE: Normalization should only apply to 2.5 providers

DESCRIPTION: Remove couts left in for debugging.

Revision 1.217 / (view) - annotate - [select for diffs] , Mon Mar 14 20:24:21 2005 UTC (19 years, 2 months ago) by chip
Branch: MAIN
Changes since 1.216: +964 -669 lines
Diff to previous 1.216
BUG#: 2609
TITLE: Normalization should only apply to 2.5 providers

DESCRIPTION: Updated Dispatcher to check module normalization status
during provider lookup.

Revision 1.216 / (view) - annotate - [select for diffs] , Sat Mar 12 20:40:17 2005 UTC (19 years, 2 months ago) by chip
Branch: MAIN
Changes since 1.215: +17 -5 lines
Diff to previous 1.215
BUG#: 2962
TITLE: Normalization should only apply to 2.5 providers

DESCRIPTION: Set _excludeModulesFromNormalization variable
if _enableNormalization = true.

Revision 1.215 / (view) - annotate - [select for diffs] , Sat Mar 12 12:17:31 2005 UTC (19 years, 2 months ago) by karl
Branch: MAIN
Changes since 1.214: +3 -4 lines
Diff to previous 1.214
BUG#: 2258
TITLE: Handling of propertylists is broken

DESCRIPTION: Corrected logic on decision to add property list to
request message.  Note that automated tests have been added to
Interop Provider and a new provider to test this and other operation
parameters.

Revision 1.214 / (view) - annotate - [select for diffs] , Wed Mar 9 19:54:37 2005 UTC (19 years, 2 months ago) by karl
Branch: MAIN
Changes since 1.213: +56 -49 lines
Diff to previous 1.213
BUG#: 2258
TITLE: PropertyList empty sent to provider

DESCRIPTION: Correct conditions underwhich the property list is sent.

Revision 1.213 / (view) - annotate - [select for diffs] , Fri Mar 4 23:32:58 2005 UTC (19 years, 3 months ago) by yi.zhou
Branch: MAIN
Changes since 1.212: +0 -4 lines
Diff to previous 1.212
BUG#: 2917
TITLE: System Log Handler and Email Handler only can be enabled for HPUX

DESCRIPTION: Removed the platform checking condition. The System Log Handler is enabled if flag PEGASUS_ENABLE_SYSTEM_LOG_HANDLER is set and the Email Handler is enabled if flag PEGASUS_ENABLE_EMAIL_HANDLER is set.

Revision 1.212 / (view) - annotate - [select for diffs] , Tue Mar 1 20:58:16 2005 UTC (19 years, 3 months ago) by chip
Branch: MAIN
Changes since 1.211: +1 -1 lines
Diff to previous 1.211
BUG#: 2892
TITLE: enableNormalization config option not set by default

DESCRIPTION: Fix string comparison that sets _enableNormalization.

Revision 1.211 / (view) - annotate - [select for diffs] , Sun Feb 27 18:30:03 2005 UTC (19 years, 3 months ago) by yi.zhou
Branch: MAIN
CVS Tags: PEP214ROOT, PEP214BRANCH, PEP-214B-root
Changes since 1.210: +11 -0 lines
Diff to previous 1.210
PEP#: 207
TITLE: Email Indication Handler

DESCRIPTION: Added functionality to support Email Indication Handler.

Revision 1.187.2.4 / (view) - annotate - [select for diffs] , Mon Feb 21 08:01:57 2005 UTC (19 years, 3 months ago) by a.arora
Branch: RELEASE_2_4-branch
CVS Tags: RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1, IBM_241_April1405
Changes since 1.187.2.3: +6 -2 lines
Diff to previous 1.187.2.3 to branch point 1.187 to next main 1.188
BUG#: 1716
TITLE: Error during Association Providers do not pass thru to calling client

DESCRIPTION: Fixed as suggested.

Revision 1.187.2.3 / (view) - annotate - [select for diffs] , Fri Feb 18 01:11:17 2005 UTC (19 years, 3 months ago) by w.otsuka
Branch: RELEASE_2_4-branch
Changes since 1.187.2.2: +5 -0 lines
Diff to previous 1.187.2.2 to branch point 1.187
BUG#: 2771
TITLE: Need an option to disable ExecQuery support

DESCRIPTION: Port of bug 2700 to 2.4.

Revision 1.187.2.2 / (view) - annotate - [select for diffs] , Thu Feb 17 22:40:20 2005 UTC (19 years, 3 months ago) by w.otsuka
Branch: RELEASE_2_4-branch
Changes since 1.187.2.1: +27 -7 lines
Diff to previous 1.187.2.1 to branch point 1.187
BUG#: 2766
TITLE:   Rename compile flag PEGASUS_ARCHITECTURE_IA64 to PEGASUS_POINTER_64BIT

DESCRIPTION: Port of bug 2686 to 2.4.

Revision 1.187.2.1 / (view) - annotate - [select for diffs] , Wed Feb 16 23:51:24 2005 UTC (19 years, 3 months ago) by w.otsuka
Branch: RELEASE_2_4-branch
Changes since 1.187: +2 -2 lines
Diff to previous 1.187
BUG#: 2761
TITLE:   Fix Linux Compiler Warnings

DESCRIPTION: This is a port of Bug 2594 from 2.5 to the 2.4 branch.

Revision 1.210 / (view) - annotate - [select for diffs] , Tue Feb 15 22:04:19 2005 UTC (19 years, 3 months ago) by w.otsuka
Branch: MAIN
CVS Tags: PEP214-root, PEP214-branch
Changes since 1.209: +4 -4 lines
Diff to previous 1.209
BUG#: 2686
TITLE:  Rename compile flag PEGASUS_ARCHITECTURE_IA64 to PEGASUS_POINTER_64BIT

DESCRIPTION: Renamed PEGASUS_ARCHITECTURE_64BIT to PEGASUS_POINTER_64BIT.

Revision 1.209 / (view) - annotate - [select for diffs] , Tue Feb 15 19:56:44 2005 UTC (19 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.208: +5 -0 lines
Diff to previous 1.208
BUG#: 2700
TITLE: Need an option to disable ExecQuery support

DESCRIPTION: Set the default to NotSupported for ExecQuery operations.

Revision 1.208 / (view) - annotate - [select for diffs] , Mon Feb 14 21:15:37 2005 UTC (19 years, 3 months ago) by yi.zhou
Branch: MAIN
Changes since 1.207: +19 -0 lines
Diff to previous 1.207
PEP#: 206
TITLE: System Log Indication Handler

DESCRIPTION: Added functionality to support System Log Indication Handler. Created a new IndicationFormatter class to validate the specified indication TextFormat and construct a human readable indication text message. Created a new SystemLogListenerDestination class to support new PG_ListenerDestinationSystemLog class. Updated Indication Service to support PG_ListenerDestinationSystemLog class and CIM_FormattedIndicationSubscription class. And Updated IndicationHandler Service to support PG_ListenerDestinationSystemLog class.

Revision 1.207 / (view) - annotate - [select for diffs] , Fri Feb 11 17:12:42 2005 UTC (19 years, 3 months ago) by chip
Branch: MAIN
Changes since 1.206: +173 -85 lines
Diff to previous 1.206
PEP#: 211
TITLE: Object Normalization enhancements

DESCRIPTION: Added creation of CachedClassDefinitionContainer if normalization
is compiled in a enabled. Updated EnumerateInstanceNames to use the same
getClass() logic as EnumerateInstances. Minor cleanup.

Revision 1.206 / (view) - annotate - [select for diffs] , Wed Feb 9 19:37:34 2005 UTC (19 years, 3 months ago) by jenny.yu
Branch: MAIN
Changes since 1.205: +22 -4 lines
Diff to previous 1.205
BUG#: 2686
TITLE:  Rename compile flag PEGASUS_ARCHITECTURE_IA64 to PEGASUS_ARCHITECTURE_64BIT

DESCRIPTION: Renamed the compile flag and fixed compiler warnings.

Revision 1.205 / (view) - annotate - [select for diffs] , Sat Feb 5 23:45:21 2005 UTC (19 years, 3 months ago) by karl
Branch: MAIN
CVS Tags: PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH
Changes since 1.204: +16 -25 lines
Diff to previous 1.204
BUG#: 2237
TITLE: Associations return not supported

DESCRIPTION: Protocol adapter class removed from routing and provider.

Revision 1.204 / (view) - annotate - [select for diffs] , Sat Feb 5 23:00:48 2005 UTC (19 years, 3 months ago) by karl
Branch: MAIN
Changes since 1.203: +4 -2 lines
Diff to previous 1.203
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.203 / (view) - annotate - [select for diffs] , Fri Jan 28 01:21:59 2005 UTC (19 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate
Changes since 1.202: +2 -2 lines
Diff to previous 1.202
BUG#: 2609
TITLE: Change PERFINST statistics compile option from normally off to normally on

DESCRIPTION: This changes the env variable used to control this compile option and
changes it from normally off tonormally on.  The old variable was PEGASUS_HAS_PERFINST.
The new one is PEGASUS_DISABLE_PERFINST.  If you do not set the PEGASUS_DISABLE_PERFINST
the statistics will be enabled.   Note there was a special flag in PLATFOMR_OS400 to
disable statistics and we left that for the moment.

Revision 1.202.2.1 / (view) - annotate - [select for diffs] , Wed Jan 26 16:18:39 2005 UTC (19 years, 4 months ago) by karl
Branch: SLPPERFINST-branch
Changes since 1.202: +2 -2 lines
Diff to previous 1.202 to next main 1.203
BUG#: 2609
TITLE: Change PERFINST from normally off to normally ON (in branch for today)

DESCRIPTION: This changes the flag controlling the operation statistics from normally
off to normally.  WARNING: If you want to disable this funciton in the future, use the
flag PEGASUS_DISABLE_PERFINST rather than the PEGASUS_HAS_PERFINST to enable the function

Revision 1.202 / (view) - annotate - [select for diffs] , Wed Jan 19 18:26:52 2005 UTC (19 years, 4 months ago) by chip
Branch: MAIN
CVS Tags: SLPPERFINST-root
Branch point for: SLPPERFINST-branch
Changes since 1.201: +14 -92 lines
Diff to previous 1.201
PEP#: 211
TITLE: ObjectNormalizer enhancements

DESCRIPTION: This is part of the first phase of the PEP 211 enhancements.
This step includes disabling the current normalizer to reduce the imapct to
others, an updated ObjectNormalizer and tests, and the ResponseHandler
modifications.

Revision 1.201 / (view) - annotate - [select for diffs] , Thu Jan 13 19:34:08 2005 UTC (19 years, 4 months ago) by brian.campbell
Branch: MAIN
Changes since 1.200: +123 -86 lines
Diff to previous 1.200
BUG#: 2517
TITLE: CIMOM does not set host and namespace information in the CIM Objects returned by an association provider

DESCRIPTION:
regression when chunking code initially placed in 2.5.
see bug for problem/solution explanantion

Revision 1.200 / (view) - annotate - [select for diffs] , Mon Dec 27 20:30:45 2004 UTC (19 years, 5 months ago) by brian.campbell
Branch: MAIN
Changes since 1.199: +1 -1 lines
Diff to previous 1.199
BUG#: 2431
TITLE: Error in propertyList handling for enumerateInstances

DESCRIPTION: This was actually fixed in version 1.185, but I managed to leave
it out (inadvertently) when I checked in the many changes in version 1.188

Revision 1.199 / (view) - annotate - [select for diffs] , Thu Dec 23 12:07:38 2004 UTC (19 years, 5 months ago) by a.arora
Branch: MAIN
Changes since 1.198: +12 -0 lines
Diff to previous 1.198
PEP#: 193
TITLE: CQL Query Capabilities Provider
DESCRIPTION:  Added support for the Query Capabilties provider.

Revision 1.198 / (view) - annotate - [select for diffs] , Thu Dec 16 01:02:21 2004 UTC (19 years, 5 months ago) by r.kieninger
Branch: MAIN
Changes since 1.197: +1 -1 lines
Diff to previous 1.197
BUG#: 2395
TITLE: Porting changes to z/OS for Remote CMPI

DESCRIPTION: Fixed cut'n paste error from previous checkin

Revision 1.197 / (view) - annotate - [select for diffs] , Thu Dec 16 00:26:47 2004 UTC (19 years, 5 months ago) by r.kieninger
Branch: MAIN
Changes since 1.196: +86 -57 lines
Diff to previous 1.196
BUG#: 2395
TITLE: Porting changes to z/OS for Remote CMPI

DESCRIPTION: A couple of updates required to enable Remote CMPI for z/OS.

Revision 1.196 / (view) - annotate - [select for diffs] , Thu Dec 9 21:49:51 2004 UTC (19 years, 5 months ago) by brian.campbell
Branch: MAIN
Changes since 1.195: +1 -59 lines
Diff to previous 1.195
BUG#: 2231
TITLE: Globalization test fails

DESCRIPTION: now fixed for 2.5 with the blessing of chuck carmack

Revision 1.195 / (view) - annotate - [select for diffs] , Wed Dec 8 00:37:41 2004 UTC (19 years, 5 months ago) by h.sterling
Branch: MAIN
Changes since 1.194: +2 -0 lines
Diff to previous 1.194
PEP#: 187
TITLE: SSL cert Mgmt Enhancements
USER: Heather Sterling
MAIL: hsterl@us.ibm.com

DESCRIPTION

Put PEGASUS_HAS_SSL around certprovider code

Revision 1.194 / (view) - annotate - [select for diffs] , Tue Dec 7 22:45:04 2004 UTC (19 years, 5 months ago) by h.sterling
Branch: MAIN
Changes since 1.193: +20 -0 lines
Diff to previous 1.193
PEP#: 187
TITLE: SSL cert Mgmt Enhancements
USER: Heather Sterling
MAIL: hsterl@us.ibm.com

DESCRIPTION

Check in bulk of code, including Schema, CertificateProvider and changes to Common, Config, and Server files.

Revision 1.193 / (view) - annotate - [select for diffs] , Mon Dec 6 13:10:26 2004 UTC (19 years, 6 months ago) by w.white
Branch: MAIN
Changes since 1.192: +6 -3 lines
Diff to previous 1.192
BUG#: 2257

TITLE:post start tests fail in interop provider for PEGASUS_HAS_PERFINST

DESCRIPTION: two files had to be changed

Revision 1.192 / (view) - annotate - [select for diffs] , Mon Nov 29 19:48:36 2004 UTC (19 years, 6 months ago) by brian.campbell
Branch: MAIN
CVS Tags: PEP213_SIZE_OPTIMIZATIONS
Changes since 1.191: +3 -6 lines
Diff to previous 1.191
BUG#: 2284
TITLE: wbemexec timeout when running standardtests
DESCRIPTION:

clients time out when running GetProperty or SetProperty if server is compiled
with PEGASUS_HAS_PERFINST. See bug description.

Revision 1.191 / (view) - annotate - [select for diffs] , Thu Nov 18 16:22:32 2004 UTC (19 years, 6 months ago) by a.dunfey
Branch: MAIN
Changes since 1.190: +3 -5 lines
Diff to previous 1.190
BUG#: 2242
TITLE: Uninstrumented method should return CIM_ERR_METHOD_NOT_AVAILABLE

DESCRIPTION:

Changed CIMOperationRequestDispatcher.cpp to return CIM_ERR_METHOD_NOT_AVAILABLE for a bad method name, and changed the expected response in the test that generates this error.

Revision 1.190 / (view) - annotate - [select for diffs] , Wed Nov 10 14:18:52 2004 UTC (19 years, 6 months ago) by brian.campbell
Branch: MAIN
CVS Tags: CHUNKTESTDONE_PEP140
Changes since 1.189: +238 -500 lines
Diff to previous 1.189
BUG#: 2251
TITLE: too many threads generated
DESCRIPTION: fixed as described in bug. also fixes 2256 which is more or less a duplicate

Revision 1.189 / (view) - annotate - [select for diffs] , Thu Oct 28 12:35:10 2004 UTC (19 years, 7 months ago) by brian.campbell
Branch: MAIN
Changes since 1.188: +6505 -6505 lines
Diff to previous 1.188
BUG#: 2242
TITLE: GoodCIMObjectValueEncoding01 test fails

DESCRIPTION: inadvertently left in a temporary error code (CIM_ERR_METHOD_NOT_AVAILABLE) while testing in an EMC environment. This was meant to be removed on checkin. Also removed those pesky carriage returns that snuck in on the last checkin (make sure to cvs diff -w)

Revision 1.188 / (view) - annotate - [select for diffs] , Mon Oct 25 17:26:01 2004 UTC (19 years, 7 months ago) by brian.campbell
Branch: MAIN
Changes since 1.187: +6505 -6428 lines
Diff to previous 1.187
PEP#: 140
TITLE: HTTP chunked transfer encoding support/phase 2
DESCRIPTION: see title

Revision 1.187 / (view) - annotate - [select for diffs] , Sun Oct 17 19:40:12 2004 UTC (19 years, 7 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_4_1-BETA1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root
Branch point for: RELEASE_2_4-branch
Changes since 1.186: +7 -5 lines
Diff to previous 1.186
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.186 / (view) - annotate - [select for diffs] , Fri Oct 8 15:59:36 2004 UTC (19 years, 7 months ago) by karl
Branch: MAIN
Changes since 1.185: +3 -6 lines
Diff to previous 1.185
BUG#: 1450
TITLE: enumerate instances property list processing

DESCRIPTION: Make correction proposed by R. Kumpf.

Revision 1.185 / (view) - annotate - [select for diffs] , Wed Oct 6 17:06:33 2004 UTC (19 years, 8 months ago) by karl
Branch: MAIN
Changes since 1.184: +21 -8 lines
Diff to previous 1.184
BUG#: 1450
PEP#: DELETE ONE OF THESE LINES
TITLE: EnumerateInstances with property list adds missing local properties

DESCRIPTION: Two line fix in cimOperationrequestdispatcher.  Note that the
fix is a big greater than the fix defined in the bug report.  Also added an
extra class to the samplefamilyprovider to test this characteristic.

Revision 1.184 / (view) - annotate - [select for diffs] , Tue Aug 31 17:01:17 2004 UTC (19 years, 9 months ago) by w.white
Branch: MAIN
Changes since 1.183: +10 -8 lines
Diff to previous 1.183
BUG#: 1943

TITLE: InteropProvider shouldn't be conditonaly compliled

DESCRIPTION: the InterOpProvider will now be compiled if
PEGASUS_HAS_PERFINST or PEGASUS_HAS_SLP compile flags are
set

Revision 1.183 / (view) - annotate - [select for diffs] , Mon Aug 30 15:44:53 2004 UTC (19 years, 9 months ago) by w.white
Branch: MAIN
Changes since 1.182: +4 -4 lines
Diff to previous 1.182
BUG#: 1943

TITLE: cimserver core dump - STAT_COPYDISPATCHER_REP

DESCRIPTION: took out STAT_COPYDISPATCHER_REP on lines 5040 and
5174 because "response" is just a pointer but the STAT_COPYDISPATCHER_REP
assumes it is a class.

Revision 1.182 / (view) - annotate - [select for diffs] , Mon Aug 23 16:24:12 2004 UTC (19 years, 9 months ago) by karl
Branch: MAIN
Changes since 1.181: +22 -13 lines
Diff to previous 1.181
BUG#: 1459
TITLE: Passed by value should be pass by reference in merge property list

DESCRIPTION: Corrected the reference.  Note that the documentation for these
functions was also cleaned at the same time.

Revision 1.181 / (view) - annotate - [select for diffs] , Mon Aug 23 15:13:18 2004 UTC (19 years, 9 months ago) by chip
Branch: MAIN
Changes since 1.180: +4 -0 lines
Diff to previous 1.180
BUG#: 1906
TITLE: Conditionally enable Object Normalizer

DESCRIPTION: One can now define PEGASUS_DISABLE_OBJECT_NORMALIZATION
to effectively disable the ObjectNormalizer from processing results from the respository and
providers. This only disables the CIMOM from performing the extra processing. The
ObjectNormalizer logic remains in pegcommon to avoid potetial linkage issues in the future.

Revision 1.180 / (view) - annotate - [select for diffs] , Thu Aug 12 09:47:44 2004 UTC (19 years, 9 months ago) by a.arora
Branch: MAIN
CVS Tags: CQL_2_5_BRANCH
Changes since 1.179: +2 -3 lines
Diff to previous 1.179
BUG#: 1090
TITLE: Mutex's May Not Be Unlocked Resulting in Hang
DESCRIPTION:  Updated files to use AutoMutex.

Revision 1.179 / (view) - annotate - [select for diffs] , Fri Aug 6 01:09:38 2004 UTC (19 years, 10 months ago) by chip
Branch: MAIN
Changes since 1.178: +22 -1 lines
Diff to previous 1.178
BUG#: 1829
TITLE: Normalizer throwing away responses from __namespace

DESCRIPTION: Updated CIMOperationRequestDispatcher to log the text of
any exception from the ObjectNormalizer. This is intended to make debugging
bad objects easier.

Revision 1.178 / (view) - annotate - [select for diffs] , Wed Aug 4 02:47:39 2004 UTC (19 years, 10 months ago) by chip
Branch: MAIN
Changes since 1.177: +7 -1 lines
Diff to previous 1.177
BUG#: 1691
TITLE: Object Normalizer bugs

DESCRIPTION: Fixed the last known bug where a single returned instance is not
normalized.

Revision 1.177 / (view) - annotate - [select for diffs] , Fri Jul 30 00:24:03 2004 UTC (19 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.176: +148 -138 lines
Diff to previous 1.176
BUG#: 1754
TITLE: [HP-RK] ProviderInfo class does not destruct _providerIdContainer

DESCRIPTION: Used AutoPtr to clean up ProviderIdContainer memory in ProviderInfo objects.

Revision 1.176 / (view) - annotate - [select for diffs] , Thu Jul 29 18:33:22 2004 UTC (19 years, 10 months ago) by chip
Branch: MAIN
Changes since 1.175: +12 -12 lines
Diff to previous 1.175
BUG#: 1691
TITLE: ObjectNormalizer Bugs

DESCRIPTION: Update dispatcher to create a set of normalized instances and then
update the response rather than update in place. The change was done during debugging
and results in easier to read code.

Revision 1.175 / (view) - annotate - [select for diffs] , Wed Jul 28 19:22:01 2004 UTC (19 years, 10 months ago) by chip
Branch: MAIN
Changes since 1.174: +16 -4 lines
Diff to previous 1.174
BUG#: 1691
TITLE: ObjectNormalizer Bugs

DESCRIPTION: Ensure objects passed from the Dispatcher to the ObjectNormalizer
have the namespace and class name elements set in an object's embedded object path.

Revision 1.174 / (view) - annotate - [select for diffs] , Wed Jul 28 14:21:45 2004 UTC (19 years, 10 months ago) by w.white
Branch: MAIN
Changes since 1.173: +17 -0 lines
Diff to previous 1.173
BUG#: 1596

TITLE: CIM_CIMOMStatDataProvider load error

DESCRIPTION: this problem is still in the process of being fixed

Revision 1.173 / (view) - annotate - [select for diffs] , Tue Jul 27 04:31:25 2004 UTC (19 years, 10 months ago) by chip
Branch: MAIN
Changes since 1.172: +38 -29 lines
Diff to previous 1.172
BUG#: 1691
TITLE: ObjectNormalizer bugs

DESCRIPTION: Changed dispatcher code to aggregate responses in first response (as orginally coded),
and then normalize after. Normalized instances replace the unnormalized instances in the first
response, and objects that fail to normalize are dropped (error is logged). Eventaully, providers
should be notified when an object fails to normalize, but the current aggregation comes much to late.

Revision 1.172 / (view) - annotate - [select for diffs] , Wed Jul 14 21:47:25 2004 UTC (19 years, 10 months ago) by w.white
Branch: MAIN
CVS Tags: MONITOR_CONSOLIDATION_2_5_BRANCH
Changes since 1.171: +8 -0 lines
Diff to previous 1.171
BUG#: 237

TITLE: Incorrect use of statistic macros

DESCRIPTION: macros added and moved so that timing is uniform

Revision 1.171 / (view) - annotate - [select for diffs] , Tue Jul 6 16:13:39 2004 UTC (19 years, 11 months ago) by chip
Branch: MAIN
Changes since 1.170: +2 -7 lines
Diff to previous 1.170
BUG#: 1643
TITLE: Enable normalizer after fix to Bug # 1170

DESCRIPTION: I checked in but did not enable the object normalizer (PEP 141) because the
test clients were broken last week and I did not want to enable the code
without testing. Now that Bug 1170 is fixed, I have enabled and test the
normalizer.

Revision 1.170 / (view) - annotate - [select for diffs] , Thu Jul 1 17:25:05 2004 UTC (19 years, 11 months ago) by a.dunfey
Branch: MAIN
Changes since 1.169: +12 -0 lines
Diff to previous 1.169
BUG#: 1579
TITLE: Pegasus returns CIM_ERR_INVALID_CLASS for associators, etc.

DESCRIPTION:

Changing associators, associatorNames, references, referenceNames calls to return INVALID_PARAMETER instead of INVALID_CLASS, and changing a test file to expect that error.

Revision 1.169 / (view) - annotate - [select for diffs] , Thu Jul 1 03:55:57 2004 UTC (19 years, 11 months ago) by chip
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1
Changes since 1.168: +167 -179 lines
Diff to previous 1.168
PEP#: 141
TITLE: Request/Response Validation

DESCRIPTION: Updated Dispatcher to normalize objects returned from providers
and the repository (until it is updated to honor operation flags like localOnly).

Revision 1.168 / (view) - annotate - [select for diffs] , Wed Jun 30 19:02:59 2004 UTC (19 years, 11 months ago) by karl
Branch: MAIN
Changes since 1.167: +4 -1 lines
Diff to previous 1.167
BUG#: 129
TITLE:  Shared Namespace support

DESCRIPTION:  Add the PG_Namespace Class to the interop provider.

Revision 1.167 / (view) - annotate - [select for diffs] , Fri Jun 25 08:20:09 2004 UTC (19 years, 11 months ago) by se.gupta
Branch: MAIN
Changes since 1.166: +3 -2 lines
Diff to previous 1.166
PEP#: 135
TITLE: OperationContext Enhancements.

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.166 / (view) - annotate - [select for diffs] , Fri Jun 18 06:07:02 2004 UTC (19 years, 11 months ago) by se.gupta
Branch: MAIN
Changes since 1.165: +36 -25 lines
Diff to previous 1.165
PEP#: 135
TITLE: OperationContext Enhancements

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.159.4.3 / (view) - annotate - [select for diffs] , Tue Jun 15 11:05:15 2004 UTC (19 years, 11 months ago) by chuck
Branch: RELEASE_2_3_2-branch
Changes since 1.159.4.2: +2 -2 lines
Diff to previous 1.159.4.2 to branch point 1.159 to next main 1.160
BUG#:1549
TITLE: Incorrect unicode handling when PARAMVALUE has no PARAMTYPE

DESCRIPTION: Changed _convertValueType to call getCStringUTF8

Revision 1.165 / (view) - annotate - [select for diffs] , Fri Jun 4 11:13:07 2004 UTC (20 years ago) by tony
Branch: MAIN
Changes since 1.164: +1 -10 lines
Diff to previous 1.164
BUG#: 1530
TITLE: Fix windows and linux merge error when SLP is NOT enabled

DESCRIPTION: Thanks Amit.

Revision 1.164 / (view) - annotate - [select for diffs] , Thu Jun 3 22:22:29 2004 UTC (20 years ago) by tony
Branch: MAIN
Changes since 1.163: +47 -1 lines
Diff to previous 1.163
BUG#: 1529
TITLE: Merge 2.3.2 SLP implementation to 2.4

DESCRIPTION:

Revision 1.163 / (view) - annotate - [select for diffs] , Mon May 24 11:54:20 2004 UTC (20 years ago) by se.gupta
Branch: MAIN
Changes since 1.162: +37 -8 lines
Diff to previous 1.162
PEP#: 135
TITLE: OperationContext Enhancements

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.162 / (view) - annotate - [select for diffs] , Sat May 22 12:17:38 2004 UTC (20 years ago) by se.gupta
Branch: MAIN
Changes since 1.161: +95 -18 lines
Diff to previous 1.161
PEP#: 135
TITLE: OperationContext Enhancements

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.161 / (view) - annotate - [select for diffs] , Mon May 10 13:18:45 2004 UTC (20 years ago) by chuck
Branch: MAIN
Changes since 1.160: +12 -6 lines
Diff to previous 1.160
PEP#: 161
TITLE: Release 2.4 Repository Globalization

DESCRIPTION: Reject repository requests that have a ContentLanguages

Revision 1.159.4.2 / (view) - annotate - [select for diffs] , Sat Feb 21 00:12:56 2004 UTC (20 years, 3 months ago) by karl
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.159.4.1: +7 -15 lines
Diff to previous 1.159.4.1 to branch point 1.159
update dispatcher to remove extra classes for interop. Update interop to add PG_CIMXML Class. Update constants for PG_CIMXML class

Revision 1.159.4.1 / (view) - annotate - [select for diffs] , Thu Jan 29 19:59:18 2004 UTC (20 years, 4 months ago) by karl
Branch: RELEASE_2_3_2-branch
Changes since 1.159: +72 -3 lines
Diff to previous 1.159
Changes to enable interop provider for CIM_Namespace, etc

Revision 1.160 / (view) - annotate - [select for diffs] , Tue Jan 27 13:48:11 2004 UTC (20 years, 4 months ago) by schuur
Branch: MAIN
Changes since 1.159: +424 -12 lines
Diff to previous 1.159
PEP 119 - added execQuery support.
Requiers Provider Manager 2 to be enabled.

Test and sample will be added soon.

 Modified Files:
 	src/Clients/CLITestClients/CLI/CLI.cpp
 	src/Clients/CLITestClients/CLIClientLib/CLIClientLib.cpp
	src/Clients/CLITestClients/CLIClientLib/CLIClientLib.h
 	src/Pegasus/Makefile src/Pegasus/Common/CIMMessage.h
 	src/Pegasus/Common/Makefile
 	src/Pegasus/ControlProviders/ProviderRegistrationProvider/ProviderRegistrationProvider.cpp
 	src/Pegasus/Provider/Makefile
 	src/Pegasus/ProviderManager2/Makefile
 	src/Pegasus/ProviderManager2/ProviderRegistrar.cpp
 	src/Pegasus/ProviderManager2/ProviderType.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPIProvider.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPIProviderManager.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPIProviderManager.h
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Array.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Broker.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_BrokerEnc.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_ContextArgs.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_DateTime.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Enumeration.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Instance.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Object.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_ObjectPath.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Predicate.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Result.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SelectCond.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SelectExp.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SelectExp.h
 	src/Pegasus/ProviderManager2/CMPI/CMPI_String.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SubCond.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_ThreadContext.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Value.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Wql2Dnf.cpp
 	src/Pegasus/ProviderManager2/CMPI/Makefile
 	src/Pegasus/ProviderManager2/CMPI/cmpidt.h
 	src/Pegasus/ProviderManager2/CMPI/cmpift.h
 	src/Pegasus/ProviderManager2/CMPI/cmpimacs.h
 	src/Pegasus/ProviderManager2/Default/DefaultProviderManager.cpp
 	src/Pegasus/ProviderManager2/Default/DefaultProviderManager.h
 	src/Pegasus/ProviderManager2/Default/LocalProviderManager.cpp
 	src/Pegasus/ProviderManager2/Default/Makefile
 	src/Pegasus/ProviderManager2/Default/OperationResponseHandler.h
 	src/Pegasus/ProviderManager2/Default/Provider.cpp
 	src/Pegasus/ProviderManager2/Default/Provider.h
 	src/Pegasus/ProviderManager2/Default/ProviderFacade.cpp
 	src/Pegasus/ProviderManager2/Default/ProviderFacade.h
 	src/Pegasus/ProviderManager2/Default/SimpleResponseHandler.h
 	src/Pegasus/Server/CIMOperationRequestDispatcher.cpp
 	src/Pegasus/Server/CIMOperationRequestDispatcher.h
 	src/Pegasus/Server/CIMServer.cpp
 	src/Pegasus/Server/CIMServer.h src/Pegasus/Server/Makefile
 	src/Pegasus/Server/ProviderRegistrationManager/ProviderRegistrationManager.cpp
 	src/Pegasus/Server/ProviderRegistrationManager/ProviderRegistrationManager.h
 	src/Pegasus/WQL/Makefile
 	src/Pegasus/WQL/WQLSelectStatement.cpp
 	src/Pegasus/WQL/WQLSelectStatement.h
 Added Files:
 	src/Pegasus/Common/QueryExpression.cpp
 	src/Pegasus/Common/QueryExpression.h
 	src/Pegasus/Common/QueryExpressionRep.cpp
 	src/Pegasus/Common/QueryExpressionRep.h
 	src/Pegasus/Provider/CIMInstanceQueryProvider.cpp
 	src/Pegasus/Provider/CIMInstanceQueryProvider.h
 	src/Pegasus/ProviderManager2/QueryExpressionFactory.cpp
 	src/Pegasus/ProviderManager2/QueryExpressionFactory.h
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SelectExpAccessor.cpp
 	src/Pegasus/ProviderManager2/CMPI/CMPI_SelectExpAccessor.h
 	src/Pegasus/ProviderManager2/CMPI/CMPI_Version.h
 	src/Pegasus/Server/QuerySupportRouter.cpp
 	src/Pegasus/Server/QuerySupportRouter.h
 	src/Pegasus/Server/WQLOperationRequestDispatcher.cpp
 	src/Pegasus/Server/WQLOperationRequestDispatcher.h
 	src/Pegasus/WQL/WQLInstancePropertySource.cpp
 	src/Pegasus/WQL/WQLInstancePropertySource.h
 	src/Pegasus/WQL/WQLQueryExpressionRep.cpp
 	src/Pegasus/WQL/WQLQueryExpressionRep.h
 ----------------------------------------------------------------------

Revision 1.159 / (view) - annotate - [select for diffs] , Thu Dec 4 03:35:54 2003 UTC (20 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: local, RELEASE_2_3_2-root
Branch point for: RELEASE_2_3_2-branch
Changes since 1.158: +0 -126 lines
Diff to previous 1.158
HP-RK Bugzilla 1003 (Repository locking should be self-contained).

Revision 1.158 / (view) - annotate - [select for diffs] , Thu Nov 13 16:02:37 2003 UTC (20 years, 6 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_3_1-root, RELEASE_2_3_1-branch
Changes since 1.157: +11 -6 lines
Diff to previous 1.157
add new html version of the readme per PEP 103, the review version of this document. Note that this is still in review within the AG

Revision 1.157 / (view) - annotate - [select for diffs] , Thu Nov 6 18:09:13 2003 UTC (20 years, 7 months ago) by kumpf
Branch: MAIN
Changes since 1.156: +12 -10 lines
Diff to previous 1.156
HP-RK Bugzilla 1007 (Error building pegasus on Solaris using CC).

Revision 1.156 / (view) - annotate - [select for diffs] , Wed Nov 5 04:10:42 2003 UTC (20 years, 7 months ago) by kumpf
Branch: MAIN
Changes since 1.155: +2 -2 lines
Diff to previous 1.155
HP-RK Bugzilla 983 (Problems with catching exceptions).

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

Revision 1.154 / (view) - annotate - [select for diffs] , Fri Oct 17 17:32:27 2003 UTC (20 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: TEST, PRE_LICENSE_UPDATE_2003
Changes since 1.153: +93 -79 lines
Diff to previous 1.153
HP-RK Bugzilla 821 (cimserver core dump - CIMOperationRequestDispatcher::_mergePropertyLists).

Revision 1.153 / (view) - annotate - [select for diffs] , Fri Oct 17 17:29:16 2003 UTC (20 years, 7 months ago) by tony
Branch: MAIN
Changes since 1.152: +10 -0 lines
Diff to previous 1.152
Bug 704 - Indication Handler class support

Revision 1.152 / (view) - annotate - [select for diffs] , Thu Oct 16 22:16:49 2003 UTC (20 years, 7 months ago) by karl
Branch: MAIN
Changes since 1.151: +387 -86 lines
Diff to previous 1.151
Bug90 Honor deepInheritance, lo, propertylists for instance operations.  This commit changes cimoperationdispatcher to create correct propertylists based on all of these parameters taken together

Revision 1.151 / (view) - annotate - [select for diffs] , Mon Sep 29 23:49:56 2003 UTC (20 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: test
Changes since 1.150: +516 -603 lines
Diff to previous 1.150
HP-RK Bugzilla 617 (EnumerateInstance\*s operations hang when repositoryIsDefaultInstanceProvider=false).

Revision 1.150 / (view) - annotate - [select for diffs] , Mon Sep 29 20:52:43 2003 UTC (20 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.149: +1 -1 lines
Diff to previous 1.149
HP-[CAKG] Fixes for bugzilla 347 (generic bugzilla for typos), and bugzilla 589 (incorrect Trace Component used in ProviderManagerService)

Revision 1.149 / (view) - annotate - [select for diffs] , Fri Sep 26 18:24:05 2003 UTC (20 years, 8 months ago) by mday
Branch: MAIN
CVS Tags: RELEASE_2_3_0-msg-freeze
Changes since 1.148: +10 -1 lines
Diff to previous 1.148
buzilla 558 - cimserver failure when running multiple client tests

Revision 1.148 / (view) - annotate - [select for diffs] , Tue Sep 23 21:42:18 2003 UTC (20 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.147: +163 -162 lines
Diff to previous 1.147
HP-RK Bugzilla 555 (Dispatcher accesses repository without locking).

Revision 1.147 / (view) - annotate - [select for diffs] , Tue Sep 23 19:40:39 2003 UTC (20 years, 8 months ago) by karl
Branch: MAIN
Changes since 1.146: +169 -115 lines
Diff to previous 1.146
Bug 555 add exception handling to a getsubclassnames and referenceNames call to repository.

Revision 1.146 / (view) - annotate - [select for diffs] , Fri Sep 19 00:01:21 2003 UTC (20 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.145: +16 -1 lines
Diff to previous 1.145
HP-RK Bugzilla 584 (Memory manager mismatch - strdup/delete).

Revision 1.135.2.4 / (view) - annotate - [select for diffs] , Mon Aug 25 15:12:50 2003 UTC (20 years, 9 months ago) by kumpf
Branch: RELEASE_2_2_0-branch
CVS Tags: RELEASE_2_2_1-snapshot
Changes since 1.135.2.3: +750 -748 lines
Diff to previous 1.135.2.3 to branch point 1.135 to next main 1.136
HP-RK Bugzilla 425 (++++ Test Associations: Error: Empty HTTP response message).

Revision 1.145 / (view) - annotate - [select for diffs] , Sat Aug 23 00:08:29 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.144: +1 -1 lines
Diff to previous 1.144
HP-RK Bugzilla 508 (Empty string should not be allowed for CIMNamespaceName).

Revision 1.144 / (view) - annotate - [select for diffs] , Fri Aug 22 23:04:34 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.143: +4 -4 lines
Diff to previous 1.143
HP-RK Bugzilla 506 (core dump in handleReferenceNamesRequest).

Revision 1.143 / (view) - annotate - [select for diffs] , Wed Aug 20 17:42:50 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.142: +745 -731 lines
Diff to previous 1.142
HP-RK Bugzilla 425 (++++ Test Associations ++++ Error: Empty HTTP response message).

Revision 1.142 / (view) - annotate - [select for diffs] , Fri Aug 15 18:44:59 2003 UTC (20 years, 9 months ago) by chuck
Branch: MAIN
Changes since 1.141: +3 -0 lines
Diff to previous 1.141
IBM-CC, PEP58, R2.3: Reduce object creation for globalization

Revision 1.135.4.3 / (view) - annotate - [select for diffs] , Wed Aug 13 18:39:55 2003 UTC (20 years, 9 months ago) by mday
Branch: pep_88
Changes since 1.135.4.2: +112 -81 lines
Diff to previous 1.135.4.2 to branch point 1.135 to next main 1.136
merge with 2.3 localized code

Revision 1.135.2.3 / (view) - annotate - [select for diffs] , Fri Aug 8 22:32:01 2003 UTC (20 years, 9 months ago) by kumpf
Branch: RELEASE_2_2_0-branch
Changes since 1.135.2.2: +0 -4 lines
Diff to previous 1.135.2.2 to branch point 1.135
HP-RK Bugzilla 422 (cimserver does not follow association hierarchy for AssocClass parameter).

Revision 1.141 / (view) - annotate - [select for diffs] , Fri Aug 8 21:00:57 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.140: +21 -57 lines
Diff to previous 1.140
HP-RK Bugzilla 422 (cimserver does not follow association hierarchy for AssocClass parameter).

Revision 1.140 / (view) - annotate - [select for diffs] , Thu Aug 7 21:20:06 2003 UTC (20 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.139: +12 -8 lines
Diff to previous 1.139
HP-RK Bugzilla 421 (cimserver does not follow association hierarchy for AssocClass parameter).

Revision 1.135.2.2 / (view) - annotate - [select for diffs] , Thu Aug 7 21:20:01 2003 UTC (20 years, 10 months ago) by kumpf
Branch: RELEASE_2_2_0-branch
Changes since 1.135.2.1: +12 -8 lines
Diff to previous 1.135.2.1 to branch point 1.135
HP-RK Bugzilla 421 (cimserver does not follow association hierarchy for AssocClass parameter).

Revision 1.139 / (view) - annotate - [select for diffs] , Wed Aug 6 20:57:18 2003 UTC (20 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.138: +9 -0 lines
Diff to previous 1.138
HP-YZ: PEP 67 (Indication Consumer Registration).

Revision 1.138 / (view) - annotate - [select for diffs] , Tue Jul 29 20:21:00 2003 UTC (20 years, 10 months ago) by humberto
Branch: MAIN
Changes since 1.137: +74 -20 lines
Diff to previous 1.137
IBM:HR,PEP58,R2.3:Globalization Changes

Revision 1.135.4.2 / (view) - annotate - [select for diffs] , Tue Jul 29 14:08:30 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.135.4.1: +91 -19 lines
Diff to previous 1.135.4.1 to branch point 1.135
g10n changes merged

Revision 1.135.2.1 / (view) - annotate - [select for diffs] , Sat Jul 19 10:13:45 2003 UTC (20 years, 10 months ago) by karl
Branch: RELEASE_2_2_0-branch
Changes since 1.135: +25 -15 lines
Diff to previous 1.135
Correct bug 374, Index error in instanceEnumeration aggragation

Revision 1.137 / (view) - annotate - [select for diffs] , Fri Jul 18 17:06:26 2003 UTC (20 years, 10 months ago) by karl
Branch: MAIN
Changes since 1.136: +25 -17 lines
Diff to previous 1.136
Correct bad index reference in aggregator. BUG 374

Revision 1.136 / (view) - annotate - [select for diffs] , Thu Jul 17 00:44:53 2003 UTC (20 years, 10 months ago) by chuck
Branch: MAIN
Changes since 1.135: +66 -2 lines
Diff to previous 1.135
IBM-CC, PEP58, R2.3 - Globalization changes

Revision 1.135.4.1 / (view) - annotate - [select for diffs] , Wed Jul 2 23:05:54 2003 UTC (20 years, 11 months ago) by mday
Branch: pep_88
Changes since 1.135: +1 -1 lines
Diff to previous 1.135
added message synchronization code to CIMOperationRequestDispatcher and ProviderManagerService. These are to support transporting connection state information around with request/response pairs.

Revision 1.135 / (view) - annotate - [select for diffs] , Mon Jun 9 18:02:22 2003 UTC (20 years, 11 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_2_0_0-release, RELEASE_2_2_0-root
Branch point for: pep_88, RELEASE_2_2_0-branch
Changes since 1.134: +2 -2 lines
Diff to previous 1.134
Turn off Diagnostic messages

Revision 1.134 / (view) - annotate - [select for diffs] , Mon Jun 9 17:25:22 2003 UTC (20 years, 11 months ago) by karl
Branch: MAIN
Changes since 1.133: +9 -9 lines
Diff to previous 1.133
Add the references to the lookupAssociationProvider Calls

Revision 1.133 / (view) - annotate - [select for diffs] , Mon Jun 9 10:06:33 2003 UTC (20 years, 11 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_2-root
Changes since 1.132: +2 -2 lines
Diff to previous 1.132
Reset Diagnostic Display flag

Revision 1.132 / (view) - annotate - [select for diffs] , Mon Jun 9 09:37:44 2003 UTC (20 years, 11 months ago) by karl
Branch: MAIN
Changes since 1.131: +318 -291 lines
Diff to previous 1.131
Change to use association provider as target for Association Registration

Revision 1.131 / (view) - annotate - [select for diffs] , Fri Jun 6 10:20:03 2003 UTC (21 years ago) by karl
Branch: MAIN
Changes since 1.130: +12 -2 lines
Diff to previous 1.130
ifdef out maximumbreadth config and make alarms unusable

Revision 1.130 / (view) - annotate - [select for diffs] , Wed May 21 19:58:20 2003 UTC (21 years ago) by kumpf
Branch: MAIN
Changes since 1.129: +28 -2 lines
Diff to previous 1.129
HP-JY Fixed Bugzilla Bug 242 [wrong status code returned by the server to the client].

Revision 1.129 / (view) - annotate - [select for diffs] , Tue May 13 11:28:53 2003 UTC (21 years ago) by karl
Branch: MAIN
CVS Tags: PEGASUS_FC_VERSION_2_2
Changes since 1.128: +8 -6 lines
Diff to previous 1.128
Add try block to get of config parameter maximumenumeratebreadth

Revision 1.128 / (view) - annotate - [select for diffs] , Mon May 12 16:30:29 2003 UTC (21 years ago) by karl
Branch: MAIN
Changes since 1.127: +1 -1 lines
Diff to previous 1.127
Correct error in Linux Compile of the big CIMOperationDispatcher change

Revision 1.127 / (view) - annotate - [select for diffs] , Mon May 12 15:00:09 2003 UTC (21 years ago) by karl
Branch: MAIN
Changes since 1.126: +2082 -948 lines
Diff to previous 1.126
Commit Changes to cimoperations dispatcher for associations and cleaner enums

Revision 1.126 / (view) - annotate - [select for diffs] , Thu May 1 22:46:00 2003 UTC (21 years, 1 month ago) by mday
Branch: MAIN
Changes since 1.125: +221 -78 lines
Diff to previous 1.125
pep 47 dynamic routing

Revision 1.125 / (view) - annotate - [select for diffs] , Wed Apr 2 20:15:36 2003 UTC (21 years, 2 months ago) by david
Branch: MAIN
CVS Tags: mday-merge-start, mday-merge-pegasus/src/Pegasus/Server, mday-merge-pegasus/src/Pegasus/Common
Changes since 1.124: +196 -0 lines
Diff to previous 1.124
IBM:DR [PEP:53] Logging Enhancements Code Points

Revision 1.124.8.7 / (view) - annotate - [select for diffs] , Tue Mar 11 22:41:34 2003 UTC (21 years, 2 months ago) by karl
Branch: LOCAL_ASSOCPROV-BRANCH
Changes since 1.124.8.6: +29 -9 lines
Diff to previous 1.124.8.6 to branch point 1.124 to next main 1.125
fix for bug207

Revision 1.124.8.6 / (view) - annotate - [select for diffs] , Tue Mar 11 02:01:21 2003 UTC (21 years, 2 months ago) by karl
Branch: LOCAL_ASSOCPROV-BRANCH
Changes since 1.124.8.5: +25 -31 lines
Diff to previous 1.124.8.5 to branch point 1.124
Add associator and associatorreference response code

Revision 1.124.8.5 / (view) - annotate - [select for diffs] , Mon Mar 10 20:20:57 2003 UTC (21 years, 2 months ago) by karl
Branch: LOCAL_ASSOCPROV-BRANCH
Changes since 1.124.8.4: +1691 -429 lines
Diff to previous 1.124.8.4 to branch point 1.124
Udate CIMOpReqDispatcher for multiple providers

Revision 1.124.8.4 / (view) - annotate - [select for diffs] , Fri Feb 28 13:14:59 2003 UTC (21 years, 3 months ago) by karl
Branch: LOCAL_ASSOCPROV-BRANCH
Changes since 1.124.8.3: +3 -3 lines
Diff to previous 1.124.8.3 to branch point 1.124
Add code to send class operations to repository and instance to providers for association operations

Revision 1.124.8.3 / (view) - annotate - [select for diffs] , Mon Feb 24 08:12:48 2003 UTC (21 years, 3 months ago) by karl
Branch: LOCAL_ASSOCPROV-BRANCH
Changes since 1.124.8.2: +3 -3 lines
Diff to previous 1.124.8.2 to branch point 1.124
Fix test display out

Revision 1.124.8.2 / (view) - annotate - [select for diffs] , Thu Feb 20 14:23:51 2003 UTC (21 years, 3 months ago) by karl
Branch: LOCAL_ASSOCPROV-BRANCH
Changes since 1.124.8.1: +364 -121 lines
Diff to previous 1.124.8.1 to branch point 1.124
Add code to separate Class from Instance operations for Reference and associatior type operations

Revision 1.124.2.3 / (view) - annotate - [select for diffs] , Tue Feb 11 23:32:42 2003 UTC (21 years, 3 months ago) by mday
Branch: mday-2-0-patches
Changes since 1.124.2.2: +37 -20 lines
Diff to previous 1.124.2.2 to branch point 1.124 to next main 1.125
fixed memory corruption in cimomhandle when receiving aggregate messages

Revision 1.124.2.2 / (view) - annotate - [select for diffs] , Thu Feb 6 20:47:03 2003 UTC (21 years, 3 months ago) by mday
Branch: mday-2-0-patches
Changes since 1.124.2.1: +15 -4 lines
Diff to previous 1.124.2.1 to branch point 1.124
merged IBM Director updates

Revision 1.124.8.1 / (view) - annotate - [select for diffs] , Wed Feb 5 16:42:32 2003 UTC (21 years, 4 months ago) by karl
Branch: LOCAL_ASSOCPROV-BRANCH
Changes since 1.124: +32 -28 lines
Diff to previous 1.124
add some diagnostics and fix problem with associations

Revision 1.124.2.1 / (view) - annotate - [select for diffs] , Wed Oct 30 20:26:16 2002 UTC (21 years, 7 months ago) by mday
Branch: mday-2-0-patches
Changes since 1.124: +4 -1 lines
Diff to previous 1.124
 shutdown option fixed -- removed extra slashes on namespace construction, enabled authentication

Revision 1.124 / (view) - annotate - [select for diffs] , Tue Oct 8 14:35:59 2002 UTC (21 years, 7 months ago) by dan
Branch: MAIN
CVS Tags: VERSION_2_1_RELEASE_HEAD, VERSION_2_1_RELEASE_BRANCH, VERSION_2_1_RELEASE, VERSION_2_1_1_RELEASE, LOCAL_ASSOCPROV-ROOT
Branch point for: mday-2-0-patches, LOCAL_ASSOCPROV-BRANCH
Changes since 1.123: +2 -0 lines
Diff to previous 1.123
Allow 64-bit on AIX.

Revision 1.123 / (view) - annotate - [select for diffs] , Mon Oct 7 16:42:04 2002 UTC (21 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.122: +5 -0 lines
Diff to previous 1.122
HP-[CAKG] respond correctly to POST requests

Revision 1.122 / (view) - annotate - [select for diffs] , Fri Sep 13 20:40:42 2002 UTC (21 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.121: +77 -77 lines
Diff to previous 1.121
HP-[CAKG] API Review: CIMName modifications

Revision 1.121 / (view) - annotate - [select for diffs] , Fri Sep 13 18:08:04 2002 UTC (21 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.120: +3 -1 lines
Diff to previous 1.120
HP-RK Fix defect that caused the CIM server to lose response messages in some cases.

Revision 1.120 / (view) - annotate - [select for diffs] , Wed Aug 28 23:27:52 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.119: +2 -2 lines
Diff to previous 1.119
HP-RK API Review: Change String::allocateCString() to getCString().

Revision 1.119 / (view) - annotate - [select for diffs] , Tue Aug 27 21:05:02 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.118: +2 -7 lines
Diff to previous 1.118
HP-RK Fix a bug that causes a response to get sent twice.

Revision 1.118 / (view) - annotate - [select for diffs] , Tue Aug 27 18:58:55 2002 UTC (21 years, 9 months ago) by mday
Branch: MAIN
Changes since 1.117: +0 -6 lines
Diff to previous 1.117
removed suballoc library from build

Revision 1.117 / (view) - annotate - [select for diffs] , Tue Aug 20 23:15:44 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.116: +1 -2 lines
Diff to previous 1.116
HP-RK API Review: Remove CIMTYPE_NONE definition, so that the type of a CIMValue must be a valid type.

Revision 1.116 / (view) - annotate - [select for diffs] , Tue Aug 20 16:39:37 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.115: +2 -2 lines
Diff to previous 1.115
HP-RK API Review: Exception cleanup.  Renamed exceptions to end with -Exception.  Removed definitions of AddedReferenceToClass and TruncatedCharacter exceptions.  Changed exception messages to use 'invalid' rather than 'bad'.

Revision 1.115 / (view) - annotate - [select for diffs] , Fri Aug 16 21:48:29 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.114: +8 -6 lines
Diff to previous 1.114
HP-RK API Review: Split CIMException into an SDK-visible CIMException class and an internal TraceableCIMException class.

Revision 1.114 / (view) - annotate - [select for diffs] , Thu Jul 25 15:19:45 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_01_01
Changes since 1.113: +4 -4 lines
Diff to previous 1.113
HP-[CAKG] Replace CIMType class with an enum CIMType

Revision 1.113 / (view) - annotate - [select for diffs] , Mon Jun 10 23:36:55 2002 UTC (21 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_00_RC_4, VERSION_2_00_RC_3, VERSION_2_00_RC_2, VERSION_2_00_RC_1, VERSION_2_00_BRANCH
Changes since 1.112: +159 -0 lines
Diff to previous 1.112
HP-RK Check for existence of CIM classes before sending requests to providers.

Revision 1.112 / (view) - annotate - [select for diffs] , Thu Jun 6 23:03:35 2002 UTC (22 years ago) by mday
Branch: MAIN
CVS Tags: VERSION_1_10
Changes since 1.111: +5 -5 lines
Diff to previous 1.111
thread reduction changes

Revision 1.111 / (view) - annotate - [select for diffs] , Thu Jun 6 16:58:20 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.110: +8 -5 lines
Diff to previous 1.110
HP-RK Add processing for the enableIndicationService configuration property.

Revision 1.110 / (view) - annotate - [select for diffs] , Wed Jun 5 17:24:52 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.109: +3 -5 lines
Diff to previous 1.109
HP-RK Minor defect fix.

Revision 1.109 / (view) - annotate - [select for diffs] , Tue Jun 4 06:54:38 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.108: +307 -632 lines
Diff to previous 1.108
HP-RK Reworked the class hierarchy traversal logic for EnumerateInstances and EnumerateInstanceNames.

Revision 1.108 / (view) - annotate - [select for diffs] , Mon Jun 3 18:27:49 2002 UTC (22 years ago) by karl
Branch: MAIN
Changes since 1.107: +113 -28 lines
Diff to previous 1.107
minor fixes

Revision 1.107 / (view) - annotate - [select for diffs] , Mon Jun 3 16:49:50 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.106: +12 -7 lines
Diff to previous 1.106
HP-RK Clean up use of namespace and class name constants.  Add namespace checks in internal (control) provider lookup.

Revision 1.106 / (view) - annotate - [select for diffs] , Fri May 31 23:57:32 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.105: +3 -3 lines
Diff to previous 1.105
HP-RK Update license header.

Revision 1.105 / (view) - annotate - [select for diffs] , Fri May 31 19:09:12 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.104: +7 -98 lines
Diff to previous 1.104
HP-RK Remove obsolete code.

Revision 1.104 / (view) - annotate - [select for diffs] , Fri May 31 05:22:12 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.103: +89 -2 lines
Diff to previous 1.103
HP-[DME] Add support for enableAssociationTraversal flag. Disabling this flag will cause the Dispatcher to return NOT SUPPORTED for the four Association Traversal operations: Associators, AssocatorNames, References and ReferenceNames.

Revision 1.103 / (view) - annotate - [select for diffs] , Fri May 31 03:02:12 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.102: +5 -5 lines
Diff to previous 1.102
HP-[CAKG] Remove CIMObjectWithPath class; use CIMObject

Revision 1.102 / (view) - annotate - [select for diffs] , Thu May 30 16:55:43 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.101: +28 -10 lines
Diff to previous 1.101
HP-RK Restore CIMNamedInstance changes and repository fix.

Revision 1.101 / (view) - annotate - [select for diffs] , Thu May 30 15:50:44 2002 UTC (22 years ago) by mday
Branch: MAIN
Changes since 1.100: +10 -28 lines
Diff to previous 1.100
 karl's dispatcher changes restored

Revision 1.100 / (view) - annotate - [select for diffs] , Thu May 30 14:55:26 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.99: +5 -5 lines
Diff to previous 1.99
HP-[CAKG] Remove CIMNamedInstance class; use CIMInstance

Revision 1.99 / (view) - annotate - [select for diffs] , Thu May 30 05:43:57 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.98: +23 -5 lines
Diff to previous 1.98
HP-[DME] Modified EnumerateInstances and EnumerateInstanceNames to use the Repository as the default provider only if no other provider exists.

Revision 1.98 / (view) - annotate - [select for diffs] , Wed May 29 21:00:20 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.97: +7 -9 lines
Diff to previous 1.97
HP-RK Fix EnumerateInstances response message type on error condition.  Was responding with EnumerateInstanceNames response.

Revision 1.97 / (view) - annotate - [select for diffs] , Wed May 29 16:58:36 2002 UTC (22 years ago) by karl
Branch: MAIN
Changes since 1.96: +757 -307 lines
Diff to previous 1.96
incorporate hiearchy for enumerate instances and instance names

Revision 1.96 / (view) - annotate - [select for diffs] , Fri May 24 11:17:49 2002 UTC (22 years ago) by karl
Branch: MAIN
CVS Tags: karl_aggregate
Changes since 1.95: +403 -115 lines
Diff to previous 1.95
Add post operations to dispatcher for enumerateinstancenames -- not connected

Revision 1.95 / (view) - annotate - [select for diffs] , Tue May 21 20:41:16 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.94: +0 -2 lines
Diff to previous 1.94
HP-WO Enabled enumerateInstanceNames on static instances.

Revision 1.94 / (view) - annotate - [select for diffs] , Mon May 20 14:07:32 2002 UTC (22 years ago) by mday
Branch: MAIN
Changes since 1.93: +3 -3 lines
Diff to previous 1.93
 parallel tcp connection handling initial checkin

Revision 1.93 / (view) - annotate - [select for diffs] , Sat May 18 00:28:57 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.92: +3 -2 lines
Diff to previous 1.92
HP-RK Avoid writing to free memory.

Revision 1.92 / (view) - annotate - [select for diffs] , Wed May 15 22:14:21 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.91: +12 -12 lines
Diff to previous 1.91
HP-RK Use CIMObjectPath class instead of CIMReference.

Revision 1.91 / (view) - annotate - [select for diffs] , Wed May 15 03:03:21 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.90: +2 -4 lines
Diff to previous 1.90
HP-RK Moved CIMType method implementations from header file to source file.  Removed unnecessary operator methods and constructor.  Changed TypeToString(CIMType) function to a CIMType::toString() method.

Revision 1.90 / (view) - annotate - [select for diffs] , Mon May 13 23:18:49 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.89: +1 -1 lines
Diff to previous 1.89
HP-RK Fix compile errors on HP-UX.

Revision 1.89 / (view) - annotate - [select for diffs] , Mon May 13 21:38:39 2002 UTC (22 years ago) by mday
Branch: MAIN
Changes since 1.88: +10 -4 lines
Diff to previous 1.88
*** empty log message ***

Revision 1.88 / (view) - annotate - [select for diffs] , Mon May 13 05:47:39 2002 UTC (22 years ago) by kumpf
Branch: MAIN
Changes since 1.87: +1 -1 lines
Diff to previous 1.87
HP-DME: Added additional error handling semantics.

Revision 1.87 / (view) - annotate - [select for diffs] , Sun May 12 18:16:32 2002 UTC (22 years ago) by karl
Branch: MAIN
Changes since 1.86: +33 -55 lines
Diff to previous 1.86
more changes to dispatcher for enumerates

Revision 1.86 / (view) - annotate - [select for diffs] , Sat May 11 16:38:35 2002 UTC (22 years ago) by karl
Branch: MAIN
Changes since 1.85: +370 -60 lines
Diff to previous 1.85
add part of code for Dispatcher

Revision 1.85 / (view) - annotate - [select for diffs] , Mon May 6 18:01:15 2002 UTC (22 years, 1 month ago) by karl
Branch: MAIN
Changes since 1.84: +22 -29 lines
Diff to previous 1.84
reorganize dispatcher

Revision 1.84 / (view) - annotate - [select for diffs] , Mon May 6 12:30:25 2002 UTC (22 years, 1 month ago) by karl
Branch: MAIN
Changes since 1.83: +58 -78 lines
Diff to previous 1.83
part of changes for enum hiearchial searching

Revision 1.83 / (view) - annotate - [select for diffs] , Wed May 1 21:25:16 2002 UTC (22 years, 1 month ago) by mday
Branch: MAIN
Changes since 1.82: +2 -2 lines
Diff to previous 1.82
*** empty log message ***

Revision 1.82 / (view) - annotate - [select for diffs] , Wed May 1 20:24:40 2002 UTC (22 years, 1 month ago) by mday
Branch: MAIN
Changes since 1.81: +98 -53 lines
Diff to previous 1.81
after debugging of indication flow

Revision 1.81 / (view) - annotate - [select for diffs] , Tue Apr 30 15:35:51 2002 UTC (22 years, 1 month ago) by karl
Branch: MAIN
Changes since 1.80: +70 -45 lines
Diff to previous 1.80
add namespace provider connection

Revision 1.80 / (view) - annotate - [select for diffs] , Fri Apr 26 20:02:23 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.79: +8 -0 lines
Diff to previous 1.79
HP-JY Fixed ShutdownProvider and ShutdownService.

Revision 1.79 / (view) - annotate - [select for diffs] , Tue Apr 23 16:17:23 2002 UTC (22 years, 1 month ago) by mday
Branch: MAIN
Changes since 1.78: +2 -1 lines
Diff to previous 1.78
 fixed bugs in messaging system

Revision 1.78 / (view) - annotate - [select for diffs] , Mon Apr 22 11:45:00 2002 UTC (22 years, 1 month ago) by sage
Branch: MAIN
Changes since 1.77: +1 -1 lines
Diff to previous 1.77
*** empty log message ***

Revision 1.77 / (view) - annotate - [select for diffs] , Mon Apr 22 11:08:32 2002 UTC (22 years, 1 month ago) by sage
Branch: MAIN
Changes since 1.76: +182 -0 lines
Diff to previous 1.76
Performance measurement instrumentation

Revision 1.76 / (view) - annotate - [select for diffs] , Thu Apr 18 16:42:35 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75
HP-RK Remove default argument specification in .cpp file.

Revision 1.75 / (view) - annotate - [select for diffs] , Thu Apr 18 16:04:02 2002 UTC (22 years, 1 month ago) by sage
Branch: MAIN
Changes since 1.74: +55 -14 lines
Diff to previous 1.74
Associator provider handling

Revision 1.74 / (view) - annotate - [select for diffs] , Thu Apr 11 23:58:25 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.73: +20 -26 lines
Diff to previous 1.73
HP-RK Changed the MessageQueue::getQueueName() method from virtual to non-virtual, and removed that method definition from all the subclasses.  To make sure that the MessageQueue class gets the queue name value, the default value for the queue name parameter to the MessageQueue constructor was removed.  Constants were defined in Constants.h for all the queue names currently used in Pegasus.  The places where those queue names were being used for lookup were also changed to use the constants.

Revision 1.73 / (view) - annotate - [select for diffs] , Sat Apr 6 19:28:00 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.72: +58 -40 lines
Diff to previous 1.72
DME: Add additional trace code.

Revision 1.72 / (view) - annotate - [select for diffs] , Sat Apr 6 02:52:23 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.71: +165 -252 lines
Diff to previous 1.71
HP-RK Modified the CIMOperationResponseMessage class and its subclasses to contain a CIMException instead of a CIMStatusCode and String description.  This allows extra information in a CIMException, such as file name and line number, to be carried internally throughout the system.

Revision 1.71 / (view) - annotate - [select for diffs] , Thu Apr 4 23:23:44 2002 UTC (22 years, 2 months ago) by mday
Branch: MAIN
CVS Tags: VERSION_1_09
Changes since 1.70: +0 -4 lines
Diff to previous 1.70
 sendwait replaces with sendasync in several modules

Revision 1.70 / (view) - annotate - [select for diffs] , Thu Apr 4 17:54:31 2002 UTC (22 years, 2 months ago) by mday
Branch: MAIN
Changes since 1.69: +76 -53 lines
Diff to previous 1.69
 converted dispatcher to use send async

Revision 1.69 / (view) - annotate - [select for diffs] , Fri Mar 29 23:56:24 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.68: +2 -2 lines
Diff to previous 1.68
HP-RK Add some support for ExecQuery in the client.

Revision 1.68 / (view) - annotate - [select for diffs] , Fri Mar 29 21:40:39 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.67: +25 -1 lines
Diff to previous 1.67
HP-RK Add some support for ExecQuery in the server.  Clean up the client response that indicates the operation is unsupported.

Revision 1.67 / (view) - annotate - [select for diffs] , Thu Mar 28 22:52:45 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.66: +0 -57 lines
Diff to previous 1.66
HP-RK Remove obsolete methods.

Revision 1.66 / (view) - annotate - [select for diffs] , Thu Mar 28 20:39:18 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.65: +39 -40 lines
Diff to previous 1.65
HP-RK Define a common location (Common/Constants.h) for Pegasus server constants.  Define an initial set of these constants.

Revision 1.65 / (view) - annotate - [select for diffs] , Thu Mar 28 01:07:51 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_08
Changes since 1.64: +27 -1 lines
Diff to previous 1.64
HP-RK Integrate invokeMethod requests with control service.

Revision 1.64 / (view) - annotate - [select for diffs] , Wed Mar 27 23:17:12 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.63: +4 -15 lines
Diff to previous 1.63
HP-RK Integrated the ProviderRegistrationProvider with the ModuleController as a control provider.  Moved the ProviderRegistrationProvider to the Pegasus ControlProviders directory.  Obsoleted and removed the Server/ConfigurationManager class and files.

Revision 1.63 / (view) - annotate - [select for diffs] , Wed Mar 27 19:46:33 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.62: +8 -0 lines
Diff to previous 1.62
HP-RK Integrated the UserAuthProvider with the ModuleController as a control provider.  Moved the UserAuthProvider from the Providers tree to the Pegasus tree.

Revision 1.62 / (view) - annotate - [select for diffs] , Wed Mar 27 19:05:31 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.61: +9 -102 lines
Diff to previous 1.61
HP-[CAKG] Indication Service updates: new indication provider messages, provider registration changes, pass userName & authType

Revision 1.61 / (view) - annotate - [select for diffs] , Wed Mar 27 00:02:34 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.60: +332 -688 lines
Diff to previous 1.60
HP-RK Consolidate calls to the provider manager in a single method.  Add method to forward requests to the control service.

Revision 1.60 / (view) - annotate - [select for diffs] , Tue Mar 26 02:43:48 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.59: +7 -2 lines
Diff to previous 1.59
HP-RK Added trace code.

Revision 1.59 / (view) - annotate - [select for diffs] , Tue Mar 26 01:52:46 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.58: +227 -1 lines
Diff to previous 1.58
HP-RK Added method enter/exit trace code.

Revision 1.58 / (view) - annotate - [select for diffs] , Mon Mar 25 23:24:57 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.57: +8 -8 lines
Diff to previous 1.57
HP-RK Fix PG_IndicationHandlerSNMPMapper class name.

Revision 1.57 / (view) - annotate - [select for diffs] , Mon Mar 25 22:53:11 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.56: +58 -260 lines
Diff to previous 1.56
HP-RK Consolidate lookup of internal providers/services.

Revision 1.56 / (view) - annotate - [select for diffs] , Thu Mar 21 23:00:08 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.55: +8 -7 lines
Diff to previous 1.55
HP-[Nitin Upasani] Modification of SNMP Handler

Revision 1.55 / (view) - annotate - [select for diffs] , Thu Mar 21 18:50:00 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.54: +6 -6 lines
Diff to previous 1.54
HP-[CAKG] Indication service updates: latest indication provider API, updated getIndicationProviders interface, new namespace for schema, separate indication service library, new System methods getFullyQualifiedHostName, getSystemCreationClassName

Revision 1.54 / (view) - annotate - [select for diffs] , Tue Mar 19 03:39:04 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.53: +6 -5 lines
Diff to previous 1.53
Updates to provider registration and load.

Revision 1.53 / (view) - annotate - [select for diffs] , Mon Mar 18 17:38:27 2002 UTC (22 years, 2 months ago) by chip
Branch: MAIN
Changes since 1.52: +575 -412 lines
Diff to previous 1.52
update messaging from Dispatcher to ConfigurationManager and minor cleanup

Revision 1.52 / (view) - annotate - [select for diffs] , Sat Mar 16 01:57:28 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.51: +18 -6 lines
Diff to previous 1.51
Add additional trace code to trace provider registation and load.

Revision 1.51 / (view) - annotate - [select for diffs] , Fri Mar 15 18:32:55 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.50: +6 -6 lines
Diff to previous 1.50
HP-[CAKG] Indication service updates, update for new SNMP Handler schema, and new test cases

Revision 1.50 / (view) - annotate - [select for diffs] , Thu Mar 14 00:07:48 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.49: +1 -1 lines
Diff to previous 1.49
HP-Nitin Upasani Implementation of snmpIndicationHandler

Revision 1.49 / (view) - annotate - [select for diffs] , Wed Mar 13 18:27:56 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.48: +26 -26 lines
Diff to previous 1.48
HP-[CAKG] Updated indication service for new schema and provider registration manager

Revision 1.48 / (view) - annotate - [select for diffs] , Tue Mar 12 22:59:35 2002 UTC (22 years, 2 months ago) by mday
Branch: MAIN
Changes since 1.47: +1 -2 lines
Diff to previous 1.47
*** empty log message ***

Revision 1.47 / (view) - annotate - [select for diffs] , Fri Mar 8 23:47:40 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.46: +712 -442 lines
Diff to previous 1.46
HP-RK Re-added support for turning off the repository as the default instance provider.

Revision 1.46 / (view) - annotate - [select for diffs] , Thu Mar 7 19:01:49 2002 UTC (22 years, 3 months ago) by chip
Branch: MAIN
Changes since 1.45: +13 -13 lines
Diff to previous 1.45
ensure that ProviderRegistrationManager is constructed before ServiceCIMOMHandle

Revision 1.45 / (view) - annotate - [select for diffs] , Wed Mar 6 23:42:15 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.44: +18 -32 lines
Diff to previous 1.44
YZ-HP: Modified dispatcher to look for PG_Provider, PG_ProviderModule, and PG_ProviderCapabilities classes instead of CIM_Provider, CIM_ProviderCapabilitiesclass. Also, added more error handle code.

Revision 1.44 / (view) - annotate - [select for diffs] , Wed Mar 6 17:26:50 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.43: +14 -0 lines
Diff to previous 1.43
HP-RK Bug fix.

Revision 1.43 / (view) - annotate - [select for diffs] , Wed Mar 6 01:26:10 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.42: +86 -201 lines
Diff to previous 1.42
Modified dispatcher to use latest lookup interfaces to find a provider.

Revision 1.42 / (view) - annotate - [select for diffs] , Tue Mar 5 02:06:52 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.41: +6 -0 lines
Diff to previous 1.41
Implemented provider registration manager to perform efficientlookup of instance provider, method provider, and indication provider. Also, implemented provider registration instances operations. Modified registration provider to use latest provider registration schema.

Revision 1.41 / (view) - annotate - [select for diffs] , Mon Mar 4 21:36:37 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.40: +187 -122 lines
Diff to previous 1.40
HP-[CAKG] Updates and cleanup of message handling for indication service

Revision 1.40.2.1 / (view) - annotate - [select for diffs] , Mon Mar 4 11:57:39 2002 UTC (22 years, 3 months ago) by mday
Branch: async_dispatcher
Changes since 1.40: +132 -0 lines
Diff to previous 1.40 to next main 1.41
*** empty log message ***

Revision 1.40 / (view) - annotate - [select for diffs] , Sat Mar 2 17:42:18 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Branch point for: async_dispatcher
Changes since 1.39: +17 -0 lines
Diff to previous 1.39
Add more trace code.

Revision 1.39 / (view) - annotate - [select for diffs] , Thu Feb 28 21:23:40 2002 UTC (22 years, 3 months ago) by chip
Branch: MAIN
Changes since 1.38: +488 -252 lines
Diff to previous 1.38
updated message handling for provider manager service

Revision 1.38 / (view) - annotate - [select for diffs] , Thu Feb 28 03:36:51 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
Changes since 1.37: +0 -5 lines
Diff to previous 1.37
*** empty log message ***

Revision 1.37 / (view) - annotate - [select for diffs] , Tue Feb 26 23:48:33 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
Changes since 1.36: +9 -4 lines
Diff to previous 1.36
fixes and hacks in usage of asynchronous queues within cimoprequestdispatcher

Revision 1.36 / (view) - annotate - [select for diffs] , Mon Feb 25 23:57:12 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
Changes since 1.35: +2097 -2087 lines
Diff to previous 1.35
 lots of changes to support mixing of legacy and async messages in queues

Revision 1.35 / (view) - annotate - [select for diffs] , Mon Feb 25 17:37:12 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.34: +2 -1 lines
Diff to previous 1.34
HP-RK Fixed resetting of parameter value in _fixInvokeMethodParameterTypes().

Revision 1.34 / (view) - annotate - [select for diffs] , Sat Feb 23 04:31:08 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.33: +9 -13 lines
Diff to previous 1.33
HP-RK Added an isArray() method to CIMProperty.

Revision 1.33 / (view) - annotate - [select for diffs] , Sat Feb 23 03:47:23 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.32: +3 -6 lines
Diff to previous 1.32
HP-RK Reworked the CIMParamValue class.  Instead of being composed of a CIMParameter and a CIMValue, this class is now composed of a String (parameter name) and a CIMValue.

Revision 1.32 / (view) - annotate - [select for diffs] , Fri Feb 22 23:21:50 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.31: +10 -5 lines
Diff to previous 1.31
HP-RK Keep track of pointers as char* as well as const char* so they can be deleted on Windows.

Revision 1.31 / (view) - annotate - [select for diffs] , Fri Feb 22 23:13:33 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.30: +2 -1 lines
Diff to previous 1.30
HP-RK Remove delete of const char* to fix Windows build.

Revision 1.30 / (view) - annotate - [select for diffs] , Fri Feb 22 22:50:08 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.29: +249 -1 lines
Diff to previous 1.29
HP-RK Add code to correct the untyped values from the XML encoding of InvokeMethod and SetProperty operations.

Revision 1.29 / (view) - annotate - [select for diffs] , Fri Feb 22 19:16:40 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
Changes since 1.28: +1 -0 lines
Diff to previous 1.28
fixed problem with MessageQueueService::_enqueueResponse handling of legacy messages

Revision 1.28 / (view) - annotate - [select for diffs] , Thu Feb 21 21:19:09 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.27: +13 -3 lines
Diff to previous 1.27
HP-[Nitin Upasani] Implementation of Indication and Handler service for meta-dispatcher

Revision 1.27 / (view) - annotate - [select for diffs] , Wed Feb 20 22:00:51 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
Changes since 1.26: +5 -8 lines
Diff to previous 1.26
 tested SendForget, fixed bugs in metadispatcher

Revision 1.26 / (view) - annotate - [select for diffs] , Fri Feb 15 23:15:17 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.25: +11 -6 lines
Diff to previous 1.25
HP-[Nitin Upasani] Implementation of Indication and Handler service for meta-dispatcher

Revision 1.25 / (view) - annotate - [select for diffs] , Fri Feb 15 17:42:02 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.24: +111 -17 lines
Diff to previous 1.24
HP-[Nitin Upasani] Implementation of Indication and Handler service for meta-dispatcher

Revision 1.24 / (view) - annotate - [select for diffs] , Thu Feb 14 16:38:51 2002 UTC (22 years, 3 months ago) by chip
Branch: MAIN
Changes since 1.23: +344 -184 lines
Diff to previous 1.23
ProviderManager updates

Revision 1.23 / (view) - annotate - [select for diffs] , Tue Feb 12 23:28:58 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
Changes since 1.22: +46 -7 lines
Diff to previous 1.22
meta dispatcher in and running testclient to completion

Revision 1.22 / (view) - annotate - [select for diffs] , Tue Feb 12 22:00:36 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.21: +8 -0 lines
Diff to previous 1.21
HP-[CAKG] updates to indication service

Revision 1.21 / (view) - annotate - [select for diffs] , Mon Feb 11 01:17:43 2002 UTC (22 years, 3 months ago) by mday
Branch: MAIN
Changes since 1.20: +10 -9 lines
Diff to previous 1.20
MessageQueueService integration

Revision 1.20 / (view) - annotate - [select for diffs] , Mon Feb 4 21:12:47 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: pre-meta-dispatcher
Changes since 1.19: +5 -5 lines
Diff to previous 1.19
HP-[CAKG] updates to and tests for indication subscription service

Revision 1.19 / (view) - annotate - [select for diffs] , Thu Jan 31 18:22:32 2002 UTC (22 years, 4 months ago) by chip
Branch: MAIN
CVS Tags: VERSION_1_07
Changes since 1.18: +8 -6 lines
Diff to previous 1.18
no message

Revision 1.18 / (view) - annotate - [select for diffs] , Thu Jan 31 16:51:18 2002 UTC (22 years, 4 months ago) by chip
Branch: MAIN
Changes since 1.17: +41 -148 lines
Diff to previous 1.17
enable provider manager forwarding on enumerateInstanceNames and trim
indication handler methods.

Revision 1.17 / (view) - annotate - [select for diffs] , Wed Jan 30 17:28:19 2002 UTC (22 years, 4 months ago) by chip
Branch: MAIN
Changes since 1.16: +32 -29 lines
Diff to previous 1.16
removed dependency on CIMBaseProviderFacade

Revision 1.16 / (view) - annotate - [select for diffs] , Fri Jan 25 19:04:51 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.15: +314 -238 lines
Diff to previous 1.15
HP-[Nitin Upasani] Implementation of IndicationService and new IndicationProvider APIs.

Revision 1.15 / (view) - annotate - [select for diffs] , Fri Jan 25 07:41:36 2002 UTC (22 years, 4 months ago) by chip
Branch: MAIN
Changes since 1.14: +4 -0 lines
Diff to previous 1.14
fixed provider lookup

Revision 1.14 / (view) - annotate - [select for diffs] , Sat Jan 19 01:49:04 2002 UTC (22 years, 4 months ago) by chip
Branch: MAIN
Changes since 1.13: +2 -4 lines
Diff to previous 1.13
no message

Revision 1.13 / (view) - annotate - [select for diffs] , Fri Jan 18 21:20:10 2002 UTC (22 years, 4 months ago) by chip
Branch: MAIN
Changes since 1.12: +34 -50 lines
Diff to previous 1.12
update ServiceCIMOMHandle usage

Revision 1.12 / (view) - annotate - [select for diffs] , Fri Jan 18 17:54:37 2002 UTC (22 years, 4 months ago) by chip
Branch: MAIN
Changes since 1.11: +1550 -1753 lines
Diff to previous 1.11
cleaned up Dispatcher and added ProviderManagerQueue
and ConfigurationManagerQueue

Revision 1.11 / (view) - annotate - [select for diffs] , Mon Jan 14 18:17:35 2002 UTC (22 years, 4 months ago) by chip
Branch: MAIN
Changes since 1.10: +3 -8 lines
Diff to previous 1.10
no message

Revision 1.10 / (view) - annotate - [select for diffs] , Mon Jan 14 09:34:35 2002 UTC (22 years, 4 months ago) by sage
Branch: MAIN
Changes since 1.9: +14 -2 lines
Diff to previous 1.9
fixed missing nameSpace in calls to the provider

Revision 1.9 / (view) - annotate - [select for diffs] , Thu Jan 10 22:11:46 2002 UTC (22 years, 4 months ago) by chip
Branch: MAIN
Changes since 1.8: +6 -6 lines
Diff to previous 1.8
no message

Revision 1.8 / (view) - annotate - [select for diffs] , Thu Jan 10 21:44:38 2002 UTC (22 years, 4 months ago) by chip
Branch: MAIN
Changes since 1.7: +98 -2 lines
Diff to previous 1.7
add special cases in CreateInstance and ModifyInstance to reroute classes
related to CIMOM function.

Revision 1.7 / (view) - annotate - [select for diffs] , Thu Jan 10 10:04:32 2002 UTC (22 years, 4 months ago) by sage
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
fixed typo

Revision 1.6 / (view) - annotate - [select for diffs] , Tue Jan 8 20:29:29 2002 UTC (22 years, 4 months ago) by chip
Branch: MAIN
Changes since 1.5: +236 -169 lines
Diff to previous 1.5
changes to fix build and to prepare for new provider manager

Revision 1.5 / (view) - annotate - [select for diffs] , Fri Dec 28 00:07:01 2001 UTC (22 years, 5 months ago) by mike
Branch: MAIN
Changes since 1.4: +8 -4 lines
Diff to previous 1.4
Added review comments.

Revision 1.4 / (view) - annotate - [select for diffs] , Wed Dec 19 21:38:08 2001 UTC (22 years, 5 months ago) by mday
Branch: MAIN
Changes since 1.3: +2 -154 lines
Diff to previous 1.3
experimentation with MessageQueue

Revision 1.3 / (view) - annotate - [select for diffs] , Mon Dec 17 14:17:08 2001 UTC (22 years, 5 months ago) by mday
Branch: MAIN
Changes since 1.2: +7 -0 lines
Diff to previous 1.2
undid aysynchronous message queue due to problems running TestClient

Revision 1.2 / (view) - annotate - [select for diffs] , Thu Dec 13 14:54:33 2001 UTC (22 years, 5 months ago) by mike
Branch: MAIN
CVS Tags: merge_of_dev
Changes since 1.1: +2123 -0 lines
Diff to previous 1.1
Merged dev branch into main trunk.

Revision 1.1.2.23 / (view) - annotate - [select for diffs] , Wed Dec 12 17:10:08 2001 UTC (22 years, 5 months ago) by mday
Branch: dev
CVS Tags: dev_dead
Changes since 1.1.2.22: +383 -178 lines
Diff to previous 1.1.2.22 to branch point 1.1 to next main 1.2
added locks to repository and cim request dispatcher

Revision 1.1.2.22 / (view) - annotate - [select for diffs] , Wed Dec 5 22:36:29 2001 UTC (22 years, 6 months ago) by mday
Branch: dev
Changes since 1.1.2.21: +69 -76 lines
Diff to previous 1.1.2.21 to branch point 1.1
new cimom stuff

Revision 1.1.2.21 / (view) - annotate - [select for diffs] , Wed Dec 5 04:07:38 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.1.2.20: +200 -37 lines
Diff to previous 1.1.2.20 to branch point 1.1
HP-[CAKG] indication subscription service provider

Revision 1.1.2.20 / (view) - annotate - [select for diffs] , Tue Dec 4 03:40:45 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.1.2.19: +10 -8 lines
Diff to previous 1.1.2.19 to branch point 1.1
HP-RK Ignore the exception returned when enumerating the instances of CIM_ProviderCapabilities, since that class may not have been loaded.

Revision 1.1.2.19 / (view) - annotate - [select for diffs] , Tue Dec 4 02:35:08 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.1.2.18: +99 -1 lines
Diff to previous 1.1.2.18 to branch point 1.1
HP-YZ Implement Pegasus registration provider which does provider registration, block, unblock, and stop a provider. It also alert Subscription Service of any provider registration changes

Revision 1.1.2.18 / (view) - annotate - [select for diffs] , Thu Nov 29 00:42:08 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.1.2.17: +126 -2 lines
Diff to previous 1.1.2.17 to branch point 1.1
HP-RK Implemented ModifyInstance in the repository so that it respects the IncludeQualifiers and PropertyList parameters.  Updated SetProperty in the repository so that it uses ModifyInstance correctly.  The repository now supports GetProperty and SetProperty in addition to ModifyInstance.  Implemented GetProperty and SetProperty in the Dispatcher and Provider2 so that they get translated to GetInstance and ModifyInstance calls (respectively) in the provider.  Providers written to the Provider2 API that correctly process the new ModifyInstance parameters will automatically support SetProperty operations.  Note that GetProperty and SetProperty currently only work for String properties because of an XML encoding limitation.

Revision 1.1.2.17 / (view) - annotate - [select for diffs] , Tue Nov 27 02:37:02 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.1.2.16: +2 -2 lines
Diff to previous 1.1.2.16 to branch point 1.1
HP-RK Added a new ServiceCIMOMHandle to pass to providers that act as services.  This handle provides service providers with access to the CIMServer data structures.

Revision 1.1.2.16 / (view) - annotate - [select for diffs] , Mon Nov 26 23:37:25 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.1.2.15: +153 -80 lines
Diff to previous 1.1.2.15 to branch point 1.1
HP-RK Added two new configuration properties to support alternate behavior of the Pegasus repository: repositoryIsDefaultInstanceProvider and repositoryProviderName.

Revision 1.1.2.15 / (view) - annotate - [select for diffs] , Mon Nov 26 22:40:16 2001 UTC (22 years, 6 months ago) by mday
Branch: dev
Changes since 1.1.2.14: +50 -15 lines
Diff to previous 1.1.2.14 to branch point 1.1
more async dispatcher changes

Revision 1.1.2.14 / (view) - annotate - [select for diffs] , Mon Nov 26 20:48:01 2001 UTC (22 years, 6 months ago) by mday
Branch: dev
Changes since 1.1.2.13: +145 -13 lines
Diff to previous 1.1.2.13 to branch point 1.1
async dispatcher updates

Revision 1.1.2.13 / (view) - annotate - [select for diffs] , Wed Nov 21 18:59:09 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.1.2.12: +2 -0 lines
Diff to previous 1.1.2.12 to branch point 1.1
HP-RK Added an optional IncludeQualifiers parameter to ModifyInstance (to go along with the new PropertyList parameter).  This change was required to comply with the DMTF specification.  This change was made throughout the system except for in the provider API.  For now, the CIMProviderHandle and CIMBaseProviderHandle hide the difference from providers, so older providers will continue to function.  However, this means that clients can not yet take advantage of the added functionality.

Revision 1.1.2.12 / (view) - annotate - [select for diffs] , Wed Nov 21 07:18:58 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.1.2.11: +26 -23 lines
Diff to previous 1.1.2.11 to branch point 1.1
HP-RK Changed the return value of EnumerateInstances from Array<CIMInstance> to Array<CIMNamedInstance>.  Changed the parameter to ModifyInstance from CIMInstance to CIMNamedInstance.  Added an optional PropertyList parameter to ModifyInstance.  Changed all handling of PropertyList parameters to use the CIMPropertyList class instead of Array<String>.  Each of these changes was required to comply with the DMTF specification.  These changes were made throughout the system except for in the provider API.  For now, the CIMProviderHandle and CIMBaseProviderHandle hide the differences from providers, so older providers will continue to function.  However, this means that clients can not yet take advantage of the added functionality.

Revision 1.1.2.11 / (view) - annotate - [select for diffs] , Wed Nov 14 03:24:40 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.1.2.10: +17 -4 lines
Diff to previous 1.1.2.10 to branch point 1.1
HP-RK Fixed exception handling in CIMRepository getClass and getQualifier methods and in CIMOperationRequestDispatcher _lookupProviderForClass method.

Revision 1.1.2.10 / (view) - annotate - [select for diffs] , Fri Nov 9 13:29:26 2001 UTC (22 years, 6 months ago) by mday
Branch: dev
Changes since 1.1.2.9: +13 -2 lines
Diff to previous 1.1.2.9 to branch point 1.1
IPC, asynchronous, threading changes and additions

Revision 1.1.2.9 / (view) - annotate - [select for diffs] , Wed Nov 7 04:23:12 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
CVS Tags: SNAPSHOT_1_04
Changes since 1.1.2.8: +3 -20 lines
Diff to previous 1.1.2.8 to branch point 1.1
HP-RK On GetInstance operations, pass the namespace to the provider in CIMBaseProviderHandle.  Send DeleteClass requests directly to the repository; don't check for a provider in CIMOperationRequestDispatcher.

Revision 1.1.2.8 / (view) - annotate - [select for diffs] , Tue Nov 6 19:15:00 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.1.2.7: +66 -36 lines
Diff to previous 1.1.2.7 to branch point 1.1
HP-[Nitin Upasani] Implementation of Indication Subscription Provider.

Revision 1.1.2.7 / (view) - annotate - [select for diffs] , Tue Nov 6 00:52:04 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.1.2.6: +10 -3 lines
Diff to previous 1.1.2.6 to branch point 1.1
HP-YZ Fixed createInstance to return a CIMReference (instanceName).

Revision 1.1.2.6 / (view) - annotate - [select for diffs] , Thu Oct 11 17:29:00 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.1.2.5: +37 -44 lines
Diff to previous 1.1.2.5 to branch point 1.1
Modified ProviderModule.cpp to fix the problem with constructing provider name and loading the providers for unix platforms. Also moved the shared library name construction (appending .sl or .so) from CIMOperationRequestDispatcher.cpp/SystemUnix.cpp to ProviderModule.cpp and included it in a method that returns provider file path name.

Revision 1.1.2.5 / (view) - annotate - [select for diffs] , Tue Oct 9 19:36:36 2001 UTC (22 years, 7 months ago) by chip
Branch: dev
Changes since 1.1.2.4: +145 -100 lines
Diff to previous 1.1.2.4 to branch point 1.1
no message

Revision 1.1.2.4 / (view) - annotate - [select for diffs] , Fri Oct 5 17:55:54 2001 UTC (22 years, 8 months ago) by kumpf
Branch: dev
Changes since 1.1.2.3: +88 -4 lines
Diff to previous 1.1.2.3 to branch point 1.1
HP-[Nitin Upasani] Implementation of InvokeMethod.

Revision 1.1.2.3 / (view) - annotate - [select for diffs] , Tue Aug 21 07:22:18 2001 UTC (22 years, 9 months ago) by sage
Branch: dev
Changes since 1.1.2.2: +88 -30 lines
Diff to previous 1.1.2.2 to branch point 1.1
added associator provider support

Revision 1.1.2.2 / (view) - annotate - [select for diffs] , Mon Aug 20 01:38:07 2001 UTC (22 years, 9 months ago) by mike
Branch: dev
Changes since 1.1.2.1: +2 -40 lines
Diff to previous 1.1.2.1 to branch point 1.1
Retrofit using queues.

Revision 1.1.2.1 / (view) - annotate - [select for diffs] , Mon Aug 20 01:32:49 2001 UTC (22 years, 9 months ago) by mike
Branch: dev
Changes since 1.1: +1107 -0 lines
Diff to previous 1.1
new

Revision 1.1 , Mon Aug 20 01:32:49 2001 UTC (22 years, 9 months ago) by mike
Branch: MAIN
Branch point for: dev
FILE REMOVED
file CIMOperationRequestDispatcher.cpp was initially added on branch dev.

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