tpot/pegasus/.git
22 years agonew version_1_01
mike [Fri, 3 Aug 2001 23:04:12 +0000 (23:04 +0000)]
new

22 years ago-rdev
mday [Fri, 3 Aug 2001 13:28:40 +0000 (13:28 +0000)]
-rdev

22 years agoadd code xlation to toMof
karl [Fri, 3 Aug 2001 00:04:15 +0000 (00:04 +0000)]
add code xlation to toMof

22 years agoFIxed to compile TestClient which still uses OptionManager
mike [Thu, 2 Aug 2001 22:24:14 +0000 (22:24 +0000)]
FIxed to compile TestClient which still uses OptionManager

22 years agoNew
mike [Thu, 2 Aug 2001 22:08:52 +0000 (22:08 +0000)]
New

22 years ago-rdev
mday [Thu, 2 Aug 2001 22:01:18 +0000 (22:01 +0000)]
-rdev

22 years agonew
mike [Thu, 2 Aug 2001 22:00:39 +0000 (22:00 +0000)]
new

22 years agofixed compiler errors on NT
mike [Thu, 2 Aug 2001 19:56:12 +0000 (19:56 +0000)]
fixed compiler errors on NT

22 years agofixed to compile on NT
mike [Thu, 2 Aug 2001 19:44:31 +0000 (19:44 +0000)]
fixed to compile on NT

22 years agobye
mike [Thu, 2 Aug 2001 19:25:13 +0000 (19:25 +0000)]
bye

22 years agogot everything building on NT
mike [Thu, 2 Aug 2001 19:15:23 +0000 (19:15 +0000)]
got everything building on NT

22 years agobye
mike [Thu, 2 Aug 2001 19:14:34 +0000 (19:14 +0000)]
bye

22 years agofixed compiler errors
mike [Thu, 2 Aug 2001 17:34:45 +0000 (17:34 +0000)]
fixed compiler errors

22 years agonew
mike [Thu, 2 Aug 2001 15:58:42 +0000 (15:58 +0000)]
new

22 years agonew
mike [Thu, 2 Aug 2001 15:48:37 +0000 (15:48 +0000)]
new

22 years ago-rdev
mday [Thu, 2 Aug 2001 13:39:41 +0000 (13:39 +0000)]
-rdev

22 years agomore on HTTP stuff
mike [Thu, 2 Aug 2001 02:15:49 +0000 (02:15 +0000)]
more on HTTP stuff

22 years agoRemoved function call ltoa() from the Tracer.cpp source. Defined a constant to contai...
kumpf [Wed, 1 Aug 2001 23:13:01 +0000 (23:13 +0000)]
Removed function call ltoa() from the Tracer.cpp source. Defined a constant to contain the max length of unsigned integer.

22 years agonew
mike [Wed, 1 Aug 2001 22:07:03 +0000 (22:07 +0000)]
new

22 years agom
mike [Wed, 1 Aug 2001 22:06:24 +0000 (22:06 +0000)]
m

22 years agogeneric read/write semaphore
mday [Wed, 1 Aug 2001 21:56:24 +0000 (21:56 +0000)]
generic read/write semaphore

22 years agofixed build on NT
mike [Wed, 1 Aug 2001 21:34:56 +0000 (21:34 +0000)]
fixed build on NT

22 years agodelete bad commit
mike [Wed, 1 Aug 2001 21:08:26 +0000 (21:08 +0000)]
delete bad commit

22 years agopreparation for new communication scheme
mike [Wed, 1 Aug 2001 21:07:38 +0000 (21:07 +0000)]
preparation for new communication scheme

22 years agoNew files
mike [Wed, 1 Aug 2001 21:07:09 +0000 (21:07 +0000)]
New files

22 years agoLocal Channel Authentication module
kumpf [Wed, 1 Aug 2001 20:34:15 +0000 (20:34 +0000)]
Local Channel Authentication module

22 years agoHP-SF Changed the Common/Tracer.h to say #include <fstream>.
kumpf [Wed, 1 Aug 2001 19:38:15 +0000 (19:38 +0000)]
HP-SF Changed the Common/Tracer.h to say #include <fstream>.

22 years agoHP-RK Fixed a typo in PEGASUS_RWLOCK_HANDLE struct (IPC.h). Declared HP-UX to have...
kumpf [Wed, 1 Aug 2001 17:09:33 +0000 (17:09 +0000)]
HP-RK Fixed a typo in PEGASUS_RWLOCK_HANDLE struct (IPC.h).  Declared HP-UX to have native implementations of conditional semaphores, atomic integers, and read/write semaphores.

