CVS log for pegasus/doc/Attic/changelog.txt

(logo)

Help

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

Request diff between arbitrary revisions


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

Revision 1.49.2.65 / (view) - annotate - [select for diffs] , Wed Dec 12 20:05:42 2001 UTC (22 years, 5 months ago) by kumpf
Branch: dev
CVS Tags: dev_dead
Changes since 1.49.2.64: +1 -0 lines
Diff to previous 1.49.2.64 to branch point 1.49 to next main 1.50
HP-[Bapu Patil] Added aCC flags to support HP-UX IA64 bit O.S.

Revision 1.49.2.64 / (view) - annotate - [select for diffs] , Thu Dec 6 19:51:53 2001 UTC (22 years, 5 months ago) by sage
Branch: dev
Changes since 1.49.2.63: +18 -0 lines
Diff to previous 1.49.2.63 to branch point 1.49
SSL support: Description

Revision 1.49.2.63 / (view) - annotate - [select for diffs] , Wed Dec 5 23:21:02 2001 UTC (22 years, 5 months ago) by kumpf
Branch: dev
Changes since 1.49.2.62: +5 -0 lines
Diff to previous 1.49.2.62 to branch point 1.49
Add CIMOM Shutdown Service and shutdown CLI.

Revision 1.49.2.62 / (view) - annotate - [select for diffs] , Wed Dec 5 04:07:36 2001 UTC (22 years, 5 months ago) by kumpf
Branch: dev
Changes since 1.49.2.61: +7 -0 lines
Diff to previous 1.49.2.61 to branch point 1.49
HP-[CAKG] indication subscription service provider

Revision 1.49.2.61 / (view) - annotate - [select for diffs] , Tue Dec 4 16:42:57 2001 UTC (22 years, 5 months ago) by rudy
Branch: dev
Changes since 1.49.2.60: +4 -0 lines
Diff to previous 1.49.2.60 to branch point 1.49
Replace _min macro with Peg_min

Revision 1.49.2.60 / (view) - annotate - [select for diffs] , Tue Dec 4 02:35:08 2001 UTC (22 years, 5 months ago) by kumpf
Branch: dev
Changes since 1.49.2.59: +4 -0 lines
Diff to previous 1.49.2.59 to branch point 1.49
HP-YZ Implement Pegasus registration provider which does provider registration, block, unblock, and stop a provider. It also alert Subscription Service of any provider registration changes

Revision 1.49.2.59 / (view) - annotate - [select for diffs] , Mon Dec 3 06:02:29 2001 UTC (22 years, 5 months ago) by mike
Branch: dev
Changes since 1.49.2.58: +3 -0 lines
Diff to previous 1.49.2.58 to branch point 1.49
New

Revision 1.49.2.58 / (view) - annotate - [select for diffs] , Sat Dec 1 02:48:17 2001 UTC (22 years, 5 months ago) by kumpf
Branch: dev
Changes since 1.49.2.57: +15 -0 lines
Diff to previous 1.49.2.57 to branch point 1.49
HP-NB, HP-SF: Implemented the Security components for authentication and authorization.

Revision 1.49.2.57 / (view) - annotate - [select for diffs] , Thu Nov 29 00:42:08 2001 UTC (22 years, 5 months ago) by kumpf
Branch: dev
Changes since 1.49.2.56: +14 -0 lines
Diff to previous 1.49.2.56 to branch point 1.49
HP-RK Implemented ModifyInstance in the repository so that it respects the IncludeQualifiers and PropertyList parameters.  Updated SetProperty in the repository so that it uses ModifyInstance correctly.  The repository now supports GetProperty and SetProperty in addition to ModifyInstance.  Implemented GetProperty and SetProperty in the Dispatcher and Provider2 so that they get translated to GetInstance and ModifyInstance calls (respectively) in the provider.  Providers written to the Provider2 API that correctly process the new ModifyInstance parameters will automatically support SetProperty operations.  Note that GetProperty and SetProperty currently only work for String properties because of an XML encoding limitation.

Revision 1.49.2.56 / (view) - annotate - [select for diffs] , Tue Nov 27 02:37:05 2001 UTC (22 years, 5 months ago) by kumpf
Branch: dev
Changes since 1.49.2.55: +4 -0 lines
Diff to previous 1.49.2.55 to branch point 1.49
HP-RK Added a new ServiceCIMOMHandle to pass to providers that act as services.  This handle provides service providers with access to the CIMServer data structures.

