CVS log for pegasus/src/Pegasus/Config/ConfigManager.cpp

(logo)

Help

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

Request diff between arbitrary revisions


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

Revision 1.130 / (view) - annotate - [select for diffs] , Tue Jan 13 15:16:25 2015 UTC (9 years, 5 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, HEAD
Changes since 1.129: +3 -4 lines
Diff to previous 1.129
BUG#: 10012
TITLE: Issue with some config parameters

DESCRIPTION: Corrected error (the isValid processing was incorrect)
and cleaned up handling of several of the unsigned integer parameters
to make more general solution  Added specific function to StringConversion
and tests for this function and used it as the basis for the
isValid and string to 32 bit uint functionalit.  Note that there are
still MANY places where this is done differently in OpenPegasus but
that is for future versions

Revision 1.129 / (view) - annotate - [select for diffs] , Mon Nov 10 16:14:06 2014 UTC (9 years, 7 months ago) by jsafrane
Branch: MAIN
Changes since 1.128: +5 -2 lines
Diff to previous 1.128
BUG#: 9941
TITLE: Make the cookie session management optional.

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

Revision 1.128 / (view) - annotate - [select for diffs] , Sat Oct 11 23:04:18 2014 UTC (9 years, 8 months ago) by karl
Branch: MAIN
Changes since 1.127: +30 -0 lines
Diff to previous 1.127
BUG#: 9819
TITLE: Add runtime configuration variables for pull operations.

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

Revision 1.127 / (view) - annotate - [select for diffs] , Fri Sep 26 06:46:58 2014 UTC (9 years, 9 months ago) by jsafrane
Branch: MAIN
Changes since 1.126: +3 -1 lines
Diff to previous 1.126
BUG#: 9892
TITLE: Implement cookie-based session management.

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

Revision 1.126 / (view) - annotate - [select for diffs] , Mon Sep 15 06:52:14 2014 UTC (9 years, 9 months ago) by jsafrane
Branch: MAIN
Changes since 1.125: +5 -0 lines
Diff to previous 1.125
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.125 / (view) - annotate - [select for diffs] , Tue Apr 8 16:15:38 2014 UTC (10 years, 2 months 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.124: +0 -4 lines
Diff to previous 1.124
BUG#: 9756
TITLE: build fails when PEGASUS_KERBEROS_AUTHENTICATION defined

DESCRIPTION:

Revision 1.124 / (view) - annotate - [select for diffs] , Mon Dec 16 09:37:28 2013 UTC (10 years, 6 months ago) by lawrence.luo
Branch: MAIN
Changes since 1.123: +16 -8 lines
Diff to previous 1.123
BUG#: 9219

TITLE:Infrastructure for a web based administration interface

DESCRIPTION:

Revision 1.123 / (view) - annotate - [select for diffs] , Tue Aug 6 07:37:37 2013 UTC (10 years, 11 months ago) by ashok.pathak
Branch: MAIN
CVS Tags: TASK-PEP362_RestfulService-merged_out_from_trunk
Changes since 1.122: +2 -0 lines
Diff to previous 1.122
BUG#: 9601

TITLE: Support only TLSv1.2 protocol for security compilance

DESCRIPTION:

Revision 1.122 / (view) - annotate - [select for diffs] , Mon Apr 15 12:50:43 2013 UTC (11 years, 2 months ago) by karl
Branch: MAIN
CVS Tags: TASK-TASK_PEP362_RestfulService_branch-root, TASK-TASK_PEP362_RestfulService_branch-merged_out_from_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_to_trunk, TASK-TASK_PEP362_RestfulService_branch-merged_in_from_branch, TASK-TASK_PEP362_RestfulService_branch-branch, TASK-PEP362_RestfulService-root, TASK-PEP362_RestfulService-merged_in_to_trunk, TASK-PEP362_RestfulService-merged_in_from_branch, RELEASE_2_13_0-RC2, RELEASE_2_13_0-RC1, RELEASE_2_13_0-FC, RELEASE_2_13_0, RELEASE_2_13-root, RELEASE_2_13-branch, CIMRS_WORK_20130824
Branch point for: TASK-PEP362_RestfulService-branch
Changes since 1.121: +1 -0 lines
Diff to previous 1.121
BUG#: 9456
TITLE: Error from bug 5796. Does not include supplemental help info

DESCRIPTION: Fixed issues from this bug, added missing config property
help and matched the config property help to the rpm man file.  Note
that there are still differences in that we use terser wording in the
help and sometimes only include a shorter definition.  The cimconfig
-H is NOT a replacement for the man data.

Revision 1.121 / (view) - annotate - [select for diffs] , Thu Mar 14 09:23:36 2013 UTC (11 years, 3 months ago) by amit99shah
Branch: MAIN
Changes since 1.120: +4 -0 lines
Diff to previous 1.120
BUG#: 9550
TITLE: trace file has no limit of files , and file size not configurable.
DESCRIPTION: Currently in tracing there is no limit of number of files and file size is fixed(2GB) , its not configurable at run time.

Revision 1.120 / (view) - annotate - [select for diffs] , Thu Nov 29 09:59:23 2012 UTC (11 years, 7 months ago) by marek
Branch: MAIN
Changes since 1.119: +2 -0 lines
Diff to previous 1.119
BUG#:9463
TITLE: Slow starting registered profile providers can timeout CIM Server's initial SLP registration

DESCRIPTION:

Revision 1.119 / (view) - annotate - [select for diffs] , Thu Jul 26 14:23:16 2012 UTC (11 years, 11 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_12_0-RC1, RELEASE_2_12_0-FC, RELEASE_2_12_0, RELEASE_2_12-root
Branch point for: RELEASE_2_12-branch
Changes since 1.118: +42 -2 lines
Diff to previous 1.118
BUG#: 5796
TITLE: Enhance cimconfig to provide help on the config properties

DESCRIPTION: Extended config infrastructure to support help property per
config property and added ConfigPropertyHelp.* with message text for
each defined property.

Revision 1.118 / (view) - annotate - [select for diffs] , Thu Jul 5 11:56:32 2012 UTC (12 years ago) by marek
Branch: MAIN
Changes since 1.117: +22 -13 lines
Diff to previous 1.117
BUG#:9305
TITLE: fixed properties in zOS with blank("") value are not no more recognized

DESCRIPTION:

Revision 1.117 / (view) - annotate - [select for diffs] , Tue Jul 3 14:23:12 2012 UTC (12 years ago) by marek
Branch: MAIN
Changes since 1.116: +54 -21 lines
Diff to previous 1.116
BUG#:9172
TITLE: Need a way to override system supplied hostname

DESCRIPTION:

Revision 1.116 / (view) - annotate - [select for diffs] , Tue Jul 3 10:53:23 2012 UTC (12 years ago) by dev.meetei
Branch: MAIN
Changes since 1.115: +17 -0 lines
Diff to previous 1.115
BUG#: 9136
TITLE:restrict cimserver to listen on selected network interfaces

DESCRIPTION:

Revision 1.115 / (view) - annotate - [select for diffs] , Tue Aug 9 06:32:49 2011 UTC (12 years, 10 months ago) by rohini.deshpande
Branch: MAIN
Changes since 1.114: +2 -0 lines
Diff to previous 1.114
BUG#: 8952
TITLE:  Support configurable cipher suite in Pegasus
DESCRIPTION: Added support for configuring cipher suites

Revision 1.114 / (view) - annotate - [select for diffs] , Mon Aug 8 10:20:20 2011 UTC (12 years, 10 months ago) by venkat.puvvada
Branch: MAIN
Changes since 1.113: +10 -0 lines
Diff to previous 1.113
BUG#: 9008
TITLE: new runtime configuration options for indication service
DESCRIPTION: Added two new config options minIndicationDeliveryRetryInterval and maxIndicationDeliveryRetryAttempts for indication service configuration.

Revision 1.113 / (view) - annotate - [select for diffs] , Tue Sep 7 02:54:38 2010 UTC (13 years, 9 months ago) by venkat.puvvada
Branch: MAIN
CVS Tags: TASK-PEP317_pullop-root, RELEASE_2_11_0-RC1, RELEASE_2_11_0-FC, RELEASE_2_11_0, RELEASE_2_11-root, BeforeUpdateToHeadOct82011
Branch point for: TASK-PEP317_pullop-branch, RELEASE_2_11-branch
Changes since 1.112: +2 -0 lines
Diff to previous 1.112
BUG#: 8839
TITLE: OOP provider recovery enhancement
DESCRIPTION: Added new config property maxFailedProviderModuleRestarts which specifies the numer of times the failed provider module is restarted with indications enabled automatically before moving to the degraded state.

Revision 1.112 / (view) - annotate - [select for diffs] , Thu Jun 11 06:28:57 2009 UTC (15 years ago) by venkat.puvvada
Branch: MAIN
CVS Tags: TASK-PEP348_SCMO-root, TASK-PEP348_SCMO-merged_out_to_branch, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP348_SCMO-merged_in_to_trunk, TASK-PEP348_SCMO-merged_in_from_branch, TASK-PEP348_SCMO-branch, RELEASE_2_10_1-RC1, RELEASE_2_10_1, RELEASE_2_10_0-RC2, RELEASE_2_10_0-RC1, RELEASE_2_10_0, RELEASE_2_10-root, RELEASE_2_10-branch
Changes since 1.111: +11 -5 lines
Diff to previous 1.111
BUG#: 8513
TITLE: enhance cimconfig command to take timeout option
DESCRIPTION: Added timeout option

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

Revision 1.110 / (view) - annotate - [select for diffs] , Fri Apr 17 13:32:53 2009 UTC (15 years, 2 months ago) by kavita.gupta
Branch: MAIN
Changes since 1.109: +10 -0 lines
Diff to previous 1.109
BUG#: 8470
TITLE: Inconsistency in checking the configuration property names and their values

Revision 1.109 / (view) - annotate - [select for diffs] , Thu Jan 22 09:02:19 2009 UTC (15 years, 5 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.108: +42 -19 lines
Diff to previous 1.108
BUG#: 8319
TITLE: If config files are not accessible, meaningless messages are shown

DESCRIPTION: Add new messages to point out that the files are not accessible.

Revision 1.108 / (view) - annotate - [select for diffs] , Tue Dec 16 18:56:31 2008 UTC (15 years, 6 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.107: +2 -2 lines
Diff to previous 1.107
BUG#: 8273
TITLE: Remove trailing space characters
DESCRIPTION: Remove meaningless whitespace.

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

DESCRIPTION:

Fixing trailing spaces in copyright/license text

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

DESCRIPTION:

Adding the new copyright/license text to almost all files

Revision 1.105 / (view) - annotate - [select for diffs] , Mon Oct 20 04:36:12 2008 UTC (15 years, 8 months ago) by s.kodali
Branch: MAIN
Changes since 1.104: +0 -2 lines
Diff to previous 1.104
BUG#: 7944
TITLE: Configuration property "home" is never used

Revision 1.104 / (view) - annotate - [select for diffs] , Wed Oct 8 10:58:56 2008 UTC (15 years, 8 months ago) by s.kodali
Branch: MAIN
Changes since 1.103: +2 -0 lines
Diff to previous 1.103
BUG#: 7981
TITLE: slp config property is always visible.

Revision 1.103 / (view) - annotate - [select for diffs] , Fri Sep 19 12:48:36 2008 UTC (15 years, 9 months ago) by mreddy
Branch: MAIN
CVS Tags: TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch
Changes since 1.102: +2 -0 lines
Diff to previous 1.102
BUG#: 7840
TITLE: Need a config property for variable logfile size
DESCRIPTION:

Revision 1.102 / (view) - annotate - [select for diffs] , Tue Sep 2 16:33:41 2008 UTC (15 years, 10 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.101: +2 -0 lines
Diff to previous 1.101
BUG#: 7836
TITLE: PEP#316 - In-Memory-Tracing

DESCRIPTION: Initial TraceMemoryHandler

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

DESCRIPTION: Replace PEG_TRACE_STRING with PEG_TRACE

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

Revision 1.99 / (view) - annotate - [select for diffs] , Thu Jun 19 16:57:03 2008 UTC (16 years ago) by marek
Branch: MAIN
CVS Tags: RELEASE_2_8_1-RC1, RELEASE_2_8_1, RELEASE_2_8_0-RC2, RELEASE_2_8_0-RC1, RELEASE_2_8_0, RELEASE_2_8-root
Branch point for: RELEASE_2_8-branch
Changes since 1.98: +2 -2 lines
Diff to previous 1.98
BUG#:7749
TITLE: Trace Level checking (everything, but Pegasus/Server)

DESCRIPTION:

Revision 1.98 / (view) - annotate - [select for diffs] , Thu May 15 16:24:38 2008 UTC (16 years, 1 month ago) by r.kieninger
Branch: MAIN
CVS Tags: TASK-PEP328_SOLARIS_IX86_CC_PORT-root, TASK-PEP328_SOLARIS_IX86_CC_PORT-branch, RELEASE_2_8_0_BETA, RELEASE_2_8_0-FC
Branch point for: TASK-PEP328_SOLARIS_IX86_CC_PORT-branch-v2
Changes since 1.97: +2 -0 lines
Diff to previous 1.97
PEP#:315
TITLE: Improve Trc&Log - Introduce traceFacility config property

DESCRIPTION: Introduce config options for traceFacility = File and Log

Revision 1.97 / (view) - annotate - [select for diffs] , Fri May 2 20:05:31 2008 UTC (16 years, 2 months ago) by b.whiteley
Branch: MAIN
Changes since 1.96: +2 -0 lines
Diff to previous 1.96
BUG#: 7609
TITLE: Pluggable Provider Managers

DESCRIPTION:
ProviderManagers are now detected dynamically, instead of a hard-coded
list of ProviderManagers.

Revision 1.96 / (view) - annotate - [select for diffs] , Tue Feb 12 19:25:42 2008 UTC (16 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.95: +57 -87 lines
Diff to previous 1.95
BUG#: 7398
TITLE: DefaultPropertyOwner memory leak on process exit
DESCRIPTION: Use an automatic variable to clean up ConfigManager dynamic memory.

Revision 1.95 / (view) - annotate - [select for diffs] , Tue Nov 27 20:03:03 2007 UTC (16 years, 7 months ago) by dave.sudlik
Branch: MAIN
CVS Tags: TASK-BUG7146_SqlRepositoryPrototype-root, TASK-BUG7146_SqlRepositoryPrototype-merged_out_to_branch, TASK-BUG7146_SqlRepositoryPrototype-merged_out_from_trunk, TASK-BUG7146_SqlRepositoryPrototype-merged_in_to_trunk, TASK-BUG7146_SqlRepositoryPrototype-merged_in_from_branch, TASK-BUG7146_SqlRepositoryPrototype-branch
Changes since 1.94: +2 -0 lines
Diff to previous 1.94
BUG#: 7143
TITLE: Add timeout for idle connections

DESCRIPTION: Committing approved fix

Revision 1.94 / (view) - annotate - [select for diffs] , Mon Nov 5 11:35:10 2007 UTC (16 years, 8 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.93: +4 -0 lines
Diff to previous 1.93
BUG#: 7068
TITLE: zOS CIM server must support validation of PassTickets using a unique Application ID.

DESCRIPTION: Enabel CIM Server setting applicaton ID.

Revision 1.93 / (view) - annotate - [select for diffs] , Fri Nov 2 10:32:09 2007 UTC (16 years, 8 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.92: +0 -4 lines
Diff to previous 1.92
BUG#: 7068
TITLE: zOS CIM server must support validation of PassTickets using a unique Application ID.

DESCRIPTION: Pulling patch back dueto missing #endif

Revision 1.92 / (view) - annotate - [select for diffs] , Fri Nov 2 08:16:04 2007 UTC (16 years, 8 months ago) by thilo.boehm
Branch: MAIN
Changes since 1.91: +4 -0 lines
Diff to previous 1.91
BUG#: 7068
TITLE: zOS CIM server must support validation of PassTickets using a unique Application ID.

DESCRIPTION: Add support of unique APPLID to system login.

Revision 1.91 / (view) - annotate - [select for diffs] , Wed Sep 12 20:30:58 2007 UTC (16 years, 9 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_7_0-RC1, RELEASE_2_7_0, RELEASE_2_7-root
Branch point for: RELEASE_2_7-branch
Changes since 1.90: +1 -1 lines
Diff to previous 1.90
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.90 / (view) - annotate - [select for diffs] , Tue Apr 3 17:50:53 2007 UTC (17 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP305_VXWORKS-root, TASK-PEP305_VXWORKS-branch-pre-solaris-port, TASK-PEP305_VXWORKS-branch-post-solaris-port, TASK-PEP305_VXWORKS-branch-beta2, TASK-PEP305_VXWORKS-branch, TASK-PEP305_VXWORKS-2008-10-23, TASK-PEP291_IPV6-root, TASK-PEP291_IPV6-branch, TASK-PEP286_PRIVILEGE_SEPARATION-root, TASK-PEP286_PRIVILEGE_SEPARATION-branch, TASK-PEP274_dacim-root, TASK-PEP274_dacim-merged_out_to_branch, TASK-PEP274_dacim-merged_out_from_trunk, TASK-PEP274_dacim-merged_in_to_trunk, TASK-PEP274_dacim-merged_in_from_branch, TASK-PEP274_dacim-branch, TASK-Bug2102Final-root, TASK-Bug2102Final-merged_out_to_branch, TASK-Bug2102Final-merged_out_from_trunk, TASK-Bug2102Final-merged_in_to_trunk, TASK-Bug2102Final-merged_in_from_branch, TASK-Bug2102Final-branch, RELEASE_2_7_0-BETA
Changes since 1.89: +3 -3 lines
Diff to previous 1.89
BUG#: 6306
TITLE: Initialization of String objects to String::EMPTY is unnecessary
DESCRIPTION: Remove redundant object initializations.

Revision 1.89 / (view) - annotate - [select for diffs] , Tue Mar 13 16:51:14 2007 UTC (17 years, 3 months ago) by mateus.baur
Branch: MAIN
Changes since 1.88: +25 -6 lines
Diff to previous 1.88
BUG#: 6230
TITLE: cimserver shutdown timeout doesn't use current shutdownTimeout property value
DESCRIPTION: When the cimserver stop the current shutdownTimeout value isn't used

Revision 1.88 / (view) - annotate - [select for diffs] , Tue Nov 14 18:34:49 2006 UTC (17 years, 7 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-Bug2102_RCMPIWindows-root, TASK-Bug2102_RCMPIWindows-merged_out_to_branch, TASK-Bug2102_RCMPIWindows-merged_out_from_trunk, TASK-Bug2102_RCMPIWindows-merged_in_to_trunk, TASK-Bug2102_RCMPIWindows-merged_in_from_branch, TASK-Bug2102_RCMPIWindows-branch, RELEASE_2_6_0-RC1, RELEASE_2_6_0, RELEASE_2_6-root, PEP286_PRIVILEGE_SEPARATION_ROOT
Branch point for: RELEASE_2_6-branch, PEP286_PRIVILEGE_SEPARATION_BRANCH
Changes since 1.87: +183 -124 lines
Diff to previous 1.87
BUG#: 5850
TITLE: Source files do not meet chksrc requirements
DESCRIPTION: Remove tab characters and author names and shorten lines that are wider than 80 characters.

Revision 1.87 / (view) - annotate - [select for diffs] , Fri Nov 3 18:44:02 2006 UTC (17 years, 8 months ago) by thilo.boehm
Branch: MAIN
CVS Tags: RELEASE_2_6_0-FC
Changes since 1.86: +13 -1 lines
Diff to previous 1.86
BUG#: 5749
TITLE: If a config property is a fixed property but specified with in cimserver_planned.conf, cim server stops.

DESCRIPTION: Check if property is in the fixed property list. If so issue a warning message.

Revision 1.86 / (view) - annotate - [select for diffs] , Fri Oct 20 17:24:54 2006 UTC (17 years, 8 months ago) by yi.zhou
Branch: MAIN
CVS Tags: 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
Changes since 1.85: +2 -0 lines
Diff to previous 1.85
BUG#: 5724
TITLE: The compile flag PEGASUS_DISABLE_AUDIT_LOGGER needs to be added in config modules

DESCRIPTION: Added the compile flag PEGASUS_DISABLE_AUDIT_LOGGERin config modules.

Revision 1.85 / (view) - annotate - [select for diffs] , Tue Oct 17 20:24:44 2006 UTC (17 years, 8 months ago) by yi.zhou
Branch: MAIN
CVS Tags: TASK-PEP268_SSLClientCertificatePropagation-root, TASK-PEP268_SSLClientCertificatePropagation-merged_out_to_branch, TASK-PEP268_SSLClientCertificatePropagation-merged_out_from_trunk, TASK-PEP268_SSLClientCertificatePropagation-merged_in_to_trunk, TASK-PEP268_SSLClientCertificatePropagation-merged_in_from_branch, TASK-PEP268_SSLClientCertificatePropagation-branch
Changes since 1.84: +1 -0 lines
Diff to previous 1.84
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.84 / (view) - annotate - [select for diffs] , Fri Sep 29 16:38:14 2006 UTC (17 years, 9 months ago) by sushma.fernandes
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-merging_out_to_branch, TASK-PEP267_SLPReregistrationSupport-merged_out_to_branch, TASK-PEP267_SLPReregistrationSupport-merged_out_from_trunk, TASK-PEP267_SLPReregistrationSupport-merged_in_to_trunk, TASK-PEP267_SLPReregistrationSupport-merged_in_from_branch, TASK-PEP267_SLPReregistrationSupport-branch, TASK-Bugs5690_3913_RemoteCMPI-root, TASK-Bugs5690_3913_RemoteCMPI-merged_out_to_branch, TASK-Bugs5690_3913_RemoteCMPI-merged_out_from_trunk, TASK-Bugs5690_3913_RemoteCMPI-merged_in_to_trunk, TASK-Bugs5690_3913_RemoteCMPI-merged_in_from_branch, TASK-Bugs5690_3913_RemoteCMPI-branch, TASK-BUG4011_WinLocalConnect-branch-New
Changes since 1.83: +0 -20 lines
Diff to previous 1.83
BUG#: 5634
TITLE: PEP 259 SSL Certificate Management Command Interfaces - phase 4

DESCRIPTION: Removed export SSL connection code and config parameters exportSSLTrustStore and enableExportSSLClientVerification. Added cimcrl and cimtrust man pages. Updated SSL guidelines document.

Revision 1.83 / (view) - annotate - [select for diffs] , Tue Aug 8 16:47:10 2006 UTC (17 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.82: +5 -0 lines
Diff to previous 1.82
BUG#: 5351
TITLE: Inconsistent interpretation of boolean type configuration values
DESCRIPTION: Use a case-insensitive interpretation for all boolean configuration values.

Revision 1.82 / (view) - annotate - [select for diffs] , Mon Jul 17 13:34:40 2006 UTC (17 years, 11 months ago) by marek
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.81: +2 -1 lines
Diff to previous 1.81
BUG#:5226
TITLE: switch Pegasus from blocking to non-blocking writes

DESCRIPTION: Committed third patch, aka approved version

Revision 1.81 / (view) - annotate - [select for diffs] , Fri Jun 9 17:37:46 2006 UTC (18 years ago) by kumpf
Branch: MAIN
CVS Tags: TASK_BUG_5191_QUEUE_CONSOLIDATION_ROOT, TASK_BUG_5191_QUEUE_CONSOLIDATION_BRANCH
Changes since 1.80: +1 -0 lines
Diff to previous 1.80
BUG#: 5131
TITLE: Consolidate config file and repository path constants
DESCRIPTION: Consolidate some release path definitions in Constants.h

Revision 1.80 / (view) - annotate - [select for diffs] , Tue May 30 14:41:56 2006 UTC (18 years, 1 month ago) by w.otsuka
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.79: +1 -1 lines
Diff to previous 1.79
BUG#: 5017
TITLE: Red Hat OpenPegasus 2.5.1 Patch: pegasus-2.5.1-warnings.patch

DESCRIPTION: Port Red Hat patch for RHEL4 rpmbuild warnings.

Revision 1.79 / (view) - annotate - [select for diffs] , Tue Mar 14 02:06:21 2006 UTC (18 years, 3 months ago) by sushma.fernandes
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-root, TASK-PEP241_OpenPegasusStressTests-merged_out_to_branch, TASK-PEP241_OpenPegasusStressTests-merged_out_from_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_to_trunk, TASK-PEP241_OpenPegasusStressTests-merged_in_from_branch, TASK-PEP241_OpenPegasusStressTests-branch
Changes since 1.78: +2 -0 lines
Diff to previous 1.78
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.78 / (view) - annotate - [select for diffs] , Mon Jan 30 16:17:35 2006 UTC (18 years, 5 months ago) by karl
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.77: +4 -2 lines
Diff to previous 1.77
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.77 / (view) - annotate - [select for diffs] , Mon May 30 11:34:14 2005 UTC (19 years, 1 month ago) by aruran.ms
Branch: MAIN
CVS Tags: STABLE, RELEASE_2_5_0-RC1, RELEASE_2_5_0, PEP244_ServerProfile-root, PEP244_ServerProfile-branch, PEP233_EmbeddedInstSupport-root, PEGASUS_2_5_0_PerformanceDev-string-end, PEGASUS_2_5_0_PerformanceDev-rootlt, PEGASUS_2_5_0_PerformanceDev-root, PEGASUS_2_5_0_PerformanceDev-r2, PEGASUS_2_5_0_PerformanceDev-r1, PEGASUS_2_5_0_PerformanceDev-lit-end, PEGASUS_2_5_0_PerformanceDev-buffer-end, PEGASUS_2_5_0_PerformanceDev-branch, PEGASUS_2_5_0_PerformanceDev-AtomicInt-branch, NPEGASUS_2_5_0_PerformanceDev-String-root, NNPEGASUS_2_5_0_PerformanceDev-String-branch, BUG_4225_PERFORMANCE_VERSION_1_DONE
Branch point for: PEP233_EmbeddedInstSupport-branch
Changes since 1.76: +6 -5 lines
Diff to previous 1.76
BUG#: 3610
TITLE: ConfigManager methods should be declared const

DESCRIPTION: Fixed as proposed.

Revision 1.76 / (view) - annotate - [select for diffs] , Fri May 27 18:14:43 2005 UTC (19 years, 1 month ago) by konrad.r
Branch: MAIN
Changes since 1.75: +1 -1 lines
Diff to previous 1.75
BUG#: 3537
TITLE: Singleton classes are never de-initialized

DESCRIPTION:
The function name should be 'destroy'.

Revision 1.75 / (view) - annotate - [select for diffs] , Fri May 27 17:12:38 2005 UTC (19 years, 1 month ago) by konrad.r
Branch: MAIN
Changes since 1.74: +21 -1 lines
Diff to previous 1.74
BUG#: 3537
TITLE: Singleton classes are never de-initialized

DESCRIPTION:

Revision 1.74 / (view) - annotate - [select for diffs] , Thu May 19 04:45:06 2005 UTC (19 years, 1 month ago) by aruran.ms
Branch: MAIN
Changes since 1.73: +2 -1 lines
Diff to previous 1.73
BUG#: 3612
TITLE: ConfigManager::setPegasusHome() parameter should be const reference

DESCRIPTION: Fixed as proposed

Revision 1.73 / (view) - annotate - [select for diffs] , Mon May 16 19:22:59 2005 UTC (19 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.72: +74 -156 lines
Diff to previous 1.72
BUG#: 3580
TITLE: Config property validation failure in provider agent
DESCRIPTION: Do not perform config property validation in a provider agent process.

Revision 1.72 / (view) - annotate - [select for diffs] , Fri May 13 17:49:56 2005 UTC (19 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: PEG25_IBM_5_16_05
Changes since 1.71: +0 -1 lines
Diff to previous 1.71
BUG#: 3570
TITLE: tempLocalAuthDir config property should be removed
DESCRIPTION: Removed the tempLocalAuthDir config property.  The PEGASUS_LOCAL_AUTH_DIR constant is used instead.

Revision 1.71 / (view) - annotate - [select for diffs] , Thu May 5 19:27:21 2005 UTC (19 years, 2 months ago) by konrad.r
Branch: MAIN
Changes since 1.70: +2 -0 lines
Diff to previous 1.70
BUG#: 2655
TITLE: We use "logDir" config option on Linux even thought logs are going to syslog

DESCRIPTION:

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

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

Revision 1.69 / (view) - annotate - [select for diffs] , Sat Feb 5 23:00:07 2005 UTC (19 years, 5 months ago) by karl
Branch: MAIN
CVS Tags: PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP-214B-root
Changes since 1.68: +4 -2 lines
Diff to previous 1.68
BUG#: 2656
TITLE: License statement update to 2005

DESCRIPTION: All .h, .cpp and the wql, cql, compile *.l and *.y files along
with the .java files in providermanager2/jmpi updated to use the license
statement in doc/license.txt
Tested on windows and visual test of all diffs.

Revision 1.68 / (view) - annotate - [select for diffs] , Fri Feb 4 15:57:01 2005 UTC (19 years, 5 months ago) by chip
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate
Changes since 1.67: +64 -80 lines
Diff to previous 1.67
PEP#: 211
TITLE: Object normalization enhancements

DESCRIPTION: Link NormalizationProperyOwner to ConfigManager.

Revision 1.67 / (view) - annotate - [select for diffs] , Thu Jan 20 22:05:18 2005 UTC (19 years, 5 months ago) by kumpf
Branch: MAIN
CVS Tags: SLPPERFINST-root, SLPPERFINST-branch
Changes since 1.66: +2 -1 lines
Diff to previous 1.66
PEP#: 197
TITLE: Provider User Context

DESCRIPTION: Rename enableProviderProcesses config property to forceProviderProcesses.  Add a maxProviderProcesses config property.

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

DESCRIPTION

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

Revision 1.65 / (view) - annotate - [select for diffs] , Sun Oct 17 19:39:37 2004 UTC (19 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, PEP213_SIZE_OPTIMIZATIONS, IBM_241_April1405, CHUNKTESTDONE_PEP140
Changes since 1.64: +6 -4 lines
Diff to previous 1.64
BUG#: 2196
TITLE: Copyright update

DESCRIPTION: Update all .cpp and .h files for new license and
update the doc/license.txt file.  Note that there were also
a couple of files that had to be fixed because they had violated
the comments rules (ex. blank line at head of file or in the case of
xmlwriter.cpp a comment line //=========  which drove the strip
function nuts.  These were fixed.  This has been compiled and tested
on windows.

Revision 1.64 / (view) - annotate - [select for diffs] , Thu Aug 19 20:24:34 2004 UTC (19 years, 10 months ago) by dave.sudlik
Branch: MAIN
CVS Tags: CQL_2_5_BRANCH
Changes since 1.63: +0 -1 lines
Diff to previous 1.63
BUG#: 1867
TITLE: Remove "removeDescriptionQualifiers" support

DESCRIPTION:
As agreed to in the steering committee, this code will be removed to more
accurately reflect what was approved in PEP 164.

Revision 1.63 / (view) - annotate - [select for diffs] , Fri Jul 30 17:58:19 2004 UTC (19 years, 11 months ago) by david.dillard
Branch: MAIN
Changes since 1.62: +0 -15 lines
Diff to previous 1.62
BUG#: 1767
TITLE: Problem with AutoPtr and no destructor.

DESCRIPTION: Fixed the problem here by moving the type declarations from the source file into the header file and removing the forward declaration.   The type declarations are private to the class so there is no namespace pollution.  With the types fully declared they now have destructors and the warning is no longer issued.

Revision 1.62 / (view) - annotate - [select for diffs] , Wed Jun 30 19:11:54 2004 UTC (20 years ago) by dave.sudlik
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1, MONITOR_CONSOLIDATION_2_5_BRANCH
Changes since 1.61: +3 -0 lines
Diff to previous 1.61
PEP#: 164
TITLE: Support for Binary Encoded Repository

DESCRIPTION: These changes are to enable the new boolean config options:
	enableBinaryRepository
	removeDescriptionQualifiers
in place of the environment variables
	PEGASUS_BINARY_REPOSITORY
	PEGASUS_REMOVE_DESCRIPTIONS

Revision 1.61 / (view) - annotate - [select for diffs] , Tue Jun 29 19:40:12 2004 UTC (20 years ago) by h.sterling
Branch: MAIN
Changes since 1.60: +2 -2 lines
Diff to previous 1.60
PEP#: 165
TITLE: SSL client verification
USER: Heather Sterling
MAIL: hsterl@us.ibm.com

DESCRIPTION

Ballot 60 changes

Revision 1.60 / (view) - annotate - [select for diffs] , Sun Jun 27 14:45:42 2004 UTC (20 years ago) by a.arora
Branch: MAIN
Changes since 1.59: +0 -1 lines
Diff to previous 1.59
PEP#:101
TITLE: AutoPtr enhancements
DESCRIPTION: Plz refer PEP101 for details.

Revision 1.59 / (view) - annotate - [select for diffs] , Wed Jun 9 15:08:29 2004 UTC (20 years ago) by kumpf
Branch: MAIN
Changes since 1.58: +100 -70 lines
Diff to previous 1.58
PEP#: 072
TITLE: [HP-RK] Out-of-Process Provider Support

DESCRIPTION: Updated the ConfigManager so that it can be used in a Provider Agent process (for Out-of-Process Providers).  The ConfigManager now has a flag that controls whether it reads to and writes from persistent configuration files (for the cimserver process) or it just operates in memory (for Provider Agent processes and other uses).

Revision 1.58 / (view) - annotate - [select for diffs] , Tue Jun 1 10:21:55 2004 UTC (20 years, 1 month ago) by a.arora
Branch: MAIN
Changes since 1.57: +3 -17 lines
Diff to previous 1.57
PEP#:101
TITLE: AutoPtr enhancements
DESCRIPTION: Plz refer PEP101 for details.

Revision 1.57 / (view) - annotate - [select for diffs] , Wed May 26 16:04:39 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.56: +3 -0 lines
Diff to previous 1.56
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.56 / (view) - annotate - [select for diffs] , Fri May 21 19:57:00 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.55: +2 -0 lines
Diff to previous 1.55
PEP#: 155
TITLE: HP[Nag] SSL client certificate verification for CIMExport requests

DESCRIPTION: Added SSL client certificate verification support for CIMExport requests received on the new export port. To enable this feature set the config property enableSSLExportClientVerification to true and specify the indication trust store using the config property exportSSLTrustStore. Username password authentication is not done and CIMOperation requests are not processed on the export port.

Revision 1.55 / (view) - annotate - [select for diffs] , Tue May 18 02:47:31 2004 UTC (20 years, 1 month ago) by h.sterling
Branch: MAIN
Changes since 1.54: +7 -2 lines
Diff to previous 1.54
PEP#: 165
TITLE: SSL client verification
USER: Heather Sterling
MAIL: hsterl@us.ibm.com

DESCRIPTION

Adding SSL client verification support.
Build with PEGASUS_USE_SSL_CLIENT_VERIFICATION to enable the feature.

Revision 1.54 / (view) - annotate - [select for diffs] , Fri May 14 17:18:46 2004 UTC (20 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.53: +1 -0 lines
Diff to previous 1.53
PEP#: 072
TITLE: [HP-JY] Out-of-Process Provider Support

DESCRIPTION: Added configuration property 'enableProviderProcesses' to enable/disable support for Out-of-Process Providers.

Revision 1.53 / (view) - annotate - [select for diffs] , Fri Apr 30 22:25:21 2004 UTC (20 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.52: +0 -1 lines
Diff to previous 1.52
BUG#: 1359
TITLE: [HP-SF] usePAMAuthentication config property is obsolete

DESCRIPTION: The addition of the Stand-alone PAM process (see Bug 1255) obsoletes the requirement of the Configuration property usePAMAuthentication and the method PAMBasicAuthenticator::_authenticateByPwnam containing system password-based authentication logic.

Revision 1.52 / (view) - annotate - [select for diffs] , Thu Apr 8 13:52:55 2004 UTC (20 years, 3 months ago) by david
Branch: MAIN
Changes since 1.51: +1 -0 lines
Diff to previous 1.51
PEP#:146
TITLE:Release 2.4 Globalization Work

DESCRIPTION: Misc NLS changes

Revision 1.51 / (view) - annotate - [select for diffs] , Thu Mar 18 21:23:11 2004 UTC (20 years, 3 months ago) by konrad.r
Branch: MAIN
Changes since 1.50: +2 -3 lines
Diff to previous 1.50
BUG#: 1235
BRANCH: Head
TITLE: providerDir only supports one directory. Should support more directories.

DESCRIPTION:
Removed hard-coded path delimiters.

Revision 1.50 / (view) - annotate - [select for diffs] , Tue Mar 16 23:05:00 2004 UTC (20 years, 3 months ago) by konrad.r
Branch: MAIN
Changes since 1.49: +26 -3 lines
Diff to previous 1.49
BUG#: 1235
BRANCH: Trunk
TITLE: providerDir only supports one directory. Should support more directories.
DESCRIPTION:
 - Adds a new class to handle 'providerDir' configuration option.
 - Adds two new functions in FileSystem: getAbsoluteFileName and
   getPathDelimiter.
 - Adds to the existing FileSystem test-case a test on those two new
   functions.
 - Changes the ProviderManager and ProviderManager2 to
   use the added functions to find the adapter and provider
   library when needed.

Revision 1.49 / (view) - annotate - [select for diffs] , Wed Jan 7 21:59:47 2004 UTC (20 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: RELEASE_2_3_2-root
Branch point for: RELEASE_2_3_2-branch
Changes since 1.48: +70 -49 lines
Diff to previous 1.48
HP-Nag: Bugzilla:1100 modified ConfigManager.cpp and cimserver.cpp to catch invalid config property and property value exceptions, log error message to trace file, log file and std err and exit the cimserver.

Revision 1.48 / (view) - annotate - [select for diffs] , Thu Nov 6 18:19:02 2003 UTC (20 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: local, RELEASE_2_3_1-root, RELEASE_2_3_1-branch
Changes since 1.47: +10 -4 lines
Diff to previous 1.47
HP-Nag: Bug:678 - Update ConfigFile.cpp to do a chmod on the config file soon after its creation. Also added exception handling for chmod failure cases.

Revision 1.47 / (view) - annotate - [select for diffs] , Wed Oct 29 23:06:01 2003 UTC (20 years, 8 months ago) by mday
Branch: MAIN
Changes since 1.46: +1 -1 lines
Diff to previous 1.46
fix tuning branch mistake

Revision 1.46 / (view) - annotate - [select for diffs] , Wed Oct 29 21:49:52 2003 UTC (20 years, 8 months ago) by mday
Branch: MAIN
Changes since 1.45: +1 -4 lines
Diff to previous 1.45
back out accidental changes

Revision 1.45 / (view) - annotate - [select for diffs] , Wed Oct 29 21:38:19 2003 UTC (20 years, 8 months ago) by mday
Branch: MAIN
Changes since 1.44: +5 -1 lines
Diff to previous 1.44
tuning branch - TuningProperty for Config Handler

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

Revision 1.43 / (view) - annotate - [select for diffs] , Fri Oct 17 03:31:56 2003 UTC (20 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: TEST, PRE_LICENSE_UPDATE_2003
Changes since 1.42: +1 -0 lines
Diff to previous 1.42
HP-[DME] Bugzilla 819 - No authorization required to create subscriptions.

Revision 1.42 / (view) - annotate - [select for diffs] , Mon Aug 11 21:03:49 2003 UTC (20 years, 10 months ago) by gerarda
Branch: MAIN
CVS Tags: test, RELEASE_2_3_0-msg-freeze
Changes since 1.41: +3 -0 lines
Diff to previous 1.41
Bug 419: OS/400 Authentication Enhancements

Revision 1.41 / (view) - annotate - [select for diffs] , Thu Jul 31 20:51:44 2003 UTC (20 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.40: +13 -1 lines
Diff to previous 1.40
SF-HP PEP 85: Configuration property table enhancement. Bug 202: HP-UX only : Updated default value of enableRemotePrivilegedUserAccess=true.

Revision 1.40 / (view) - annotate - [select for diffs] , Thu Jul 24 19:52:47 2003 UTC (20 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.39: +1 -0 lines
Diff to previous 1.39
HP-Nag: PEP60 - Added SSL support for CIM/XML Indications delivery using ExportClient. Defined a new config property 'sslTrustFilePath' to specify certificate trust store on the CIM Server.

Revision 1.39 / (view) - annotate - [select for diffs] , Thu Jun 26 23:16:57 2003 UTC (21 years ago) by kumpf
Branch: MAIN
Branch point for: pep_88
Changes since 1.38: +1 -0 lines
Diff to previous 1.38
HP-Nag: PEP-74 - Made enhancements to SSLCertificateInfo class to provide more information from X509 certificate to the callback function. Modified SSLContext to take cert file and key file as two seperate parameters. Added a new config property 'sslKeyFilePath' and modified CIMServer to pass cert file and key file paths to SSLContext.

Revision 1.38 / (view) - annotate - [select for diffs] , Fri Jun 6 10:18:52 2003 UTC (21 years, 1 month ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_2_1-snapshot, RELEASE_2_2_0_0-release, RELEASE_2_2_0-root, RELEASE_2_2_0-branch, RELEASE_2_2-root
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
Remove Maxbreadth entry from config

Revision 1.37 / (view) - annotate - [select for diffs] , Mon May 12 09:56:06 2003 UTC (21 years, 1 month ago) by karl
Branch: MAIN
CVS Tags: PEGASUS_FC_VERSION_2_2
Changes since 1.36: +1 -0 lines
Diff to previous 1.36
Config Manager to add item for maximum Enumeration Breadth

Revision 1.36 / (view) - annotate - [select for diffs] , Tue Mar 25 23:39:59 2003 UTC (21 years, 3 months 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.35: +0 -5 lines
Diff to previous 1.35
HP-RK PEP52: Configuration Property Cleanup.

Revision 1.35 / (view) - annotate - [select for diffs] , Thu Mar 13 20:26:58 2003 UTC (21 years, 3 months ago) by david
Branch: MAIN
Changes since 1.34: +3 -1 lines
Diff to previous 1.34
IBM-DR: PEP 44 Logging Enhancements

Revision 1.34 / (view) - annotate - [select for diffs] , Tue Feb 11 01:40:44 2003 UTC (21 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.33: +5 -0 lines
Diff to previous 1.33
HP-RK Fix Bugzilla 193.

Revision 1.33 / (view) - annotate - [select for diffs] , Tue Feb 4 19:41:45 2003 UTC (21 years, 5 months ago) by tony
Branch: MAIN
Changes since 1.32: +4 -40 lines
Diff to previous 1.32
Bug 185 - Remove config options install, remove, start, and start

Revision 1.32 / (view) - annotate - [select for diffs] , Sat Jan 25 14:39:55 2003 UTC (21 years, 5 months ago) by tony
Branch: MAIN
CVS Tags: LOCAL_ASSOCPROV-ROOT
Branch point for: LOCAL_ASSOCPROV-BRANCH
Changes since 1.31: +26 -13 lines
Diff to previous 1.31
PEP8: Running cimserver as a windows service

Revision 1.31 / (view) - annotate - [select for diffs] , Wed Oct 23 19:39:40 2002 UTC (21 years, 8 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_1_RELEASE_HEAD, VERSION_2_1_RELEASE_BRANCH, VERSION_2_1_RELEASE, VERSION_2_1_1_RELEASE
Branch point for: mday-2-0-patches
Changes since 1.30: +10 -2 lines
Diff to previous 1.30
HP-SF: Fixed initialization of fixed properties to also call Property owner's initCurrentValue().

Revision 1.30 / (view) - annotate - [select for diffs] , Mon Oct 21 18:58:13 2002 UTC (21 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.29: +2 -14 lines
Diff to previous 1.29
HP-Nag: Undone the changes made for the earlier version (Modified Config files to allow setting or unsetting the enableHttpConnection and enableHttpsConnection properties in a mutually-exclusive way based on a compile time flag).

Revision 1.29 / (view) - annotate - [select for diffs] , Fri Oct 11 15:39:49 2002 UTC (21 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.28: +16 -2 lines
Diff to previous 1.28
HP-Nag: Modified Config files to allow setting or unsetting the enableHttpConnection and enableHttpsConnection properties in a mutually-exclusive way based on a compile time flag.

Revision 1.28 / (view) - annotate - [select for diffs] , Wed Oct 9 21:05:02 2002 UTC (21 years, 8 months ago) by kumpf
Branch: MAIN
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
HP-JY Add fixed/default config property values for a product release build.

Revision 1.27 / (view) - annotate - [select for diffs] , Thu Oct 3 19:38:24 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.26: +3 -2 lines
Diff to previous 1.26
YZ-HP: Added a functionality which allows user to config using either PAM or system function getpwnam to verify a user.

Revision 1.26 / (view) - annotate - [select for diffs] , Wed Oct 2 19:35:09 2002 UTC (21 years, 9 months ago) by kumpf
Branch: MAIN
Changes since 1.25: +2 -1 lines
Diff to previous 1.25
HP-WO Add configuration files for a product release build.

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

Revision 1.24 / (view) - annotate - [select for diffs] , Wed Jul 31 20:08:40 2002 UTC (21 years, 11 months ago) by kumpf
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
HP-Nag: Added tracing to TLS code, added a config property enableClientCertification and made changes in the TLS code to use this property.

Revision 1.23 / (view) - annotate - [select for diffs] , Tue Jun 4 21:41:32 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_2_01_01, VERSION_2_00_RC_4, VERSION_2_00_RC_3, VERSION_2_00_RC_2, VERSION_2_00_RC_1, VERSION_2_00_BRANCH, VERSION_1_10
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
HP-JY Added new ConfigException for unrecognized command line option.

Revision 1.22 / (view) - annotate - [select for diffs] , Tue Jun 4 00:42:38 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.21: +4 -35 lines
Diff to previous 1.21
HP-JY Removed cimserver command options in favor of configuration properties.

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

Revision 1.20 / (view) - annotate - [select for diffs] , Fri May 31 20:26:16 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.19: +4 -4 lines
Diff to previous 1.19
HP-Nag: Converted few error and log messages to trace messages.

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

Revision 1.18 / (view) - annotate - [select for diffs] , Tue May 28 19:33:01 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.17: +2 -0 lines
Diff to previous 1.17
HP-[Bapu Patil] added sslCertificateFilePath property

Revision 1.17 / (view) - annotate - [select for diffs] , Fri May 24 17:40:39 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.16: +6 -4 lines
Diff to previous 1.16
HP-Nag: Added config properties 'enableHttpConnection' and 'enableHttpsConnection', renamed 'requireAuthentication' to 'enableAuthentication' and 'requireAuthorization' to 'enableNamespaceAuthorization'. Removed few ATTN's in Authentication code.

Revision 1.16 / (view) - annotate - [select for diffs] , Tue May 21 18:08:43 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15
HP-Nag: Modified CIM Server and Client API to lookup port number from services. CIM Server uses default port number (5988 for HTTP or 5989 for HTTPS) if no port number is configured and no port is specified in the configuration file. CIMClient's connectLocal() method is modified to try and connect to HTTP port, if failed then try and connect to HTTPS port.

Revision 1.15 / (view) - annotate - [select for diffs] , Fri May 17 23:51:16 2002 UTC (22 years, 1 month ago) by kumpf
Branch: MAIN
Changes since 1.14: +0 -1 lines
Diff to previous 1.14
HP-JY Fixed ShutdownService to shutdown cimserver.

Revision 1.14 / (view) - annotate - [select for diffs] , Fri Apr 26 17:50:37 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.13: +16 -17 lines
Diff to previous 1.13
HP-RK Removed configuration property lists from the ConfigManager class definition.

Revision 1.13 / (view) - annotate - [select for diffs] , Thu Apr 25 02:18:01 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.12: +60 -24 lines
Diff to previous 1.12
HP-RK Overhauled the configuration property unset functionality.

Revision 1.12 / (view) - annotate - [select for diffs] , Sat Apr 20 20:15:26 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.11: +2 -0 lines
Diff to previous 1.11
HP-DME: Added reference to PegasusVersion.h to allow version tracking at the component level.

Revision 1.11 / (view) - annotate - [select for diffs] , Fri Apr 19 02:46:12 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.10: +0 -1 lines
Diff to previous 1.10
HP-RK Undefine and remove the repositoryProviderName configuration property, which is not currently being used anyway and would need to change to be consistent with the new provider registration scheme.

Revision 1.10 / (view) - annotate - [select for diffs] , Thu Apr 18 00:45:21 2002 UTC (22 years, 2 months ago) by kumpf
Branch: MAIN
Changes since 1.9: +115 -27 lines
Diff to previous 1.9
HP-RK Set up infrastructure to allow configuration properties to be 'turned off' and use a fixed value.

Revision 1.9 / (view) - annotate - [select for diffs] , Mon Apr 1 23:14:58 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_09
Changes since 1.8: +1 -1 lines
Diff to previous 1.8
HP-RK Clean up Linux compiler warnings.

Revision 1.8 / (view) - annotate - [select for diffs] , Fri Mar 22 02:12:53 2002 UTC (22 years, 3 months ago) by kumpf
Branch: MAIN
CVS Tags: VERSION_1_08
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
HP-Nag: Added a new config property for temporary local authentication file path and updated the LocalAuthFile.h and LocalAuthFileUnix.cpp to use the new config property.

Revision 1.7 / (view) - annotate - [select for diffs] , Sat Feb 23 00:27:20 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
CVS Tags: async_dispatcher
Changes since 1.6: +2 -1 lines
Diff to previous 1.6
SF-HP NB-HP Changed the authorizer to include checks for privileged user access.

Revision 1.6 / (view) - annotate - [select for diffs] , Wed Feb 13 19:11:32 2002 UTC (22 years, 4 months ago) by kumpf
Branch: MAIN
Changes since 1.5: +54 -4 lines
Diff to previous 1.5
SF-HP Modified cimserver and ConfigManager to add config properties for PEGASUS_HOME dependent directory paths. Added function getHomedPath() to return paths based on PEGASUS_HOME

Revision 1.5 / (view) - annotate - [select for diffs] , Fri Dec 21 01:10:02 2001 UTC (22 years, 6 months ago) by kumpf
Branch: MAIN
CVS Tags: pre-meta-dispatcher, VERSION_1_07
Changes since 1.4: +2 -1 lines
Diff to previous 1.4
HP-SF: Added mutex locks and a few minor changes to the User Manager and User Manager Provider. Added a configurable property passwordFilePath to specify the location of the password file.

Revision 1.4 / (view) - annotate - [select for diffs] , Thu Dec 20 21:33:04 2001 UTC (22 years, 6 months ago) by kumpf
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
HP-JY CIMOM Shutdown Service rework.

Revision 1.3 / (view) - annotate - [select for diffs] , Sat Dec 15 00:25:00 2001 UTC (22 years, 6 months ago) by kumpf
Branch: MAIN
Changes since 1.2: +5 -2 lines
Diff to previous 1.2
HP-NB fixed ConfigManger.cpp to check for argc to be greater than zero.

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

Revision 1.1 , Tue Jul 31 22:54:37 2001 UTC (22 years, 11 months ago) by kumpf
Branch: MAIN
Branch point for: dev
FILE REMOVED
file ConfigManager.cpp was initially added on branch dev.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2