22 years ago-rdev
mday [Wed, 1 Aug 2001 14:37:56 +0000 (14:37 +0000)]
-rdev

22 years agotoMOF functions
karl [Wed, 1 Aug 2001 13:36:51 +0000 (13:36 +0000)]
toMOF functions

22 years agoadd MOF display for Class
karl [Wed, 1 Aug 2001 11:48:15 +0000 (11:48 +0000)]
add MOF display for Class

22 years agoadd MOF display
karl [Wed, 1 Aug 2001 11:37:38 +0000 (11:37 +0000)]
add MOF display

22 years agoAdd toMof Function
karl [Wed, 1 Aug 2001 11:17:35 +0000 (11:17 +0000)]
Add toMof Function

22 years agofix text conflict with last commit
karl [Wed, 1 Aug 2001 11:16:55 +0000 (11:16 +0000)]
fix text conflict with last commit

22 years agoHP-RK Added a Config/install Makefile to automate the step of putting the default...
kumpf [Wed, 1 Aug 2001 04:23:42 +0000 (04:23 +0000)]
HP-RK Added a Config/install Makefile to automate the step of putting the default configuration file in PEGASUS_HOME where it will be found by cimserver on start-up.

22 years agoModifications to cimserver and ConfigManager to retain support for existing boolean...
kumpf [Wed, 1 Aug 2001 03:40:08 +0000 (03:40 +0000)]
Modifications to cimserver and ConfigManager to retain support for existing boolean command line options to ease the transition to the new configuration framework.

22 years agoHP-RK 'Fixed' the use of PTHREAD_COND_INITIALIZER for HP-UX.
kumpf [Wed, 1 Aug 2001 02:25:34 +0000 (02:25 +0000)]
HP-RK 'Fixed' the use of PTHREAD_COND_INITIALIZER for HP-UX.

22 years agoDefault configuration files and make file modifications to load config mof
kumpf [Wed, 1 Aug 2001 01:36:05 +0000 (01:36 +0000)]
Default configuration files and make file modifications to load config mof

22 years agoTrace framework files.
kumpf [Tue, 31 Jul 2001 23:57:08 +0000 (23:57 +0000)]
Trace framework files.

22 years agoConfig Framework, Config Provider and cimconfig CLI files.
kumpf [Tue, 31 Jul 2001 23:54:37 +0000 (23:54 +0000)]
Config Framework, Config Provider and cimconfig CLI files.

22 years agoHP-RK Updated threading modules to allow them to compile on HP-UX. Changed the CIMPr...
kumpf [Tue, 31 Jul 2001 19:02:44 +0000 (19:02 +0000)]
HP-RK Updated threading modules to allow them to compile on HP-UX.  Changed the CIMProviderStub.cpp to use a CIMInstance ResponseHandler instead of CIMObject on HP-UX to fix a compile error.

22 years agofixed type in IPC.h
mday [Tue, 31 Jul 2001 15:05:05 +0000 (15:05 +0000)]
fixed type in IPC.h

22 years ago*** empty log message ***
mday [Tue, 31 Jul 2001 13:37:59 +0000 (13:37 +0000)]
*** empty log message ***

22 years agofixed problems with doubly-linked list template class
mday [Tue, 31 Jul 2001 12:54:35 +0000 (12:54 +0000)]
fixed problems with doubly-linked list template class

22 years agoHP-DE Removed comments from within SOURCES list in Makefile.
kumpf [Tue, 31 Jul 2001 03:49:33 +0000 (03:49 +0000)]
HP-DE Removed comments from within SOURCES list in Makefile.

22 years agoupdate to comply with coding standards and cleanup
chip [Mon, 30 Jul 2001 20:50:33 +0000 (20:50 +0000)]
update to comply with coding standards and cleanup
begin work on helloworldprovider indication support

22 years agothread platform initialization stuff
mday [Mon, 30 Jul 2001 18:03:10 +0000 (18:03 +0000)]
thread platform initialization stuff

22 years agothread tsd and cleanup methods
mday [Mon, 30 Jul 2001 16:38:12 +0000 (16:38 +0000)]
thread tsd and cleanup methods

22 years ago-rdev
mday [Mon, 30 Jul 2001 14:37:56 +0000 (14:37 +0000)]
-rdev