Revision 1.49.2.55 / (view) - annotate - [select for diffs] , Mon Nov 26 23:37:25 2001 UTC (22 years, 5 months ago) by kumpf
Branch: dev
Changes since 1.49.2.54: +35 -15 lines
Diff to previous 1.49.2.54 to branch point 1.49
HP-RK Added two new configuration properties to support alternate behavior of the Pegasus repository: repositoryIsDefaultInstanceProvider and repositoryProviderName.

Revision 1.49.2.54 / (view) - annotate - [select for diffs] , Mon Nov 26 03:02:32 2001 UTC (22 years, 5 months ago) by rudy
Branch: dev
Changes since 1.49.2.53: +7 -1 lines
Diff to previous 1.49.2.53 to branch point 1.49
Added NSK platform support in common module

Revision 1.49.2.53 / (view) - annotate - [select for diffs] , Wed Nov 21 23:24:43 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.49.2.52: +33 -0 lines
Diff to previous 1.49.2.52 to branch point 1.49
HP-RK Extended the changes in the ModifyInstance and EnumerateInstances operations to the Provider2 API.  Updated the Pegasus providers to comply with the modified API.

Revision 1.49.2.52 / (view) - annotate - [select for diffs] , Wed Nov 21 07:18:59 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.49.2.51: +39 -0 lines
Diff to previous 1.49.2.51 to branch point 1.49
HP-RK Changed the return value of EnumerateInstances from Array<CIMInstance> to Array<CIMNamedInstance>.  Changed the parameter to ModifyInstance from CIMInstance to CIMNamedInstance.  Added an optional PropertyList parameter to ModifyInstance.  Changed all handling of PropertyList parameters to use the CIMPropertyList class instead of Array<String>.  Each of these changes was required to comply with the DMTF specification.  These changes were made throughout the system except for in the provider API.  For now, the CIMProviderHandle and CIMBaseProviderHandle hide the differences from providers, so older providers will continue to function.  However, this means that clients can not yet take advantage of the added functionality.

Revision 1.49.2.51 / (view) - annotate - [select for diffs] , Tue Nov 20 22:21:45 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.49.2.50: +7 -0 lines
Diff to previous 1.49.2.50 to branch point 1.49
HP-NB Implemented Authentication code on the server to challenge requests, authenticate the challenge responses, and verify the subsequent authorized requests. Implemented authentication mechanism in the Client API to send responses to the challenges from the server. Current implementation supports only 'local' authentication mechanism. Authentication can be enabled by setting the config property 'requireAuthentication' to true.

Revision 1.49.2.50 / (view) - annotate - [select for diffs] , Tue Nov 20 00:12:15 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.49.2.49: +6 -0 lines
Diff to previous 1.49.2.49 to branch point 1.49
HP-SF Added the cimuser command line interface source files. This CLI allows addition, modification, removal and listing of CIM users. The CLI is not linked to the main makefile as the Provider functionality is yet to be submitted. Added 'String getPassword(char* prompt)' function to the System.h and cpp files.

Revision 1.49.2.49 / (view) - annotate - [select for diffs] , Mon Nov 19 17:59:17 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.49.2.48: +5 -0 lines
Diff to previous 1.49.2.48 to branch point 1.49
HP-RK Added a CIMNamedInstance class to hold the argument to ModifyInstance and the return values from EnumerateInstances.

Revision 1.49.2.48 / (view) - annotate - [select for diffs] , Fri Nov 16 19:07:22 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.49.2.47: +6 -0 lines
Diff to previous 1.49.2.47 to branch point 1.49
HP-SF Added a function to the CIMReference class to handle local instance path and local classpath. Modified the CIMOperationRequestDecoder to handle <LOCALCLASSPATHELEMENT ...>. Changed the CIMOperationRequestEncoder to call the localObjectPathtoXml.

Revision 1.49.2.47 / (view) - annotate - [select for diffs] , Thu Nov 15 20:15:24 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.49.2.46: +5 -0 lines
Diff to previous 1.49.2.46 to branch point 1.49
HP-RK Added a toXml(void) method to CIMValue.  Eliminated improper use of CIMValue.toString(), often replacing with CIMValue.get(String&) or CIMValue.toXml().  Added some error handling in the indication handlers.

