CVS log for pegasus/src/Pegasus/Client/CIMClientRep.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.89 / (view) - annotate - [select for diffs] , Mon Sep 15 06:52:14 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.88: +2 -0 lines
Diff to previous 1.88
BUG#: 9883
TITLE: Implement HTTP Negotiate authentication

DESCRIPTION: Implemented HTTP Negotiate authentication, as described in
RFC 4559. It uses SPNEGO protocol, GSSAPI as authentication API and MIT
Kerberos as GSSAPI implementation. The implementation should be
interchangeable, any GSSAPI implementation should work.

Revision 1.88 / (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.87: +460 -0 lines
Diff to previous 1.87
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.81.2.11 / (view) - annotate - [select for diffs] , Thu Jun 12 19:35:16 2014 UTC (10 years 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.81.2.10: +26 -27 lines
Diff to previous 1.81.2.10 to branch point 1.81 to next main 1.82
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.81.2.10 / (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.81.2.9: +0 -2 lines
Diff to previous 1.81.2.9 to branch point 1.81
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.81.2.9 / (view) - annotate - [select for diffs] , Wed Nov 20 02:22:02 2013 UTC (10 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.81.2.8: +7 -7 lines
Diff to previous 1.81.2.8 to branch point 1.81
PEP#: 317
TITLE: Extend code for openQueryInstances through client, etc.

DESCRIPTION: Finished openQueryInstances to client code. Moved one parameter
in openQueryInstances to match other pull operations. Added openQueryInstance
to cimcli.  Added to CIMOperationRequestDecoder.

Revision 1.81.2.8 / (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.81.2.7: +28 -19 lines
Diff to previous 1.81.2.7 to branch point 1.81
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.81.2.7 / (view) - annotate - [select for diffs] , Mon Oct 14 15:25:58 2013 UTC (10 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.81.2.6: +5 -2 lines
Diff to previous 1.81.2.6 to branch point 1.81
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.86.10.2 / (view) - annotate - [select for diffs] , Tue Oct 1 14:47:47 2013 UTC (10 years, 9 months ago) by dl.meetei
Branch: TASK-PEP362_RestfulService-branch
CVS Tags: TASK-PEP362_RestfulService-merged_out_to_branch
Changes since 1.86.10.1: +0 -0 lines
Diff to previous 1.86.10.1 to branch point 1.86 to next main 1.87
PEP#: 362
TITLE: RestfultServices

DESCRIPTION: Sync up with head of tree

Revision 1.86.10.1 / (view) - annotate - [select for diffs] , Tue Oct 1 14:47:40 2013 UTC (10 years, 9 months ago) by dl.meetei
Branch: TASK-PEP362_RestfulService-branch
Changes since 1.86: +5 -2 lines
Diff to previous 1.86
PEP#: 362
TITLE: RestfultServices

DESCRIPTION: Sync up with head of tree

Revision 1.87 / (view) - annotate - [select for diffs] , Mon Sep 30 05:24:24 2013 UTC (10 years, 9 months ago) by dl.meetei
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.86: +5 -2 lines
Diff to previous 1.86
BUG#: 9679
TITLE: Connection close along with challenge

DESCRIPTION:

Revision 1.81.2.6 / (view) - annotate - [select for diffs] , Tue Sep 17 15:24:35 2013 UTC (10 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.81.2.5: +2 -2 lines
Diff to previous 1.81.2.5 to branch point 1.81
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.81.2.5 / (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.81.2.4: +45 -1 lines
Diff to previous 1.81.2.4 to branch point 1.81
PEP#: 317
TITLE: TASK PEP 317, Pull Operations

DESCRIPTION: Add OpenQuery, Clean up EnumContext

Revision 1.81.2.4 / (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.81.2.3: +108 -64 lines
Diff to previous 1.81.2.3 to branch point 1.81
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.86 / (view) - annotate - [select for diffs] , Mon May 20 05:11:30 2013 UTC (11 years, 1 month ago) by ajay.rao
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, 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
Branch point for: TASK-PEP362_RestfulService-branch
Changes since 1.85: +0 -5 lines
Diff to previous 1.85
BUG#: 9564
TITLE: [f2fCleanUp] Remove build option PEGASUS_CLIENT_TRACE_ENABLE

DESCRIPTION:

Revision 1.85 / (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.84: +97 -48 lines
Diff to previous 1.84
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.84 / (view) - annotate - [select for diffs] , Thu Jul 26 10:14:54 2012 UTC (11 years, 11 months ago) by dev.meetei
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.83: +1 -0 lines
Diff to previous 1.83
BUG#: 9236
TITLE:Add support for clang/clang++ in Linux

DESCRIPTION:

Revision 1.81.2.3 / (view) - annotate - [select for diffs] , Wed Feb 15 17:47:05 2012 UTC (12 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013
Changes since 1.81.2.2: +2 -2 lines
Diff to previous 1.81.2.2 to branch point 1.81
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.81.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
Changes since 1.81.2.1: +14 -6 lines
Diff to previous 1.81.2.1 to branch point 1.81
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.82.2.1 / (view) - annotate - [select for diffs] , Mon Aug 8 07:48:09 2011 UTC (12 years, 10 months ago) by marek
Branch: RELEASE_2_11-branch
CVS Tags: RELEASE_2_11_2-RC1, RELEASE_2_11_2, RELEASE_2_11_1-RC1, RELEASE_2_11_1
Changes since 1.82: +1 -1 lines
Diff to previous 1.82 to next main 1.83
BUG#:9022
TITLE: Initialization order warning for CIMClientRep

DESCRIPTION:

Revision 1.83 / (view) - annotate - [select for diffs] , Wed May 25 08:08:13 2011 UTC (13 years, 1 month ago) by marek
Branch: MAIN
Changes since 1.82: +1 -1 lines
Diff to previous 1.82
BUG#:8986
TITLE: Initialization order warning for CIMClientRep

DESCRIPTION:

Revision 1.82 / (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-RC1, RELEASE_2_11_0-FC, RELEASE_2_11_0, RELEASE_2_11-root
Branch point for: RELEASE_2_11-branch
Changes since 1.81: +13 -5 lines
Diff to previous 1.81
BUG#:8909
TITLE: Enforce binary communication between ProviderAgents

DESCRIPTION:

Revision 1.81.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.81: +411 -0 lines
Diff to previous 1.81
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.74.2.2 / (view) - annotate - [select for diffs] , Wed Aug 11 10:18:30 2010 UTC (13 years, 10 months ago) by s.kodali
Branch: RELEASE_2_9-branch
CVS Tags: RELEASE_2_9_2-RC2, RELEASE_2_9_2
Changes since 1.74.2.1: +3 -1 lines
Diff to previous 1.74.2.1 to branch point 1.74 to next main 1.75
BUG#: 8826
TITLE: ClietCIMOMHandle calls fails when both idleConnectionTimeout and enableAuthentication are set

Revision 1.80.2.1 / (view) - annotate - [select for diffs] , Mon Aug 2 12:23:52 2010 UTC (13 years, 11 months ago) by venkat.puvvada
Branch: RELEASE_2_10-branch
CVS Tags: RELEASE_2_10_1-RC1, RELEASE_2_10_1
Changes since 1.80: +3 -1 lines
Diff to previous 1.80 to next main 1.81
BUG#: 8824
TITLE: ClietCIMOMHandle calls fails  when both idleConnectionTimeout  and enableAuthentication are  set
DESCRIPTION:

Revision 1.81 / (view) - annotate - [select for diffs] , Thu Jul 29 13:59:53 2010 UTC (13 years, 11 months ago) by venkat.puvvada
Branch: MAIN
CVS Tags: TASK-PEP317_pullop-root
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.80: +3 -1 lines
Diff to previous 1.80
BUG#: 8820
TITLE: ClietCIMOMHandle calls fails  when both idleConnectionTimeout  and enableAuthentication are  set
DESCRIPTION: reset the challenge status after disconnect

Revision 1.74.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-RC1
Changes since 1.74: +7 -0 lines
Diff to previous 1.74
BUG#: 8812
TITLE: CIM operation in provider using its cimom handle fails after idle connection timeout.

Revision 1.80 / (view) - annotate - [select for diffs] , Mon Mar 8 08:05:18 2010 UTC (14 years, 3 months ago) by harsha.bm
Branch: MAIN
CVS Tags: RELEASE_2_10_0-RC2, RELEASE_2_10_0, RELEASE_2_10-root
Branch point for: RELEASE_2_10-branch
Changes since 1.79: +1 -1 lines
Diff to previous 1.79
BUG#: 8738
TITLE: CimClient crashes upon execution of a request after an earlier connection timeout exception.
DESCRIPTION: update _doRequest() by 'And'ing _httpConn->needsReconnect() with a check on connection status flag.

Revision 1.79 / (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_0-RC1
Changes since 1.78: +16 -143 lines
Diff to previous 1.78
PEP#: 348
TITLE: Initial commit of SCMO for CMPI

DESCRIPTION: Initial commit of SCMO for CMPI

Revision 1.77.2.5 / (view) - annotate - [select for diffs] , Fri Dec 4 14:09:01 2009 UTC (14 years, 7 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.77.2.4: +0 -128 lines
Diff to previous 1.77.2.4 to branch point 1.77 to next main 1.78
PEP#: 348
TITLE: Clean up for patch + Fix WSMan.

DESCRIPTION: Clean up for patch + Fix WSMan.

Revision 1.77.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.77.2.3: +7 -0 lines
Diff to previous 1.77.2.3 to branch point 1.77
PEP#: 348
TITLE: Merge head into branch.

DESCRIPTION: Merge head into branch.

Revision 1.77.2.3 / (view) - annotate - [select for diffs] , Mon Oct 19 13:29:59 2009 UTC (14 years, 8 months ago) by r.kieninger
Branch: TASK-PEP348_SCMO-branch
Changes since 1.77.2.2: +8 -8 lines
Diff to previous 1.77.2.2 to branch point 1.77
PEP#:348
TITLE: Fix memory corruption in CIMClientRep

DESCRIPTION: CIMClientRep methods return ResponseData by copy instead of reference

Revision 1.77.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.77.2.1: +21 -20 lines
Diff to previous 1.77.2.1 to branch point 1.77
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.78 / (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.77: +7 -0 lines
Diff to previous 1.77
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.77.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.77: +1 -1 lines
Diff to previous 1.77
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.77 / (view) - annotate - [select for diffs] , Thu Jul 9 08:19:37 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.76: +137 -1 lines
Diff to previous 1.76
BUG#:8401
TITLE:Enabled retrieval of binary objects in CIMClientRep

DESCRIPTION: Enabled retrieval of binary objects in CIMClientRep

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

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

Revision 1.75 / (view) - annotate - [select for diffs] , Thu Feb 19 18:01:05 2009 UTC (15 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.74: +4 -2 lines
Diff to previous 1.74
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.74 / (view) - annotate - [select for diffs] , Tue Dec 16 18:55:57 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.73: +1 -1 lines
Diff to previous 1.73
BUG#: 8273
TITLE: Remove trailing space characters
DESCRIPTION: Remove meaningless whitespace.

Revision 1.73 / (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.72: +6 -6 lines
Diff to previous 1.72
BUG#: 8123
TITLE: Update copyright/license text

DESCRIPTION:

Fixing trailing spaces in copyright/license text

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

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.71 / (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.70: +25 -11 lines
Diff to previous 1.70
BUG#: 8171
TITLE: Binary Protocol

DESCRIPTION: Initial commit of binary protocol feature.

Revision 1.70 / (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.69: +2 -2 lines
Diff to previous 1.69
BUG#: 8074
TITLE: Internal Binary Protocol

DESCRIPTION: Internal Binary Protocol

Revision 1.69 / (view) - annotate - [select for diffs] , Fri Apr 4 18:23:39 2008 UTC (16 years, 3 months ago) by b.whiteley
Branch: MAIN
CVS Tags: TASK_PEP328_SOLARIS_NEVADA_PORT, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-root, TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch, 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, TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-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.68: +3 -2 lines
Diff to previous 1.68
BUG#: 7563
TITLE: Client API should allow credentials to be used with Unix Domain Socket

DESCRIPTION:
This patch allows unix domain socket connections with username/password
authentication.  Previously the Pegasus CIMClient only allowed local
authentication with the unix domain socket.

Revision 1.54.2.3 / (view) - annotate - [select for diffs] , Wed Jan 2 21:07:59 2008 UTC (16 years, 6 months ago) by kumpf
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_5-RC2, RELEASE_2_5_5-RC1, RELEASE_2_5_5
Changes since 1.54.2.2: +3 -0 lines
Diff to previous 1.54.2.2 to branch point 1.54 to next main 1.55
BUG#: 7201
TITLE: Socket connection attempts should time out
DESCRIPTION: Use a non-blocking socket when creating a client connection, so that a connect attempt may time out.

Revision 1.60.4.3 / (view) - annotate - [select for diffs] , Wed Jan 2 21:05:03 2008 UTC (16 years, 6 months ago) by kumpf
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.60.4.2: +1 -0 lines
Diff to previous 1.60.4.2 to branch point 1.60 to next main 1.61
BUG#: 7200
TITLE: Socket connection attempts should time out
DESCRIPTION: Use a non-blocking socket when creating a client connection, so that a connect attempt may time out.

Revision 1.66.4.1 / (view) - annotate - [select for diffs] , Wed Jan 2 21:00:39 2008 UTC (16 years, 6 months ago) by kumpf
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.66: +1 -0 lines
Diff to previous 1.66 to next main 1.67
BUG#: 7187
TITLE: Socket connection attempts should time out
DESCRIPTION: Use a non-blocking socket when creating a client connection, so that a connect attempt may time out.

Revision 1.68 / (view) - annotate - [select for diffs] , Tue Dec 18 18:50:45 2007 UTC (16 years, 6 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
Changes since 1.67: +1 -0 lines
Diff to previous 1.67
BUG#: 7181
TITLE: Socket connection attempts should time out
DESCRIPTION: Use a non-blocking socket when creating a client connection, so that a connect attempt may time out.

Revision 1.67 / (view) - annotate - [select for diffs] , Fri Nov 2 18:38:24 2007 UTC (16 years, 8 months ago) by dmitry.mikulin
Branch: MAIN
Changes since 1.66: +4 -0 lines
Diff to previous 1.66
BUG#: 7073
TITLE: Need support to run valgrind on Linux.
DESCRIPTION: Changed make files to enable Valgrind builds when PEGASUS_TEST_VALGRIND_LOG environment variable is set.

Revision 1.64.4.5 / (view) - annotate - [select for diffs] , Wed Aug 15 18:56:41 2007 UTC (16 years, 10 months ago) by mark.hamzy
Branch: TASK-PEP274_dacim-branch
Changes since 1.64.4.4: +15 -15 lines
Diff to previous 1.64.4.4 to branch point 1.64 to next main 1.65
PEP#: 274
TITLE: fixes

DESCRIPTION:
accept languages setting, don't use OOPProviderManagerRouter for dacim, stop a reposity write for dacim

Revision 1.64.4.4 / (view) - annotate - [select for diffs] , Mon Aug 13 07:15:29 2007 UTC (16 years, 10 months ago) by kamal.locahana
Branch: TASK-PEP274_dacim-branch
Changes since 1.64.4.3: +83 -61 lines
Diff to previous 1.64.4.3 to branch point 1.64
PEP#: 274
TITLE: CIM API

DESCRIPTION: support for CMPI Providers and cimconfig

Revision 1.66 / (view) - annotate - [select for diffs] , Tue Jul 31 18:13:15 2007 UTC (16 years, 11 months ago) by kumpf
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, 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.65: +5 -11 lines
Diff to previous 1.65
BUG#: 6720
TITLE: Remove unnecessary catch blocks
DESCRIPTION: Remove try/catch blocks where the exception is merely rethrown.

Revision 1.65 / (view) - annotate - [select for diffs] , Tue Jul 24 19:02:05 2007 UTC (16 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.64: +1 -1 lines
Diff to previous 1.64
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.64.4.3 / (view) - annotate - [select for diffs] , Tue Jul 3 17:21:05 2007 UTC (17 years ago) by kamal.locahana
Branch: TASK-PEP274_dacim-branch
Changes since 1.64.4.2: +84 -20 lines
Diff to previous 1.64.4.2 to branch point 1.64
PEP#: 274
TITLE: CIM API

DESCRIPTION: Included the new data members and functions added for CIM API under conditional compilation

Revision 1.64.4.2 / (view) - annotate - [select for diffs] , Tue Jul 3 08:41:12 2007 UTC (17 years ago) by kamal.locahana
Branch: TASK-PEP274_dacim-branch
Changes since 1.64.4.1: +9 -6 lines
Diff to previous 1.64.4.1 to branch point 1.64
PEP#: 274
TITLE: CIM API

DESCRIPTION: Error Message not compatible with the way cimserver generates.

Revision 1.64.4.1 / (view) - annotate - [select for diffs] , Fri Jun 22 09:40:50 2007 UTC (17 years ago) by kamal.locahana
Branch: TASK-PEP274_dacim-branch
Changes since 1.64: +181 -11 lines
Diff to previous 1.64
PEP#: 274
TITLE: Direct Access to CIM

DESCRIPTION: Direct Access to provider and repository

Revision 1.64 / (view) - annotate - [select for diffs] , Tue Jun 5 08:27:08 2007 UTC (17 years, 1 month ago) by ouyang.jian
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.63: +0 -12 lines
Diff to previous 1.63
BUG#:5739
PEP#:284
TITLE: remove OS400 code

DESCRIPTION: Port Pegasus to i5/PASE platform: Step one, remove obsolete OS400 code

Revision 1.63 / (view) - annotate - [select for diffs] , Tue Apr 3 17:50:51 2007 UTC (17 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP286_PRIVILEGE_SEPARATION-root, TASK-PEP286_PRIVILEGE_SEPARATION-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
Changes since 1.62: +2 -2 lines
Diff to previous 1.62
BUG#: 6306
TITLE: Initialization of String objects to String::EMPTY is unnecessary
DESCRIPTION: Remove redundant object initializations.

Revision 1.60.4.2 / (view) - annotate - [select for diffs] , Fri Mar 16 16:29:47 2007 UTC (17 years, 3 months ago) by marek
Branch: RELEASE_2_6-branch
CVS Tags: RELEASE_2_6_1-RC1, RELEASE_2_6_1
Changes since 1.60.4.1: +0 -1 lines
Diff to previous 1.60.4.1 to branch point 1.60
BUG#:6253
TITLE: Remove unnecessary thread yielding

DESCRIPTION:

Revision 1.62 / (view) - annotate - [select for diffs] , Wed Mar 14 16:27:46 2007 UTC (17 years, 3 months ago) by marek
Branch: MAIN
Changes since 1.61: +0 -1 lines
Diff to previous 1.61
BUG#:6166
TITLE:Remove unnecessary thread yielding

DESCRIPTION:

Revision 1.54.2.2 / (view) - annotate - [select for diffs] , Wed Mar 7 20:54:32 2007 UTC (17 years, 3 months ago) by kumpf
Branch: RELEASE_2_5-branch
Changes since 1.54.2.1: +42 -32 lines
Diff to previous 1.54.2.1 to branch point 1.54
BUG#: 6218
TITLE: Use a lazy reconnect algorithm when a 'Connection: Close' header is received
DESCRIPTION: Do not reconnect immediately when the server sends a Connection: Close header or when the connection times out.  Wait until it is determined that further communication is needed, to avoid unnecessary reconnects.

Revision 1.60.4.1 / (view) - annotate - [select for diffs] , Tue Mar 6 18:38:26 2007 UTC (17 years, 4 months ago) by thilo.boehm
Branch: RELEASE_2_6-branch
Changes since 1.60: +43 -48 lines
Diff to previous 1.60
BUG#: 6185
TITLE: Remove obsolete reconnect from indication delivery.

DESCRIPTION: Backport of patches of bug 6070,6159,6198
 It adds new trace statements,
 Add a lazy reconnect to the CIMExportClient and CIMClientRep.

Revision 1.61 / (view) - annotate - [select for diffs] , Fri Mar 2 19:33:21 2007 UTC (17 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.60: +43 -48 lines
Diff to previous 1.60
BUG#: 6198
TITLE: CIMClient and CIMExportClient reconnect logic errors
DESCRIPTION: Improve the reconnection logic when a Connection: Close header is received and when a connection timeout occurs.

Revision 1.58.14.2 / (view) - annotate - [select for diffs] , Wed Jan 24 04:54:28 2007 UTC (17 years, 5 months ago) by kamal.locahana
Branch: TASK-TASK-BUG4011_WinLocalConnect-branch-New-branch
Changes since 1.58.14.1: +15 -5 lines
Diff to previous 1.58.14.1 to branch point 1.58 to next main 1.59
BUG#:4011

TITLE:  WinLocalDomainSockets

DESCRIPTION:  Made changes to adhere to PEP221

Revision 1.60 / (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.59: +126 -165 lines
Diff to previous 1.59
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.58.14.1 / (view) - annotate - [select for diffs] , Fri Nov 3 05:56:42 2006 UTC (17 years, 8 months ago) by kamal.locahana
Branch: TASK-TASK-BUG4011_WinLocalConnect-branch-New-branch
Changes since 1.58: +28 -17 lines
Diff to previous 1.58
BUG#:4011

TITLE:  WinLocalDomainSockets

DESCRIPTION:  Added changes to Support NamedPipe feature

Revision 1.59 / (view) - annotate - [select for diffs] , Wed Nov 1 20:23:33 2006 UTC (17 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_6_0-FC
Changes since 1.58: +2 -3 lines
Diff to previous 1.58
BUG#: 5751
TITLE: CIMError Pep 245 Checkin. Module not checked in earlier

DESCRIPTION: This is a piece that was part of the approved changes but
was accidently not checked in with the other code.

Revision 1.54.10.7 / (view) - annotate - [select for diffs] , Wed Oct 18 03:22:48 2006 UTC (17 years, 8 months ago) by mreddy
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.54.10.6: +15 -2 lines
Diff to previous 1.54.10.6 to branch point 1.54 to next main 1.55
BUG#: 4011
TITLE: Local Domain Sockets in Windows

Revision 1.54.10.6 / (view) - annotate - [select for diffs] , Thu Oct 5 14:59:24 2006 UTC (17 years, 9 months ago) by kamal.locahana
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.54.10.5: +14 -33 lines
Diff to previous 1.54.10.5 to branch point 1.54
BUG#:4011

TITLE:  WinLocalDomainSockets

DESCRIPTION:  Added NamedPipe feature

Revision 1.54.10.5 / (view) - annotate - [select for diffs] , Tue Sep 12 08:05:26 2006 UTC (17 years, 9 months ago) by ms.aruran
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.54.10.4: +19 -11 lines
Diff to previous 1.54.10.4 to branch point 1.54
BUG#: 4011
TITLE: Local Domain Sockets in Windows

DESCRIPTION: Updated File after working for NamedPipe implementation

Revision 1.54.2.1 / (view) - annotate - [select for diffs] , Wed Aug 16 12:08:55 2006 UTC (17 years, 10 months ago) by marek
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_4-RC2, RELEASE_2_5_4-RC1, RELEASE_2_5_4, RELEASE_2_5_3-RC1, RELEASE_2_5_3
Changes since 1.54: +1 -0 lines
Diff to previous 1.54
BUG#:5298
TITLE: switch Pegasus from blocking to non-blocking writes

DESCRIPTION:

Revision 1.58 / (view) - annotate - [select for diffs] , Wed Aug 9 20:12:41 2006 UTC (17 years, 10 months ago) by mike
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-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-merging_out_from_trunk, 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-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, TASK-BUG4011_WinLocalConnect-branch-New
Branch point for: TASK-TASK-BUG4011_WinLocalConnect-branch-New-branch
Changes since 1.57: +1 -1 lines
Diff to previous 1.57
BUG#: 5314
TITLE: IPC Refactoring

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

Revision 1.56.2.1 / (view) - annotate - [select for diffs] , Thu Jul 27 22:11:50 2006 UTC (17 years, 11 months ago) by mike
Branch: TASK_BUG_5314_IPC_REFACTORING_BRANCH
CVS Tags: TASK_BUG_5314_IPC_REFACTORING-V1
Changes since 1.56: +1 -1 lines
Diff to previous 1.56 to next main 1.57
BUG#: 5314
TITLE: IPC Refactoring

DESCRIPTION: IPC Refactoring Branch Work

Revision 1.57 / (view) - annotate - [select for diffs] , Thu Jul 27 07:37:24 2006 UTC (17 years, 11 months ago) by marek
Branch: MAIN
Changes since 1.56: +0 -50 lines
Diff to previous 1.56
BUG#:5291
TITLE: remove compareObjectPathtoCurrentConnection()

DESCRIPTION:

Revision 1.56 / (view) - annotate - [select for diffs] , Mon Jul 17 13:34:38 2006 UTC (17 years, 11 months ago) by marek
Branch: MAIN
CVS Tags: TASK_BUG_5314_IPC_REFACTORING_ROOT
Branch point for: TASK_BUG_5314_IPC_REFACTORING_BRANCH
Changes since 1.55: +1 -0 lines
Diff to previous 1.55
BUG#:5226
TITLE: switch Pegasus from blocking to non-blocking writes

DESCRIPTION: Committed third patch, aka approved version

Revision 1.55 / (view) - annotate - [select for diffs] , Mon Jun 26 21:23:29 2006 UTC (18 years ago) by mike
Branch: MAIN
CVS Tags: TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT, TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Changes since 1.54: +1 -6 lines
Diff to previous 1.54
BUG#: 5134
TITLE: Network.h: a new place for network definitions.

DESCRIPTION: This patch collects network-related definitions and includes into a single file (Network.h)

Revision 1.54.10.4 / (view) - annotate - [select for diffs] , Mon Jun 12 17:25:35 2006 UTC (18 years ago) by j.alex
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.54.10.3: +1 -10 lines
Diff to previous 1.54.10.3 to branch point 1.54
BUG#:4011
TITLE: connectLocal using NamedPipes

DESCRIPTION:connectLocal does not seem to work if cimserver is listening on non-default ports for Windows . Using NamedPipes for Local connection in windows. Windows will no longer set PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET.

Revision 1.54.10.3 / (view) - annotate - [select for diffs] , Wed Jun 7 01:38:46 2006 UTC (18 years ago) by w.white
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.54.10.2: +1 -1 lines
Diff to previous 1.54.10.2 to branch point 1.54
BUG#: 4011

TITLE: Working on code

DESCRIPTION: code is not production redy

Revision 1.54.10.2 / (view) - annotate - [select for diffs] , Mon Jun 5 22:10:56 2006 UTC (18 years, 1 month ago) by w.white
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.54.10.1: +3 -3 lines
Diff to previous 1.54.10.1 to branch point 1.54
BUG#: 4011

TITLE: Working on code

DESCRIPTION: code is not production redy

Revision 1.54.10.1 / (view) - annotate - [select for diffs] , Fri Jun 2 20:11:49 2006 UTC (18 years, 1 month ago) by j.alex
Branch: TASK-BUG4011_WinLocalConnect-branch
Changes since 1.54: +10 -0 lines
Diff to previous 1.54
BUG#:4011
TITLE: connectLocal using NamedPipes

DESCRIPTION:connectLocal does not seem to work if cimserver is listening on non-default ports for Windows . Using NamedPipes for Local connection in windows.

Revision 1.54.8.1 / (view) - annotate - [select for diffs] , Tue Apr 25 13:42:18 2006 UTC (18 years, 2 months ago) by karl
Branch: TASK-PEP245_CimErrorInfrastructure-branch
Changes since 1.54: +2 -3 lines
Diff to previous 1.54 to next main 1.55
PEP#: 245
TITLE: CIMError Infrastructure

DESCRIPTION: Inital commit of changes for incorporating the CIMError supplement
to the Infrastructure and the unit tests for the new components.  NOTE. Right
now this is completely incompatible with the chunking mechanisms.

Revision 1.51.2.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.51: +26 -23 lines
Diff to previous 1.51 to next main 1.52
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.54 / (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-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-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, 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: TASK-PEP245_CimErrorInfrastructure-branch, TASK-BUG4011_WinLocalConnect-branch, RELEASE_2_5-branch
Changes since 1.53: +4 -2 lines
Diff to previous 1.53
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.53 / (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.52: +17 -16 lines
Diff to previous 1.52
BUG#: 4159
TITLE: ClientPerfDataStore in CIMClientRep.cpp not thread safe

DESCRIPTION:

Changes that assign one ClientPerfDataStore object per CIMClient object.

Revision 1.51.4.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.51: +5 -5 lines
Diff to previous 1.51 to next main 1.52
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.52 / (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.51: +5 -5 lines
Diff to previous 1.51
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.51 / (view) - annotate - [select for diffs] , Mon Dec 19 21:51:40 2005 UTC (18 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: STABLE, PEP244_ServerProfile-root, PEP233_EmbeddedInstSupport-root
Branch point for: PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-branch
Changes since 1.50: +5 -4 lines
Diff to previous 1.50
BUG#: 4594
TITLE: Language interface problems
DESCRIPTION: Rework the language interfaces to move toward protocol independence and to address problems with the interfaces and their behavior.

Revision 1.50 / (view) - annotate - [select for diffs] , Wed Dec 7 21:30:02 2005 UTC (18 years, 6 months ago) by mateus.baur
Branch: MAIN
Changes since 1.49: +1 -1 lines
Diff to previous 1.49
BUG#: 4563
TITLE: Bogus "401 Unauthorized" message.

DESCRIPTION: Modified client in order to store all needed parameters to reconnect to the server.

Revision 1.49 / (view) - annotate - [select for diffs] , Tue Nov 29 20:22:14 2005 UTC (18 years, 7 months ago) by david.dillard
Branch: MAIN
Changes since 1.48: +2 -3 lines
Diff to previous 1.48
BUG#: 3532
TITLE: Corrected Windows related #ifdefs

DESCRIPTION: Was using platform variable when either OS variable or compiler variable was more appropriate.

Revision 1.48 / (view) - annotate - [select for diffs] , Fri Aug 5 17:17:37 2005 UTC (18 years, 11 months ago) by j.alex
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, 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
Changes since 1.47: +12 -5 lines
Diff to previous 1.47
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.33.2.1 / (view) - annotate - [select for diffs] , Wed Aug 3 03:04:24 2005 UTC (18 years, 11 months ago) by denise.eckstein
Branch: RELEASE_2_4-branch
CVS Tags: RELEASE_2_4_3, RELEASE_2_4_2
Changes since 1.33: +3 -3 lines
Diff to previous 1.33 to next main 1.34
BUG#: 4009
TITLE: Double close causes EBADF (Bad file descriptor) failures

DESCRIPTION: This is the 2.4 version of the EBADF problem reported in Bugzilla 3480.

Revision 1.47 / (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.46: +10 -0 lines
Diff to previous 1.46
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.46 / (view) - annotate - [select for diffs] , Wed Jun 8 04:08:15 2005 UTC (19 years ago) by denise.eckstein
Branch: MAIN
Changes since 1.45: +3 -3 lines
Diff to previous 1.45
BUG#: 3480
TITLE: IndicationStressTest Fails with Assertion

DESCRIPTION: When a connection is closed, the socket is getting closed twice, once in HTTPConnector::disconnect and a second time in HTTPConnection::~HTTPConnection. This change removes the socket close from HTTPConnection.disconnect.

Revision 1.45 / (view) - annotate - [select for diffs] , Wed May 25 01:52:48 2005 UTC (19 years, 1 month ago) by david.dillard
Branch: MAIN
Changes since 1.44: +12 -71 lines
Diff to previous 1.44
BUG#: 3122
TITLE: Removed code which attempts to verify system name.

DESCRIPTION: If name is an IP address it can cause a problem if the server is behind one or more NATs.

Revision 1.44 / (view) - annotate - [select for diffs] , Sat Apr 23 12:10:08 2005 UTC (19 years, 2 months ago) by david.dillard
Branch: MAIN
CVS Tags: PEG25_IBM_5_16_05
Changes since 1.43: +2 -2 lines
Diff to previous 1.43
BUG#: 3369
TITLE: Fixed issue with re-throwing of exceptions.

DESCRIPTION: Exception objects could have been spliced.  Also, no longer copy exception objects.

Revision 1.43 / (view) - annotate - [select for diffs] , Thu Apr 7 17:43:57 2005 UTC (19 years, 2 months ago) by h.sterling
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42
BUG#:2147
TITLE:connectLocal fails to use correct port if 2 CIMOMs are installed

DESCRIPTION:

Changing PEGASUS_LOCAL_DOMAIN_SOCKET to PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET.

Revision 1.42 / (view) - annotate - [select for diffs] , Thu Mar 31 03:29:05 2005 UTC (19 years, 3 months ago) by david.dillard
Branch: MAIN
Changes since 1.41: +136 -134 lines
Diff to previous 1.41
BUG#: 3129
TITLE: Changed parameter from value to const reference.

DESCRIPTION: Also did the following:
- Corrected white space issues (tabs to spaces)
- Removed an unused variable
- Made isConnected() method const.

Revision 1.41 / (view) - annotate - [select for diffs] , Mon Mar 14 08:52:05 2005 UTC (19 years, 3 months ago) by joyce.j
Branch: MAIN
Changes since 1.40: +8 -1 lines
Diff to previous 1.40
BUG#: 2108
TITLE: cimserver shutdown fails

DESCRIPTION: Fixed as proposed.

Revision 1.40 / (view) - annotate - [select for diffs] , Tue Mar 8 15:10:42 2005 UTC (19 years, 3 months ago) by w.white
Branch: MAIN
Changes since 1.39: +6 -12 lines
Diff to previous 1.39
BUG#: 2851

TITLE:Client library writes messages to cerr and cout

DESCRIPTION:Checking in fix

Revision 1.39 / (view) - annotate - [select for diffs] , Wed Mar 2 02:13:59 2005 UTC (19 years, 4 months ago) by w.white
Branch: MAIN
Changes since 1.38: +3 -8 lines
Diff to previous 1.38
BUG#: 2851

TITLE:Client library writes messages to cerr and cout

DESCRIPTION:Checking in fix

Revision 1.38 / (view) - annotate - [select for diffs] , Tue Mar 1 15:35:42 2005 UTC (19 years, 4 months ago) by carson.hovey
Branch: MAIN
Changes since 1.37: +4 -4 lines
Diff to previous 1.37
BUG#: 2858
TITLE: CIMClientRep.cpp - line 1243 - Handler is potentially masked by previous handler for type Pegasus::Exception &

DESCRIPTION: Change order of catches as suggested in the initial report

Revision 1.37 / (view) - annotate - [select for diffs] , Fri Feb 25 03:45:59 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.36: +51 -3 lines
Diff to previous 1.36
PEP#: 128

TITLE:Client Statisitcal gathering

DESCRIPTION: check in of rest of code

Revision 1.36 / (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.35: +3 -1 lines
Diff to previous 1.35
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.35 / (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.34: +7 -0 lines
Diff to previous 1.34
PEP#: 128

TITLE:Client Statisitcal gathering

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

Revision 1.34 / (view) - annotate - [select for diffs] , Thu Jan 27 18:57:28 2005 UTC (19 years, 5 months ago) by kumpf
Branch: MAIN
Changes since 1.33: +2 -18 lines
Diff to previous 1.33
BUG#: 2226
TITLE: monitor_2 is obsolete

DESCRIPTION: Remove the obsolete monitor_2 and associated code.

Revision 1.33 / (view) - annotate - [select for diffs] , Sun Oct 17 19:39:14 2004 UTC (19 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: SLPPERFINST-root, SLPPERFINST-branch, 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, PEP213_SIZE_OPTIMIZATIONS, IBM_241_April1405, CHUNKTESTDONE_PEP140
Branch point for: RELEASE_2_4-branch
Changes since 1.32: +7 -5 lines
Diff to previous 1.32
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.32 / (view) - annotate - [select for diffs] , Tue Sep 14 08:29:03 2004 UTC (19 years, 9 months ago) by a.arora
Branch: MAIN
Changes since 1.31: +11 -13 lines
Diff to previous 1.31
BUG#: 2040
TITLE: Memory leak in CIMClientRep::_doRequest()
DESCRIPTION: Removed SSLContext argument from _connect().

Revision 1.31 / (view) - annotate - [select for diffs] , Thu Sep 9 12:09:42 2004 UTC (19 years, 9 months ago) by a.arora
Branch: MAIN
Changes since 1.30: +128 -168 lines
Diff to previous 1.30
BUG#: 2040
TITLE: Memory leak in CIMClientRep::_doRequest()
DESCRIPTION: Used AutoPtr to fix the problem.

Revision 1.30 / (view) - annotate - [select for diffs] , Fri Aug 27 20:02:25 2004 UTC (19 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.29: +12 -1 lines
Diff to previous 1.29
BUG#: 1910
TITLE: Client puts wrong hostname in HTTP Host header

DESCRIPTION: Put the name of the target host in the HTTP Host header instead of the name of the client host.  Also, append the port number to the value of the Host header.

Revision 1.29 / (view) - annotate - [select for diffs] , Wed Aug 25 10:15:54 2004 UTC (19 years, 10 months ago) by r.kieninger
Branch: MAIN
Changes since 1.28: +10 -110 lines
Diff to previous 1.28
BUG#:667
TITLE:Inappropriate string match in getAssociatorNames()

DESCRIPTION: For object references in associations that point to the local namespace removing the hostname and namespace part of the object path now. Added a utility routine isLocalCIMOMHostAndPort for that and moved _acquireIP from class CIMClientRep to System.

Revision 1.28 / (view) - annotate - [select for diffs] , Mon Aug 16 21:45:56 2004 UTC (19 years, 10 months ago) by kumpf
Branch: MAIN
CVS Tags: CQL_2_5_BRANCH
Changes since 1.27: +9 -16 lines
Diff to previous 1.27
BUG#: 1879
TITLE: CIMClientRep::_reconnect() does not keep SSL context info

DESCRIPTION: Moved the cleanup of the _connectSSLContext member from the _disconnect() method to the disconnect() method so that it is not deleted when doing a _reconnect().  Also, use AutoPtr to manage the dynamic _connectSSLContext object.

Revision 1.27 / (view) - annotate - [select for diffs] , Wed Jul 21 16:43:57 2004 UTC (19 years, 11 months ago) by chuck
Branch: MAIN
CVS Tags: MONITOR_CONSOLIDATION_2_5_BRANCH
Changes since 1.26: +10 -3 lines
Diff to previous 1.26
BUG#: 1686
TITLE: Chunking does not seem to handle server errors correctly

DESCRIPTION: Get the contentLanguages out the exception thrown be the
response decoder and make available to the client app.

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

DESCRIPTION:
Please refer to PEP135 for details.

Revision 1.25 / (view) - annotate - [select for diffs] , Thu Jun 24 18:52:14 2004 UTC (20 years ago) by brian.campbell
Branch: MAIN
Changes since 1.24: +8 -0 lines
Diff to previous 1.24
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.24 / (view) - annotate - [select for diffs] , Wed Jun 16 12:30:40 2004 UTC (20 years ago) by se.gupta
Branch: MAIN
Changes since 1.23: +3 -2 lines
Diff to previous 1.23
PEP#: 135
TITLE: OperationContext Enhancements

DESCRIPTION:
Obtain the ResponseContentLanguages from the operationContext rather than
obtaining it from member ContentLanguages.

Revision 1.23 / (view) - annotate - [select for diffs] , Fri Jun 11 07:55:10 2004 UTC (20 years ago) by se.gupta
Branch: MAIN
Changes since 1.22: +1 -0 lines
Diff to previous 1.22
PEP#: 135
TITLE: OperationContext Enhancements

DESCRIPTION:
Modified the change history.

Revision 1.22 / (view) - annotate - [select for diffs] , Thu Jun 10 11:44:13 2004 UTC (20 years ago) by se.gupta
Branch: MAIN
Changes since 1.21: +4 -0 lines
Diff to previous 1.21
PEP#: 135
TITLE: OperationContext Enhancements

DESCRIPTION:
Please refer to PEP135 details.

Revision 1.21 / (view) - annotate - [select for diffs] , Fri Jun 4 15:51:47 2004 UTC (20 years, 1 month ago) by marek
Branch: MAIN
Changes since 1.20: +6 -0 lines
Diff to previous 1.20
PEP#: 139
TITLE: extended Client Interface for Stage 2 of PEP#139

DESCRIPTION:
contains:
- new client interface in src/Pegasus/ManagedClient
- test case client for the new interface in src/Clients/MCCATestClient
- a provider for association test in src/Providers/TestProviders/MCCA_TestAssocProvider

tested on Linux/Intel and z/OS

Revision 1.20 / (view) - annotate - [select for diffs] , Wed Jun 2 21:48:44 2004 UTC (20 years, 1 month ago) by h.sterling
Branch: MAIN
Changes since 1.19: +1 -18 lines
Diff to previous 1.19
BUG#:1516
TITLE: connectLocal() throws SSLException instead of a regular connection exception
USER: Heather Sterling

DESCRIPTION

Changes CIMClient's connectLocal() call to use an SSLContext with peer verification disabled when
connecting to HTTPS port.

Revision 1.19 / (view) - annotate - [select for diffs] , Wed May 19 17:24:04 2004 UTC (20 years, 1 month ago) by kv.le
Branch: MAIN
Changes since 1.18: +9 -0 lines
Diff to previous 1.18
BUG#: 1483
TITLE: add a new env variable PEGASUS_SSLTRUSTFILEPATH for aix only

DESCRIPTION:

Committing in .
Modified Files:
CIMClientRep.cpp

Revision 1.18 / (view) - annotate - [select for diffs] , Mon May 10 13:11:52 2004 UTC (20 years, 1 month ago) by chuck
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
PEP#: 146
TITLE: Release 2.4 Globalization

DESCRIPTION: CIMClient API - add const to language parameters

Revision 1.17 / (view) - annotate - [select for diffs] , Fri May 7 10:29:22 2004 UTC (20 years, 1 month ago) by marek
Branch: MAIN
Changes since 1.16: +16 -7 lines
Diff to previous 1.16
BUG#: 1432
TITLE: cimserver -s is failing

DESCRIPTION: Fixed CIMClientRep::compareObjectPathtoCurrentConnection() to check in case of a defined PEGASUS_LOCAL_DOMAIN_SOCKET for the connected host being set to NULL.

If _connectHost is NULL, compareObjectPathtoCurrentConnection() will assume localhost as the current connected host.

Revision 1.16 / (view) - annotate - [select for diffs] , Fri Apr 30 05:08:42 2004 UTC (20 years, 2 months ago) by marek
Branch: MAIN
Changes since 1.15: +4 -4 lines
Diff to previous 1.15
BUG#: 1415
TITLE: Casting error in CIMClientRep.cpp

DESCRIPTION: changed code to use PEGASUS_MAXHOSTNAMELEN instead of artificial hard coded numbers

Revision 1.15 / (view) - annotate - [select for diffs] , Thu Apr 29 12:41:05 2004 UTC (20 years, 2 months ago) by marek
Branch: MAIN
Changes since 1.14: +2 -6 lines
Diff to previous 1.14
BUG#: 1415
TITLE: Casting error in CIMClientRep.cpp

DESCRIPTION: Removed the #ifdefs in favor of a more generic cast to (const char *).

Revision 1.14 / (view) - annotate - [select for diffs] , Thu Apr 29 09:29:29 2004 UTC (20 years, 2 months ago) by marek
Branch: MAIN
Changes since 1.13: +6 -5 lines
Diff to previous 1.13
BUG#: 1415
TITLE: Casting error in CIMClientRep.cpp

DESCRIPTION: After finding the exact documentation with help of Amit Arora I change the fix once again. The call of gethostbyaddr expects a pointer to an address in network byte order, thus the call of inet_addr() is required to have the code function correctly.

Revision 1.13 / (view) - annotate - [select for diffs] , Thu Apr 29 07:39:20 2004 UTC (20 years, 2 months ago) by marek
Branch: MAIN
Changes since 1.12: +8 -6 lines
Diff to previous 1.12
BUG#: 1415
TITLE: Casting error in CIMClientRep.cpp

DESCRIPTION: I removed the call to inet_addr for those platforms requiring a (char *) as first parameter for gethostbyaddr() as those expect a string of type "x.x.x.x" (i.e. hostname) as input parameter. Moved the libraries required for call gethostbyaddr() out of the SLP only condition part.

Revision 1.12 / (view) - annotate - [select for diffs] , Mon Apr 26 12:19:45 2004 UTC (20 years, 2 months ago) by marek
Branch: MAIN
Changes since 1.11: +204 -0 lines
Diff to previous 1.11
PEP#: 139
TITLE: Stage 1 (client validates object path)

DESCRIPTION: On mismatch of object path and actual connection of CIM Client now a TypeMismatchException gets thrown, therefor two new constructors for TypeMismatchException are provided to be able to extend the message to give an exact cause of the error.

The new private function compareObjectPathtoCurrentConnection() is used within the CIM operation methods to compare the host and port within the object path to the current connection. To do this correct for all possible combinations of hostnames and ip addresses function _acquireIP(const char* hostname) does resolve hostnames and ip addresses into a compareable format (long value).


I also added four new error messages to the messages file src/Pegasus/msg/Server/pegasusServer_en.txt (PGS11900-PGS11903).


ATTENTION: Platform maintainers please check if the code within CIMClientRep::_acquireIP() does work for your platform. As far as known to me I tried to incorporate platform-specifics already, but I do not know about the call to gethostbyaddr() for all platforms.

Code tested and working on Linux Intel and z/OS.

Revision 1.8.4.2 / (view) - annotate - [select for diffs] , Tue Apr 13 22:29:21 2004 UTC (20 years, 2 months ago) by h.sterling
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.8.4.1: +1 -11 lines
Diff to previous 1.8.4.1 to branch point 1.8 to next main 1.9
BUG#: 1320
TITLE: Local authentication inconsistencies

DESCRIPTION

Removing localhost authentication check in regular
CIMClient::connect() calls per today's architecture meeting.
Only CIMClient::connectLocal() will set the authenticator type to LOCAL.

Revision 1.11 / (view) - annotate - [select for diffs] , Thu Apr 8 07:29:16 2004 UTC (20 years, 2 months ago) by a.arora
Branch: MAIN
Changes since 1.10: +2 -0 lines
Diff to previous 1.10
BUG#: 1170
BRANCH: Trunk
TITLE: Client side problems when using monitor_2
DESCRIPTION: There was some missing logic which has been fixed now. For details, refer Bug#1170.

Revision 1.8.4.1 / (view) - annotate - [select for diffs] , Wed Apr 7 18:17:57 2004 UTC (20 years, 2 months ago) by h.sterling
Branch: RELEASE_2_3_2-branch
Changes since 1.8: +12 -2 lines
Diff to previous 1.8
BUG#: 1320
TITLE: Local authentication inconsistencies

DESCRIPTION:

-- Solves some portability problems with local authentication
-- Adds check for "localhost" in regular connect commands so that
   the right type of authentication is performed.

Revision 1.10 / (view) - annotate - [select for diffs] , Tue Feb 3 13:01:44 2004 UTC (20 years, 5 months ago) by dj.gorey
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9
Bug 1170 -  Monitor2_Client Workaround

Revision 1.9 / (view) - annotate - [select for diffs] , Thu Jan 29 20:42:32 2004 UTC (20 years, 5 months ago) by dj.gorey
Branch: MAIN
Changes since 1.8: +17 -2 lines
Diff to previous 1.8
Bug 1155 -  Monitor2 Default Changes

Revision 1.8 / (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-root
Branch point for: RELEASE_2_3_2-branch
Changes since 1.7: +51 -47 lines
Diff to previous 1.7
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.7 / (view) - annotate - [select for diffs] , Wed Dec 3 13:55:18 2003 UTC (20 years, 7 months ago) by tony
Branch: MAIN
CVS Tags: RELEASE_2_3_1-root, RELEASE_2_3_1-branch
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
Bugs 1091 - Fix client trace

Revision 1.6 / (view) - annotate - [select for diffs] , Wed Nov 26 15:46:02 2003 UTC (20 years, 7 months ago) by karl
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
bug1091, incorrect enum on client trace setup

Revision 1.5 / (view) - annotate - [select for diffs] , Wed Nov 12 19:49:39 2003 UTC (20 years, 7 months ago) by tony
Branch: MAIN
Changes since 1.4: +4 -1 lines
Diff to previous 1.4
Bug 764: solaris with gcc
With PEGASUS_CLIENT_TRACE_ENABLE enabled there is a temporary passed to a reference argument.  Gcc does not like this.

Revision 1.4 / (view) - annotate - [select for diffs] , Tue Nov 11 01:22:17 2003 UTC (20 years, 7 months ago) by kumpf
Branch: MAIN
Changes since 1.3: +38 -2 lines
Diff to previous 1.3
HP-RK Bugzilla 1022 (Cannot catch specific client exception classes).

Revision 1.3 / (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, RELEASE_2_3_0-branch, POST_LICENSE_UPDATE_2003
Changes since 1.2: +5 -3 lines
Diff to previous 1.2
PEP 55 Update license on source files to current license text and date

Revision 1.2 / (view) - annotate - [select for diffs] , Thu Sep 18 17:22:58 2003 UTC (20 years, 9 months ago) by karl
Branch: MAIN
CVS Tags: test, TEST, RELEASE_2_3_0-msg-freeze, PRE_LICENSE_UPDATE_2003
Changes since 1.1: +3 -2 lines
Diff to previous 1.1
BUG 418/478. Fix client setup to use HTTP Post directly without trying M-PoST before the post request. Note that this changes much of the header structure per the specification to slightly different extension headers

Revision 1.1.2.1 / (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.1: +0 -0 lines
Diff to previous 1.1 to next main 1.2
another merge with HEAD

Revision 1.1 / (view) - annotate - [select for diffs] , Wed Aug 13 21:37:32 2003 UTC (20 years, 10 months ago) by kumpf
Branch: MAIN
Branch point for: pep_88
HP-JS PEPs 78 and 79 ([WMI Mapper] Changes to the Authentication Process and Local Connection Enhancements).

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