22 years agofixed minor macro bug
mday [Mon, 30 Jul 2001 14:35:38 +0000 (14:35 +0000)]
fixed minor macro bug

22 years agoplatform thread sources
mday [Mon, 30 Jul 2001 12:06:49 +0000 (12:06 +0000)]
platform thread sources

22 years agoadded dqueue, broke IPC and Thread into two files
mday [Mon, 30 Jul 2001 12:06:14 +0000 (12:06 +0000)]
added dqueue, broke IPC and Thread into two files

22 years agoNew
mike [Mon, 30 Jul 2001 05:23:07 +0000 (05:23 +0000)]
New

22 years agonew
mike [Mon, 30 Jul 2001 05:22:17 +0000 (05:22 +0000)]
new

22 years agoFixed SOCKET_ERROR miscommit
mike [Fri, 27 Jul 2001 19:48:44 +0000 (19:48 +0000)]
Fixed SOCKET_ERROR miscommit

22 years agolinked hellowoldprovider sample directory to build
chip [Fri, 27 Jul 2001 17:05:04 +0000 (17:05 +0000)]
linked hellowoldprovider sample directory to build

22 years agolinked sample directory to build
chip [Fri, 27 Jul 2001 17:04:31 +0000 (17:04 +0000)]
linked sample directory to build

22 years agomoved CIMOMHandle
chip [Fri, 27 Jul 2001 17:02:16 +0000 (17:02 +0000)]
moved CIMOMHandle

22 years agoRemoved CIMOMHandle old_repository
chip [Fri, 27 Jul 2001 17:01:14 +0000 (17:01 +0000)]
Removed CIMOMHandle

22 years agomoved from ..\Respository and updated
chip [Fri, 27 Jul 2001 17:00:04 +0000 (17:00 +0000)]
moved from ..\Respository and updated

22 years agoHP-DE Added definition of SOCKET_ERROR for HP-UX build.
kumpf [Fri, 27 Jul 2001 06:14:17 +0000 (06:14 +0000)]
HP-DE Added definition of SOCKET_ERROR for HP-UX build.

22 years agonew
mike [Thu, 26 Jul 2001 21:54:45 +0000 (21:54 +0000)]
new

22 years agonew
mike [Thu, 26 Jul 2001 21:39:59 +0000 (21:39 +0000)]
new

22 years agoported monitor to Linux
mike [Thu, 26 Jul 2001 21:17:10 +0000 (21:17 +0000)]
ported monitor to Linux

22 years agoAdded null flag (and handling of that flag) to CIMValue.
mike [Thu, 26 Jul 2001 21:07:31 +0000 (21:07 +0000)]
Added null flag (and handling of that flag) to CIMValue.

22 years agoadd licensing
karl [Thu, 26 Jul 2001 20:38:41 +0000 (20:38 +0000)]
add licensing

22 years agoFinished monitor
mike [Thu, 26 Jul 2001 20:34:06 +0000 (20:34 +0000)]
Finished monitor

22 years agoNew classes
mike [Thu, 26 Jul 2001 17:19:09 +0000 (17:19 +0000)]
New classes

22 years agonew
mike [Wed, 25 Jul 2001 23:07:33 +0000 (23:07 +0000)]
new

22 years agocorrections
karl [Wed, 25 Jul 2001 16:33:15 +0000 (16:33 +0000)]
corrections

22 years agoMinor Fix
sage [Wed, 25 Jul 2001 10:43:57 +0000 (10:43 +0000)]
Minor Fix

22 years agoAdded VALUE.OBJECT wrappers around --xml out.
mike [Tue, 24 Jul 2001 22:23:46 +0000 (22:23 +0000)]
Added VALUE.OBJECT wrappers around --xml out.

22 years agoupdated linux makefile to allow reentrant builds
mday [Tue, 24 Jul 2001 22:19:49 +0000 (22:19 +0000)]
updated linux makefile to allow reentrant builds

22 years agoIPC objects redefined to include exception handling
mday [Tue, 24 Jul 2001 22:00:10 +0000 (22:00 +0000)]
IPC objects redefined to include exception handling

22 years agoFixed compiler errors on NT.
mike [Tue, 24 Jul 2001 21:11:48 +0000 (21:11 +0000)]
Fixed compiler errors on NT.

22 years agonew
mike [Tue, 24 Jul 2001 18:44:33 +0000 (18:44 +0000)]
new