Revision 1.49.2.46 / (view) - annotate - [select for diffs] , Wed Nov 14 23:45:43 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.49.2.45: +16 -0 lines
Diff to previous 1.49.2.45 to branch point 1.49
HP-RK Changed CIMValue.toString() to output a String value directly rather than using _toXml() to encode it.  _toXml() replaces special characters with the UTF-8 encoding.  If the XML encoding is desired, CIMValue.toXml() should be used instead.

Revision 1.49.2.45 / (view) - annotate - [select for diffs] , Mon Nov 12 17:03:27 2001 UTC (22 years, 6 months ago) by rudy
Branch: dev
Changes since 1.49.2.44: +8 -0 lines
Diff to previous 1.49.2.44 to branch point 1.49
 nsk platform support

Revision 1.49.2.44 / (view) - annotate - [select for diffs] , Fri Nov 9 10:21:20 2001 UTC (22 years, 6 months ago) by sage
Branch: dev
Changes since 1.49.2.43: +3 -0 lines
Diff to previous 1.49.2.43 to branch point 1.49
*** empty log message ***

Revision 1.49.2.43 / (view) - annotate - [select for diffs] , Fri Nov 9 03:28:12 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.49.2.42: +5 -0 lines
Diff to previous 1.49.2.42 to branch point 1.49
HP-RK Implement encoding/decoding of GetProperty/SetProperty/EnumerateInstances request/response messages.

Revision 1.49.2.42 / (view) - annotate - [select for diffs] , Tue Nov 6 00:52:02 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
CVS Tags: SNAPSHOT_1_04
Changes since 1.49.2.41: +3 -0 lines
Diff to previous 1.49.2.41 to branch point 1.49
HP-YZ Fixed createInstance to return a CIMReference (instanceName).

Revision 1.49.2.41 / (view) - annotate - [select for diffs] , Mon Nov 5 19:39:19 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.49.2.40: +5 -0 lines
Diff to previous 1.49.2.40 to branch point 1.49
HP-SF Modified tracer to return invalid components in case of error in setting trace components. Modified the property owner init and update methods. Submitted the BuildMakefile with clean build, rebuild and trace configuration options.

Revision 1.49.2.40 / (view) - annotate - [select for diffs] , Fri Nov 2 14:49:12 2001 UTC (22 years, 6 months ago) by karl
Branch: dev
Changes since 1.49.2.39: +3 -0 lines
Diff to previous 1.49.2.39 to branch point 1.49
cmt 35

Revision 1.49.2.39 / (view) - annotate - [select for diffs] , Wed Oct 31 20:19:47 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.49.2.38: +131 -55 lines
Diff to previous 1.49.2.38 to branch point 1.49
HP-RK Fix XML encoding of key property values of reference type.

Revision 1.49.2.38 / (view) - annotate - [select for diffs] , Wed Oct 31 16:44:31 2001 UTC (22 years, 6 months ago) by rudy
Branch: dev
Changes since 1.49.2.37: +19 -3 lines
Diff to previous 1.49.2.37 to branch point 1.49
Describe Compaq NSK pegasus/mak changes

Revision 1.49.2.37 / (view) - annotate - [select for diffs] , Wed Oct 31 15:56:43 2001 UTC (22 years, 6 months ago) by karl
Branch: dev
Changes since 1.49.2.36: +1 -0 lines
Diff to previous 1.49.2.36 to branch point 1.49
add new item

Revision 1.49.2.36 / (view) - annotate - [select for diffs] , Tue Oct 30 15:21:15 2001 UTC (22 years, 6 months ago) by karl
Branch: dev
Changes since 1.49.2.35: +2 -0 lines
Diff to previous 1.49.2.35 to branch point 1.49
comment 32 - move to CIM26

Revision 1.49.2.35 / (view) - annotate - [select for diffs] , Tue Oct 30 00:48:04 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.49.2.34: +3 -0 lines
Diff to previous 1.49.2.34 to branch point 1.49
HP-JY Fixed CIMReference constructor to allow commas in key string values.

Revision 1.49.2.34 / (view) - annotate - [select for diffs] , Wed Oct 24 19:44:37 2001 UTC (22 years, 6 months ago) by kumpf
Branch: dev
Changes since 1.49.2.33: +5 -0 lines
Diff to previous 1.49.2.33 to branch point 1.49
HP-SF Added an interface to the Tracer to allow tracing a specific number of bytes in a string. Modified the XmlIO trace code to use the new interface. Changed the config file defaults for tracing.

