CVS log for pegasus/src/Clients/cimcli/CIMCLIOptionStruct.cpp

(logo)

Help

(back) Up to [Pegasus] / pegasus / src / Clients / cimcli

Request diff between arbitrary revisions


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

Revision 1.5 / (view) - annotate - [select for diffs] , Wed Aug 27 22:10:07 2014 UTC (9 years, 9 months ago) by karl
Branch: MAIN
CVS Tags: postBug9676, 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.4: +8 -2 lines
Diff to previous 1.4
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.2.4.5 / (view) - annotate - [select for diffs] , Tue Aug 19 17:07:56 2014 UTC (9 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK-PEP317_pullop-merged_out_to_branch, TASK-PEP317_pullop-merged_in_from_branch
Changes since 1.2.4.4: +1 -1 lines
Diff to previous 1.2.4.4 to branch point 1.2 to next main 1.3
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch Clean up TODOS, etc.

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

Revision 1.2.4.4 / (view) - annotate - [select for diffs] , Mon Jun 3 21:34:51 2013 UTC (11 years ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.2.4.3: +2 -0 lines
Diff to previous 1.2.4.3 to branch point 1.2
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.4 / (view) - annotate - [select for diffs] , Tue Apr 3 15:40:55 2012 UTC (12 years, 2 months ago) by karl
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, 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, CIMRS_WORK_20130824
Changes since 1.3: +1 -0 lines
Diff to previous 1.3
BUG#: 9201
TITLE: Add option to define client truststore

DESCRIPTION: Add and implements option --truststore to allow an ssl
client truststore defining certs expected from server to be input with
a cimcli request. Implements option conditional display info help and doc.
No specific tests added since testing depends on so many external factors.

Revision 1.2.4.3 / (view) - annotate - [select for diffs] , Wed Feb 15 17:47:02 2012 UTC (12 years, 3 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013
Changes since 1.2.4.2: +2 -0 lines
Diff to previous 1.2.4.2 to branch point 1.2
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.2.4.2 / (view) - annotate - [select for diffs] , Tue Oct 11 17:17:59 2011 UTC (12 years, 8 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.2.4.1: +62 -2 lines
Diff to previous 1.2.4.1 to branch point 1.2
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.3 / (view) - annotate - [select for diffs] , Wed Feb 16 15:11:05 2011 UTC (13 years, 3 months ago) by karl
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.2: +62 -2 lines
Diff to previous 1.2
BUG#: 8750
TITLE: Option -x does not work

DESCRIPTION:  Fix parameter testing for -x and -o input parameters.
Add output processing for -o txt (outputs mof). add tests for these
options.

Revision 1.2.4.1 / (view) - annotate - [select for diffs] , Sat Jan 15 21:26:49 2011 UTC (13 years, 4 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: BeforeUpdateToHeadOct82011
Changes since 1.2: +4 -1 lines
Diff to previous 1.2
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.2 / (view) - annotate - [select for diffs] , Mon Jan 25 14:05:22 2010 UTC (14 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: TASK-PEP317_pullop-root, RELEASE_2_11_0-FC, 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
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.1: +11 -4 lines
Diff to previous 1.1
BUG#: 8677
TITLE: cimcli association tests disabled  because results not
deterministic

DESCRIPTION: Added -sort option to cimcli and used this as basis for
running tests. Extended and corrected documentation also

Revision 1.1 / (view) - annotate - [select for diffs] , Wed Dec 16 18:50:50 2009 UTC (14 years, 5 months ago) by karl
Branch: MAIN
BUG#: 8633
TITLE: Modifications to cimcli per PEP 283

DESCRIPTION: Update cimcli files and add new files per PEP 283

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