CVS log for pegasus/src/Pegasus/Client/CIMOperationResponseDecoder.cpp

(logo)

Help

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

Request diff between arbitrary revisions


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

Revision 1.105 / (view) - annotate - [select for diffs] , Fri Sep 26 06:46:57 2014 UTC (9 years, 9 months ago) by jsafrane
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, HEAD
Changes since 1.104: +6 -0 lines
Diff to previous 1.104
BUG#: 9892
TITLE: Implement cookie-based session management.

DESCRIPTION: PAM (and GSSAPI) are quite slow when doing authentication.
Therefore cookie-based authentication is implemented. It is off by default
and it must be explicitly turned on by setting httpSessionTimeout
configuration option to nozero value.

Revision 1.104 / (view) - annotate - [select for diffs] , Wed Aug 27 22:10:07 2014 UTC (9 years, 10 months ago) by karl
Branch: MAIN
CVS Tags: postBug9676
Changes since 1.103: +839 -0 lines
Diff to previous 1.103
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.96.2.11 / (view) - annotate - [select for diffs] , Sun Jun 1 18:26:52 2014 UTC (10 years, 1 month 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.96.2.10: +57 -51 lines
Diff to previous 1.96.2.10 to branch point 1.96 to next main 1.97
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.96.2.10 / (view) - annotate - [select for diffs] , Thu May 29 22:55:34 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.96.2.9: +4 -4 lines
Diff to previous 1.96.2.9 to branch point 1.96
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.96.2.9 / (view) - annotate - [select for diffs] , Thu May 15 19:52:47 2014 UTC (10 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.96.2.8: +3 -4 lines
Diff to previous 1.96.2.8 to branch point 1.96
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.96.2.8 / (view) - annotate - [select for diffs] , Sat Nov 30 16:16:04 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.96.2.7: +55 -103 lines
Diff to previous 1.96.2.7 to branch point 1.96
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.96.2.7 / (view) - annotate - [select for diffs] , Thu Nov 21 17:59:41 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.96.2.6: +2 -3 lines
Diff to previous 1.96.2.6 to branch point 1.96
PEP#: 317
TITLE: TASK-PEP317_pullop-branch Merge Out from head of tree effective 21 Nov 2013.

DESCRIPTION:

Revision 1.96.2.6 / (view) - annotate - [select for diffs] , Wed Nov 20 00:31:50 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.96.2.5: +82 -0 lines
Diff to previous 1.96.2.5 to branch point 1.96
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.96.2.5 / (view) - annotate - [select for diffs] , Sun Sep 15 22:00:26 2013 UTC (10 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.96.2.4: +49 -48 lines
Diff to previous 1.96.2.4 to branch point 1.96
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.96.2.4 / (view) - annotate - [select for diffs] , Sun Jun 9 16:18:33 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.96.2.3: +57 -12 lines
Diff to previous 1.96.2.3 to branch point 1.96
PEP#: 317
TITLE: TASK PEP 317, Pull Operations

DESCRIPTION: Add OpenQuery, Clean up EnumContext

Revision 1.96.2.3 / (view) - annotate - [select for diffs] , Mon Jun 3 21:35:07 2013 UTC (11 years, 1 month ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.96.2.2: +34 -43 lines
Diff to previous 1.96.2.2 to branch point 1.96
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.103 / (view) - annotate - [select for diffs] , Mon May 20 05:11:31 2013 UTC (11 years, 1 month ago) by ajay.rao
Branch: MAIN
CVS Tags: preBug9676, 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_out_to_branch, TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, TASK-PEP362_RestfulService-branch, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, CIMRS_WORK_20130824
Changes since 1.102: +0 -2 lines
Diff to previous 1.102
BUG#: 9564
TITLE: [f2fCleanUp] Remove build option PEGASUS_CLIENT_TRACE_ENABLE

DESCRIPTION:

Revision 1.102 / (view) - annotate - [select for diffs] , Sat Apr 27 15:11:32 2013 UTC (11 years, 2 months ago) by dl.meetei
Branch: MAIN
Changes since 1.101: +1 -1 lines
Diff to previous 1.101
BUG#: 9630
TITLE: use PEGASUS_UNREACHABLE in src/Pegasus/Client

DESCRIPTION:

Revision 1.101 / (view) - annotate - [select for diffs] , Thu Apr 18 09:58:17 2013 UTC (11 years, 2 months ago) by karl
Branch: MAIN
Changes since 1.100: +6 -10 lines
Diff to previous 1.100
BUG#: 9632
TITLE: Client trace error when trying to log

DESCRIPTION: Rewrote function by creating ClientTrace class in CIMClientRep
and doing all logic within that class

Revision 1.100 / (view) - annotate - [select for diffs] , Mon Jan 14 12:05:38 2013 UTC (11 years, 5 months ago) by dl.meetei
Branch: MAIN
Changes since 1.99: +4 -2 lines
Diff to previous 1.99
BUG#: 9520
TITLE:New warnings from clang 3.2 for unused private data``

DESCRIPTION:

Revision 1.99 / (view) - annotate - [select for diffs] , Tue Feb 28 14:06:49 2012 UTC (12 years, 4 months ago) by marek
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.98: +0 -4 lines
Diff to previous 1.98
BUG#:8987
TITLE: Get Rid of old PEGASUS_SNIA_INTEROP_TEST #ifdefs

DESCRIPTION:

Revision 1.96.2.2 / (view) - annotate - [select for diffs] , Tue Oct 11 17:18:06 2011 UTC (12 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013
Changes since 1.96.2.1: +15 -4 lines
Diff to previous 1.96.2.1 to branch point 1.96
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.98 / (view) - annotate - [select for diffs] , Wed Feb 23 09:41:07 2011 UTC (13 years, 4 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_11_2-RC1, RELEASE_2_11_2, RELEASE_2_11_1-RC1, RELEASE_2_11_1, RELEASE_2_11_0-RC1, RELEASE_2_11_0, RELEASE_2_11-root, RELEASE_2_11-branch
Changes since 1.97: +15 -2 lines
Diff to previous 1.97
BUG#:8911
TITLE: Nightly build failure due to "Bus error" on running CQL/tests/QueryContext

DESCRIPTION:

Revision 1.97 / (view) - annotate - [select for diffs] , Thu Jan 20 13:09:09 2011 UTC (13 years, 5 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_11_0-FC
Changes since 1.96: +0 -2 lines
Diff to previous 1.96
BUG#:8909
TITLE: Enforce binary communication between ProviderAgents

DESCRIPTION:

Revision 1.96.2.1 / (view) - annotate - [select for diffs] , Sat Jan 15 21:26:50 2011 UTC (13 years, 5 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: BeforeUpdateToHeadOct82011
Changes since 1.96: +756 -0 lines
Diff to previous 1.96
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.96 / (view) - annotate - [select for diffs] , Fri Jan 7 02:17:19 2011 UTC (13 years, 5 months ago) by karl
Branch: MAIN
CVS Tags: TASK-PEP317_pullop-root
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.95: +1 -1 lines
Diff to previous 1.95
BUG#: 8892
TITLE:D
cument and minor code redo for CIMResponseData set Binary function

DESCRIPTION: Changes to create separate function for
setRemainingBinary and document functions in CIMBuffer and remove
unused includes for BinaryCodec

Revision 1.90.2.1 / (view) - annotate - [select for diffs] , Tue Jul 20 06:33:55 2010 UTC (13 years, 11 months ago) by s.kodali
Branch: RELEASE_2_9-branch
CVS Tags: RELEASE_2_9_2-RC2, RELEASE_2_9_2-RC1, RELEASE_2_9_2
Changes since 1.90: +3 -0 lines
Diff to previous 1.90 to next main 1.91
BUG#: 8812
TITLE: CIM operation in provider using its cimom handle fails after idle connection timeout.

Revision 1.95 / (view) - annotate - [select for diffs] , Sun Jun 6 16:04:15 2010 UTC (14 years ago) by marek
Branch: MAIN
Changes since 1.94: +4 -4 lines
Diff to previous 1.94
BUG#:8642
TITLE: New warnings reported by gcc 4.3

DESCRIPTION:

Revision 1.94 / (view) - annotate - [select for diffs] , Tue Dec 15 11:39:32 2009 UTC (14 years, 6 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.93: +39 -24 lines
Diff to previous 1.93
PEP#: 348
TITLE: Initial commit of SCMO for CMPI

DESCRIPTION: Initial commit of SCMO for CMPI

Revision 1.92.2.4 / (view) - annotate - [select for diffs] , Wed Nov 18 14:00:31 2009 UTC (14 years, 7 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
CVS Tags: TASK-PEP348_SCMO-merged_out_to_branch
Changes since 1.92.2.3: +3 -0 lines
Diff to previous 1.92.2.3 to branch point 1.92 to next main 1.93
PEP#: 348
TITLE: Merge head into branch.

DESCRIPTION: Merge head into branch.

Revision 1.92.2.3 / (view) - annotate - [select for diffs] , Mon Oct 19 14:19:57 2009 UTC (14 years, 8 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.92.2.2: +27 -15 lines
Diff to previous 1.92.2.2 to branch point 1.92
PEP#:348
TITLE: Extend just-in-time resolution in cim client

DESCRIPTION: Enable just-in-time resolution for an, r and rn operations

Revision 1.92.2.2 / (view) - annotate - [select for diffs] , Tue Oct 13 12:39:20 2009 UTC (14 years, 8 months ago) by marek
Branch: TASK-PEP348_SCMO-branch
Changes since 1.92.2.1: +4 -4 lines
Diff to previous 1.92.2.1 to branch point 1.92
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.93 / (view) - annotate - [select for diffs] , Fri Oct 9 04:31:09 2009 UTC (14 years, 8 months ago) by harsha.bm
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-merged_out_from_trunk
Changes since 1.92: +3 -0 lines
Diff to previous 1.92
BUG#: 8605
TITLE: CIM operation fails after idle connection timeout due to server closing the connection.
DESCRIPTION: updated CIMClientRep to check connection status for every request and reconnect in the event of idle timeout.

Revision 1.92.2.1 / (view) - annotate - [select for diffs] , Mon Aug 17 12:47:41 2009 UTC (14 years, 10 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.92: +8 -5 lines
Diff to previous 1.92
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.92 / (view) - annotate - [select for diffs] , Wed Jul 8 12:48:22 2009 UTC (14 years, 11 months ago) by r.kieninger
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-root, TASK-PEP348_SCMO-merged_in_to_trunk, TASK-PEP348_SCMO-merged_in_from_branch
Branch point for: TASK-PEP348_SCMO-branch
Changes since 1.91: +2 -1 lines
Diff to previous 1.91
BUG#:8400
TITLE: Delay resolution of binary data in client

DESCRIPTION: Delay resolution of binary data in client

Revision 1.91 / (view) - annotate - [select for diffs] , Tue Jun 30 09:31:29 2009 UTC (15 years ago) by r.kieninger
Branch: MAIN
Changes since 1.90: +20 -12 lines
Diff to previous 1.90
BUG#:8393
TITLE: Extend On-demand de-serialization for Associators and ExecQuery

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

Revision 1.90 / (view) - annotate - [select for diffs] , Thu Dec 18 18:52:00 2008 UTC (15 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_9_1-RC1, RELEASE_2_9_1, 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.89: +15 -14 lines
Diff to previous 1.89
BUG#: 8278
TITLE: HTTP headers are unnecessarily converted to Strings
DESCRIPTION: Process HTTP header names and values as character strings where feasible.

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

Revision 1.88 / (view) - annotate - [select for diffs] , Tue Dec 9 18:47:44 2008 UTC (15 years, 6 months ago) by kumpf
Branch: MAIN
Changes since 1.87: +3 -3 lines
Diff to previous 1.87
BUG#: 2418
TITLE: Questionable casting of getData() return values
DESCRIPTION: Do not cast away constness where it is not required.

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

DESCRIPTION:

Fixing trailing spaces in copyright/license text

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

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.85 / (view) - annotate - [select for diffs] , Tue Nov 25 19:27:25 2008 UTC (15 years, 7 months ago) by mike
Branch: MAIN
Changes since 1.84: +33 -3 lines
Diff to previous 1.84
BUG#: 8171
TITLE: Binary Protocol

DESCRIPTION: Initial commit of binary protocol feature.

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

DESCRIPTION: Internal Binary Protocol

Revision 1.83 / (view) - annotate - [select for diffs] , Thu Aug 7 17:03:47 2008 UTC (15 years, 10 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_NEVADA_PORT_v2-root, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch, TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch
Changes since 1.82: +3 -3 lines
Diff to previous 1.82
BUG#: 7779
TITLE: Variables hidden by other declarations in scope
DESCRIPTION: Use different names for variables in nested scope.

Revision 1.82 / (view) - annotate - [select for diffs] , Mon May 12 08:14:48 2008 UTC (16 years, 1 month ago) by marek
Branch: MAIN
CVS Tags: TASK_PEP328_SOLARIS_NEVADA_PORT, TASK-PEP328_SOLARIS_NEVADA_PORT-root, TASK-PEP328_SOLARIS_NEVADA_PORT-branch, TASK-PEP328_SOLARIS_IX86_CC_PORT-root, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch, RELEASE_2_8_2-RC1, RELEASE_2_8_2, RELEASE_2_8_1-RC1, RELEASE_2_8_1, RELEASE_2_8_0_BETA, RELEASE_2_8_0-RC2, RELEASE_2_8_0-RC1, RELEASE_2_8_0-FC, RELEASE_2_8_0, RELEASE_2_8-root, RELEASE_2_8-branch, Makefile
Changes since 1.81: +1 -6 lines
Diff to previous 1.81
BUG#:7645
TITLE: PEP#315 - Improve Trc&Log - Remove Logger::TRACE

DESCRIPTION:

Revision 1.81 / (view) - annotate - [select for diffs] , Fri Mar 28 17:36:41 2008 UTC (16 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.80: +8 -8 lines
Diff to previous 1.80
BUG#: 7560
TITLE: CIMClient does not validate Content-Type charset
DESCRIPTION: Move the Content-Type validation from the HTTPMessage to the decoders, and make the validation in the CIMClient decoder consistent with the others.

Revision 1.74.2.1 / (view) - annotate - [select for diffs] , Fri Dec 14 20:56:53 2007 UTC (16 years, 6 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
Changes since 1.74: +4 -1 lines
Diff to previous 1.74 to next main 1.75
BUG#: 7154
TITLE: Add timeout for idle connections (2.5 branch)

DESCRIPTION: Committing approved fix

Revision 1.76.4.2 / (view) - annotate - [select for diffs] , Fri Dec 14 20:47:55 2007 UTC (16 years, 6 months ago) by dave.sudlik
Branch: RELEASE_2_6-branch
CVS Tags: TASK-BUG7240-root, TASK-BUG7240-branch, RELEASE_2_6_3-RC2, RELEASE_2_6_3-RC1, RELEASE_2_6_3, RELEASE_2_6_2-RC1, RELEASE_2_6_2, RELEASE_2_6-branch-clean
Changes since 1.76.4.1: +1 -1 lines
Diff to previous 1.76.4.1 to branch point 1.76 to next main 1.77
BUG#: 7153
TITLE: Add timeout for idle connections (2.6 branch)

DESCRIPTION: Committing approved fix

Revision 1.79.12.1 / (view) - annotate - [select for diffs] , Fri Dec 14 20:31:22 2007 UTC (16 years, 6 months ago) by dave.sudlik
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.79: +1 -1 lines
Diff to previous 1.79 to next main 1.80
BUG#: 7152
TITLE: Add timeout for idle connections (2.7 branch)

DESCRIPTION: committing approved fix

Revision 1.80 / (view) - annotate - [select for diffs] , Tue Nov 27 20:03:02 2007 UTC (16 years, 7 months ago) by dave.sudlik
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
Changes since 1.79: +1 -1 lines
Diff to previous 1.79
BUG#: 7143
TITLE: Add timeout for idle connections

DESCRIPTION: Committing approved fix

Revision 1.79 / (view) - annotate - [select for diffs] , Thu Apr 12 17:58:57 2007 UTC (17 years, 2 months ago) by venkat.puvvada
Branch: MAIN
CVS Tags: TASK-PEP305_VXWORKS-root, TASK-PEP305_VXWORKS-branch-pre-solaris-port, TASK-PEP305_VXWORKS-branch-post-solaris-port, TASK-PEP305_VXWORKS-branch-beta2, TASK-PEP305_VXWORKS-branch, TASK-PEP305_VXWORKS-2008-10-23, TASK-PEP291_IPV6-root, TASK-PEP291_IPV6-branch, TASK-PEP286_PRIVILEGE_SEPARATION-root, TASK-PEP286_PRIVILEGE_SEPARATION-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, TASK-PEP274_dacim-branch, 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, RELEASE_2_7_0-RC1, RELEASE_2_7_0-BETA, RELEASE_2_7_0, RELEASE_2_7-root
Branch point for: RELEASE_2_7-branch
Changes since 1.78: +1 -2 lines
Diff to previous 1.78
BUG#: 5949
TITLE: Content-Type header is not validated

Revision 1.78 / (view) - annotate - [select for diffs] , Tue Mar 27 16:31:31 2007 UTC (17 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.77: +3 -15 lines
Diff to previous 1.77
BUG#: 6288
TITLE: Unnecessary null-termination of Buffers
DESCRIPTION: Remove leftover appending of Buffer null-terminator characters.

Revision 1.76.4.1 / (view) - annotate - [select for diffs] , Fri Mar 23 23:37:17 2007 UTC (17 years, 3 months ago) by karl
Branch: RELEASE_2_6-branch
CVS Tags: RELEASE_2_6_1-RC1, RELEASE_2_6_1
Changes since 1.76: +2 -27 lines
Diff to previous 1.76
BUG#: 6275
TITLE: Fix DTDVersion, ProtocolVersion and CIMVersion tests

DESCRIPTION: Moves fix from 2.7 back to 2.6

Revision 1.77 / (view) - annotate - [select for diffs] , Wed Mar 14 23:24:03 2007 UTC (17 years, 3 months ago) by karl
Branch: MAIN
Changes since 1.76: +2 -27 lines
Diff to previous 1.76
BUG#: 6022
TITLE:  Modify version tests for spec compliance

DESCRIPTION:  Consolidate DTDVersion protocolVersion CimVersion tests and
test only major version number per spec.

Revision 1.76 / (view) - annotate - [select for diffs] , Tue Nov 14 18:34:48 2006 UTC (17 years, 7 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_CODE_FREEZE, PEP286_PRIVILEGE_SEPARATION_BRANCH, PEP286_PRIVILEGE_SEPARATION_1
Branch point for: RELEASE_2_6-branch
Changes since 1.75: +326 -352 lines
Diff to previous 1.75
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.75 / (view) - annotate - [select for diffs] , Fri Oct 13 17:04:49 2006 UTC (17 years, 8 months ago) by yi.zhou
Branch: MAIN
CVS Tags: 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-merging_out_from_trunk, 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-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, RELEASE_2_6_0-FC
Changes since 1.74: +1 -1 lines
Diff to previous 1.74
BUG#: 5691
TITLE: Parameter systemId should be used in the System:syslog() of Logger.cp

DESCRIPTION: Updated System::syslog() in Logger.cpp to use parameter systemId instead of System::CIMSERVER. Also, updated the modules which does not pass proper identifier.

Revision 1.71.8.1 / (view) - annotate - [select for diffs] , Fri Feb 10 16:09:26 2006 UTC (18 years, 4 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.71: +9 -5 lines
Diff to previous 1.71 to next main 1.72
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.74 / (view) - annotate - [select for diffs] , Mon Jan 30 16:16:42 2006 UTC (18 years, 5 months ago) by karl
Branch: MAIN
CVS Tags: TASK_PEP233_EmbeddedInstSupport-merge_out_trunk, TASK_BUG_5314_IPC_REFACTORING_ROOT, TASK_BUG_5314_IPC_REFACTORING_BRANCH, TASK_BUG_5314_IPC_REFACTORING-V1, TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT, TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH, 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-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-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-root, TASK-PEP241_OpenPegasusStressTests-merged_out_to_branch, TASK-PEP241_OpenPegasusStressTests-merged_out_from_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_to_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_from_branch, TASK-PEP241_OpenPegasusStressTests-branch, 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-New, TASK-BUG4011_WinLocalConnect-branch, 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, RELEASE_2_5_1-RC1, RELEASE_2_5_1, RELEASE_2_5-root
Branch point for: RELEASE_2_5-branch
Changes since 1.73: +3 -1 lines
Diff to previous 1.73
BUG#: 4691
TITLE: Update Licenses to 2006

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

Revision 1.73 / (view) - annotate - [select for diffs] , Tue Jan 24 16:13:18 2006 UTC (18 years, 5 months ago) by a.dunfey
Branch: MAIN
Changes since 1.72: +5 -3 lines
Diff to previous 1.72
BUG#: 4159
TITLE: ClientPerfDataStore in CIMClientRep.cpp not thread safe

DESCRIPTION:

Changes that assign one ClientPerfDataStore object per CIMClient object.

Revision 1.71.10.1 / (view) - annotate - [select for diffs] , Wed Jan 18 17:37:55 2006 UTC (18 years, 5 months ago) by a.dunfey
Branch: PEP244_ServerProfile-branch
Changes since 1.71: +1 -1 lines
Diff to previous 1.71 to next main 1.72
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.72 / (view) - annotate - [select for diffs] , Tue Jan 10 19:41:16 2006 UTC (18 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.71: +1 -1 lines
Diff to previous 1.71
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.71 / (view) - annotate - [select for diffs] , Thu Aug 11 20:32:23 2005 UTC (18 years, 10 months ago) by david.dillard
Branch: MAIN
CVS Tags: STABLE, RELEASE_2_5_0-RC1, RELEASE_2_5_0, PEP244_ServerProfile-root, PEP233_EmbeddedInstSupport-root, 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, PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch, NPEGASUS_2_5_0_PerformanceDev-String-root, NNPEGASUS_2_5_0_PerformanceDev-String-branch, BUG_4225_PERFORMANCE_VERSION_1_DONE
Branch point for: PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-branch
Changes since 1.70: +26 -8 lines
Diff to previous 1.70
BUG#: 4055
TITLE: Change to allow all "1.x" protocol versions.

DESCRIPTION: Changed the code that checks the protocol version of the server to allow all "1.x" versions.  Took the code from the server code that validated the same value from the client.

Revision 1.70 / (view) - annotate - [select for diffs] , Tue Aug 9 20:05:10 2005 UTC (18 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.69: +5 -8 lines
Diff to previous 1.69
BUG#: 4054
TITLE: Request message leaked in client authenticator
DESCRIPTION: Use an AutoPtr to hold the request message while it is owned by the ClientAuthenticator.

Revision 1.69 / (view) - annotate - [select for diffs] , Fri Aug 5 17:17:37 2005 UTC (18 years, 11 months ago) by j.alex
Branch: MAIN
Changes since 1.68: +10 -2 lines
Diff to previous 1.68
BUG#: 2290
TITLE: pegasus should honor HTTP header  'Connection: Close'

DESCRIPTION: Added changes to reconnect Client with Server when  "Connection: Close" header
is detected during an Authentication Challenge.

Revision 1.68 / (view) - annotate - [select for diffs] , Mon Jul 25 23:15:30 2005 UTC (18 years, 11 months ago) by j.alex
Branch: MAIN
Changes since 1.67: +45 -6 lines
Diff to previous 1.67
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.67 / (view) - annotate - [select for diffs] , Thu Apr 14 16:56:35 2005 UTC (19 years, 2 months ago) by w.white
Branch: MAIN
CVS Tags: PEG25_IBM_5_16_05
Changes since 1.66: +1 -1 lines
Diff to previous 1.66
BUG#: 3211

TITLE:Client Performance Statistics Test Fails

DESCRIPTION: checking in code to fix test case and checking in code to move statisitcs gathering from CIMDateTime based to TimeValue based

Revision 1.66 / (view) - annotate - [select for diffs] , Fri Feb 25 03:50:06 2005 UTC (19 years, 4 months ago) by w.white
Branch: MAIN
CVS Tags: PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.65: +1 -1 lines
Diff to previous 1.65
PEP#: 128

TITLE:Client Statisitcal gathering

DESCRIPTION: check in of rest of code

Revision 1.65 / (view) - annotate - [select for diffs] , Sat Feb 5 22:59:19 2005 UTC (19 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH
Changes since 1.64: +3 -1 lines
Diff to previous 1.64
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.64 / (view) - annotate - [select for diffs] , Fri Feb 4 22:57:18 2005 UTC (19 years, 4 months ago) by w.white
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate
Changes since 1.63: +19 -1 lines
Diff to previous 1.63
PEP#: 128

TITLE:Client Statisitcal gathering

DESCRIPTION: function is not done but most of underlying stat. gathering is being checked in now

Revision 1.63 / (view) - annotate - [select for diffs] , Sun Jan 16 01:49:40 2005 UTC (19 years, 5 months ago) by david.dillard
Branch: MAIN
CVS Tags: SLPPERFINST-root, SLPPERFINST-branch
Changes since 1.62: +2 -2 lines
Diff to previous 1.62
BUG#: 2297
TITLE: 'Types' changes
USER: David Dillard
MAIL: david.dillard@veritas.com



DESCRIPTION: Changes for typedef'ing Sint8 to be a 'signed char'.

Revision 1.62 / (view) - annotate - [select for diffs] , Thu Dec 9 21:49:52 2004 UTC (19 years, 6 months ago) by brian.campbell
Branch: MAIN
Changes since 1.61: +3 -38 lines
Diff to previous 1.61
BUG#: 2231
TITLE: Globalization test fails

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

Revision 1.61 / (view) - annotate - [select for diffs] , Sun Oct 17 19:39:14 2004 UTC (19 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, PEP213_SIZE_OPTIMIZATIONS, IBM_241_April1405, CHUNKTESTDONE_PEP140
Changes since 1.60: +6 -4 lines
Diff to previous 1.60
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.60 / (view) - annotate - [select for diffs] , Thu Jul 22 19:08:40 2004 UTC (19 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: MONITOR_CONSOLIDATION_2_5_BRANCH, CQL_2_5_BRANCH
Changes since 1.59: +1076 -986 lines
Diff to previous 1.59
BUG#: 1703
TITLE: [HP-RK] Incorrect XML parsing of empty *METHODRESPONSE elements

DESCRIPTION: Fixed the CIMOperationRequestDecoder and CIMExportRequestDecoder to handle empty *METHODRESPONSE tags.

Revision 1.59 / (view) - annotate - [select for diffs] , Tue Jul 20 12:24:26 2004 UTC (19 years, 11 months ago) by brian.campbell
Branch: MAIN
Changes since 1.58: +36 -35 lines
Diff to previous 1.58
BUG#: 1686
TITLE: Chunking doesnt seem to handle server errors correctly
DESCRIPTION:

problem:
a. The full error description was not coming back to client.
b. Content language was not being communicated to client on an error condition.

solution:
a. call TraceableCIMException().getDescription() to expand the error text.
   When chunking was implemented, there was a call that originally placed the
   error in the XML payload, but the cim operations spec dictates that the XML
   payload is to be ignored on error conditions, however, the full error still
   needs to be placed into the CIMStatusCodeDescription field in the HTTP
   trailer to communicate the error outside of the XML payload.
b. call setContentLanguages() on the cim exception object

files fixed:
a. Server/CIMOperationResponseEncoder.cpp
b. Client/CIMOperationResponseDecoder.cpp

Revision 1.58 / (view) - annotate - [select for diffs] , Mon Jun 28 08:30:35 2004 UTC (20 years ago) by se.gupta
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1
Changes since 1.57: +0 -1 lines
Diff to previous 1.57
PEP#: 135
TITLE: OperationContext Enhancements.

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.57 / (view) - annotate - [select for diffs] , Thu Jun 24 18:52:14 2004 UTC (20 years ago) by brian.campbell
Branch: MAIN
Changes since 1.56: +41 -5 lines
Diff to previous 1.56
PEP#:140
TITLE:phase1 of HTTP chunked transfer encoding support

DESCRIPTION:
- phase1 only impacts the HTTP connection level and the xml writer and its callers.
- phase1 does NOT change the flow within the server to be async
- Hooks have been placed in Message.h for the eventual support in phase2.
- phase2 will eventually change ResponseHandler::deliver() to be async
- servers that send chunked encoding can now be parsed by the pegasus client
- all changed files for phase1 are:

Common/Message.h
Common/HTTPConnection.cpp
Common/HTTPConnection.h
Common/HTTPMessage.cpp
Common/HTTPMessage.h
Common/XmlWriter.cpp
Common/XmlWriter.h
Server/CIMOperationResponseEncoder.cpp
Server/CIMOperationResponseEncoder.h
Client/CIMOperationResponseDecoder.cpp
Client/CIMClientRep.cpp

Revision 1.56 / (view) - annotate - [select for diffs] , Wed Jun 16 12:33:14 2004 UTC (20 years ago) by se.gupta
Branch: MAIN
Changes since 1.55: +3 -1 lines
Diff to previous 1.55
PEP#: 135
TITLE: OperationContext Enhancements

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.55 / (view) - annotate - [select for diffs] , Wed Dec 17 21:03:34 2003 UTC (20 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: local, RELEASE_2_3_2-testfreeze, RELEASE_2_3_2-root, RELEASE_2_3_2-releasesnapshot, RELEASE_2_3_2-branch-freeze, RELEASE_2_3_2-branch
Changes since 1.54: +1 -1 lines
Diff to previous 1.54
HP-Nag: Bugzilla:1111 made changes to CIMClient inteface to retain the user information on a TimeoutException like in any other Exception situation.

Revision 1.51.2.1 / (view) - annotate - [select for diffs] , Wed Nov 12 19:04:21 2003 UTC (20 years, 7 months ago) by kumpf
Branch: RELEASE_2_3_0-branch
Changes since 1.51: +2 -1 lines
Diff to previous 1.51 to next main 1.52
HP-RK Bugzilla 1023 (CIMClientHTTPErrorException should include reason phrase).

Revision 1.54 / (view) - annotate - [select for diffs] , Tue Nov 11 23:05:58 2003 UTC (20 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_3_1-root, RELEASE_2_3_1-branch
Changes since 1.53: +2 -1 lines
Diff to previous 1.53
HP-RK Bugzilla 1023 (CIMClientHTTPErrorException should include reason phrase).

Revision 1.53 / (view) - annotate - [select for diffs] , Tue Nov 11 04:10:58 2003 UTC (20 years, 7 months ago) by kumpf
Branch: MAIN
Changes since 1.52: +1 -1 lines
Diff to previous 1.52
HP-RK Bugzilla 1024 (Use CIMClientResponseException for response decoding errors).

Revision 1.52 / (view) - annotate - [select for diffs] , Tue Nov 11 03:10:19 2003 UTC (20 years, 7 months ago) by kumpf
Branch: MAIN
Changes since 1.51: +3 -18 lines
Diff to previous 1.51
HP-RK Bugzilla 1014 (Client application cannot distinguish authentication failure exception).

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

Revision 1.50 / (view) - annotate - [select for diffs] , Fri Oct 3 20:26:01 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: test, TEST, PRE_LICENSE_UPDATE_2003
Changes since 1.49: +1 -2 lines
Diff to previous 1.49
HP-RK Bugzilla 423 (references and referencesNames times out).

Revision 1.49 / (view) - annotate - [select for diffs] , Fri Sep 19 16:58:19 2003 UTC (20 years, 9 months ago) by humberto
Branch: MAIN
CVS Tags: RELEASE_2_3_0-msg-freeze
Changes since 1.48: +1 -1 lines
Diff to previous 1.48
IBM:HR:BUG 485

Revision 1.48 / (view) - annotate - [select for diffs] , Thu Sep 18 01:21:15 2003 UTC (20 years, 9 months ago) by karl
Branch: MAIN
Changes since 1.47: +16 -0 lines
Diff to previous 1.47
reinsert the header missing code but with conditional compile flag set false per bug 572

Revision 1.47 / (view) - annotate - [select for diffs] , Thu Sep 18 01:12:32 2003 UTC (20 years, 9 months ago) by karl
Branch: MAIN
Changes since 1.46: +28 -11 lines
Diff to previous 1.46
fix bug 572, processing of content-type header.  We chose to make the header optional but if it exists check the type and subtype against the Operations over HTTP specification

Revision 1.46 / (view) - annotate - [select for diffs] , Mon Sep 8 13:59:47 2003 UTC (20 years, 9 months ago) by humberto
Branch: MAIN
Changes since 1.45: +1 -1 lines
Diff to previous 1.45
IBM:HR:BUG 485

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

Revision 1.44 / (view) - annotate - [select for diffs] , Fri Aug 22 13:55:43 2003 UTC (20 years, 10 months ago) by humberto
Branch: MAIN
Changes since 1.43: +21 -21 lines
Diff to previous 1.43
IBM:HR:BUG459

Revision 1.38.4.1 / (view) - annotate - [select for diffs] , Thu Aug 14 19:00:44 2003 UTC (20 years, 10 months ago) by karl
Branch: RELEASE_2_2_0-branch
CVS Tags: RELEASE_2_2_1-snapshot
Changes since 1.38: +26 -2 lines
Diff to previous 1.38 to next main 1.39
Add client display per PEP 90 to branch

Revision 1.38.6.3 / (view) - annotate - [select for diffs] , Thu Aug 14 10:55:41 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.38.6.2: +235 -65 lines
Diff to previous 1.38.6.2 to branch point 1.38 to next main 1.39
another merge with HEAD

Revision 1.38.6.2 / (view) - annotate - [select for diffs] , Wed Aug 13 18:39:50 2003 UTC (20 years, 10 months ago) by mday
Branch: pep_88
Changes since 1.38.6.1: +49 -8 lines
Diff to previous 1.38.6.1 to branch point 1.38
merge with 2.3 localized code

Revision 1.43 / (view) - annotate - [select for diffs] , Wed Aug 13 18:18:31 2003 UTC (20 years, 10 months ago) by humberto
Branch: MAIN
Changes since 1.42: +213 -63 lines
Diff to previous 1.42
IBM:HR,pep58,R2.3:globalization changes for CIMClient

Revision 1.42 / (view) - annotate - [select for diffs] , Tue Aug 12 18:14:33 2003 UTC (20 years, 10 months ago) by david
Branch: MAIN
Changes since 1.41: +17 -0 lines
Diff to previous 1.41
IBM-DR, PEP58, R2.3: I18N support

Revision 1.41 / (view) - annotate - [select for diffs] , Tue Aug 12 13:52:11 2003 UTC (20 years, 10 months ago) by karl
Branch: MAIN
Changes since 1.40: +31 -23 lines
Diff to previous 1.40
add client trace per PEP 90 but with different env var definition

Revision 1.40 / (view) - annotate - [select for diffs] , Wed Aug 6 13:39:57 2003 UTC (20 years, 11 months ago) by keith.petley
Branch: MAIN
Changes since 1.39: +15 -0 lines
Diff to previous 1.39
  - Merged CLIENT_TRACE code. This is inside #ifdef PEGASUS_DEBUG wrapper
    and tests for PEGASUS_CLIENT_TRACE in the environment before outputting
    trace data.

Revision 1.38.6.1 / (view) - annotate - [select for diffs] , Tue Jul 29 14:08:29 2003 UTC (20 years, 11 months ago) by mday
Branch: pep_88
Changes since 1.38: +48 -2 lines
Diff to previous 1.38
g10n changes merged

Revision 1.39 / (view) - annotate - [select for diffs] , Thu Jul 17 00:39:24 2003 UTC (20 years, 11 months ago) by chuck
Branch: MAIN
Changes since 1.38: +48 -2 lines
Diff to previous 1.38
IBM-CC, PEP58, R2.3 - Globalization changes

Revision 1.38 / (view) - annotate - [select for diffs] , Wed Apr 2 20:10:59 2003 UTC (21 years, 3 months ago) by david
Branch: MAIN
CVS Tags: mday-merge-start, mday-merge-pegasus/src/Pegasus/Server, mday-merge-pegasus/src/Pegasus/Common, RELEASE_2_2_0_0-release, RELEASE_2_2_0-root, RELEASE_2_2-root, PEGASUS_FC_VERSION_2_2
Branch point for: pep_88, RELEASE_2_2_0-branch
Changes since 1.37: +4 -0 lines
Diff to previous 1.37
IBM:DR [PEP:53] Logging Enhancements Code Points

Revision 1.37 / (view) - annotate - [select for diffs] , Thu Mar 20 00:29:46 2003 UTC (21 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.36: +159 -86 lines
Diff to previous 1.36
HP-RK Bugzilla 135 (Client Response decoder does not handle EMPTY tag).

Revision 1.36 / (view) - annotate - [select for diffs] , Thu Mar 13 23:09:55 2003 UTC (21 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.35: +7 -1 lines
Diff to previous 1.35
SF-HP PEP 31: Updated Exception message for Authentication Failure.

Revision 1.35 / (view) - annotate - [select for diffs] , Thu Mar 6 22:46:04 2003 UTC (21 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.34: +9 -0 lines
Diff to previous 1.34
HP-RK Phase 1 of fix for Bugzilla 207 (CIMObject Header Not URI-Safe).

Revision 1.34.8.3 / (view) - annotate - [select for diffs] , Fri Feb 21 16:44:51 2003 UTC (21 years, 4 months ago) by karl
Branch: LOCAL_ASSOCPROV-BRANCH
Changes since 1.34.8.2: +0 -1 lines
Diff to previous 1.34.8.2 to branch point 1.34 to next main 1.35
add print on MissingCIMOperation Exception

Revision 1.34.8.2 / (view) - annotate - [select for diffs] , Thu Feb 20 13:24:15 2003 UTC (21 years, 4 months ago) by karl
Branch: LOCAL_ASSOCPROV-BRANCH
Changes since 1.34.8.1: +8 -0 lines
Diff to previous 1.34.8.1 to branch point 1.34
Add console display for some HTTP message errors

Revision 1.34.8.1 / (view) - annotate - [select for diffs] , Wed Feb 12 14:11:36 2003 UTC (21 years, 4 months ago) by karl
Branch: LOCAL_ASSOCPROV-BRANCH
Changes since 1.34: +246 -94 lines
Diff to previous 1.34
Add client trace to std out and bugs from SNIA testing

Revision 1.34.6.1 / (view) - annotate - [select for diffs] , Thu Jan 16 23:34:21 2003 UTC (21 years, 5 months ago) by kumpf
Changes since 1.34: +5 -1 lines
Diff to previous 1.34 to next main 1.35
HP-SF: Fixed Exception message for Authentication Failure. Modified CannotConnectException to accept a message string instead of appending an existing string to the message passed.

Revision 1.34 / (view) - annotate - [select for diffs] , Fri Sep 13 20:40:42 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: mday-2-0-patches, 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: LOCAL_ASSOCPROV-BRANCH
Changes since 1.33: +3 -3 lines
Diff to previous 1.33
HP-[CAKG] API Review: CIMName modifications

Revision 1.33 / (view) - annotate - [select for diffs] , Thu Sep 12 16:27:01 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
HP-RK API Review: Rename KeyBinding to CIMKeyBinding.  Remove definition of KeyBindingArray.

Revision 1.32 / (view) - annotate - [select for diffs] , Wed Sep 11 20:39:11 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31
HP-RK API Review: Rename CIMClientHTTPError class to CIMClientHTTPErrorException.

Revision 1.31 / (view) - annotate - [select for diffs] , Wed Sep 11 18:11:54 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.30: +23 -23 lines
Diff to previous 1.30
HP-RK API Review: Move CompareNoCase in String.h to System::strcasecmp.

Revision 1.30 / (view) - annotate - [select for diffs] , Tue Sep 3 21:27:46 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.29: +23 -23 lines
Diff to previous 1.29
HP-RK API Review: Replace EqualNoCase function with CompareNoCase function in String module.

Revision 1.29 / (view) - annotate - [select for diffs] , Thu Aug 22 13:56:51 2002 UTC (21 years, 10 months ago) by chuck
Branch: MAIN
Changes since 1.28: +1 -0 lines
Diff to previous 1.28
Changes to compile on OS/400

Revision 1.28 / (view) - annotate - [select for diffs] , Fri Aug 16 23:09:38 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
HP-RK API Review: Remove definitions of CIMClientException and CIMClientCIMException.  Replace with use of Exception and CIMException.

Revision 1.27 / (view) - annotate - [select for diffs] , Fri Aug 16 00:28:06 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.26: +3 -3 lines
Diff to previous 1.26
HP-RK API Review: Restructured exceptions to move internal exceptions to an InternalExceptions module.  Combined definitions of overlapping CIMClientExceptions and Exceptions.  Removed unused exception definitions.  This is just the first step in cleaning up the exceptions from a developer API perspective.

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

Revision 1.25 / (view) - annotate - [select for diffs] , Fri May 31 23:56:17 2002 UTC (22 years, 1 month 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, VERSION_1_10
Changes since 1.24: +2 -2 lines
Diff to previous 1.24
HP-RK Update license header.

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

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

Revision 1.22 / (view) - annotate - [select for diffs] , Wed May 29 02:04:25 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.21: +10 -0 lines
Diff to previous 1.21
HP-WO Added Unauthorized exception.

Revision 1.21 / (view) - annotate - [select for diffs] , Wed May 15 23:24:18 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.20: +11 -11 lines
Diff to previous 1.20
HP-RK Use CIMObjectPath class instead of CIMReference.

Revision 1.20 / (view) - annotate - [select for diffs] , Tue Apr 30 16:22:38 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.19: +18 -14 lines
Diff to previous 1.19
HP-RK Change ClientExceptionMessage to hold a pointer to an exception instead of the exception itself, so that subclass information will not get sliced off during assignment.

Revision 1.19 / (view) - annotate - [select for diffs] , Wed Apr 24 17:15:25 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.18: +33 -4 lines
Diff to previous 1.18
HP-RK Improve error handling of bad HTTP response messages.

Revision 1.18 / (view) - annotate - [select for diffs] , Thu Apr 18 20:36:32 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
HP-RK Remove use of String::matchNoCase in HTTPMessage::lookupHeader.  Instead of doing a general pattern match, HTTPMessage::lookupHeader now has specific modes for allowing the HTTP namespace prefix ('dd-') on the header tag or not.  This more closely matches the use model.

Revision 1.17 / (view) - annotate - [select for diffs] , Wed Apr 17 02:47:15 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.16: +51 -15 lines
Diff to previous 1.16
HP-RK Defined an exception hierarchy for CIMClient API users.  All exceptions thrown by CIMClient are now subclasses of CIMClientException.  A new message type, ClientExceptionMessage has been defined as well.  This message is used to communicate client exceptions from the CIM operation response decoder to the CIMClient.  The CIM clients that are linked into the Pegasus build have been updated to catch CIMClientException instead of CIMException.

Revision 1.16 / (view) - annotate - [select for diffs] , Thu Apr 11 23:58:21 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.15: +1 -5 lines
Diff to previous 1.15
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.15 / (view) - annotate - [select for diffs] , Thu Apr 11 20:51:38 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.14: +23 -0 lines
Diff to previous 1.14
HP-RK Define an HTTP error message to be returned to the CIMClient when an HTTP error response is returned.  Add a method to parse the status line of an HTTP response.

Revision 1.14 / (view) - annotate - [select for diffs] , Mon Apr 8 22:11:21 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.13: +150 -174 lines
Diff to previous 1.13
HP-RK Make IRETURNVALUE tag optional on the client side, and don't include that element on the server side when no return value is given.

Revision 1.13 / (view) - annotate - [select for diffs] , Mon Apr 8 18:03:55 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.12: +0 -6 lines
Diff to previous 1.12
HP-RK Fixed defects in InvokeMethod responses.  Specifically, made the RETURNVALUE XML tag optional and propagated the return value from the provider to the response encoder.

Revision 1.12 / (view) - annotate - [select for diffs] , Sat Apr 6 02:52:19 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.11: +96 -168 lines
Diff to previous 1.11
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.11 / (view) - annotate - [select for diffs] , Thu Apr 4 02:33:36 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_09
Changes since 1.10: +4 -1 lines
Diff to previous 1.10
HP-RK Parse xml tag in CIM requests/responses.

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

Revision 1.9 / (view) - annotate - [select for diffs] , Wed Mar 6 05:12:05 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_08
Changes since 1.8: +6 -3 lines
Diff to previous 1.8
HP-RK Implement HTTP header consistency validation for CIMProtocolVersion headers.

Revision 1.8 / (view) - annotate - [select for diffs] , Tue Mar 5 00:49:03 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.7: +29 -20 lines
Diff to previous 1.7
HP-Nag: Fixed a bug in the ClientAuthenticator code.

Revision 1.7 / (view) - annotate - [select for diffs] , Sat Feb 23 00:16:01 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: async_dispatcher
Changes since 1.6: +2 -4 lines
Diff to previous 1.6
HP-RK Clean up decoding of property values in SetProperty requests and GetProperty responses.

Revision 1.6 / (view) - annotate - [select for diffs] , Wed Feb 20 23:14:18 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.5: +4 -8 lines
Diff to previous 1.5
HP-RK Recognize and generate the PARAMTYPE attribute to RETURNVALUE to communicate the type of the return value for an extrinsic method.  Add the ability for a CIMValue to contain an array of references.

Revision 1.5 / (view) - annotate - [select for diffs] , Wed Feb 20 03:51:29 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.4: +5 -11 lines
Diff to previous 1.4
HP-RK Recognize and generate the PARAMTYPE attribute to PARAMVALUE to communicate the types of extrinsic method input/output parameters.  Clean up the CIMParamValue class to remove unnecessary data and methods.

Revision 1.4 / (view) - annotate - [select for diffs] , Wed Dec 19 18:53:10 2001 UTC (22 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: pre-meta-dispatcher, VERSION_1_07
Changes since 1.3: +41 -18 lines
Diff to previous 1.3
HP-RK Updated the CIMOperationResponseDecoder to accept InvokeMethod responses with the return value and the parameter values in any order.

Revision 1.3 / (view) - annotate - [select for diffs] , Mon Dec 17 14:17:08 2001 UTC (22 years, 6 months ago) by mday
Branch: MAIN
Changes since 1.2: +2 -1 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:53:44 2001 UTC (22 years, 6 months ago) by mike
Branch: MAIN
CVS Tags: merge_of_dev
Changes since 1.1: +1217 -0 lines
Diff to previous 1.1
Merged dev branch into main trunk.

Revision 1.1.2.14 / (view) - annotate - [select for diffs] , Tue Dec 11 19:11:20 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
CVS Tags: dev_dead
Changes since 1.1.2.13: +11 -14 lines
Diff to previous 1.1.2.13 to branch point 1.1 to next main 1.2
HP-RK Throw exceptions in _handleMethodResponse instead of ignoring errors.

Revision 1.1.2.13 / (view) - annotate - [select for diffs] , Mon Dec 10 13:01:48 2001 UTC (22 years, 6 months ago) by sage
Branch: dev
Changes since 1.1.2.12: +1 -1 lines
Diff to previous 1.1.2.12 to branch point 1.1
FIX: Linux build needs Pegasus/Common/Config.h included first

Revision 1.1.2.12 / (view) - annotate - [select for diffs] , Wed Nov 28 03:25:49 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.1.2.11: +8 -1 lines
Diff to previous 1.1.2.11 to branch point 1.1
HP-RK Fixed a memory error caused by the Decoders appending a null character to an HTTP message after getting a pointer into an array returned by HTTPMessage::parse() and before using it.  Since Array::append() can move the array contents, the pointer may become invalid.

Revision 1.1.2.11 / (view) - annotate - [select for diffs] , Wed Nov 21 07:18:54 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.1.2.10: +8 -9 lines
Diff to previous 1.1.2.10 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.10 / (view) - annotate - [select for diffs] , Tue Nov 20 22:21:45 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.1.2.9: +51 -11 lines
Diff to previous 1.1.2.9 to branch point 1.1
HP-NB Implemented Authentication code on the server to challenge requests, authenticate the challenge responses, and verify the subsequent authorized requests. Implemented authentication mechanism in the Client API to send responses to the challenges from the server. Current implementation supports only 'local' authentication mechanism. Authentication can be enabled by setting the config property 'requireAuthentication' to true.

Revision 1.1.2.9 / (view) - annotate - [select for diffs] , Tue Nov 20 06:11:35 2001 UTC (22 years, 7 months ago) by mike
Branch: dev
Changes since 1.1.2.8: +20 -11 lines
Diff to previous 1.1.2.8 to branch point 1.1
Fixed compiler warnings on Linux/GNU C++.

Revision 1.1.2.8 / (view) - annotate - [select for diffs] , Fri Nov 9 02:58:17 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.1.2.7: +122 -0 lines
Diff to previous 1.1.2.7 to branch point 1.1
HP-RK Implement encoding/decoding of GetPropery/SetProperty/EnumerateInstances request/response messages.

Revision 1.1.2.7 / (view) - annotate - [select for diffs] , Tue Nov 6 00:52:07 2001 UTC (22 years, 8 months ago) by kumpf
Branch: dev
CVS Tags: SNAPSHOT_1_04
Changes since 1.1.2.6: +9 -2 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] , Mon Oct 8 16:37:27 2001 UTC (22 years, 8 months ago) by kumpf
Branch: dev
Changes since 1.1.2.5: +83 -80 lines
Diff to previous 1.1.2.5 to branch point 1.1
HP-[Nitin Upasani] Decoders are changed to parse Xml completely before sending request and response.

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

Revision 1.1.2.4 / (view) - annotate - [select for diffs] , Sat Sep 1 21:53:18 2001 UTC (22 years, 10 months ago) by mike
Branch: dev
Changes since 1.1.2.3: +2 -3 lines
Diff to previous 1.1.2.3 to branch point 1.1
Finalized queue-based client rework.

Revision 1.1.2.3 / (view) - annotate - [select for diffs] , Wed Aug 29 02:07:29 2001 UTC (22 years, 10 months ago) by mike
Branch: dev
Changes since 1.1.2.2: +581 -6 lines
Diff to previous 1.1.2.2 to branch point 1.1
Finished implementation of CIMOperationResponseDecoder class as part of
reworking the client into message queues.

Revision 1.1.2.2 / (view) - annotate - [select for diffs] , Wed Aug 22 04:08:36 2001 UTC (22 years, 10 months ago) by mike
Branch: dev
Changes since 1.1.2.1: +227 -19 lines
Diff to previous 1.1.2.1 to branch point 1.1
More implementation

Revision 1.1.2.1 / (view) - annotate - [select for diffs] , Wed Aug 22 03:04:59 2001 UTC (22 years, 10 months ago) by mike
Branch: dev
Changes since 1.1: +174 -0 lines
Diff to previous 1.1
New files

Revision 1.1 , Wed Aug 22 03:04:59 2001 UTC (22 years, 10 months ago) by mike
Branch: MAIN
Branch point for: dev
FILE REMOVED
file CIMOperationResponseDecoder.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