Revision 1.49.2.33 / (view) - annotate - [select for diffs] , Thu Oct 18 20:14:52 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.49.2.32: +4 -0 lines
Diff to previous 1.49.2.32 to branch point 1.49
HP-YZ Changed cimconfig to accept setting property to be NULL. Also, if -u -p is specified in the cimconfig, instead of updating property value to be default in the planned config file, remove the property from the planned config file. Converted ConfigSettingProvider to use provider2 library. HP-NB Modified cimconfig and ConfigFileHandler to allow creating of config files when the cimconfig is run without the CIMOM running.

Revision 1.49.2.32 / (view) - annotate - [select for diffs] , Fri Oct 12 16:33:09 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.49.2.31: +8 -0 lines
Diff to previous 1.49.2.31 to branch point 1.49
HP-[Nitin Upasani] Implementation of snmpIndicationHandler.

Revision 1.49.2.31 / (view) - annotate - [select for diffs] , Thu Oct 11 17:29:01 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.49.2.30: +6 -0 lines
Diff to previous 1.49.2.30 to branch point 1.49
Modified ProviderModule.cpp to fix the problem with constructing provider name and loading the providers for unix platforms. Also moved the shared library name construction (appending .sl or .so) from CIMOperationRequestDispatcher.cpp/SystemUnix.cpp to ProviderModule.cpp and included it in a method that returns provider file path name.

Revision 1.49.2.30 / (view) - annotate - [select for diffs] , Mon Oct 8 16:37:28 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.49.2.29: +6 -0 lines
Diff to previous 1.49.2.29 to branch point 1.49
HP-[Nitin Upasani] Decoders are changed to parse Xml completely before sending request and response.

Revision 1.49.2.29 / (view) - annotate - [select for diffs] , Fri Oct 5 23:33:10 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.49.2.28: +8 -0 lines
Diff to previous 1.49.2.28 to branch point 1.49
Added first level implementation of authentication to the pegasus code. Created an Authentication Manager and authenticator interfaces. The file based local authentication module has been modified to implement the local authenticator interface, to generate the challenge for the unauthorized requests and to verify the authentication. A skeleton program has been created for the Basic Authenticator. This code is not yet linked into the build.

Revision 1.49.2.28 / (view) - annotate - [select for diffs] , Fri Oct 5 17:55:54 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.49.2.27: +19 -0 lines
Diff to previous 1.49.2.27 to branch point 1.49
HP-[Nitin Upasani] Implementation of InvokeMethod.

Revision 1.49.2.27 / (view) - annotate - [select for diffs] , Thu Sep 27 23:30:42 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.49.2.26: +3 -0 lines
Diff to previous 1.49.2.26 to branch point 1.49
HP-BJH Added some tracing for provider loading.

Revision 1.49.2.26 / (view) - annotate - [select for diffs] , Thu Sep 27 20:57:28 2001 UTC (22 years, 7 months ago) by kumpf
Branch: dev
Changes since 1.49.2.25: +24 -0 lines
Diff to previous 1.49.2.25 to branch point 1.49
HP-[Nitin Upasani] Implementation of ExportIndication and Consumer.

Revision 1.49.2.25 / (view) - annotate - [select for diffs] , Tue Sep 25 16:43:56 2001 UTC (22 years, 7 months ago) by sage
Branch: dev
Changes since 1.49.2.24: +4 -0 lines
Diff to previous 1.49.2.24 to branch point 1.49
initial Signal Handler support - linux only

Revision 1.49.2.24 / (view) - annotate - [select for diffs] , Thu Sep 20 20:20:42 2001 UTC (22 years, 8 months ago) by kumpf
Branch: dev
Changes since 1.49.2.23: +4 -0 lines
Diff to previous 1.49.2.23 to branch point 1.49
HP-YZ Added tracing in files CIMOperationRequestDecoder.cpp and CIMOperationResponseEncoder.cpp so XML input and output can be written in a trace file.

Revision 1.49.2.23 / (view) - annotate - [select for diffs] , Fri Sep 14 19:33:31 2001 UTC (22 years, 8 months ago) by kumpf
Branch: dev
Changes since 1.49.2.22: +4 -0 lines
Diff to previous 1.49.2.22 to branch point 1.49
HP-WO Added servlet routing of xmlCIM requests to CIMServer.

