CVS log for pegasus/mak/config.mak

(logo)

Help

(back) Up to [Pegasus] / pegasus / mak

Request diff between arbitrary revisions


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

Revision 1.220 / (view) - annotate - [select for diffs] , Thu Apr 23 12:27:56 2015 UTC (9 years ago) by jsafrane
Branch: MAIN
CVS Tags: HEAD
Changes since 1.219: +18 -0 lines
Diff to previous 1.219
BUG#: 9813
TITLE: Use pthread_mutex_timedlock() instead of custom code.

DESCRIPTION: We should use pthread_mutex_timedlock() when available to avoid
starvation of threads.

Revision 1.219 / (view) - annotate - [select for diffs] , Mon Nov 10 21:41:03 2014 UTC (9 years, 6 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_14_1, RELEASE_2_14_0-RC2, RELEASE_2_14_0-RC1, RELEASE_2_14_0, RELEASE_2_14-root, RELEASE_2_14-branch
Changes since 1.218: +25 -0 lines
Diff to previous 1.218
BUG#: 9928

TITLE: Initial FQL implementation per DMTF specification DSP0212

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

Revision 1.218 / (view) - annotate - [select for diffs] , Mon Nov 10 16:14:05 2014 UTC (9 years, 6 months ago) by jsafrane
Branch: MAIN
Changes since 1.217: +33 -0 lines
Diff to previous 1.217
BUG#: 9941
TITLE: Make the cookie session management optional.

DESCRIPTION: Introduce PEGASUS_ENABLE_SESSION_COOKIES to enable/disable session
management using cookies.

Revision 1.217 / (view) - annotate - [select for diffs] , Mon Sep 15 06:52:14 2014 UTC (9 years, 7 months ago) by jsafrane
Branch: MAIN
Changes since 1.216: +20 -0 lines
Diff to previous 1.216
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.216 / (view) - annotate - [select for diffs] , Fri Sep 5 13:19:06 2014 UTC (9 years, 8 months ago) by karl
Branch: MAIN
Changes since 1.215: +1 -1 lines
Diff to previous 1.215
BUG#: 9926
TITLE: Make CIM 241 the default build schema

DESCRIPTION: Change definition in config.mak to use Schema 2.41 the
current latest CIM schema at the end of august 2014

Revision 1.195.2.6 / (view) - annotate - [select for diffs] , Mon May 5 15:47:43 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.195.2.5: +10 -7 lines
Diff to previous 1.195.2.5 to branch point 1.195 to next main 1.196
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch. Comment out some diagnostics.
Fix issue with diff from head

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

Revision 1.215 / (view) - annotate - [select for diffs] , Mon Mar 24 18:58:33 2014 UTC (10 years, 1 month ago) by dl.meetei
Branch: MAIN
CVS Tags: preBug9676, postBug9676, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk
Changes since 1.214: +10 -7 lines
Diff to previous 1.214
BUG#: 9872
TITLE: Misleading make error msg for wrong PEGASUS_ROOT

DESCRIPTION:

Revision 1.195.2.5 / (view) - annotate - [select for diffs] , Wed Mar 12 21:34:59 2014 UTC (10 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.195.2.4: +23 -0 lines
Diff to previous 1.195.2.4 to branch point 1.195
BUG#: 9676
TITLE: TASK-PEP317_pullop-branch.Mergeout from head of tree 10 March 2014

DESCRIPTION: This is mergout out to bring up to date this branch. From
previous mergeout

Revision 1.214 / (view) - annotate - [select for diffs] , Tue Mar 11 02:54:55 2014 UTC (10 years, 2 months ago) by dl.meetei
Branch: MAIN
Changes since 1.213: +1 -1 lines
Diff to previous 1.213
BUG#: 9843
TITLE: pegasus rpm uninstallation does not remove ssl certs and cnf

DESCRIPTION: Foregoing the change which is committed unintentionally

Revision 1.213 / (view) - annotate - [select for diffs] , Tue Mar 11 02:46:15 2014 UTC (10 years, 2 months ago) by dl.meetei
Branch: MAIN
Changes since 1.212: +1 -1 lines
Diff to previous 1.212
BUG#: 9843
TITLE: pegasus rpm uninstallation does not remove ssl certs and cnf

DESCRIPTION:

Revision 1.212 / (view) - annotate - [select for diffs] , Mon Dec 16 09:37:27 2013 UTC (10 years, 4 months ago) by lawrence.luo
Branch: MAIN
Changes since 1.211: +23 -0 lines
Diff to previous 1.211
BUG#: 9219

TITLE:Infrastructure for a web based administration interface

DESCRIPTION:

Revision 1.211.10.3 / (view) - annotate - [select for diffs] , Thu Aug 15 07:32:04 2013 UTC (10 years, 8 months ago) by lawrence.luo
Branch: TASK-PEP362_RestfulService-branch
CVS Tags: TASK-PEP362_RestfulService-merged_out_to_branch
Changes since 1.211.10.2: +1 -1 lines
Diff to previous 1.211.10.2 to branch point 1.211 to next main 1.212
PEP#: 362
TITLE: Restful Services

DESCRIPTION:  Change back as Dev's correction

Revision 1.211.10.2 / (view) - annotate - [select for diffs] , Thu Aug 15 05:25:27 2013 UTC (10 years, 8 months ago) by lawrence.luo
Branch: TASK-PEP362_RestfulService-branch
Changes since 1.211.10.1: +1 -1 lines
Diff to previous 1.211.10.1 to branch point 1.211
PEP#: 362
TITLE: Restful Services

DESCRIPTION:   A change on config.mak

Revision 1.211.10.1 / (view) - annotate - [select for diffs] , Tue Jul 30 04:31:39 2013 UTC (10 years, 9 months ago) by lawrence.luo
Branch: TASK-PEP362_RestfulService-branch
Changes since 1.211: +23 -0 lines
Diff to previous 1.211
BUG#: 9219
PEP#: 362
TITLE: Infrastructure for a web based administration interface

DESCRIPTION:  Base level for PEP362

Revision 1.195.2.4 / (view) - annotate - [select for diffs] , Sat Jul 20 17:32:35 2013 UTC (10 years, 9 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: PREAUG25UPDATE, POSTAUG25UPDATE
Changes since 1.195.2.3: +12 -7 lines
Diff to previous 1.195.2.3 to branch point 1.195
PEP#: 317
TITLE: Update merge out from last 2.13.0.

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

Revision 1.211 / (view) - annotate - [select for diffs] , Mon Jul 1 09:56:01 2013 UTC (10 years, 10 months ago) by rahul.kumar.singh
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_out_from_trunk, 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, RELEASE_2_13-root, RELEASE_2_13-branch, CIMRS_WORK_20130824
Branch point for: TASK-PEP362_RestfulService-branch
Changes since 1.210: +12 -7 lines
Diff to previous 1.210
BUG#: 9412
TITLE:SNMP related code needs to have conditional compiling.

Revision 1.195.2.3 / (view) - annotate - [select for diffs] , Mon Jun 3 21:34:47 2013 UTC (10 years, 11 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.195.2.2: +53 -67 lines
Diff to previous 1.195.2.2 to branch point 1.195
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.210 / (view) - annotate - [select for diffs] , Tue May 28 11:34:23 2013 UTC (10 years, 11 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_13_0-FC
Changes since 1.209: +35 -0 lines
Diff to previous 1.209
BUG#:9642
TITLE: Remote session tracking through PAM mechanism in a common approach

DESCRIPTION:

Revision 1.209 / (view) - annotate - [select for diffs] , Mon May 20 05:09:18 2013 UTC (10 years, 11 months ago) by ajay.rao
Branch: MAIN
Changes since 1.208: +0 -4 lines
Diff to previous 1.208
BUG#: 9564
TITLE: [f2fCleanUp] Remove build option PEGASUS_CLIENT_TRACE_ENABLE

DESCRIPTION:

Revision 1.208 / (view) - annotate - [select for diffs] , Thu May 2 08:31:01 2013 UTC (11 years ago) by dl.meetei
Branch: MAIN
Changes since 1.207: +1 -1 lines
Diff to previous 1.207
BUG#: 9645
TITLE: Change schema version to use CIM 2.36

DESCRIPTION:

Revision 1.207 / (view) - annotate - [select for diffs] , Mon Apr 1 05:27:27 2013 UTC (11 years, 1 month ago) by ajay.rao
Branch: MAIN
Changes since 1.206: +0 -38 lines
Diff to previous 1.206
BUG#: 9475
TITLE: removing Defines for PEGASUS_INDICATIONS_Q_THRESHOLD

DESCRIPTION:

Revision 1.206 / (view) - annotate - [select for diffs] , Mon Feb 18 15:00:20 2013 UTC (11 years, 2 months ago) by marek
Branch: MAIN
Changes since 1.205: +1 -1 lines
Diff to previous 1.205
BUG#:9536
TITLE: tweak PEGASUS_ASSERT and other macro  to avoid unused warnings and build break

DESCRIPTION:

Revision 1.205 / (view) - annotate - [select for diffs] , Fri Nov 2 08:33:05 2012 UTC (11 years, 6 months ago) by rohini.deshpande
Branch: MAIN
Changes since 1.204: +0 -10 lines
Diff to previous 1.204
BUG#: 9406
TITLE: Remove PEGASUS_VENDOR_HP
DESCRIPTION: Removed PEGASUS_VENDOR_HP

Revision 1.204 / (view) - annotate - [select for diffs] , Thu Aug 9 09:32:17 2012 UTC (11 years, 9 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, RELEASE_2_12-root, RELEASE_2_12-branch
Changes since 1.203: +0 -13 lines
Diff to previous 1.203
BUG#:9355
TITLE: Removing ICU_NO_UPPERCASE_ROOT define

DESCRIPTION:

Revision 1.203 / (view) - annotate - [select for diffs] , Tue May 15 13:12:30 2012 UTC (11 years, 11 months ago) by dev.meetei
Branch: MAIN
CVS Tags: RELEASE_2_12_0-FC
Changes since 1.202: +4 -1 lines
Diff to previous 1.202
BUG#: 9262
TITLE: Make alltests failed, Seems that there is some classes between 9050 and 8891
DESCRIPTION:Fixes giving a default value to PEGASUS_INTEROP_NAMESPACE and updating master files

Revision 1.202 / (view) - annotate - [select for diffs] , Mon May 14 08:12:12 2012 UTC (11 years, 11 months ago) by anusha.kandepu
Branch: MAIN
Changes since 1.201: +13 -0 lines
Diff to previous 1.201
BUG#: 9050
TITLE: New build option is required for setting interop namespace.
DESCRIPTION: Added support for setting interop namespace through build option.

Revision 1.195.2.2 / (view) - annotate - [select for diffs] , Wed Feb 15 17:47:01 2012 UTC (12 years, 2 months ago) by karl
Branch: TASK-PEP317_pullop-branch
CVS Tags: TASK_PEP317_1JUNE_2013
Changes since 1.195.2.1: +8 -2 lines
Diff to previous 1.195.2.1 to branch point 1.195
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.201 / (view) - annotate - [select for diffs] , Thu Feb 9 09:18:38 2012 UTC (12 years, 3 months ago) by marek
Branch: MAIN
Changes since 1.200: +1 -1 lines
Diff to previous 1.200
BUG#:9158
TITLE: Switch default CIM Schema to 2.31

DESCRIPTION:

Revision 1.200 / (view) - annotate - [select for diffs] , Fri Jan 13 15:45:24 2012 UTC (12 years, 3 months ago) by karl
Branch: MAIN
Changes since 1.199: +3 -0 lines
Diff to previous 1.199
BUG#: 9153
TITLE:BuildAndReleaseOptions reflects old default CIMSchema

DESCRIPTION: Modify config.mak to indicate that doc should change if
PEGASUS_CIM_SCHEMA changes.  Modify Description of PEGASUS_CIM_SCHEMA
in buildAndReleaseOptions to reflect what it actually does and to
update to current default.  NOTE: The tool used for HTML modified a
number of other pieces of the HTML to a) correct some missing HTML
components and replace the &quote with real quotes where allowed

Revision 1.199 / (view) - annotate - [select for diffs] , Thu Dec 15 05:29:01 2011 UTC (12 years, 4 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.198: +4 -1 lines
Diff to previous 1.198
BUG#: 9126
TITLE: compile error when PEGASUS_PAM_AUTHENTICATION is not defined and PEGASUS_USE_PAM_STANDALONE_PROC is defined
DESCRIPTION:

Revision 1.195.2.1 / (view) - annotate - [select for diffs] , Tue Oct 11 17:17:56 2011 UTC (12 years, 7 months ago) by karl
Branch: TASK-PEP317_pullop-branch
Changes since 1.195: +2 -23 lines
Diff to previous 1.195
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.198 / (view) - annotate - [select for diffs] , Thu Aug 11 11:12:33 2011 UTC (12 years, 9 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.197: +1 -1 lines
Diff to previous 1.197
BUG#: 9013
TITLE: Indications arrives out-of-order from provider to handler service
DESCRIPTION: Enhanced deliver() API to wait until indication arrives to the HandlerService. HandlerService gurantees the indication delivery order. This ordering is automatically enabled with PEGASUS_ENABLE_DMTF_INDICATION_PROFILE support is defined.

Revision 1.197 / (view) - annotate - [select for diffs] , Thu Feb 17 15:00:54 2011 UTC (13 years, 2 months ago) by venkat.puvvada
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.196: +1 -1 lines
Diff to previous 1.196
BUG#: 8932
TITLE: Switch default CIM Schema to Version 2.28
DESCRIPTION:

Revision 1.196 / (view) - annotate - [select for diffs] , Thu Jan 20 13:08:18 2011 UTC (13 years, 3 months ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_11_0-FC
Changes since 1.195: +0 -21 lines
Diff to previous 1.195
BUG#:8902
TITLE: Remove Compile Option for XML protocol to ProvAgt

DESCRIPTION:

Revision 1.195 / (view) - annotate - [select for diffs] , Wed Jan 12 13:30:23 2011 UTC (13 years, 3 months ago) by marek
Branch: MAIN
CVS Tags: TASK-PEP317_pullop-root, BeforeUpdateToHeadOct82011
Branch point for: TASK-PEP317_pullop-branch
Changes since 1.194: +16 -0 lines
Diff to previous 1.194
BUG#:8888
TITLE: Restrict default thread stack size

DESCRIPTION:

Revision 1.194 / (view) - annotate - [select for diffs] , Fri Jan 7 11:26:03 2011 UTC (13 years, 4 months ago) by sahana.prabhakar
Branch: MAIN
Changes since 1.193: +21 -1 lines
Diff to previous 1.193
BUG#: 8901
TITLE: SNMP v3 trap generation feature should be built using a build option.
DESCRIPTION: A new build option should be introduced which will control the inclusion of this feature in Pegasus build.

Revision 1.193 / (view) - annotate - [select for diffs] , Fri Oct 29 04:29:47 2010 UTC (13 years, 6 months ago) by s.kodali
Branch: MAIN
Changes since 1.192: +27 -1 lines
Diff to previous 1.192
BUG#: 8864
TITLE: PEP 318: 32bit providers in 64bit OpenPegasus

Revision 1.183.2.3 / (view) - annotate - [select for diffs] , Wed Aug 11 10:20:29 2010 UTC (13 years, 9 months ago) by s.kodali
Branch: RELEASE_2_9-branch
CVS Tags: RELEASE_2_9_2-RC2, RELEASE_2_9_2
Changes since 1.183.2.2: +10 -0 lines
Diff to previous 1.183.2.2 to branch point 1.183 to next main 1.184
BUG#: 8833
TITLE: Need an option to specify multiple provider dirs for release builds.

Revision 1.188.2.2 / (view) - annotate - [select for diffs] , Tue Aug 10 11:23:34 2010 UTC (13 years, 9 months ago) by s.kodali
Branch: RELEASE_2_10-branch
CVS Tags: RELEASE_2_10_1-RC1, RELEASE_2_10_1
Changes since 1.188.2.1: +10 -0 lines
Diff to previous 1.188.2.1 to branch point 1.188 to next main 1.189
BUG#: 8828
TITLE: Need an option to specify multiple provider dirs for release builds.

Revision 1.192 / (view) - annotate - [select for diffs] , Mon Aug 9 04:58:57 2010 UTC (13 years, 9 months ago) by s.kodali
Branch: MAIN
Changes since 1.191: +10 -0 lines
Diff to previous 1.191
BUG#: 8825
TITLE: Need an option to specify multiple provider dirs for release builds.

Revision 1.183.2.2 / (view) - annotate - [select for diffs] , Thu Jul 15 08:36:53 2010 UTC (13 years, 9 months ago) by s.kodali
Branch: RELEASE_2_9-branch
CVS Tags: RELEASE_2_9_2-RC1
Changes since 1.183.2.1: +11 -2 lines
Diff to previous 1.183.2.1 to branch point 1.183
BUG#: 8809
TITLE: enable PEGASUS_USE_RELEASE_CONFIG_OPTIONS  build option to have true/false values

Revision 1.188.2.1 / (view) - annotate - [select for diffs] , Wed Jul 14 13:00:52 2010 UTC (13 years, 9 months ago) by s.kodali
Branch: RELEASE_2_10-branch
Changes since 1.188: +11 -2 lines
Diff to previous 1.188
BUG#: 8808
TITLE: enable PEGASUS_USE_RELEASE_CONFIG_OPTIONS  build option to have true/false values

Revision 1.191 / (view) - annotate - [select for diffs] , Fri Jul 9 10:24:50 2010 UTC (13 years, 10 months ago) by s.kodali
Branch: MAIN
Changes since 1.190: +11 -2 lines
Diff to previous 1.190
BUG#: 8800
TITLE: enable PEGASUS_USE_RELEASE_CONFIG_OPTIONS  build option to have true/false values

Revision 1.190 / (view) - annotate - [select for diffs] , Wed Jun 30 06:17:39 2010 UTC (13 years, 10 months ago) by s.kodali
Branch: MAIN
Changes since 1.189: +2 -2 lines
Diff to previous 1.189
BUG#: 8785
TITLE: PEGASUS_USE_OPENSLP=true does not work.

Revision 1.189 / (view) - annotate - [select for diffs] , Thu Jun 17 09:44:05 2010 UTC (13 years, 10 months ago) by s.kodali
Branch: MAIN
Changes since 1.188: +1 -1 lines
Diff to previous 1.188
BUG#: 8784
TITLE: Switch default CIM Schema to Version 2.25

Revision 1.188 / (view) - annotate - [select for diffs] , Tue Dec 15 10:52:31 2009 UTC (14 years, 4 months ago) by s.kodali
Branch: MAIN
CVS Tags: RELEASE_2_10_0-RC2, RELEASE_2_10_0-RC1, RELEASE_2_10_0, RELEASE_2_10-root
Branch point for: RELEASE_2_10-branch
Changes since 1.187: +12 -0 lines
Diff to previous 1.187
BUG#: 8661
PEP#: 350
TITLE: Multi CIMOM Suport on Same OS

Revision 1.185.2.2 / (view) - annotate - [select for diffs] , Wed Nov 18 14:00:29 2009 UTC (14 years, 5 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
CVS Tags: TASK-PEP348_SCMO-merged_out_to_branch
Changes since 1.185.2.1: +1 -1 lines
Diff to previous 1.185.2.1 to branch point 1.185 to next main 1.186
PEP#: 348
TITLE: Merge head into branch.

DESCRIPTION: Merge head into branch.

Revision 1.183.2.1 / (view) - annotate - [select for diffs] , Wed Aug 19 14:31:48 2009 UTC (14 years, 8 months ago) by marek
Branch: RELEASE_2_9-branch
CVS Tags: RELEASE_2_9_1-RC1, RELEASE_2_9_1
Changes since 1.183: +1 -1 lines
Diff to previous 1.183
BUG#:8604
TITLE: Switch default CIM Schema to Version 2.22

DESCRIPTION:

Revision 1.187 / (view) - annotate - [select for diffs] , Sun Aug 16 15:21:01 2009 UTC (14 years, 8 months ago) by marek
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-merged_out_from_trunk
Changes since 1.186: +1 -1 lines
Diff to previous 1.186
BUG#:8592
TITLE: Switch default CIM Schema to Version 2.22

DESCRIPTION:

Revision 1.185.2.1 / (view) - annotate - [select for diffs] , Mon Jul 27 09:17:35 2009 UTC (14 years, 9 months ago) by thilo.boehm
Branch: TASK-PEP348_SCMO-branch
Changes since 1.185: +17 -17 lines
Diff to previous 1.185
PEP#: 348
TITLE: Merge out from head.

DESCRIPTION: Merger changes from head into branch.

Revision 1.186 / (view) - annotate - [select for diffs] , Fri Jul 17 06:33:59 2009 UTC (14 years, 9 months ago) by s.kodali
Branch: MAIN
Changes since 1.185: +17 -17 lines
Diff to previous 1.185
BUG#: 5611
TITLE: Java Environment Variable Definitions Duplicated

Revision 1.185 / (view) - annotate - [select for diffs] , Wed Feb 25 17:46:09 2009 UTC (15 years, 2 months ago) by kumpf
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.184: +7 -8 lines
Diff to previous 1.184
BUG#: 8421
TITLE: Extraneous 'endif' in pegasus/mak/config.mak:1299
DESCRIPTION: Remove the extra endif and indent consistently.

Revision 1.184 / (view) - annotate - [select for diffs] , Wed Feb 25 06:15:06 2009 UTC (15 years, 2 months ago) by s.kodali
Branch: MAIN
Changes since 1.183: +6 -3 lines
Diff to previous 1.183
BUG#: 8405
TITLE: build fails on windows, If PEGASUS_USE_STATIC_LIBRARIES is true.

Revision 1.183 / (view) - annotate - [select for diffs] , Tue Dec 16 18:55:36 2008 UTC (15 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_9_0-RC1, RELEASE_2_9_0, RELEASE_2_9-root, HPUX_TEST
Branch point for: RELEASE_2_9-branch
Changes since 1.182: +9 -9 lines
Diff to previous 1.182
BUG#: 8273
TITLE: Remove trailing space characters
DESCRIPTION: Remove meaningless whitespace.

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

DESCRIPTION:

Fixing trailing spaces in copyright/license text

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

DESCRIPTION:

Adding the new copyright/license text to almost all files

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

DESCRIPTION: Initial commit of binary protocol feature.

Revision 1.153.2.1 / (view) - annotate - [select for diffs] , Fri Nov 21 01:57:41 2008 UTC (15 years, 5 months ago) by denise.eckstein
Branch: RELEASE_2_7-branch
CVS Tags: RELEASE_2_7_3-RC1, RELEASE_2_7_3
Changes since 1.153: +12 -0 lines
Diff to previous 1.153 to next main 1.154
BUG#: 8164
TITLE: check_for_core called by RPMMakefile but not defined

DESCRIPTION: Added option to check for cores to RPMMakefile.

Revision 1.171.4.3 / (view) - annotate - [select for diffs] , Thu Nov 20 01:16:12 2008 UTC (15 years, 5 months ago) by denise.eckstein
Branch: RELEASE_2_8-branch
CVS Tags: RELEASE_2_8_2-RC1, RELEASE_2_8_2, RELEASE_2_8_1-RC1, RELEASE_2_8_1
Changes since 1.171.4.2: +11 -0 lines
Diff to previous 1.171.4.2 to branch point 1.171 to next main 1.172
BUG#: 8167
TITLE: Option needed to check for core files

DESCRIPTION: Added check_for_cores option to TestMakefile.

Revision 1.179 / (view) - annotate - [select for diffs] , Tue Nov 18 19:48:23 2008 UTC (15 years, 5 months ago) by denise.eckstein
Branch: MAIN
Changes since 1.178: +12 -0 lines
Diff to previous 1.178
BUG#: 8120
TITLE: Option needed to check for core files.

DESCRIPTION: Add an option, check_for_cores, to pegasus/TestMakefile to check the build environment for core files that may have been generated during the build.

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

DESCRIPTION: Internal Binary Protocol

Revision 1.177 / (view) - annotate - [select for diffs] , Tue Nov 4 18:40:30 2008 UTC (15 years, 6 months ago) by kumpf
Branch: MAIN
Changes since 1.176: +19 -1 lines
Diff to previous 1.176
BUG#: 8047
TITLE: PEP 314 SQLite Repository
DESCRIPTION: Add a repository persistent store implementation based on the SQLite database engine.

Revision 1.151.2.8 / (view) - annotate - [select for diffs] , Thu Oct 23 17:15:52 2008 UTC (15 years, 6 months ago) by karl
Branch: TASK-PEP305_VXWORKS-branch
CVS Tags: TASK-PEP305_VXWORKS-2008-10-23
Changes since 1.151.2.7: +19 -0 lines
Diff to previous 1.151.2.7 to branch point 1.151 to next main 1.152
PEP#: 305
TITLE: VxWorks port

DESCRIPTION: Modify so exportserver is a server option and not used
with vxworks port

Revision 1.171.4.2 / (view) - annotate - [select for diffs] , Mon Oct 20 04:25:22 2008 UTC (15 years, 6 months ago) by s.kodali
Branch: RELEASE_2_8-branch
Changes since 1.171.4.1: +11 -10 lines
Diff to previous 1.171.4.1 to branch point 1.171
BUG#: 8008
TITLE: build failure with PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT=true set

Revision 1.176 / (view) - annotate - [select for diffs] , Fri Oct 17 10:07:30 2008 UTC (15 years, 6 months ago) by r.kieninger
Branch: MAIN
Changes since 1.175: +2 -2 lines
Diff to previous 1.175
BUG#:7996
TITLE: 64 bit platform support for z/OS

DESCRIPTION: 64 bit platform support for z/OS

Revision 1.175 / (view) - annotate - [select for diffs] , Thu Oct 16 09:49:40 2008 UTC (15 years, 6 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.174: +11 -10 lines
Diff to previous 1.174
BUG#: 8006
TITLE: build failure with PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT=true set
DESCRIPTION:

Revision 1.174 / (view) - annotate - [select for diffs] , Wed Oct 1 03:46:13 2008 UTC (15 years, 7 months ago) by s.kodali
Branch: MAIN
CVS Tags: TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch
Changes since 1.173: +0 -16 lines
Diff to previous 1.173
BUG#: 6366
TITLE: Remove PEGASUS_EMBEDDED_INSTANCE_SUPPORT conditional compile and make non-experimental

Revision 1.171.4.1 / (view) - annotate - [select for diffs] , Mon Sep 29 16:41:53 2008 UTC (15 years, 7 months ago) by karl
Branch: RELEASE_2_8-branch
Changes since 1.171: +100 -12 lines
Diff to previous 1.171
BUG#: 7935
TITLE: Sun Port for CC compiler backport to 2.8.1

DESCRIPTION: Backport of Bug 7834 (PEP 328) back to 2.8.1

Revision 1.173 / (view) - annotate - [select for diffs] , Tue Sep 16 17:27:46 2008 UTC (15 years, 7 months ago) by kumpf
Branch: MAIN
Changes since 1.172: +15 -0 lines
Diff to previous 1.172
BUG#: 7902
TITLE: Allow modifyClass on a non-leaf class
DESCRIPTION: Store class definitions without inherited elements.

Revision 1.172 / (view) - annotate - [select for diffs] , Tue Sep 2 13:11:17 2008 UTC (15 years, 8 months ago) by karl
Branch: MAIN
Changes since 1.171: +101 -12 lines
Diff to previous 1.171
BUG#: 7834
TITLE: SunPort for Nevada Sparc and IX86 platforms per PEP 328

DESCRIPTION: Checkin of changes from PEP 328.

Revision 1.171.6.2 / (view) - annotate - [select for diffs] , Wed Aug 27 22:57:20 2008 UTC (15 years, 8 months ago) by karl
Branch: TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch
Changes since 1.171.6.1: +3 -2 lines
Diff to previous 1.171.6.1 to branch point 1.171 to next main 1.172
PEP#: 328
TITLE: SunPort

DESCRIPTION: Add changes to final test branch

Revision 1.171.6.1 / (view) - annotate - [select for diffs] , Wed Aug 20 22:05:48 2008 UTC (15 years, 8 months ago) by karl
Branch: TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch
Changes since 1.171: +100 -12 lines
Diff to previous 1.171
PEP#: 328
TITLE: Sun port. Update to new branch for test

DESCRIPTION: Update to new branch for port test with current code

Revision 1.167.4.1.4.4 / (view) - annotate - [select for diffs] , Thu Aug 14 12:41:33 2008 UTC (15 years, 8 months ago) by karl
Branch: TASK-PEP328_SOLARIS_NEVADA_PORT-branch
Changes since 1.167.4.1.4.3: +1 -1 lines
Diff to previous 1.167.4.1.4.3 to branch point 1.167.4.1 to next main 1.168
PEP#: 328
TITLE: Sun port for Nevada

DESCRIPTION: correct error in SLP env variable setup

Revision 1.167.4.1.4.3 / (view) - annotate - [select for diffs] , Wed Aug 13 15:51:47 2008 UTC (15 years, 8 months ago) by karl
Branch: TASK-PEP328_SOLARIS_NEVADA_PORT-branch
Changes since 1.167.4.1.4.2: +99 -12 lines
Diff to previous 1.167.4.1.4.2 to branch point 1.167.4.1
PEP#: 328
TITLE: Sun prot to Nevada Solaris platform

DESCRIPTION: Modify SLP environemnt variables to allow Solaris SLP

Revision 1.167.4.1.4.2 / (view) - annotate - [select for diffs] , Wed Aug 6 20:06:48 2008 UTC (15 years, 9 months ago) by karl
Branch: TASK-PEP328_SOLARIS_NEVADA_PORT-branch
Changes since 1.167.4.1.4.1: +0 -2 lines
Diff to previous 1.167.4.1.4.1 to branch point 1.167.4.1
PEP#: 328
TITLE: Sun port

DESCRIPTION: delete test line left by accident

Revision 1.151.2.7 / (view) - annotate - [select for diffs] , Tue Jul 15 00:47:40 2008 UTC (15 years, 9 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
Changes since 1.151.2.6: +1 -1 lines
Diff to previous 1.151.2.6 to branch point 1.151
PEP#: 305
TITLE: VxWorks Port

DESCRIPTION: Ongoing VxWorks porting

Revision 1.167.4.1.4.1 / (view) - annotate - [select for diffs] , Thu Jul 3 02:07:12 2008 UTC (15 years, 10 months ago) by karl
Branch: TASK-PEP328_SOLARIS_NEVADA_PORT-branch
Changes since 1.167.4.1: +2 -0 lines
Diff to previous 1.167.4.1
PEP#: 328
TITLE: Solaris Porting

DESCRIPTION: Solaris Porting

Revision 1.167.4.1 / (view) - annotate - [select for diffs] , Tue Jul 1 14:17:27 2008 UTC (15 years, 10 months ago) by mike
Branch: TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2
CVS Tags: TASK_PEP328_SOLARIS_NEVADA_PORT, TASK-PEP328_SOLARIS_NEVADA_PORT-root
Branch point for: TASK-PEP328_SOLARIS_NEVADA_PORT-branch
Changes since 1.167: +81 -1 lines
Diff to previous 1.167 to next main 1.168
PEP#: 328
TITLE: Solaris Porting

DESCRIPTION: Ongoing Solaris Porting

Revision 1.171 / (view) - annotate - [select for diffs] , Wed Jun 11 05:29:38 2008 UTC (15 years, 11 months ago) by s.kodali
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_NEVADA_PORT_v2-root, RELEASE_2_8_0-RC2, RELEASE_2_8_0-RC1, RELEASE_2_8_0, RELEASE_2_8-root
Branch point for: TASK-PEP328_SOLARIS_NEVADA_PORT_v2-branch, RELEASE_2_8-branch
Changes since 1.170: +9 -1 lines
Diff to previous 1.170
BUG#: 7674
TITLE: OpenSLP feature enablement/disablement variable ignores value

DESCRIPTION: PEGASUS_USE_OPENSLP is set to either true or false.

Revision 1.170 / (view) - annotate - [select for diffs] , Thu Jun 5 16:33:02 2008 UTC (15 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_8_0_BETA
Changes since 1.169: +16 -0 lines
Diff to previous 1.169
BUG#: 7710
TITLE: Restrict PAM library dependency
DESCRIPTION: Only link with the PAM library where it is needed.

Revision 1.169 / (view) - annotate - [select for diffs] , Thu Jun 5 16:27:44 2008 UTC (15 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.168: +28 -17 lines
Diff to previous 1.168
BUG#: 7706
TITLE: Restrict ICU library dependencies
DESCRIPTION: Only link with the ICU libraries where they are needed.

Revision 1.168 / (view) - annotate - [select for diffs] , Tue Jun 3 18:10:04 2008 UTC (15 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_8_0-FC
Changes since 1.167: +45 -0 lines
Diff to previous 1.167
BUG#: 7698
TITLE: ICU definitions are replicated in platform make files
DESCRIPTION: Consolidate the ICU definitions in config.mak.

Revision 1.167 / (view) - annotate - [select for diffs] , Tue May 27 16:32:56 2008 UTC (15 years, 11 months ago) by marek
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_IX86_CC_PORT-root, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch, Makefile
Branch point for: TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2
Changes since 1.166: +13 -0 lines
Diff to previous 1.166
BUG#:7541
TITLE: PEP315: Compile option to remove method enter and exit trace statements.

DESCRIPTION:

Revision 1.166 / (view) - annotate - [select for diffs] , Thu May 22 16:43:53 2008 UTC (15 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.165: +70 -49 lines
Diff to previous 1.165
BUG#: 7679
TITLE: ICU_ROOT is not needed
DESCRIPTION: Remove the use of the ICU_ROOT variable, and consolidate other redundant ICU logic.

Revision 1.165 / (view) - annotate - [select for diffs] , Fri May 16 05:26:44 2008 UTC (15 years, 11 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.164: +19 -0 lines
Diff to previous 1.164
BUG#: 7635
TITLE: PEP#323 DMTF Indications Profile (DSP1054) Implementation, stage 1.
DESCRIPTION: PEP 323 implementation.

Revision 1.164 / (view) - annotate - [select for diffs] , Mon May 12 15:21:38 2008 UTC (16 years ago) by kumpf
Branch: MAIN
Changes since 1.163: +1 -1 lines
Diff to previous 1.163
BUG#: 7276
TITLE: Make CIM 2.17.1 the default schema
DESCRIPTION: Update the default build, SDK, and RPM to use the CIM.17(.1) schema.

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

Revision 1.162.2.1 / (view) - annotate - [select for diffs] , Wed Apr 30 17:12:51 2008 UTC (16 years ago) by kumpf
Changes since 1.162: +21 -0 lines
Diff to previous 1.162 to next main 1.163
PEP#: 322
TITLE: Track Generated Indications Data
DESCRIPTION: Merge with changes in the main branch.

Revision 1.162 / (view) - annotate - [select for diffs] , Tue Apr 29 19:40:23 2008 UTC (16 years ago) by kumpf
Branch: MAIN
Changes since 1.161: +22 -0 lines
Diff to previous 1.161
BUG#: 7610
TITLE: PEP 311 WS-Management Support in CIM Server
DESCRIPTION: Implement WS-Management protocol for WS-Transfer operations.

Revision 1.161.4.2 / (view) - annotate - [select for diffs] , Fri Apr 25 21:23:39 2008 UTC (16 years ago) by kumpf
Changes since 1.161.4.1: +1 -1 lines
Diff to previous 1.161.4.1 to branch point 1.161 to next main 1.162
PEP#: 322
TITLE: Track Generated Indications Data
DESCRIPTION: Clean-up.

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

Revision 1.161.2.1 / (view) - annotate - [select for diffs] , Fri Apr 18 23:55:19 2008 UTC (16 years ago) by kumpf
Changes since 1.161: +22 -0 lines
Diff to previous 1.161 to next main 1.162
PEP#: 311
TITLE: WS-Management Support in CIM Server
DESCRIPTION: Merge with latest changes in the main branch.

Revision 1.161 / (view) - annotate - [select for diffs] , Wed Apr 9 06:03:31 2008 UTC (16 years, 1 month ago) by s.kodali
Branch: MAIN
Changes since 1.160: +27 -0 lines
Diff to previous 1.160
BUG#: 7289
TITLE: Provider Manager cannot resolve absolute paths in the PG_ProviderModule Location property

DESCRIPTION: Added new build config option PEGASUS_ALLOW_ABSOLUTEPATH_IN_PROVIDERMODULE to support for this feature.

Revision 1.160.2.1 / (view) - annotate - [select for diffs] , Thu Mar 27 01:44:06 2008 UTC (16 years, 1 month ago) by kumpf
Changes since 1.160: +22 -0 lines
Diff to previous 1.160 to next main 1.161
PEP#: 311
TITLE: WS-Management Support in CIM Server
DESCRIPTION: Allow WS-Man protocol to be optionally enabled.

Revision 1.160 / (view) - annotate - [select for diffs] , Wed Mar 26 18:24:17 2008 UTC (16 years, 1 month ago) by carson.hovey
Branch: MAIN
Changes since 1.159: +1 -1 lines
Diff to previous 1.159
BUG#: 7557
TITLE: config.mak: syntax error on line 485 with PEGASUS_DISABLE_CQL build.

DESCRIPTION: Add missing closing ).

Revision 1.159 / (view) - annotate - [select for diffs] , Mon Mar 24 15:11:20 2008 UTC (16 years, 1 month ago) by karl
Branch: MAIN
Changes since 1.158: +27 -4 lines
Diff to previous 1.158
BUG#: 7374
TITLE: PEGASUS_DISABLE_CQL definition inconsistent

DESCRIPTION: Modify to use PEGASUS_ENABLE_CQL

Revision 1.158 / (view) - annotate - [select for diffs] , Tue Mar 11 18:39:49 2008 UTC (16 years, 2 months ago) by denise.eckstein
Branch: MAIN
Changes since 1.157: +44 -0 lines
Diff to previous 1.157
BUG#: 7514
TITLE: Allow Linux build to use default include and library paths for ICU components

DESCRIPTION: Modified code to (1) Allow the use of the PEGASUS_HAS_ICU variable to trigger in inclusion of ICU in the build (2) If ICU_INSTALL or ICU_ROOT are not set, the build will assume that the ICU libraries and include files are in the default search path (3) To improve readability, removed the nested if statements used to define the link command for the PEGASUS_PLATFORM_LINUX_GENERIC_GNU platforms.

Revision 1.157 / (view) - annotate - [select for diffs] , Tue Feb 19 22:49:19 2008 UTC (16 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.156: +2 -2 lines
Diff to previous 1.156
BUG#: 7430
TITLE: Use program name in valgrind log file name
DESCRIPTION: Use a PEGASUS_TEST_VALGRIND_LOG_DIR environment variable to enable a valgrind build instead of PEGASUS_TEST_VALGRIND_LOG, and use the program name for the generated valgrind log file name.

Revision 1.135.4.3 / (view) - annotate - [select for diffs] , Wed Jan 9 05:55:50 2008 UTC (16 years, 4 months ago) by venkat.puvvada
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.135.4.2: +23 -0 lines
Diff to previous 1.135.4.2 to branch point 1.135 to next main 1.136
BUG#: 6752
TITLE: Enable runtime IPv6 stack detection.
DESCRIPTION:

Revision 1.156 / (view) - annotate - [select for diffs] , Fri Jan 4 18:34:50 2008 UTC (16 years, 4 months ago) by dmitry.mikulin
Branch: MAIN
Changes since 1.155: +1 -1 lines
Diff to previous 1.155
BUG#: 7139
TITLE: TestClientProcessProvider test broken when cimserver runs in valgrind.
DESCRIPTION: Disabled failing portions of the TestClientProcessProvider and TestExecutorProcess tests under valgrind.

Revision 1.151.2.6 / (view) - annotate - [select for diffs] , Thu Dec 20 18:36:06 2007 UTC (16 years, 4 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
Changes since 1.151.2.5: +1 -5 lines
Diff to previous 1.151.2.5 to branch point 1.151
PEP#: 305
TITLE: VxWorks Port

DESCRIPTION: Ongoing VxWorks porting.

Revision 1.155 / (view) - annotate - [select for diffs] , Fri Nov 2 18:38:23 2007 UTC (16 years, 6 months ago) by dmitry.mikulin
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.154: +12 -1 lines
Diff to previous 1.154
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.151.2.5 / (view) - annotate - [select for diffs] , Thu Nov 1 14:11:58 2007 UTC (16 years, 6 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
CVS Tags: TASK-PEP305_VXWORKS-branch-pre-solaris-port, TASK-PEP305_VXWORKS-branch-post-solaris-port, TASK-PEP305_VXWORKS-branch-beta2
Changes since 1.151.2.4: +5 -1 lines
Diff to previous 1.151.2.4 to branch point 1.151
PEP#: 305
TITLE: VxWorks Port

DESCRIPTION: Ongoing VxWorks porting.

Revision 1.151.2.4 / (view) - annotate - [select for diffs] , Thu Nov 1 13:48:18 2007 UTC (16 years, 6 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
Changes since 1.151.2.3: +1 -3 lines
Diff to previous 1.151.2.3 to branch point 1.151
PEP#: 305
TITLE: VxWorks Port

DESCRIPTION: Ongoing VxWorks porting.

Revision 1.154 / (view) - annotate - [select for diffs] , Tue Oct 23 18:17:51 2007 UTC (16 years, 6 months ago) by denise.eckstein
Branch: MAIN
Changes since 1.153: +8 -9 lines
Diff to previous 1.153
BUG#: 6999
TITLE: SDKMakefile buildSDK and testSDK options broken

DESCRIPTION: Updated the scripts to align with changes made in Bug 6377.

Revision 1.151.2.3 / (view) - annotate - [select for diffs] , Sat Sep 15 01:50:20 2007 UTC (16 years, 7 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
Changes since 1.151.2.2: +1 -1 lines
Diff to previous 1.151.2.2 to branch point 1.151
PEP#: 305
TITLE: VxWorks Porting
DESCRIPTION: Ongoing VxWorks porting

Revision 1.151.2.2 / (view) - annotate - [select for diffs] , Fri Sep 14 23:09:57 2007 UTC (16 years, 7 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
Changes since 1.151.2.1: +3 -1 lines
Diff to previous 1.151.2.1 to branch point 1.151
PEP#: 305
TITLE: VxWorks Porting
DESCRIPTION: Ongoing VxWorks porting

Revision 1.151.2.1 / (view) - annotate - [select for diffs] , Fri Sep 14 22:02:34 2007 UTC (16 years, 7 months ago) by mike
Branch: TASK-PEP305_VXWORKS-branch
Changes since 1.151: +2 -0 lines
Diff to previous 1.151
PEP#: 305
TITLE: VxWorks Porting
DESCRIPTION: Ongoing VxWorks porting

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

Revision 1.152 / (view) - annotate - [select for diffs] , Wed Sep 12 19:35:02 2007 UTC (16 years, 8 months ago) by sushma.fernandes
Branch: MAIN
Changes since 1.151: +19 -1 lines
Diff to previous 1.151
BUG#: 6934
TITLE: Need a mechanism to optionally disable the use of random file
DESCRIPTION: Added a PEGASUS_USE_SSL_RANDOMFILE build-time configuration option, removed unused targets in Makefile.Release and some additional cleanup

Revision 1.151 / (view) - annotate - [select for diffs] , Tue Aug 14 16:16:17 2007 UTC (16 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: TASK-PEP305_VXWORKS-root, RELEASE_2_7_0-BETA
Branch point for: TASK-PEP305_VXWORKS-branch
Changes since 1.150: +49 -1 lines
Diff to previous 1.150
BUG#: 6769
TITLE: Add environment variable to control build of interop provider

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

Revision 1.150 / (view) - annotate - [select for diffs] , Mon Aug 13 10:31:20 2007 UTC (16 years, 9 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.149: +1 -1 lines
Diff to previous 1.149
BUG#: 6737
TITLE: Enable runtime IPv6 stack detection.
DESCRIPTION: Committing the right patch.

Revision 1.149 / (view) - annotate - [select for diffs] , Mon Aug 13 10:23:16 2007 UTC (16 years, 9 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.148: +20 -0 lines
Diff to previous 1.148
BUG#: 6737
TITLE: Enable runtime IPv6 stack detection.

Revision 1.148 / (view) - annotate - [select for diffs] , Mon Jul 30 16:44:07 2007 UTC (16 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.147: +2 -4 lines
Diff to previous 1.147
BUG#: 6704
TITLE: Redefine PEGASUS_CIMSERVERMAIN_USER name
DESCRIPTION: Use cimsrvr as the user name for the cimservermain process.

Revision 1.141.4.2 / (view) - annotate - [select for diffs] , Thu Jul 26 16:28:24 2007 UTC (16 years, 9 months ago) by kamal.locahana
Branch: TASK-PEP274_dacim-branch
Changes since 1.141.4.1: +3 -1 lines
Diff to previous 1.141.4.1 to branch point 1.141 to next main 1.142
PEP#: 274
TITLE: CIM API

DESCRIPTION: warning not supported in Windows

Revision 1.147 / (view) - annotate - [select for diffs] , Fri Jul 6 20:04:21 2007 UTC (16 years, 10 months ago) by denise.eckstein
Branch: MAIN
Changes since 1.146: +5 -4 lines
Diff to previous 1.146
BUG#:6569
TITLE: Use of -L/usr/lib to build Common is incorrect for x86_64 Linux 64-bit builds

DESCRIPTION: With this patch, it is no longer necessary to specify the OPENSSL_HOME directory.  By default, the OpenSSL include files, libraries and binaries are expected to be installed in directories that are searched by default. For platforms where this isn't true, the OPENSSL_HOME and OPENSSL_BIN environment variables can be used to define an alternative path.

Revision 1.146 / (view) - annotate - [select for diffs] , Fri Jul 6 16:46:32 2007 UTC (16 years, 10 months ago) by mateus.baur
Branch: MAIN
Changes since 1.145: +0 -13 lines
Diff to previous 1.145
BUG#: 6604
TITLE: Need a change in src/Pegasus/Security/Authentication/Makefile when building WMI Mapper

DESCRIPTION: In addition to Bug 6575, we need to modify src/Pegasus/Security/Authentication/Makefile when building WMI Mapper in order to reduce the number of environment variables to be set before building WMI Mapper.

Revision 1.135.4.2 / (view) - annotate - [select for diffs] , Tue Jul 3 20:50:00 2007 UTC (16 years, 10 months ago) by dave.sudlik
Branch: RELEASE_2_6-branch
CVS Tags: RELEASE_2_6_1-RC1, RELEASE_2_6_1
Changes since 1.135.4.1: +18 -0 lines
Diff to previous 1.135.4.1 to branch point 1.135
BUG#: 6596
TITLE: 2.6 version of bug 6519: PEP 291 IPv6 Support

DESCRIPTION: committing approved fix

Revision 1.145 / (view) - annotate - [select for diffs] , Tue Jul 3 16:46:11 2007 UTC (16 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.144: +28 -26 lines
Diff to previous 1.144
BUG#: 6598
TITLE: Remove OpenSSL dependency from Common header files
DESCRIPTION: Only include OpenSSL header files from Pegasus source files, not Pegasus header files.  Also, consolidate the definition of SSL-related macros in config.mak.

Revision 1.144 / (view) - annotate - [select for diffs] , Mon Jul 2 19:03:10 2007 UTC (16 years, 10 months ago) by mateus.baur
Branch: MAIN
Changes since 1.143: +13 -0 lines
Diff to previous 1.143
BUG#: 6575
TITLE: WMI Mapper build assumes MSSdk is defined

DESCRIPTION: The WMI Mapper make files use the MSSdk environment variable, assuming it is defined.  If this environment variable is required, the build scripts should verify that it is defined and emit a specific error if it is not.

Revision 1.143 / (view) - annotate - [select for diffs] , Wed Jun 27 19:19:42 2007 UTC (16 years, 10 months ago) by denise.eckstein
Branch: MAIN
Changes since 1.142: +21 -1 lines
Diff to previous 1.142
BUG#:6578
TITLE: Incorrect DIR specification in Makefiles

DESCRIPTION: Fixed DIR values and added ALT_OBJ_DIR variable to allow an alternative object directory to be defined.

Revision 1.142 / (view) - annotate - [select for diffs] , Tue Jun 26 19:26:08 2007 UTC (16 years, 10 months ago) by dave.sudlik
Branch: MAIN
Changes since 1.141: +21 -0 lines
Diff to previous 1.141
BUG#: 6519
TITLE: PEP 291 IPv6 Support

DESCRIPTION: committing approved fix

Revision 1.141.6.1 / (view) - annotate - [select for diffs] , Mon Jun 25 18:51:09 2007 UTC (16 years, 10 months ago) by dave.sudlik
Branch: TASK-PEP291_IPV6-branch
Changes since 1.141: +21 -0 lines
Diff to previous 1.141 to next main 1.142
PEP#: 291
TITLE: OpenPegasus support for IPv6

DESCRIPTION: committing changes

Revision 1.141.4.1 / (view) - annotate - [select for diffs] , Fri Jun 22 09:31:54 2007 UTC (16 years, 10 months ago) by kamal.locahana
Branch: TASK-PEP274_dacim-branch
Changes since 1.141: +27 -0 lines
Diff to previous 1.141
PEP#: 274
TITLE: Direct Access to CIM

DESCRIPTION: Direct Access to provider and repository

Revision 1.141.2.3 / (view) - annotate - [select for diffs] , Tue Jun 19 01:28:52 2007 UTC (16 years, 10 months ago) by dave.sudlik
Changes since 1.141.2.2: +7 -3 lines
Diff to previous 1.141.2.2 to branch point 1.141 to next main 1.142
PEP#: 291
TITLE: OpenPegasus Support for IPv6

DESCRIPTION: Consistency changes and corrections for config.mak

Revision 1.141.2.2 / (view) - annotate - [select for diffs] , Tue Jun 12 08:33:13 2007 UTC (16 years, 11 months ago) by venkat.puvvada
Changes since 1.141.2.1: +8 -7 lines
Diff to previous 1.141.2.1 to branch point 1.141
PEP#: 291
TITLE: OpenPegasus Support for IPv6: Stage 1

Revision 1.141.2.1 / (view) - annotate - [select for diffs] , Fri Jun 8 09:28:29 2007 UTC (16 years, 11 months ago) by venkat.puvvada
Changes since 1.141: +16 -0 lines
Diff to previous 1.141
PEP#: 291
TITLE: OpenPegasus Support for IPv6: Stage 1
DESCRIPTION: Checking in code into the branch

Revision 1.141 / (view) - annotate - [select for diffs] , Fri Jun 1 16:45:54 2007 UTC (16 years, 11 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP291_IPV6-root, 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-PEP291_IPV6-branch, TASK-PEP274_dacim-branch
Changes since 1.140: +3 -2 lines
Diff to previous 1.140
BUG#: 6490
TITLE: TestUserContext guest tests are disabled
DESCRIPTION: Propagate the cimservermain user name in the build system and reenable some UserContext tests.

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

Revision 1.139.2.1 / (view) - annotate - [select for diffs] , Wed May 23 22:36:00 2007 UTC (16 years, 11 months ago) by kumpf
Branch: TASK-PEP286_PRIVILEGE_SEPARATION-branch
Changes since 1.139: +37 -0 lines
Diff to previous 1.139 to next main 1.140
PEP#: 286
TITLE: Privilege Separation
DESCRIPTION: Merge with latest changes.

Revision 1.138.2.2 / (view) - annotate - [select for diffs] , Wed May 9 17:48:22 2007 UTC (17 years ago) by mike
Changes since 1.138.2.1: +7 -0 lines
Diff to previous 1.138.2.1 to branch point 1.138 to next main 1.139
PEP#: 286
TITLE: Privilege Separation

DESCRIPTION: added PEGASUS_CIMSERVERMAIN_USER environment variable.

Revision 1.139 / (view) - annotate - [select for diffs] , Wed Apr 25 19:43:25 2007 UTC (17 years ago) by s.manicka
Branch: MAIN
CVS Tags: TASK-PEP286_PRIVILEGE_SEPARATION-root
Branch point for: TASK-PEP286_PRIVILEGE_SEPARATION-branch
Changes since 1.138: +1 -1 lines
Diff to previous 1.138
BUG#: 5842
TITLE: Change default CIM Schema version from 2.9 to 2.13.1.

DESCRIPTION:

Revision 1.138.2.1 / (view) - annotate - [select for diffs] , Fri Mar 23 20:53:44 2007 UTC (17 years, 1 month ago) by kumpf
Changes since 1.138: +31 -0 lines
Diff to previous 1.138
PEP#: 286
TITLE: Privilege Separation
DESCRIPTION: Merge PEP286_PRIVILEGE_SEPARATION_BRANCH into the HEAD.

Revision 1.138 / (view) - annotate - [select for diffs] , Wed Mar 21 19:35:52 2007 UTC (17 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.137: +0 -13 lines
Diff to previous 1.137
BUG#: 6263
TITLE: PEGASUS_DISABLE_PROV_USERCTXT_* build variables are obsolete
DESCRIPTION: Remove the ability to disable the provider user context feature on a per-context-type basis.

Revision 1.137 / (view) - annotate - [select for diffs] , Fri Feb 16 19:12:21 2007 UTC (17 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.136: +0 -11 lines
Diff to previous 1.136
BUG#: 6125
TITLE: Remove PEGASUS_ENABLE_REPOSITORY_INSTANCE_FILTER build variable
DESCRIPTION: Remove the ability to build the repository without instance filtering.

Revision 1.135.4.1 / (view) - annotate - [select for diffs] , Fri Feb 2 18:25:19 2007 UTC (17 years, 3 months ago) by marek
Branch: RELEASE_2_6-branch
Changes since 1.135: +9 -9 lines
Diff to previous 1.135
BUG#:6046
TITLE: (2.6) - RELEASE_DIRS option never set for client tools(programs)

DESCRIPTION:

Revision 1.136 / (view) - annotate - [select for diffs] , Tue Jan 30 12:55:01 2007 UTC (17 years, 3 months ago) by marek
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
Changes since 1.135: +9 -9 lines
Diff to previous 1.135
BUG#:5957
TITLE: RELEASE_DIRS option never set for client tools(programs)

DESCRIPTION:

Revision 1.135.2.5 / (view) - annotate - [select for diffs] , Sun Dec 31 22:14:49 2006 UTC (17 years, 4 months ago) by mike
Branch: PEP286_PRIVILEGE_SEPARATION_BRANCH
CVS Tags: PEP286_PRIVILEGE_SEPARATION_CODE_FREEZE
Changes since 1.135.2.4: +12 -0 lines
Diff to previous 1.135.2.4 to branch point 1.135 to next main 1.136
PEP#: 286
TITLE: Privilege Separation

DESCRIPTION: Ongoing privilege separation work.

Revision 1.135.2.4 / (view) - annotate - [select for diffs] , Fri Dec 29 22:22:03 2006 UTC (17 years, 4 months ago) by mike
Branch: PEP286_PRIVILEGE_SEPARATION_BRANCH
CVS Tags: PEP286_PRIVILEGE_SEPARATION_1
Changes since 1.135.2.3: +0 -2 lines
Diff to previous 1.135.2.3 to branch point 1.135
PEP#: 286
TITLE: Privilege Separation

DESCRIPTION: Ongoing privilege separation work.

Revision 1.135.2.3 / (view) - annotate - [select for diffs] , Fri Dec 29 07:58:58 2006 UTC (17 years, 4 months ago) by mike
Branch: PEP286_PRIVILEGE_SEPARATION_BRANCH
Changes since 1.135.2.2: +1 -1 lines
Diff to previous 1.135.2.2 to branch point 1.135
PEP#: 286
TITLE: Privilege Separation

DESCRIPTION: Ongoing privilege separation work.

Revision 1.135.2.2 / (view) - annotate - [select for diffs] , Fri Dec 29 07:28:24 2006 UTC (17 years, 4 months ago) by mike
Branch: PEP286_PRIVILEGE_SEPARATION_BRANCH
Changes since 1.135.2.1: +2 -0 lines
Diff to previous 1.135.2.1 to branch point 1.135
PEP#: 286
TITLE: Privilege Separation

DESCRIPTION: Ongoing privilege separation work.

Revision 1.135.2.1 / (view) - annotate - [select for diffs] , Thu Dec 21 23:59:59 2006 UTC (17 years, 4 months ago) by mike
Branch: PEP286_PRIVILEGE_SEPARATION_BRANCH
Changes since 1.135: +19 -0 lines
Diff to previous 1.135
PEP#: 286
TITLE: Privilege Separation

DESCRIPTION: Ongoing privsep work.

Revision 1.135 / (view) - annotate - [select for diffs] , Wed Nov 29 22:09:29 2006 UTC (17 years, 5 months ago) by dave.sudlik
Branch: MAIN
CVS Tags: RELEASE_2_6_0-RC1, RELEASE_2_6_0, RELEASE_2_6-root, PEP286_PRIVILEGE_SEPARATION_ROOT
Branch point for: RELEASE_2_6-branch, PEP286_PRIVILEGE_SEPARATION_BRANCH
Changes since 1.134: +11 -0 lines
Diff to previous 1.134
BUG#: 5777
TITLE: Bug for PEP 267 -- SLP

DESCRIPTION: committed approved fix

Revision 1.133.2.2 / (view) - annotate - [select for diffs] , Mon Oct 23 08:15:48 2006 UTC (17 years, 6 months ago) by mreddy
Branch: TASK-PEP267_SLPReregistrationSupport-branch
CVS Tags: TASK-PEP267_SLPReregistrationSupport-merging_out_to_branch
Changes since 1.133.2.1: +3 -8 lines
Diff to previous 1.133.2.1 to branch point 1.133 to next main 1.134
PEP#: 267
TITLE: External SLP SA Support

Revision 1.134 / (view) - annotate - [select for diffs] , Tue Oct 17 20:24:43 2006 UTC (17 years, 6 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-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.133: +15 -0 lines
Diff to previous 1.133
BUG#: 5682
TITLE: PEP 258 Audit Logging - phase1

DESCRIPTION: Added the compile flag and the dynamic configuration property. Implemented a portion of the interfaces in AuditLogger class and corresponding unit tests. Updated CIMServer to log all the startup contents. Updated ConfigSettingProvider to log configuration change operations.

Revision 1.133.2.1 / (view) - annotate - [select for diffs] , Tue Oct 10 03:10:31 2006 UTC (17 years, 7 months ago) by mreddy
Branch: TASK-PEP267_SLPReregistrationSupport-branch
Changes since 1.133: +18 -1 lines
Diff to previous 1.133
PEP#: 267
TITLE: External SLP SA Support

Revision 1.133 / (view) - annotate - [select for diffs] , Tue Oct 3 17:18:43 2006 UTC (17 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-TASK-BUG4011_WinLocalConnect-branch-New-root, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_out_to_branch, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_out_from_trunk, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_in_to_trunk, TASK-TASK-BUG4011_WinLocalConnect-branch-New-merged_in_from_branch, TASK-TASK-BUG4011_WinLocalConnect-branch-New-branch, TASK-PEP267_SLPReregistrationSupport-root, 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-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-BUG4011_WinLocalConnect-branch-New
Branch point for: TASK-PEP267_SLPReregistrationSupport-branch
Changes since 1.132: +11 -0 lines
Diff to previous 1.132
BUG#: 5649
TITLE: Enable repository instance filtering by default
DESCRIPTION: Enable the option to filter instances returned from the repository according to the operation parameters.

Revision 1.132 / (view) - annotate - [select for diffs] , Fri Sep 29 18:46:46 2006 UTC (17 years, 7 months ago) by mark.hamzy
Branch: MAIN
Changes since 1.131: +13 -0 lines
Diff to previous 1.131
BUG#: 5618
TITLE: JMPI support gcj java environment

DESCRIPTION:
JMPI support gcj java environment

Revision 1.131 / (view) - annotate - [select for diffs] , Fri Aug 4 19:06:03 2006 UTC (17 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.130: +5 -6 lines
Diff to previous 1.130
BUG#: 5348
TITLE: Compile error when Compile with PEGASUS_CLIENT TRACE_ENABLE and !PEGASUS_DEBUG
DESCRIPTION: Only use the PEGASUS_CLIENT_TRACE_ENABLE build variable when PEGASUS_DEBUG is defined.

Revision 1.122.2.4 / (view) - annotate - [select for diffs] , Wed Aug 2 20:31:08 2006 UTC (17 years, 9 months ago) by mateus.baur
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_5-RC2, RELEASE_2_5_5-RC1, RELEASE_2_5_5, RELEASE_2_5_4-RC2, RELEASE_2_5_4-RC1, RELEASE_2_5_4, RELEASE_2_5_3-RC1, RELEASE_2_5_3
Changes since 1.122.2.3: +15 -0 lines
Diff to previous 1.122.2.3 to branch point 1.122 to next main 1.123
BUG#: 5323
TITLE: Changes needed in Constants.h and config.mak.

DESCRIPTION: Modified Constants.h and config.mak in order to change file locations and create a mechanism to enable Run-as-Requestor by default.

Revision 1.130 / (view) - annotate - [select for diffs] , Fri Jul 28 16:40:48 2006 UTC (17 years, 9 months ago) by mateus.baur
Branch: MAIN
Changes since 1.129: +16 -0 lines
Diff to previous 1.129
BUG#: 5302
TITLE: enable/disable Run-as-Requestor feature.

DESCRIPTION: Included a new compilation definition.

Revision 1.129 / (view) - annotate - [select for diffs] , Wed Jul 26 19:22:06 2006 UTC (17 years, 9 months ago) by a.dunfey
Branch: MAIN
CVS Tags: TASK_BUG_5314_IPC_REFACTORING_ROOT, TASK_BUG_5314_IPC_REFACTORING_BRANCH, TASK_BUG_5314_IPC_REFACTORING-V1
Changes since 1.128: +10 -9 lines
Diff to previous 1.128
BUG#: 5279
TITLE: Enable EmbeddedInstance support by default

DESCRIPTION:

Additional makefile changes for various tests.

Revision 1.128 / (view) - annotate - [select for diffs] , Tue Jul 25 18:40:50 2006 UTC (17 years, 9 months ago) by a.dunfey
Branch: MAIN
Changes since 1.127: +2 -0 lines
Diff to previous 1.127
BUG#: 5279
TITLE: Enable EmbeddedInstance support by default

DESCRIPTION:

Modifying config.mak to enable EmbeddedInstance support if not explicitly disabled.

Revision 1.122.2.3 / (view) - annotate - [select for diffs] , Wed Jun 28 20:26:59 2006 UTC (17 years, 10 months ago) by mark.hamzy
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_2-RC1, RELEASE_2_5_2
Changes since 1.122.2.2: +3 -0 lines
Diff to previous 1.122.2.2 to branch point 1.122
BUG#: 5185
TITLE: JMPI Windows build break

DESCRIPTION:
Fixed Windows build break under JMPI

Revision 1.127 / (view) - annotate - [select for diffs] , Tue Jun 27 20:20:37 2006 UTC (17 years, 10 months ago) by mark.hamzy
Branch: MAIN
CVS Tags: TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT, TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Changes since 1.126: +5 -0 lines
Diff to previous 1.126
BUG#: 5183
TITLE: JMPI Windows build break

DESCRIPTION:
Fixed JMPI build under Windows

Revision 1.126 / (view) - annotate - [select for diffs] , Mon Jun 19 19:47:30 2006 UTC (17 years, 10 months ago) by mike
Branch: MAIN
Changes since 1.125: +16 -0 lines
Diff to previous 1.125
BUG#: 5139
TITLE: Static linking for Linux.

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

Revision 1.122.2.2 / (view) - annotate - [select for diffs] , Wed May 17 19:57:38 2006 UTC (17 years, 11 months ago) by mark.hamzy
Branch: RELEASE_2_5-branch
Changes since 1.122.2.1: +12 -0 lines
Diff to previous 1.122.2.1 to branch point 1.122
BUG#: 5071
TITLE: Include 2.6 fixed JMPI defects into 2.5.1

DESCRIPTION:
This includes all of 4577 4668 4940 4964 4973 4989 4992 4999 5021 5022 5023 5026 5050 5055

Revision 1.125 / (view) - annotate - [select for diffs] , Tue May 2 19:26:56 2006 UTC (18 years ago) by a.dunfey
Branch: MAIN
CVS Tags: TASK-BUG4011_WinLocalConnect-root, TASK-BUG4011_WinLocalConnect-merged_out_to_branch, TASK-BUG4011_WinLocalConnect-merged_out_from_trunk, TASK-BUG4011_WinLocalConnect-merged_in_to_trunk, TASK-BUG4011_WinLocalConnect-merged_in_from_branch, TASK-BUG4011_WinLocalConnect-branch
Changes since 1.124: +13 -0 lines
Diff to previous 1.124
BUG#: 4996
TITLE: PEP 233 Embedded Instance Support

DESCRIPTION:

Modifications to add support for the embedded instance type in Pegasus 2.6. Currently the functionality is off by default and must be enabled by defining at build time the variable PEGASUS_EMBEDDED_INSTANCE_SUPPORT with a value of "true".

Revision 1.124 / (view) - annotate - [select for diffs] , Thu Apr 20 14:46:22 2006 UTC (18 years ago) by mark.hamzy
Branch: MAIN
CVS Tags: TASK-PEP250_RPMProvider-root, TASK-PEP250_RPMProvider-merged_out_to_branch, TASK-PEP250_RPMProvider-merged_out_from_trunk, TASK-PEP250_RPMProvider-merged_in_to_trunk, TASK-PEP250_RPMProvider-merged_in_from_branch, TASK-PEP250_RPMProvider-branch, TASK-PEP245_CimErrorInfrastructure-root, TASK-PEP245_CimErrorInfrastructure-merged_out_to_branch, TASK-PEP245_CimErrorInfrastructure-merged_out_from_trunk, TASK-PEP245_CimErrorInfrastructure-merged_in_to_trunk, TASK-PEP245_CimErrorInfrastructure-merged_in_from_branch, TASK-PEP245_CimErrorInfrastructure-branch, TASK-PEP241_OpenPegasusStressTests-merged_in_to_trunk
Changes since 1.123: +12 -0 lines
Diff to previous 1.123
BUG#: 4964
TITLE: cimprovider status failure for JMPI providers

DESCRIPTION:
Moved the define to enable JMPI builds into config.mak

Revision 1.113.2.4 / (view) - annotate - [select for diffs] , Wed Mar 29 18:25:36 2006 UTC (18 years, 1 month ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.113.2.3: +8 -2 lines
Diff to previous 1.113.2.3 to branch point 1.113 to next main 1.114
PEP#: 233
TITLE: Review updates for Embedded Instance branch

DESCRIPTION:

Updates based on review comments

Revision 1.122.2.1 / (view) - annotate - [select for diffs] , Tue Mar 14 21:06:36 2006 UTC (18 years, 2 months ago) by sushma.fernandes
Branch: RELEASE_2_5-branch
CVS Tags: RELEASE_2_5_1
Changes since 1.122: +18 -0 lines
Diff to previous 1.122
BUG#: 4891
TITLE: Allow SSL CRL functionality to be optionally disabled

DESCRIPTION: Added a build-time configuration setting PEGASUS_ENABLE_SSL_CRL_VERIFICATION. Updated the ssltrustmgr, CertificateProvider, Config and SSLContext components.

Revision 1.123 / (view) - annotate - [select for diffs] , Tue Mar 14 02:06:20 2006 UTC (18 years, 2 months ago) by sushma.fernandes
Branch: MAIN
CVS Tags: TASK-PEP241_OpenPegasusStressTests-root, TASK-PEP241_OpenPegasusStressTests-merged_out_to_branch, TASK-PEP241_OpenPegasusStressTests-merged_out_from_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_from_branch, TASK-PEP241_OpenPegasusStressTests-branch
Changes since 1.122: +18 -0 lines
Diff to previous 1.122
BUG#: 4878
TITLE: Allow SSL CRL functionality to be optionally disabled

DESCRIPTION: Added a build-time configuration setting PEGASUS_ENABLE_SSL_CRL_VERIFICATION. Updated the ssltrustmgr, CertificateProvider, Config and SSLContext components.

Revision 1.113.2.3 / (view) - annotate - [select for diffs] , Tue Mar 7 18:45:39 2006 UTC (18 years, 2 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.113.2.2: +4 -2 lines
Diff to previous 1.113.2.2 to branch point 1.113
PEP#: 233
TITLE: Update embedded instance branch

DESCRIPTION:

Merge embedded instance branch with trunk and add missing files

Revision 1.113.2.2 / (view) - annotate - [select for diffs] , Fri Feb 10 16:09:05 2006 UTC (18 years, 3 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.113.2.1: +97 -3 lines
Diff to previous 1.113.2.1 to branch point 1.113
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.122 / (view) - annotate - [select for diffs] , Wed Feb 8 21:10:01 2006 UTC (18 years, 3 months ago) by denise.eckstein
Branch: MAIN
CVS Tags: TASK_PEP233_EmbeddedInstSupport-merge_out_trunk, RELEASE_2_5_1-RC1, RELEASE_2_5-root
Branch point for: RELEASE_2_5-branch
Changes since 1.121: +4 -2 lines
Diff to previous 1.121
BUG#:4763
TITLE: Failure setting OPENSSL_SET_SERIAL_SUPPORTED variable on OpenVMS

DESCRIPTION: Enabled OPENSSL_SET_SERIAL_SUPPORTED for OpenVMS

Revision 1.121 / (view) - annotate - [select for diffs] , Wed Feb 8 00:20:56 2006 UTC (18 years, 3 months ago) by jim.wunderlich
Branch: MAIN
Changes since 1.120: +50 -0 lines
Diff to previous 1.120
BUG#: 4722
TITLE: SLP must offer alternative of using OpenSLP libraries

DESCRIPTION: Changes to allow use of OpenSLP with Pegasus.
  Uses environment variables at build time to specify the use of the OpenSLP.
  See comments added to config.mak for environment variables to set.

Revision 1.120 / (view) - annotate - [select for diffs] , Tue Feb 7 20:44:21 2006 UTC (18 years, 3 months ago) by denise.eckstein
Branch: MAIN
Changes since 1.119: +14 -0 lines
Diff to previous 1.119
BUG#:4195
TITLE: SSL trust manager tests expects a zero serial number

DESCRIPTION: Modified Makefile to use -set_serial option if OpenSSL version is not 0.9.6.

Revision 1.119 / (view) - annotate - [select for diffs] , Tue Feb 7 19:01:59 2006 UTC (18 years, 3 months ago) by denise.eckstein
Branch: MAIN
Changes since 1.118: +12 -0 lines
Diff to previous 1.118
BUG#:4754
TITLE: PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER not configurable on Linux

DESCRIPTION: Changes to allow default value of PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER to be overridden.

Revision 1.118 / (view) - annotate - [select for diffs] , Mon Feb 6 17:38:03 2006 UTC (18 years, 3 months ago) by mike
Branch: MAIN
Changes since 1.117: +5 -1 lines
Diff to previous 1.117
BUG#: 4697
TITLE: GCC -m32 options breaks build on PowerPC

DESCRIPTION: Added conditional logic (based on compiler version).

Revision 1.117 / (view) - annotate - [select for diffs] , Mon Jan 30 16:16:22 2006 UTC (18 years, 3 months ago) by karl
Branch: MAIN
Changes since 1.116: +3 -1 lines
Diff to previous 1.116
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.116 / (view) - annotate - [select for diffs] , Wed Jan 25 20:50:30 2006 UTC (18 years, 3 months ago) by denise.eckstein
Branch: MAIN
Changes since 1.115: +5 -0 lines
Diff to previous 1.115
BUG#:4697
TITLE: -m32 option not supported with gcc version 2.96

DESCRIPTION: Add test to include -m32 option only if the gcc compiler version is greater than or equal to 3.1.

Revision 1.115 / (view) - annotate - [select for diffs] , Tue Jan 24 19:28:52 2006 UTC (18 years, 3 months ago) by denise.eckstein
Branch: MAIN
Changes since 1.114: +1 -1 lines
Diff to previous 1.114
BUG#:4190
TITLE: Client applications running on x86_64 platform should use the correct version of server-side libraries

DESCRIPTION: Modified the Linux RPM to place, on x86_64 platforms, 64-libraries in lib64 and 32-bit libraries in lib.

Revision 1.114 / (view) - annotate - [select for diffs] , Fri Jan 20 19:59:01 2006 UTC (18 years, 3 months ago) by sushma.fernandes
Branch: MAIN
Changes since 1.113: +7 -0 lines
Diff to previous 1.113
BUG#: 4681
TITLE: Optional callback should return default response code

DESCRIPTION: Submitted proposed fix.

Revision 1.113.2.1 / (view) - annotate - [select for diffs] , Fri Dec 30 22:00:53 2005 UTC (18 years, 4 months ago) by a.dunfey
Branch: PEP233_EmbeddedInstSupport-branch
Changes since 1.113: +7 -0 lines
Diff to previous 1.113
PEP#: 233
TITLE: Embedded Instance Support

DESCRIPTION:

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

Revision 1.113 / (view) - annotate - [select for diffs] , Fri Dec 16 20:15:47 2005 UTC (18 years, 4 months ago) by jim.wunderlich
Branch: MAIN
CVS Tags: STABLE, PEP244_ServerProfile-root, PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-root
Branch point for: PEP233_EmbeddedInstSupport-branch
Changes since 1.112: +5 -5 lines
Diff to previous 1.112
BUG#: 4384

TITLE: Enable OOP by default on HP-UX, Linux

DESCRIPTION: changed PEGASUS_DEFAULT_OOP_ON to PEGASUS_DEFAULT_ENABLE_OOP

Revision 1.112 / (view) - annotate - [select for diffs] , Fri Dec 16 19:44:35 2005 UTC (18 years, 4 months ago) by jim.wunderlich
Branch: MAIN
Changes since 1.111: +21 -4 lines
Diff to previous 1.111
BUG#: 4599

TITLE: Need to consolidate PEGASUS_ENABLE_SLP and PEGASUS_DISABLE_SLP
       into one variable

DESCRIPTION: This changes the following:
 - Depracates PEGASUS_DISABLE_SLP
 - adopts the true/false environment value paradigm for PEGASUS_ENABLE_SLP

     Use PEGASUS_ENABLE_SLP=true  to enable  compilation of SLP functions.
     Use PEGASUS_ENABLE_SLP=false to disable compilation of SLP functions.

Revision 1.111 / (view) - annotate - [select for diffs] , Wed Dec 14 22:15:31 2005 UTC (18 years, 4 months ago) by jim.wunderlich
Branch: MAIN
Changes since 1.110: +8 -2 lines
Diff to previous 1.110
BUG#: 4384
TITLE: Enable OOP by default on HPUX, Linux

DESCRIPTION:
This changes the OOP enable and disable to the true false setting paradigm.

export PEGASUS_DEFAULT_OOP_ON=true turns OOP on by default for the server
export PEGASUS_DEFAULT_OOP_ON=false turns OOP off by default for the server

This is valid on all platforms.

OOP is on by default on the following:
   - all HPUX platforms
   - all LINUX platforms

This change also changes the run_OOP_TS1 test to run the poststarttests rather
than just the TestClient.

Revision 1.110 / (view) - annotate - [select for diffs] , Sat Dec 10 01:58:28 2005 UTC (18 years, 5 months ago) by denise.eckstein
Branch: MAIN
Changes since 1.109: +4 -0 lines
Diff to previous 1.109
BUG#:4576
TITLE: Linux Packaging Changes - Phase 2

DESCRIPTION: Second set of packaging changes to reconcile Red Hat and OpenPegasus specification files.  These changes are primarily associated with aligning the product directory structures.

Revision 1.109 / (view) - annotate - [select for diffs] , Fri Nov 18 18:42:40 2005 UTC (18 years, 5 months ago) by h.sterling
Branch: MAIN
CVS Tags: BUG_4225_PERFORMANCE_VERSION_1_DONE
Changes since 1.108: +5 -0 lines
Diff to previous 1.108
BUG#:3876
TITLE:includeQualifiers should be set to false by CIMOM for instance operations

DESCRIPTION:

Added PEGASUS_DISABLE_INSTANCE_QUALIFIERS support

Revision 1.108 / (view) - annotate - [select for diffs] , Wed Nov 16 18:48:39 2005 UTC (18 years, 5 months ago) by yi.zhou
Branch: MAIN
Changes since 1.107: +5 -0 lines
Diff to previous 1.107
BUG#: 4286
TITLE: snmpIndicationHandler should support use of NET-SNMP

DESCRIPTION: Added functionality to support using NET-SNMP APIs to send SNMP traps. An environment variable PEGASUS_USE_NET_SNMP is added to control SNMP Indication Handler to support this option.

Revision 1.107 / (view) - annotate - [select for diffs] , Tue Nov 15 14:40:27 2005 UTC (18 years, 5 months ago) by marek
Branch: MAIN
Changes since 1.106: +18 -0 lines
Diff to previous 1.106
BUG#:4415
TITLE: Improve build options, ASCII mode usage and Runtime default configuration for z/OS

DESCRIPTION:

Revision 1.106 / (view) - annotate - [select for diffs] , Tue Nov 8 21:38:03 2005 UTC (18 years, 6 months ago) by kumpf
Branch: MAIN
Changes since 1.105: +8 -0 lines
Diff to previous 1.105
BUG#: 4384
TITLE: Enable OOP by default on HP-UX
DESCRIPTION: Set the default for forceProviderProcesses to true for HP-UX (based on a build variable).

Revision 1.105 / (view) - annotate - [select for diffs] , Thu Nov 3 01:31:48 2005 UTC (18 years, 6 months ago) by mike
Branch: MAIN
Changes since 1.104: +16 -0 lines
Diff to previous 1.104
BUG#: 4322
TITLE: Object Cache

DESCRIPTION: New object cache implementation (only enabled as class cache now).

Revision 1.104 / (view) - annotate - [select for diffs] , Sat Oct 22 23:58:12 2005 UTC (18 years, 6 months ago) by jim.wunderlich
Branch: MAIN
Changes since 1.103: +8 -1 lines
Diff to previous 1.103
BUG#: 4240

TITLE: pegasus/Makefile rule simplefication

DESCRIPTION:
    - updated the usage model.
    - added usage rules in both Makefile and Testmakefile
    - added rules in Makefile to invoke the same named rule in the TestMakefile
    - added rules in TestMakefile to invoke the same named rule in the Makefile
    - removed building the repository prior to running the unit tests. The
      unit test may only use a local repository.
    - deprecated rules in TestMakefile having the same name as the recursivei
      rules (tests, and poststarttests) to eliminate confusion and ambiguity.
      Also deprecated prestarttests in TestMakefile. The new rules are alltests
      servertests and unittest respectively.
    - Deprecated rebuild in TestMakefile. The closest replacement is
      "make new smallworld"
    - added listplatform rule in Makefile
    - moved TestMakefile activetest to TestMAkefile as serverquicktests.
    - cleaned up the new servertests rule, was the old poststarttests,
      into separate modular components as servertestclean, servertestssetup,
      serversuite
    - The new usage model is:
         After "cvs checkout" of new tree:    make smallworld
                                 OR           make world

         After changes to include files:      make

         After changes to the files included: make build

         After "cvs update" or to start over: make new smallworld
                                 OR           make new world

Revision 1.103 / (view) - annotate - [select for diffs] , Fri Oct 14 16:40:18 2005 UTC (18 years, 6 months ago) by kumpf
Branch: MAIN
Changes since 1.102: +4 -12 lines
Diff to previous 1.102
BUG#: 4245
TITLE: MessageQueueService.cpp does not define MAX_THREADS_PER_SVC_QUEUE
DESCRIPTION: Use the default value for MAX_THREADS_PER_SVC_QUEUE if it is not defined in the build environment.

Revision 1.102 / (view) - annotate - [select for diffs] , Tue Oct 11 10:51:44 2005 UTC (18 years, 7 months ago) by aruran.ms
Branch: MAIN
Changes since 1.101: +4 -0 lines
Diff to previous 1.101
BUG#: 4038
TITLE: Allow use of debug compile options independent of PEGASUS_DEBUG

DESCRIPTION: Fixed as proposed

Revision 1.101.4.2 / (view) - annotate - [select for diffs] , Tue Oct 11 00:41:57 2005 UTC (18 years, 7 months ago) by mike
Branch: NNPEGASUS_2_5_0_PerformanceDev-String-branch
Changes since 1.101.4.1: +0 -2 lines
Diff to previous 1.101.4.1 to branch point 1.101 to next main 1.102
BUG#: 4200
TITLE: String Performance

DESCRIPTION: Removed PEGASUS_USE_INTERNAL_INLINES flag.

Revision 1.101.4.1 / (view) - annotate - [select for diffs] , Mon Oct 10 13:44:08 2005 UTC (18 years, 7 months ago) by mike
Branch: NNPEGASUS_2_5_0_PerformanceDev-String-branch
Changes since 1.101: +1 -0 lines
Diff to previous 1.101
BUG#: 4200
TITLE: String Performance

DESCRIPTION: Fixed bug in string class; add more unit tests.

Revision 1.101.2.2 / (view) - annotate - [select for diffs] , Tue Oct 4 21:25:15 2005 UTC (18 years, 7 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
CVS Tags: PEGASUS_2_5_0_PerformanceDev-r2
Changes since 1.101.2.1: +5 -0 lines
Diff to previous 1.101.2.1 to branch point 1.101 to next main 1.102
BUG#: 4200
TITLE: String optimizations.

DESCRIPTION: Added conditional compile macros around new String interfaces.

Revision 1.101.2.1 / (view) - annotate - [select for diffs] , Tue Oct 4 14:36:35 2005 UTC (18 years, 7 months ago) by mike
Branch: PEGASUS_2_5_0_PerformanceDev-branch
CVS Tags: PEGASUS_2_5_0_PerformanceDev-r1
Changes since 1.101: +3 -0 lines
Diff to previous 1.101
BUG#: 4200
TITLE: Performance string optimizations

DESCRIPTION: XmlWriter optimizations

Revision 1.64.2.7 / (view) - annotate - [select for diffs] , Fri Aug 12 22:47:59 2005 UTC (18 years, 9 months ago) by denise.eckstein
Branch: RELEASE_2_4-branch
CVS Tags: RELEASE_2_4_3, RELEASE_2_4_2
Changes since 1.64.2.6: +30 -0 lines
Diff to previous 1.64.2.6 to branch point 1.64 to next main 1.65
BUG#: 3958
TITLE: cimserver crashs after many indications delivered

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

Revision 1.101 / (view) - annotate - [select for diffs] , Fri Aug 12 16:52:31 2005 UTC (18 years, 9 months ago) by jim.wunderlich
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-lit-end, PEGASUS_2_5_0_PerformanceDev-buffer-end, PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch, NPEGASUS_2_5_0_PerformanceDev-String-root
Branch point for: PEGASUS_2_5_0_PerformanceDev-branch, NNPEGASUS_2_5_0_PerformanceDev-String-branch
Changes since 1.100: +19 -4 lines
Diff to previous 1.100
BUG#: 3358

TITLE: Can't disable SLP on Windows

DESCRIPTION: Added check to assure that not both PEGASUS_ENABLE_SLP and
 PEGASUS_DISABLE_SLP are set concurrently.

Revision 1.64.2.6 / (view) - annotate - [select for diffs] , Wed Aug 3 03:13:42 2005 UTC (18 years, 9 months ago) by denise.eckstein
Branch: RELEASE_2_4-branch
Changes since 1.64.2.5: +5 -0 lines
Diff to previous 1.64.2.5 to branch point 1.64
BUG#: 3731
TITLE: LINUX_PPC64_GNU is missing from config.mak

DESCRIPTION: Added conditional for the LINUX_PPC64_GNU platform to pegasus/mak/config.mak.

Revision 1.100 / (view) - annotate - [select for diffs] , Fri Jul 22 17:34:04 2005 UTC (18 years, 9 months ago) by jim.wunderlich
Branch: MAIN
Changes since 1.99: +3 -3 lines
Diff to previous 1.99
BUG#: 3072

TITLE: cimserver crashs after many indications delivered

DESCRIPTION: Update comments to match the implemented functionality.

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

TITLE: cimserver crashs after many indications delivered

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

Revision 1.98 / (view) - annotate - [select for diffs] , Fri Jul 1 19:19:30 2005 UTC (18 years, 10 months ago) by jim.wunderlich
Branch: MAIN
Changes since 1.97: +11 -3 lines
Diff to previous 1.97
BUG#: 3888

TITLE: Thread limit needs to be set.

DESCRIPTION: Set MAX_THREADS_PER_SVC_QUEUE default value to 5.

Revision 1.97 / (view) - annotate - [select for diffs] , Wed Jun 8 03:20:24 2005 UTC (18 years, 11 months ago) by jim.wunderlich
Branch: MAIN
Changes since 1.96: +24 -1 lines
Diff to previous 1.96
BUG#: 3072

TITLE: cimserver crashs after many indications delivered

DESCRIPTION:
   - added the build config variable PEGASUS_MAX_THREADS_PER_SVC_QUEUE
     and MAX_THREADS_PER_SVC_QUEUE

Revision 1.96 / (view) - annotate - [select for diffs] , Tue May 24 19:31:14 2005 UTC (18 years, 11 months ago) by karl
Branch: MAIN
Changes since 1.95: +5 -0 lines
Diff to previous 1.95
BUG#: 3379
TITLE: PEGASUS_SNIA_EXTENSIONS compile flag and ISA WQL option

DESCRIPTION: Add this compile flag to config.mak

Revision 1.95 / (view) - annotate - [select for diffs] , Tue May 24 17:30:48 2005 UTC (18 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.94: +5 -0 lines
Diff to previous 1.94
BUG#: 2675
TITLE: Cannot disable wildcard namespace support
DESCRIPTION: Use PEGASUS_ENABLE_REMOTE_CMPI flag to control wildcard namespaces in provider registration.  Also, consolidate the definition of this flag in config.mak.

Revision 1.94 / (view) - annotate - [select for diffs] , Thu May 19 00:58:50 2005 UTC (18 years, 11 months ago) by jim.wunderlich
Branch: MAIN
Changes since 1.93: +17 -0 lines
Diff to previous 1.93
BUG#: 2283

TITLE: static response comparsion (diff) tests are not reliable

DESCRIPTION: Converted the PEGASUS_XML_ORDERING_DEFECT_ENCOUNTERED
    build config variable to PEGASUS_ENABLE_SORTED_DIFF build config
    variable that can be over ridden from the environment.
    It defaults to true if not set from the environment.

##
## PEGASUS_ENABLE_SORTED_DIFF
## This controls if the DIFFSORT function is used rather than a simple DIFF of
##  of the test results files to the static results file.
##
##   Set to "true" enables the sorted diffs of results to static results files.
##   otherwise results in regular diffs of results to static results files.
##   see bug 2283 for background information concerning this config variable.
##
##  Defaults to true.
##
##

Revision 1.93 / (view) - annotate - [select for diffs] , Fri May 13 17:55:38 2005 UTC (19 years ago) by kumpf
Branch: MAIN
CVS Tags: PEG25_IBM_5_16_05
Changes since 1.92: +7 -0 lines
Diff to previous 1.92
BUG#: 2297
TITLE: Need to Fix Pegasus Typedefs
DESCRIPTION: Conditionally compile char Array instantiation with PEGASUS_USE_DEPRECATED_INTERFACES flag.  Add PEGASUS_REMOVE_DEPRECATED_INTERFACES flag in config.mak to allow deprecated interfaces to be compiled out in Pegasus builds.  Update CIMValue doc++ to clearly mark the deprecated interfaces.

Revision 1.92 / (view) - annotate - [select for diffs] , Thu May 12 14:27:28 2005 UTC (19 years ago) by martin
Branch: MAIN
Changes since 1.91: +28 -0 lines
Diff to previous 1.91
BUG#: 2903
TITLE: Need to add Copyright/license to all Makefiles

DESCRIPTION:
Added 2005 copyright

Revision 1.91 / (view) - annotate - [select for diffs] , Fri Apr 29 22:06:05 2005 UTC (19 years ago) by jim.wunderlich
Branch: MAIN
Changes since 1.90: +19 -6 lines
Diff to previous 1.90
BUG#: 3420

TITLE: REPOSITORY_XXX build_config variables

DESCRIPTION:
 - Removed capability to set REPOSITORY_DIR, and REPOSITORY_NAME directly
   from the environemnt tey remain as internal build config variables.

 - Added capability to use PEGASUS_REPOSITORY_MODE environment variable to
   set REPOSITORY_MODE build config variable after it has been validated.

Revision 1.90 / (view) - annotate - [select for diffs] , Thu Apr 28 10:52:46 2005 UTC (19 years ago) by jim.wunderlich
Branch: MAIN
Changes since 1.89: +28 -0 lines
Diff to previous 1.89
BUG#: 3397

TITLE: Can't run all system tests on a binary repository

DESCRIPTION: - Made changes to make file to add -M$(REPOSITORY_MODE) to
             cimmofl command line to allow building the test repository
             in binary mode in order to run the test against a binary
             repository.

             - Also fixes bug 3420 to allow the REPOSITORY_XXX
             build varialbes to be set from the environment.

Revision 1.89 / (view) - annotate - [select for diffs] , Fri Apr 8 16:41:22 2005 UTC (19 years, 1 month ago) by h.sterling
Branch: MAIN
Changes since 1.88: +10 -4 lines
Diff to previous 1.88
BUG#:2147
TITLE:connectLocal fails to use correct port if 2 CIMOMs are installed

DESCRIPTION:

Allow the env var  PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET to disable local domain sockets.

Revision 1.64.2.5 / (view) - annotate - [select for diffs] , Wed Apr 6 22:44:13 2005 UTC (19 years, 1 month ago) by w.otsuka
Branch: RELEASE_2_4-branch
CVS Tags: RELEASE_2_4_1-BETA3, RELEASE_2_4_1, IBM_241_April1405
Changes since 1.64.2.4: +5 -0 lines
Diff to previous 1.64.2.4 to branch point 1.64
BUG#: 3253
TITLE: config.mak missing include for LINUX_ZSERIES64_GNU platform

DESCRIPTION: Added LINUX_ZSERIES64_GNU to config.mak.

Revision 1.88 / (view) - annotate - [select for diffs] , Tue Apr 5 17:42:15 2005 UTC (19 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.87: +9 -0 lines
Diff to previous 1.87
BUG#: 1865
TITLE: PEGASUS_INDICATION_PERFINST and _HASHTRACE only usable on HP-UX
DESCRIPTION: Moved these macro definitions to config.mak.

Revision 1.64.2.4 / (view) - annotate - [select for diffs] , Thu Mar 24 01:27:55 2005 UTC (19 years, 1 month ago) by kumpf
Branch: RELEASE_2_4-branch
Changes since 1.64.2.3: +5 -0 lines
Diff to previous 1.64.2.3 to branch point 1.64
BUG#: 3124
TITLE: Allow asserts to be disabled on all platforms
DESCRIPTION: Move the PEGASUS_NOASSERTS logic from the HP-UX platform makefile to config.mak.

Revision 1.87 / (view) - annotate - [select for diffs] , Tue Mar 22 22:52:34 2005 UTC (19 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.86: +5 -0 lines
Diff to previous 1.86
BUG#: 1851
TITLE: The PEGASUS_NOASSERTS flag is only available for HPUX
DESCRIPTION: Moved the PEGASUS_NOASSERTS logic from the HP-UX platform makefile to the general config.mak.

Revision 1.86 / (view) - annotate - [select for diffs] , Sat Mar 19 04:01:37 2005 UTC (19 years, 1 month ago) by jim.wunderlich
Branch: MAIN
Changes since 1.85: +22 -0 lines
Diff to previous 1.85
BUG#: 2283

TITLE: static response comparsion (diff) tests are not reliable

DESCRIPTION: added sort and diffsort commands for use in test output
             comparisons

Revision 1.85 / (view) - annotate - [select for diffs] , Fri Mar 18 21:25:54 2005 UTC (19 years, 1 month ago) by yi.zhou
Branch: MAIN
Changes since 1.84: +9 -0 lines
Diff to previous 1.84
BUG#: 3058
TITLE: Add Enable System Log Handler flag and Enable Email Handler flag to config.mak

DESCRIPTION: Added PEGASUS_ENABLE_SYSTEM_LOG_HANDLER flag and PEGASUS_ENABLE_EMAIL_HANDLER flag to config.mak rather than various lower-level makefiles.

Revision 1.84 / (view) - annotate - [select for diffs] , Tue Mar 8 01:56:29 2005 UTC (19 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.83: +0 -70 lines
Diff to previous 1.83
BUG#: 2037
TITLE: install option in recurse.mak no longer used
DESCRIPTION: Removed install targets and related variable definitions.

Revision 1.83 / (view) - annotate - [select for diffs] , Tue Mar 1 22:46:10 2005 UTC (19 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.82: +0 -1 lines
Diff to previous 1.82
BUG#: 2888
TITLE: Enable Provider User Context Tests
DESCRIPTION: Remove the definition of PEGASUS_DISABLE_PROV_USERCTXT from config.mak so that the feature is enabled by default.  Disable the feature for OpenVMS, since the implementation is incomplete.

Revision 1.82 / (view) - annotate - [select for diffs] , Thu Feb 24 20:11:54 2005 UTC (19 years, 2 months ago) by a.dunfey
Branch: MAIN
CVS Tags: PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.81: +2 -2 lines
Diff to previous 1.81
PEP#: 215
TITLE: Make CIM 2.9 the default schema

DESCRIPTION:

Replacing CIM 2.8 with CIM 2.9 as the default schema.

Revision 1.64.2.3 / (view) - annotate - [select for diffs] , Fri Feb 18 01:11:16 2005 UTC (19 years, 2 months ago) by w.otsuka
Branch: RELEASE_2_4-branch
CVS Tags: RELEASE_2_4_1-BETA2
Changes since 1.64.2.2: +4 -0 lines
Diff to previous 1.64.2.2 to branch point 1.64
BUG#: 2771
TITLE: Need an option to disable ExecQuery support

DESCRIPTION: Port of bug 2700 to 2.4.

Revision 1.64.2.2 / (view) - annotate - [select for diffs] , Thu Feb 17 23:39:35 2005 UTC (19 years, 2 months ago) by w.otsuka
Branch: RELEASE_2_4-branch
Changes since 1.64.2.1: +2 -0 lines
Diff to previous 1.64.2.1 to branch point 1.64
BUG#: 2766
TITLE:  Need to add Linux PPC 64 platform

DESCRIPTION: Port of bug 2670 to 2.4.

Revision 1.64.2.1 / (view) - annotate - [select for diffs] , Wed Feb 16 22:12:42 2005 UTC (19 years, 2 months ago) by w.otsuka
Branch: RELEASE_2_4-branch
Changes since 1.64: +21 -0 lines
Diff to previous 1.64
BUG#: 2686
TITLE:  Add External Compile Flags

DESCRIPTION: This is a port of Bug 2591 from 2.5 to the 2.4 branch. This fix is only being applied to Linux platforms in 2.4.

Revision 1.81 / (view) - annotate - [select for diffs] , Wed Feb 16 00:10:07 2005 UTC (19 years, 2 months ago) by jim.wunderlich
Branch: MAIN
Changes since 1.80: +8 -1 lines
Diff to previous 1.80
BUG#: 2493

TITLE: Pegasus repository issues

DESCRIPTION:


BUG 2493 binary repository issues:
  Added compare xml to binary repository to unit tests
	- test is enabled on Windows and X86 Linux platforms only.
	- test should be enabled on other platforms by developers/testers
	   working on the those platforms by editing
	   the CompareRepositories Makefile.
	- Instructions are are in the Makefile documenting how to
	   enable it for a specific plaform.

  Added Files:
	src/Pegasus/Repository/tests/CompareRepositories/Makefile
	src/Pegasus/Repository/tests/CompareRepositories/CompareRepositories.cpp
  Modified Files:
  	Makefile Schemas/Pegasus/InterOp/Makefile
  	Schemas/Pegasus/Internal/Makefile
  	Schemas/Pegasus/ManagedSystem/Makefile mak/config.mak
  	src/Pegasus/Compiler/cimmofParser.cpp
  	src/Pegasus/Compiler/cimmofRepository.cpp
  	src/Pegasus/Compiler/cimmofRepository.h
  	src/Pegasus/Compiler/cimmofRepositoryInterface.cpp
  	src/Pegasus/Compiler/cimmofRepositoryInterface.h
  	src/Pegasus/Compiler/mofCompilerOptions.h
  	src/Pegasus/Compiler/cmdline/cimmof/cmdline.cpp
  	src/Pegasus/Compiler/cmdline/cimmof/cmdline.h
  	src/Pegasus/Repository/CIMRepository.cpp
  	src/Pegasus/Repository/CIMRepository.h
  	src/Pegasus/Repository/tests/Makefile
  	src/Pegasus/Server/CIMServer.cpp

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

DESCRIPTION: Set the default to NotSupported for ExecQuery operations.

Revision 1.79 / (view) - annotate - [select for diffs] , Fri Feb 11 23:52:59 2005 UTC (19 years, 3 months ago) by w.otsuka
Branch: MAIN
Changes since 1.78: +19 -0 lines
Diff to previous 1.78
BUG#: 2591
TITLE:  Add CFLAGS for Linux Builds

DESCRIPTION: Added PEGASUS_EXTRA_CXX_FLAGS and PEGASUS_EXTRA_C_FLAGS. Platform maintainers should check builds on their platforms. VMS will have to implement the change if desired.

Revision 1.78 / (view) - annotate - [select for diffs] , Fri Feb 11 15:15:03 2005 UTC (19 years, 3 months ago) by karl
Branch: MAIN
Changes since 1.77: +2 -2 lines
Diff to previous 1.77
BUG#: 2638
TITLE: WQL grammar compile errors out in windows

DESCRIPTION: Caused by use of TEMP as variable name in config.mak which
leaves TEMP env variable with info that is used by bison in windows.
Corrected by changing name of variable in config.mak.

Revision 1.77 / (view) - annotate - [select for diffs] , Sun Feb 6 19:33:28 2005 UTC (19 years, 3 months ago) by gs.keenan
Branch: MAIN
Changes since 1.76: +6 -1 lines
Diff to previous 1.76
PEP#: 179
TITLE: Add Platform support for HP OpenVMS

DESCRIPTION: Changes to makefiles

Revision 1.76 / (view) - annotate - [select for diffs] , Fri Feb 4 15:32:58 2005 UTC (19 years, 3 months ago) by chip
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH
Changes since 1.75: +23 -17 lines
Diff to previous 1.75
PEP#: 211
TITLE: Object normalization enhancements

DESCRIPTION: Add flag to config.mak rather than various lower-level
makefiles.

Revision 1.75 / (view) - annotate - [select for diffs] , Tue Feb 1 19:27:36 2005 UTC (19 years, 3 months ago) by karl
Branch: MAIN
Changes since 1.74: +4 -1 lines
Diff to previous 1.74
BUG#: 2633
TITLE: Turn on SLP compile for windows

DESCRIPTION: Set flag to enable SLP compile for windows.

Revision 1.74 / (view) - annotate - [select for diffs] , Tue Feb 1 01:26:15 2005 UTC (19 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.73: +16 -2 lines
Diff to previous 1.73
PEP#: 197
TITLE: Provider User Context

DESCRIPTION: Add a test provider to validate the user context.

Revision 1.73 / (view) - annotate - [select for diffs] , Fri Jan 28 01:21:57 2005 UTC (19 years, 3 months ago) by karl
Branch: MAIN
Changes since 1.72: +2 -2 lines
Diff to previous 1.72
BUG#: 2609
TITLE: Change PERFINST statistics compile option from normally off to normally on

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

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

DESCRIPTION: Remove the obsolete monitor_2 and associated code.

Revision 1.71 / (view) - annotate - [select for diffs] , Wed Jan 26 23:09:09 2005 UTC (19 years, 3 months ago) by kumpf
Branch: MAIN
Changes since 1.70: +8 -0 lines
Diff to previous 1.70
PEP#: 197
TITLE: Provider User Context

DESCRIPTION: Add support for the PG_ProviderModule UserContext property.

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

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

Revision 1.70 / (view) - annotate - [select for diffs] , Sat Jan 22 18:16:24 2005 UTC (19 years, 3 months ago) by konrad.r
Branch: MAIN
CVS Tags: SLPPERFINST-root
Branch point for: SLPPERFINST-branch
Changes since 1.69: +0 -3 lines
Diff to previous 1.69
BUG#: 2581
TITLE: Enabling by default CMPI.

DESCRIPTION:

Revision 1.69 / (view) - annotate - [select for diffs] , Thu Jan 20 02:47:29 2005 UTC (19 years, 3 months ago) by konrad.r
Branch: MAIN
Changes since 1.68: +4 -0 lines
Diff to previous 1.68
BUG#: 2581
TITLE: Enabling by default CMPI

DESCRIPTION:

Revision 1.67.2.1 / (view) - annotate - [select for diffs] , Mon Jan 10 04:23:18 2005 UTC (19 years, 4 months ago) by jim.wunderlich
Changes since 1.67: +8 -1 lines
Diff to previous 1.67 to next main 1.68
BUG#: 2493

TITLE: Pegasus binary repository build issues.

DESCRIPTION:


Added compare repositories test.

CIMMOF COMPILER changes:
   Changed compiler to accept command line arguments:
	-M to specify compile mode XML or BIN, defaults to XML as before
	-N to specify the repository name, defaults to repository as before
   Renamed existng get repository directory function
	from get/set_repository_name function to get/set_repository.
        Used get/set_repository_name function to get/set the new name parameter.
   Added get/set_repository_mode function

Makefile changes as needed to add options to compiler invocations
and added appropriate defaults.
   REPSOITORY_NAME is the default repository name.
   REPOSITORY_MODE s the default mode: XML
   REPOSITORY_ROOT now includes the default repository name

Revision 1.68 / (view) - annotate - [select for diffs] , Fri Jan 7 22:44:55 2005 UTC (19 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.67: +10 -0 lines
Diff to previous 1.67
PEP#: 186
TITLE: Product ID Override Clean-up

DESCRIPTION: Allow the product ID (name/version/status) to be overridden based on the build environment rather than based on platform.

Revision 1.67 / (view) - annotate - [select for diffs] , Tue Dec 14 12:56:55 2004 UTC (19 years, 4 months ago) by chuck
Branch: MAIN
Changes since 1.66: +9 -0 lines
Diff to previous 1.66
PEP#: 193
TITLE: CQL stage 1

DESCRIPTION: Add PEGASUS_DISABLE_CQL env var support

Revision 1.66 / (view) - annotate - [select for diffs] , Fri Nov 12 22:50:07 2004 UTC (19 years, 6 months ago) by david.dillard
Branch: MAIN
CVS Tags: PEP213_SIZE_OPTIMIZATIONS
Changes since 1.65: +10 -89 lines
Diff to previous 1.65
BUG#: 1926
TITLE: Platform enhancements to config.mak

DESCRIPTION: The supported platforms are now determined dynamically from the platform makefiles on the system.  This will make it easier in the future to support new platforms as fewer changes to existing files will be required.

Revision 1.65 / (view) - annotate - [select for diffs] , Fri Nov 12 22:36:38 2004 UTC (19 years, 6 months ago) by david.dillard
Branch: MAIN
Changes since 1.64: +83 -95 lines
Diff to previous 1.64
BUG#: 2282
TITLE: Fixed use of @echo

DESCRIPTION: Changed to use $(error ) to print fatal error messages instead of using @echo and @exit.  Also, cleaned up the formatting (removed tabs and made indentation consistent).

Revision 1.64 / (view) - annotate - [select for diffs] , Thu Aug 26 02:23:13 2004 UTC (19 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_4_1-BETA1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, CHUNKTESTDONE_PEP140
Branch point for: RELEASE_2_4-branch
Changes since 1.63: +5 -2 lines
Diff to previous 1.63
BUG#: 1625
TITLE: Fix providermanager shared library loading on linux

DESCRIPTION: Ensure that the PEGASUS_DEST_LIB_DIR variable is set to the directory that holds Pegasus shared libraries.  Use this value to locate ProviderManager and IndicationHandler libraries when dynamically loading them.  A FileSystem::buildLibraryFileName method is added to consolidate handling of platform differences in library names and to avoid replicating this logic yet again.

Revision 1.63 / (view) - annotate - [select for diffs] , Wed Aug 25 21:38:13 2004 UTC (19 years, 8 months ago) by w.otsuka
Branch: MAIN
Changes since 1.62: +2 -2 lines
Diff to previous 1.62
BUG#: 1946
TITLE: Release Options Incorrect in config.mak

DESCRIPTION: Updated config.mak to use PEGASUS_USE_RELEASE_CONFIG_OPTIONS.

Revision 1.62 / (view) - annotate - [select for diffs] , Tue Aug 24 20:34:19 2004 UTC (19 years, 8 months ago) by w.otsuka
Branch: MAIN
Changes since 1.61: +8 -0 lines
Diff to previous 1.61
BUG#: 1845
TITLE: Destination Link Path Should Not Be Hardcoded

DESCRIPTION: Added a new make variable PEGASUS_DEST_LIB_DIR which is set to the location of Pegasus libraries in a release build. PEGASUS_DEST_LIB_DIR is only set and used if the PEGASUS_USE_RELEASE_DIRS flag is set."

Revision 1.61 / (view) - annotate - [select for diffs] , Sun Aug 22 02:20:46 2004 UTC (19 years, 8 months ago) by denise.eckstein
Branch: MAIN
Changes since 1.60: +5 -1 lines
Diff to previous 1.60
PEP#: 188
TITLE: OpenPegasus 2.4 Packaging Definition for Selected Platforms

DESCRIPTION: Initial submittal of Makefile.Release. This file implements an install option that, for supported platforms, can be used to stage or install the OpenPegasus release files. The behavior of the install option is driven by the settings in an environment variable file (e.g., env_var_HPUX.status).

Revision 1.60 / (view) - annotate - [select for diffs] , Thu Aug 12 11:41:11 2004 UTC (19 years, 9 months ago) by karl
Branch: MAIN
CVS Tags: CQL_2_5_BRANCH
Changes since 1.59: +10 -0 lines
Diff to previous 1.59
BUG#: 1849
TITLE:  Modify make files so that PEGASUS_DEBUG becomes a common compiler DEFINE available through config.mak

DESCRIPTION:  This involved removing the setting of PEGASUS_DEBUG into a number of platform mak setup files and putting the DEFINE into config.mak.  This means that PEGASUS_DEBUG now generally controls a) setting the debug options on compiles and links in general as it did before and is also available to any source code to compile diagnostics.  However, since this is very general we are trying to reduce the use to those debug concepts that will not affect normal operation.  Thus it is used to control the output of startup information to the console.  PLEASE do not use it to control things like debug information output to the console.

Revision 1.59 / (view) - annotate - [select for diffs] , Fri Aug 6 14:56:16 2004 UTC (19 years, 9 months ago) by dj.gorey
Branch: MAIN
Changes since 1.58: +1 -1 lines
Diff to previous 1.58
BUG#:1651
TITLE:Using CIM 2.9 preliminary

DESCRIPTION: Changed the first half of the conditional (if PEGASUS_CIM_SECHEMA is set) so it is not version dependant.  The default will still have to be changed manually.

Revision 1.58 / (view) - annotate - [select for diffs] , Wed Aug 4 14:46:34 2004 UTC (19 years, 9 months ago) by dj.gorey
Branch: MAIN
Changes since 1.57: +5 -1 lines
Diff to previous 1.57
BUG#:1651
TITLE:Using CIM 2.9 Preliminary

DESCRIPTION: Checked in a temporary fix so we can begin testing.

Revision 1.57 / (view) - annotate - [select for diffs] , Mon Aug 2 18:37:16 2004 UTC (19 years, 9 months ago) by w.white
Branch: MAIN
Changes since 1.56: +4 -0 lines
Diff to previous 1.56
BUG#: 410

TITLE: Placement of the PEGASUS_HAS_PERFINST paraam

DESCRIPTION: detection of the PEGASUS_HAS_PERFINST flag was
 moved out of platform_WIN32_IX86_MSVC.mak and config-linux.mak. The
flag was moved to config.mak.

Revision 1.56 / (view) - annotate - [select for diffs] , Wed Jul 28 20:01:38 2004 UTC (19 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.55: +11 -0 lines
Diff to previous 1.55
BUG#: 1136
TITLE: HP [CAKG] Incorrect default value for enableSubscriptionsForNonprivilegedUsers configuration property

DESCRIPTION: Applied the 2.3.2 fix to the 2.4 branch.

Revision 1.55 / (view) - annotate - [select for diffs] , Wed Jul 28 15:42:23 2004 UTC (19 years, 9 months ago) by konrad.r
Branch: MAIN
Changes since 1.54: +6 -0 lines
Diff to previous 1.54
PEP#: 182
TITLE: Configuration script enhancement

DESCRIPTION: Adding in Makefiles the inclusion of the generated env_var.status file.

Revision 1.54 / (view) - annotate - [select for diffs] , Wed Jun 30 23:09:11 2004 UTC (19 years, 10 months ago) by konrad.r
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1, MONITOR_CONSOLIDATION_2_5_BRANCH
Changes since 1.53: +1 -1 lines
Diff to previous 1.53
PEP#: 152
TITLE: Make Pegasus LSB compliant

DESCRIPTION:
a). Added absolule path to cimmofl (using $BIN_DIR)
b). Added extra include paths in case of using LSB 1.3.0 (post 1.3.0 does not require these extra include paths)
c). Put the right directory path for $DEST_ETC_DIR ($SYSCONF_PREFIX/pegasus, now)

Revision 1.53 / (view) - annotate - [select for diffs] , Wed Jun 30 15:03:23 2004 UTC (19 years, 10 months ago) by konrad.r
Branch: MAIN
Changes since 1.52: +1 -1 lines
Diff to previous 1.52
PEP#: 152
TITLE: Make Pegasus LSB compliant

DESCRIPTION:
Add support in Schemas directory to install a repository

Revision 1.52 / (view) - annotate - [select for diffs] , Tue Jun 29 19:38:12 2004 UTC (19 years, 10 months ago) by konrad.r
Branch: MAIN
Changes since 1.51: +70 -0 lines
Diff to previous 1.51
PEP#: 152
TITLE: Make Pegasus Linux Standards Base (LSB) compliant.

DESCRIPTION:
2). Adding functonality for 'make install' and changing destination directories to be LSB compliant (/opt/..)

Revision 1.51 / (view) - annotate - [select for diffs] , Tue Jun 22 20:27:01 2004 UTC (19 years, 10 months ago) by karl
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50
BUG#: 166
TITLE:  Update to use CIM 2.8 and

DESCRIPTION:  Modified this readme to reflect how we should to revision updates

Revision 1.50 / (view) - annotate - [select for diffs] , Thu Jun 3 22:22:28 2004 UTC (19 years, 11 months ago) by tony
Branch: MAIN
Changes since 1.49: +0 -5 lines
Diff to previous 1.49
BUG#: 1529
TITLE: Merge 2.3.2 SLP implementation to 2.4

DESCRIPTION:

Revision 1.49 / (view) - annotate - [select for diffs] , Wed May 26 16:04:39 2004 UTC (19 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.48: +10 -0 lines
Diff to previous 1.48
PEP#: 142
TITLE: HP[Nag] User Groups based authorization

DESCRIPTION: Added user groups based authorization support to Pegasus. This is an additional authorization mechanism that gives an administrator a simple, overriding control over which users may perform CIM operations. To enable this feature, define the compile time flag PEGASUS_ENABLE_USERGROUP_AUTHORIZATION and set the config property authorizedUserGroups to one or more valid user groups on the system. (This feature is not fully implemented on Windows, just a skeleton is defined for isGroupMember() function in systemWindows.cpp file.)

Revision 1.48 / (view) - annotate - [select for diffs] , Thu May 13 12:10:46 2004 UTC (20 years ago) by dudhe.girish
Branch: MAIN
Changes since 1.47: +7 -1 lines
Diff to previous 1.47
PEP#:124
TITLE:Open Pegasus 2.4 Mac OS X (Darwin) Port

DESCRIPTION:This file is updated for Mac OS X Support

Revision 1.47 / (view) - annotate - [select for diffs] , Sat May 1 14:40:54 2004 UTC (20 years ago) by chuck
Branch: MAIN
Changes since 1.46: +11 -0 lines
Diff to previous 1.46
PEP#:161
TITLE: Repository globalization: control the support level with env vars

DESCRIPTION:

Revision 1.42.4.2 / (view) - annotate - [select for diffs] , Fri Apr 23 17:23:41 2004 UTC (20 years ago) by kumpf
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.42.4.1: +11 -0 lines
Diff to previous 1.42.4.1 to branch point 1.42 to next main 1.43
BUG#: 1136
TITLE: HP [CAKG] Incorrect default value for enableSubscriptionsForNonprivilegedUsers configuration property

DESCRIPTION: In SecurityPropertyOwner, the enableSubscriptionsForNonprivilegedUsers configuration property default value has been modified for HP only (all platforms and OSs) to be false for release builds and true for test/debug builds.  The enableSubscriptionsForNonprivilegedUsers configuration property for HP only (all platforms and OSs) has been modified to be externally visible for all builds.  For all other vendors (all platforms and OSs), the enableSubscriptionsForNonprivilegedUsers configuration property default value remains true for all builds, and the property remains not externally visible for all builds.

Revision 1.46 / (view) - annotate - [select for diffs] , Mon Feb 9 21:39:10 2004 UTC (20 years, 3 months ago) by dj.gorey
Branch: MAIN
Changes since 1.45: +5 -5 lines
Diff to previous 1.45
BUG 1170 - Defaulting 2.3 Monitor

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

Revision 1.44 / (view) - annotate - [select for diffs] , Thu Jan 29 21:13:44 2004 UTC (20 years, 3 months ago) by dj.gorey
Branch: MAIN
Changes since 1.43: +1 -2 lines
Diff to previous 1.43
Bug 1155 -  Monitor2 Default Changes

Revision 1.42.4.1 / (view) - annotate - [select for diffs] , Wed Jan 21 16:31:23 2004 UTC (20 years, 3 months ago) by tony
Branch: RELEASE_2_3_2-branch
Changes since 1.42: +0 -5 lines
Diff to previous 1.42
Support build from the top level using PEGASUS_ENABLE_SLP
- remove extra define PEGASUS_SLP_CLASSES from doc and make files
- add dependency of cim client on slp_client
- add dependency of common on slp agent

Revision 1.43 / (view) - annotate - [select for diffs] , Fri Jan 16 22:03:35 2004 UTC (20 years, 3 months ago) by karl
Branch: MAIN
Changes since 1.42: +3 -3 lines
Diff to previous 1.42
Make Monitor 2 Default per PEP 123

Revision 1.42 / (view) - annotate - [select for diffs] , Thu Oct 16 18:20:12 2003 UTC (20 years, 6 months ago) by chuck
Branch: MAIN
CVS Tags: local, TEST, RELEASE_2_3_2-root, RELEASE_2_3_1-root, RELEASE_2_3_1-branch, RELEASE_2_3_0-root, RELEASE_2_3_0-branch, PRE_LICENSE_UPDATE_2003, POST_LICENSE_UPDATE_2003
Branch point for: RELEASE_2_3_2-branch
Changes since 1.41: +3 -0 lines
Diff to previous 1.41
IBM-CC, Bug 793, R2.3: Conditional compile for experimental APIs

Revision 1.41 / (view) - annotate - [select for diffs] , Wed Oct 15 19:09:09 2003 UTC (20 years, 6 months ago) by mday
Branch: MAIN
Changes since 1.40: +5 -0 lines
Diff to previous 1.40
pep 030 - update makefile to cnditionally build new slp pegasus class

Revision 1.40 / (view) - annotate - [select for diffs] , Wed Oct 8 13:05:27 2003 UTC (20 years, 7 months ago) by mday
Branch: MAIN
CVS Tags: test
Changes since 1.39: +11 -0 lines
Diff to previous 1.39
bugzilla 656 - added PEGASUS_MONITOR2 environment variable to activate monitor_2 in build

Revision 1.39 / (view) - annotate - [select for diffs] , Tue Sep 2 18:50:56 2003 UTC (20 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_3_0-msg-freeze
Changes since 1.38: +5 -0 lines
Diff to previous 1.38
add PEGASUS+ENABLE_SLP compile variable

Revision 1.38 / (view) - annotate - [select for diffs] , Wed Aug 20 16:30:19 2003 UTC (20 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
HP-YZ Fix Bugzilla 436 - Automatic indication process tests failed on Windows.

Revision 1.31.4.3 / (view) - annotate - [select for diffs] , Thu Aug 14 19:03:46 2003 UTC (20 years, 9 months ago) by karl
Branch: RELEASE_2_2_0-branch
CVS Tags: RELEASE_2_2_1-snapshot
Changes since 1.31.4.2: +16 -0 lines
Diff to previous 1.31.4.2 to branch point 1.31 to next main 1.32
PEP 90 - add define for conditional compile for client display

Revision 1.32.4.3 / (view) - annotate - [select for diffs] , Thu Aug 14 10:55:41 2003 UTC (20 years, 9 months ago) by mday
Branch: pep_88
Changes since 1.32.4.2: +41 -5 lines
Diff to previous 1.32.4.2 to branch point 1.32 to next main 1.33
another merge with HEAD

Revision 1.37 / (view) - annotate - [select for diffs] , Wed Aug 13 21:05:00 2003 UTC (20 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.36: +41 -5 lines
Diff to previous 1.36
HP-[DME] Commit-PEP73(Partial): Implemented support for PEGASUS_CIM_SCHEMA environment variable.

Revision 1.32.4.2 / (view) - annotate - [select for diffs] , Wed Aug 13 18:39:49 2003 UTC (20 years, 9 months ago) by mday
Branch: pep_88
Changes since 1.32.4.1: +31 -0 lines
Diff to previous 1.32.4.1 to branch point 1.32
merge with 2.3 localized code

Revision 1.36 / (view) - annotate - [select for diffs] , Tue Aug 12 13:56:14 2003 UTC (20 years, 9 months ago) by karl
Branch: MAIN
Changes since 1.35: +16 -0 lines
Diff to previous 1.35
Incorporate build variable PEGASUS_CLENT_TRACE_ENABLE per PEP 90

Revision 1.35 / (view) - annotate - [select for diffs] , Fri Aug 8 10:47:32 2003 UTC (20 years, 9 months ago) by chuck
Branch: MAIN
Changes since 1.34: +9 -0 lines
Diff to previous 1.34
IBM-CC, PEP58, R2.3 - new messages target for globalization

Revision 1.34 / (view) - annotate - [select for diffs] , Wed Aug 6 13:33:52 2003 UTC (20 years, 9 months ago) by keith.petley
Branch: MAIN
Changes since 1.33: +6 -0 lines
Diff to previous 1.33
  - SOLARIS_SPARC_CC is a valid platform. Add call to its specific .mak file.

Revision 1.32.4.1 / (view) - annotate - [select for diffs] , Tue Jul 29 14:08:27 2003 UTC (20 years, 9 months ago) by mday
Branch: pep_88
Changes since 1.32: +6 -0 lines
Diff to previous 1.32
g10n changes merged

Revision 1.31.4.2 / (view) - annotate - [select for diffs] , Fri Jul 25 18:14:44 2003 UTC (20 years, 9 months ago) by david.eger
Branch: RELEASE_2_2_0-branch
Changes since 1.31.4.1: +6 -0 lines
Diff to previous 1.31.4.1 to branch point 1.31
Pegasus support for Linux on IBM zSeries servers - re BUG 406

Revision 1.33 / (view) - annotate - [select for diffs] , Fri Jul 25 18:11:42 2003 UTC (20 years, 9 months ago) by david.eger
Branch: MAIN
Changes since 1.32: +6 -0 lines
Diff to previous 1.32
Pegasus support for Linux on IBM zSeries servers, re: BUG 406

Revision 1.31.4.1 / (view) - annotate - [select for diffs] , Wed Jun 25 15:29:06 2003 UTC (20 years, 10 months ago) by david.eger
Branch: RELEASE_2_2_0-branch
Changes since 1.31: +6 -0 lines
Diff to previous 1.31
BUG 346: Linux/PPC port + Linux cleanup

Revision 1.32 / (view) - annotate - [select for diffs] , Thu Jun 12 16:32:10 2003 UTC (20 years, 11 months ago) by david.eger
Branch: MAIN
Branch point for: pep_88
Changes since 1.31: +6 -0 lines
Diff to previous 1.31
Bug 346 - Port to PPC/Linux

This provides PowerPC/Linux support for Pegasus with the target name
LINUX_PPC_GNU.

Much of this code is generic, and indeed a lot of my changes in
the files were to convert sections that were
  #ifdef LINUX_IX86_GNU
to instead
  #if defined(LINUX_IX86_GNU)  || defined (LINUX_GENERIC_GNU)
It strikes me that much more clean up and generalization of this
order could be done among the Linux ports.

NOTE: this port uncovered a bug in glibc on PPC/Linux -- the fix will be in the
next release of glibc.	You can get the fix temporarily from glibc CVS (see
http://sources.redhat.com/glibc/) or from me at dteger@us.ibm.com

Revision 1.31 / (view) - annotate - [select for diffs] , Tue May 27 21:26:06 2003 UTC (20 years, 11 months ago) by gerarda
Branch: MAIN
CVS Tags: RELEASE_2_2_0_0-release, RELEASE_2_2_0-root, RELEASE_2_2-root
Branch point for: RELEASE_2_2_0-branch
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
Bug 305: Remove extra -aE

Revision 1.30 / (view) - annotate - [select for diffs] , Tue Apr 29 21:35:10 2003 UTC (21 years ago) by kumpf
Branch: MAIN
CVS Tags: PEGASUS_FC_VERSION_2_2
Changes since 1.29: +1 -3 lines
Diff to previous 1.29
HP-RK PEP42 (Update to CIM Schema Version 2.7).

Revision 1.29 / (view) - annotate - [select for diffs] , Tue Apr 29 18:51:59 2003 UTC (21 years ago) by gerarda
Branch: MAIN
Changes since 1.28: +13 -0 lines
Diff to previous 1.28
PEP43: Allow updates to repository

Revision 1.28 / (view) - annotate - [select for diffs] , Mon Apr 28 12:56:44 2003 UTC (21 years ago) by mday
Branch: MAIN
Changes since 1.27: +1 -15 lines
Diff to previous 1.27
bugzilla 287

Revision 1.27 / (view) - annotate - [select for diffs] , Wed Apr 9 15:28:55 2003 UTC (21 years, 1 month ago) by mday
Branch: MAIN
Changes since 1.26: +17 -0 lines
Diff to previous 1.26
ProviderManager & Provider Merge - Interim

Revision 1.26 / (view) - annotate - [select for diffs] , Fri Mar 28 20:03:10 2003 UTC (21 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: mday-merge-start, mday-merge-pegasus/src/Pegasus/Server, mday-merge-pegasus/src/Pegasus/Common
Changes since 1.25: +6 -0 lines
Diff to previous 1.25
HP-YZ: PEP25 - Merge-local: Add a simple display consumer to test indications.

Revision 1.25 / (view) - annotate - [select for diffs] , Tue Mar 18 03:49:45 2003 UTC (21 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.24: +4 -2 lines
Diff to previous 1.24
HP-[DME] Change the default version of the CIM Schema from CIMPrelim271 to CIM25.

Revision 1.24.2.1 / (view) - annotate - [select for diffs] , Thu Mar 13 20:12:52 2003 UTC (21 years, 2 months ago) by kumpf
Changes since 1.24: +6 -0 lines
Diff to previous 1.24 to next main 1.25
HP-RK Merged with main branch.

Revision 1.24 / (view) - annotate - [select for diffs] , Wed Mar 12 20:02:57 2003 UTC (21 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
HP-[DME] Modify makefile scripts to simplify the adoption of new versions of the DMTF CIM Schema.  This commit also changes the default version of the CIM Schema from CIMPrelim271 to CIM25.

Revision 1.23 / (view) - annotate - [select for diffs] , Wed Mar 12 17:08:52 2003 UTC (21 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.22: +11 -0 lines
Diff to previous 1.22
HP-[DME] Modify makefile scripts to simplify the adoption of new versions of the DMTF CIM Schema.  This commit also changes the default version of the CIM Schema from CIM25 to CIMPrelim271.

Revision 1.22.6.2 / (view) - annotate - [select for diffs] , Wed Feb 26 00:17:01 2003 UTC (21 years, 2 months ago) by kumpf
Changes since 1.22.6.1: +1 -1 lines
Diff to previous 1.22.6.1 to branch point 1.22 to next main 1.23
HP-YZ: Restore subscription tests; Change PEGASUS_DISPLAYCONSUMER_DIR default to be PEGASUS_HOME; Modified IndicationProcess test.

Revision 1.22.6.1 / (view) - annotate - [select for diffs] , Fri Feb 21 23:17:27 2003 UTC (21 years, 2 months ago) by kumpf
Changes since 1.22: +6 -0 lines
Diff to previous 1.22
HP-YZ: Modified SimpleDisplayConsumer to write received indications to a file; Added automatic indication process tests.

Revision 1.22 / (view) - annotate - [select for diffs] , Sun Sep 1 17:18:23 2002 UTC (21 years, 8 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, LOCAL_ASSOCPROV-BRANCH
Changes since 1.21: +13 -15 lines
Diff to previous 1.21
HP-DME: Split configuration files for HPUX PARISC and HPUX IA64 builds.

Revision 1.21 / (view) - annotate - [select for diffs] , Wed Jul 17 16:58:19 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_01_01
Changes since 1.20: +6 -0 lines
Diff to previous 1.20
HP-[CAKG] Modify test suite to allow specification of a location in which all temporary files (e.g. output files, repository files, etc.) are created

Revision 1.20 / (view) - annotate - [select for diffs] , Mon Jul 15 05:22:11 2002 UTC (21 years, 10 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_00_RC_4, VERSION_2_00_RC_3, VERSION_2_00_RC_2, VERSION_2_00_BRANCH
Changes since 1.19: +14 -6 lines
Diff to previous 1.19
HP-DME: Added REPOSITORY_DIR variable.

Revision 1.19 / (view) - annotate - [select for diffs] , Sun Mar 31 00:37:56 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_00_RC_1, VERSION_1_10, VERSION_1_09
Changes since 1.18: +6 -0 lines
Diff to previous 1.18
DME: Add support for Debian IA-64 Linux.

Revision 1.18 / (view) - annotate - [select for diffs] , Tue Feb 19 18:21:44 2002 UTC (22 years, 2 months ago) by karl
Branch: MAIN
CVS Tags: VERSION_1_08
Changes since 1.17: +9 -0 lines
Diff to previous 1.17
add test on PEGASUS_ROOT existence

Revision 1.17 / (view) - annotate - [select for diffs] , Tue Dec 18 08:12:50 2001 UTC (22 years, 4 months ago) by karl
Branch: MAIN
CVS Tags: VERSION_1_07
Changes since 1.16: +18 -0 lines
Diff to previous 1.16
Make specific remove repository command for Make

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

Revision 1.15.2.2 / (view) - annotate - [select for diffs] , Sun Oct 28 20:25:38 2001 UTC (22 years, 6 months ago) by rudy
Branch: dev
CVS Tags: dev_dead, SNAPSHOT_1_04
Changes since 1.15.2.1: +7 -1 lines
Diff to previous 1.15.2.1 to branch point 1.15 to next main 1.16
Changed config.mak file to include NSK platform

Revision 1.15.2.1 / (view) - annotate - [select for diffs] , Thu Sep 13 16:23:31 2001 UTC (22 years, 8 months ago) by sage
Branch: dev
Changes since 1.15: +7 -1 lines
Diff to previous 1.15
Initial z/OS support

Revision 1.15 / (view) - annotate - [select for diffs] , Tue Jul 17 15:23:26 2001 UTC (22 years, 9 months ago) by mike
Branch: MAIN
CVS Tags: version_1_01, version_0_99_1, main
Branch point for: dev
Changes since 1.14: +7 -1 lines
Diff to previous 1.14
start to port SOLARIS

Revision 1.14 / (view) - annotate - [select for diffs] , Mon Jul 16 21:28:06 2001 UTC (22 years, 9 months ago) by mike
Branch: MAIN
CVS Tags: version_0_99
Changes since 1.13: +11 -1 lines
Diff to previous 1.13
Ported to TRU64 (Native Compiler)
Fixed asundry compiler warnings.

Revision 1.13 / (view) - annotate - [select for diffs] , Wed May 23 23:48:34 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
CVS Tags: version_0_97_3, version_0_97_2, version_0_97_1, version_0_79_4
Changes since 1.12: +6 -1 lines
Diff to previous 1.12
Port to HP

Revision 1.12 / (view) - annotate - [select for diffs] , Sun May 20 19:33:57 2001 UTC (22 years, 11 months ago) by mike
Branch: MAIN
CVS Tags: version_0_97
Changes since 1.11: +6 -1 lines
Diff to previous 1.11
Port to AIX

Revision 1.11 / (view) - annotate - [select for diffs] , Sun May 13 23:39:51 2001 UTC (23 years ago) by mike
Branch: MAIN
CVS Tags: version_0_96, version_0_95, stable_0_95
Changes since 1.10: +0 -2 lines
Diff to previous 1.10
Fixed on Linux
Fixed strcasecmp() compiler errors().

Revision 1.10 / (view) - annotate - [select for diffs] , Mon Apr 30 14:54:27 2001 UTC (23 years ago) by mike
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Rework of repository in preparation for associations

Revision 1.9 / (view) - annotate - [select for diffs] , Fri Apr 13 21:19:30 2001 UTC (23 years, 1 month ago) by mike
Branch: MAIN
CVS Tags: stable
Changes since 1.8: +5 -5 lines
Diff to previous 1.8
new

Revision 1.8 / (view) - annotate - [select for diffs] , Fri Apr 13 20:45:00 2001 UTC (23 years, 1 month ago) by mike
Branch: MAIN
Changes since 1.7: +33 -1 lines
Diff to previous 1.7
New

Revision 1.7 / (view) - annotate - [select for diffs] , Fri Apr 13 19:54:15 2001 UTC (23 years, 1 month ago) by mike
Branch: MAIN
Changes since 1.6: +1 -11 lines
Diff to previous 1.6
New configuration files to support porting effort

Revision 1.6 / (view) - annotate - [select for diffs] , Thu Apr 12 06:25:20 2001 UTC (23 years, 1 month ago) by mike
Branch: MAIN
Changes since 1.5: +0 -10 lines
Diff to previous 1.5
Replaced ACE with new Channel implementation.
Removed all ACE dependencies.

Revision 1.5 / (view) - annotate - [select for diffs] , Sun Mar 4 21:36:38 2001 UTC (23 years, 2 months ago) by bob
Branch: MAIN
CVS Tags: version_0_8
Changes since 1.4: +4 -0 lines
Diff to previous 1.4
Added LEX and YACC macros

Revision 1.4 / (view) - annotate - [select for diffs] , Sun Feb 11 05:45:33 2001 UTC (23 years, 3 months ago) by mike
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
Added case insensitive logic for files in Repository

Revision 1.3 / (view) - annotate - [select for diffs] , Mon Feb 5 02:31:34 2001 UTC (23 years, 3 months ago) by mike
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
changes for new mu depend

Revision 1.2 / (view) - annotate - [select for diffs] , Mon Jan 29 07:03:47 2001 UTC (23 years, 3 months ago) by mike
Branch: MAIN
Changes since 1.1: +12 -9 lines
Diff to previous 1.1
reworked build environment variables

Revision 1.1.1.1 / (view) - annotate - [select for diffs] (vendor branch) , Sun Jan 14 19:50:21 2001 UTC (23 years, 3 months ago) by mike
Branch: pegasus
CVS Tags: opengroup
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Pegasus import

Revision 1.1 / (view) - annotate - [select for diffs] , Sun Jan 14 19:50:21 2001 UTC (23 years, 3 months ago) by mike
Branch: MAIN
Initial revision

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