22 years agoFixed compiler errors on NT
mike [Tue, 24 Jul 2001 18:44:18 +0000 (18:44 +0000)]
Fixed compiler errors on NT

22 years agonew
mike [Tue, 24 Jul 2001 18:13:46 +0000 (18:13 +0000)]
new

22 years agonew
mike [Tue, 24 Jul 2001 15:19:47 +0000 (15:19 +0000)]
new

22 years agoFix:
sage [Tue, 24 Jul 2001 11:59:46 +0000 (11:59 +0000)]
Fix:
include stdio.h for sscanf

22 years agoBUG:
sage [Tue, 24 Jul 2001 11:49:30 +0000 (11:49 +0000)]
BUG:
-implement ultostr for Linux

22 years agoBUG:
sage [Tue, 24 Jul 2001 11:48:57 +0000 (11:48 +0000)]
BUG:
- implement ultostr for Linux
- take main() out of the pegasus namespace

22 years agoBUG: added dynamic library support
sage [Tue, 24 Jul 2001 11:47:01 +0000 (11:47 +0000)]
BUG: added dynamic library support

22 years ago(Carol Ann Krug Graves - HP) Remove path dependency from wbemexec test.
kumpf [Tue, 24 Jul 2001 01:41:52 +0000 (01:41 +0000)]
(Carol Ann Krug Graves - HP)  Remove path dependency from wbemexec test.

22 years ago(Carol Ann Krug Graves - HP) Implementation of wbemexec CLI.
kumpf [Tue, 24 Jul 2001 01:14:06 +0000 (01:14 +0000)]
(Carol Ann Krug Graves - HP)  Implementation of wbemexec CLI.

22 years agonew
mike [Mon, 23 Jul 2001 23:32:03 +0000 (23:32 +0000)]
new

22 years agofixed compiler error on HP
mike [Mon, 23 Jul 2001 17:49:51 +0000 (17:49 +0000)]
fixed compiler error on HP

22 years agofixed compiler errors on NT
mike [Mon, 23 Jul 2001 17:31:43 +0000 (17:31 +0000)]
fixed compiler errors on NT

22 years agofixed compile on NT
mike [Mon, 23 Jul 2001 16:50:01 +0000 (16:50 +0000)]
fixed compile on NT

22 years agonew
mike [Mon, 23 Jul 2001 16:29:48 +0000 (16:29 +0000)]
new

22 years agoUpdates to threading modules (IPCUnix.*) and test program (IPC.cpp) to allow HP-UX...
kumpf [Mon, 23 Jul 2001 02:21:47 +0000 (02:21 +0000)]
Updates to threading modules (IPCUnix.*) and test program (IPC.cpp) to allow HP-UX to compile.  HP-UX implementation is not complete and is not functional.

22 years agoUpdates to threading modules (IPCUnix.*) and test program (IPC.cpp) to allow HP-UX...
kumpf [Mon, 23 Jul 2001 01:39:43 +0000 (01:39 +0000)]
Updates to threading modules (IPCUnix.*) and test program (IPC.cpp) to allow HP-UX to compile.  HP-UX implementation is not complete and is not functional.

22 years agoThreading:
sage [Sun, 22 Jul 2001 10:19:22 +0000 (10:19 +0000)]
Threading:
empty member to prevent build errors on Windows

22 years ago Modified for ExportClient and Handler to build for Indication Handler
kumpf [Fri, 20 Jul 2001 18:03:21 +0000 (18:03 +0000)]
   Modified for ExportClient and Handler to build for Indication Handler
   implementations.

22 years agoThreading:
sage [Thu, 19 Jul 2001 13:58:14 +0000 (13:58 +0000)]
Threading:
link with pthread-library

22 years agoThreading:
sage [Thu, 19 Jul 2001 13:38:49 +0000 (13:38 +0000)]
Threading:
Linux specific implementation of simple threading relevant classes

22 years agofixed: removed trailing ~
sage [Thu, 19 Jul 2001 13:37:32 +0000 (13:37 +0000)]
fixed: removed trailing ~

22 years agoThreading:
sage [Thu, 19 Jul 2001 13:36:19 +0000 (13:36 +0000)]
Threading:
IPC Threading test case

22 years agoThreading:
sage [Thu, 19 Jul 2001 13:35:55 +0000 (13:35 +0000)]
Threading:
IPC threading test case

22 years agoThreading:
sage [Thu, 19 Jul 2001 13:29:34 +0000 (13:29 +0000)]
Threading:
Added IPC test directory