Revision 1.49.2.22 / (view) - annotate - [select for diffs] , Thu Sep 13 17:02:55 2001 UTC (22 years, 8 months ago) by sage
Branch: dev
Changes since 1.49.2.21: +2 -0 lines
Diff to previous 1.49.2.21 to branch point 1.49
Initial z/OS support

Revision 1.49.2.21 / (view) - annotate - [select for diffs] , Wed Sep 12 23:59:36 2001 UTC (22 years, 8 months ago) by kumpf
Branch: dev
Changes since 1.49.2.20: +2 -0 lines
Diff to previous 1.49.2.20 to branch point 1.49
HP-[JC] Initial contribution of wbemexec test directory and make infrastructure.  This submittal also includes an initial set of test scripts.

Revision 1.49.2.20 / (view) - annotate - [select for diffs] , Sat Sep 1 22:21:36 2001 UTC (22 years, 8 months ago) by mike
Branch: dev
Changes since 1.49.2.19: +2 -0 lines
Diff to previous 1.49.2.19 to branch point 1.49
new

Revision 1.49.2.19 / (view) - annotate - [select for diffs] , Wed Aug 22 04:33:43 2001 UTC (22 years, 9 months ago) by mike
Branch: dev
Changes since 1.49.2.18: +3 -0 lines
Diff to previous 1.49.2.18 to branch point 1.49
new

Revision 1.49.2.18 / (view) - annotate - [select for diffs] , Tue Aug 21 22:20:55 2001 UTC (22 years, 9 months ago) by kumpf
Branch: dev
Changes since 1.49.2.17: +2 -0 lines
Diff to previous 1.49.2.17 to branch point 1.49
Fixed a bug that was creating an empty trace file. Changed the Tracer's test program executable file name to TracerTest.

Revision 1.49.2.17 / (view) - annotate - [select for diffs] , Tue Aug 21 18:27:28 2001 UTC (22 years, 9 months ago) by mike
Branch: dev
Changes since 1.49.2.16: +8 -0 lines
Diff to previous 1.49.2.16 to branch point 1.49
update

Revision 1.49.2.16 / (view) - annotate - [select for diffs] , Mon Aug 20 23:59:03 2001 UTC (22 years, 9 months ago) by kumpf
Branch: dev
Changes since 1.49.2.15: +4 -0 lines
Diff to previous 1.49.2.15 to branch point 1.49
HP-RK Combine instances of each class into a common file to reduce the number of files required by the default repository implementation.

Revision 1.49.2.15 / (view) - annotate - [select for diffs] , Fri Aug 17 18:39:04 2001 UTC (22 years, 9 months ago) by karl
Branch: dev
Changes since 1.49.2.14: +3 -0 lines
Diff to previous 1.49.2.14 to branch point 1.49
new comment

Revision 1.49.2.14 / (view) - annotate - [select for diffs] , Fri Aug 17 00:02:54 2001 UTC (22 years, 9 months ago) by kumpf
Branch: dev
Changes since 1.49.2.13: +5 -0 lines
Diff to previous 1.49.2.13 to branch point 1.49
HP-[CAKG] wbemexec CLI bug fix and enhanced debug option

Revision 1.49.2.13 / (view) - annotate - [select for diffs] , Wed Aug 15 22:43:47 2001 UTC (22 years, 9 months ago) by kumpf
Branch: dev
Changes since 1.49.2.12: +8 -0 lines
Diff to previous 1.49.2.12 to branch point 1.49
HP-NB Modified Config framework to remove dependency on the config files at the start of the cimserver. Now the cimserver will use in-memory default values in the absence of config files and command line options. Fixed a few defects in the config framework that were causing cimom to crash under certain conditions. Changed the config provider class name to 'PG_ConfigSetting' in the mof file and modified provider implementation files accordingly. Also modified the config CLI to show user friendly error/status messages.

Revision 1.49.2.12 / (view) - annotate - [select for diffs] , Mon Aug 13 23:17:14 2001 UTC (22 years, 9 months ago) by kumpf
Branch: dev
Changes since 1.49.2.11: +6 -0 lines
Diff to previous 1.49.2.11 to branch point 1.49
HP-DE Changes to mu utility to support HP-UX build.

Revision 1.49.2.11 / (view) - annotate - [select for diffs] , Wed Aug 8 11:47:52 2001 UTC (22 years, 9 months ago) by karl
Branch: dev
Changes since 1.49.2.10: +5 -1 lines
Diff to previous 1.49.2.10 to branch point 1.49
cimmof parser change

Revision 1.49.2.10 / (view) - annotate - [select for diffs] , Tue Aug 7 10:10:49 2001 UTC (22 years, 9 months ago) by karl
Branch: dev
Changes since 1.49.2.9: +9 -0 lines
Diff to previous 1.49.2.9 to branch point 1.49
change schemas

Revision 1.49.2.9 / (view) - annotate - [select for diffs] , Mon Aug 6 13:41:02 2001 UTC (22 years, 9 months ago) by karl
Branch: dev
Changes since 1.49.2.8: +3 -0 lines
Diff to previous 1.49.2.8 to branch point 1.49
add to 1.1.1

Revision 1.49.2.8 / (view) - annotate - [select for diffs] , Mon Aug 6 11:53:30 2001 UTC (22 years, 9 months ago) by karl
Branch: dev
Changes since 1.49.2.7: +14 -6 lines
Diff to previous 1.49.2.7 to branch point 1.49
version 1.1.1 started

Revision 1.49.2.7 / (view) - annotate - [select for diffs] , Wed Aug 1 22:13:01 2001 UTC (22 years, 9 months ago) by kumpf
Branch: dev
CVS Tags: version_1_01
Changes since 1.49.2.6: +2 -0 lines
Diff to previous 1.49.2.6 to branch point 1.49
Removed function call ltoa() from the Tracer.cpp source. Defined a constant to contain the max length of unsigned integer.

Revision 1.49.2.6 / (view) - annotate - [select for diffs] , Wed Aug 1 19:34:15 2001 UTC (22 years, 9 months ago) by kumpf
Branch: dev
Changes since 1.49.2.5: +9 -0 lines
Diff to previous 1.49.2.5 to branch point 1.49
Local Channel Authentication module

Revision 1.49.2.5 / (view) - annotate - [select for diffs] , Wed Aug 1 10:16:55 2001 UTC (22 years, 9 months ago) by karl
Branch: dev
Changes since 1.49.2.4: +21 -11 lines
Diff to previous 1.49.2.4 to branch point 1.49
fix text conflict with last commit

Revision 1.49.2.4 / (view) - annotate - [select for diffs] , Tue Jul 31 22:54:40 2001 UTC (22 years, 9 months ago) by kumpf
Branch: dev
Changes since 1.49.2.3: +13 -0 lines
Diff to previous 1.49.2.3 to branch point 1.49
Config Framework, Config Provider and cimconfig CLI files.

Revision 1.49.2.3 / (view) - annotate - [select for diffs] , Tue Jul 24 00:14:09 2001 UTC (22 years, 10 months ago) by kumpf
Branch: dev
Changes since 1.49.2.2: +7 -0 lines
Diff to previous 1.49.2.2 to branch point 1.49
(Carol Ann Krug Graves - HP)  Implementation of wbemexec CLI.

Revision 1.49.2.2 / (view) - annotate - [select for diffs] , Thu Jul 19 12:38:49 2001 UTC (22 years, 10 months ago) by sage
Branch: dev
Changes since 1.49.2.1: +5 -0 lines
Diff to previous 1.49.2.1 to branch point 1.49
Threading:
Linux specific implementation of simple threading relevant classes

Revision 1.49.2.1 / (view) - annotate - [select for diffs] , Wed Jul 18 21:23:46 2001 UTC (22 years, 10 months ago) by kumpf
Branch: dev
Changes since 1.49: +10 -1 lines
Diff to previous 1.49
   (Nitin Upasani - HP) Implementation of handleIndication() to deliver
   indication by defining IndicationDispatcher, HandlerTable, CIMHandler
   and ExportClient classes. the indication.

   Also implemented CIMxmlIndicationHandler and sendmailIndicationHandler to
   make the delivery of indications over Xml-HTTP and email respectively.

   Provided examples for HandlerTable, XmlIndicationDelivery and
   SendMailIndicationDelivery to support this implementation.

Revision 1.49 / (view) - annotate - [select for diffs] , Tue Jul 17 13:14:41 2001 UTC (22 years, 10 months ago) by karl
Branch: MAIN
CVS Tags: version_0_99_1, main
Branch point for: dev
Changes since 1.48: +13 -3 lines
Diff to previous 1.48
Prepare for v 1.1 changes

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