(file) Return to todo.txt CVS log (file) (dir) Up to [Pegasus] / pegasus / doc

  1 mike  1.3 
  2 mike  1.31.2.7     -   Rethink the useage of queue-ids in messages and how requests and
  3                	responses are matched up. Queue-ids are only used on the server
  4                	side. Perhaps a more general mechanism can be found.
  5                
  6 mike  1.31.2.6     -   Fix bug in which the messageId is calculated inside the XmlWriter.
  7                	It should be calculated by the caller.
  8                
  9                    -	Delete CIMOperations.h.
 10                
 11 mike  1.31.2.5     -	Get rid of message keys? They don't seem to be used.
 12                
 13 mike  1.31.2.4     -	Fix bug in src/Pegasus/Client/tests/Client in which associators()
 14                	fails and says class does not exist (seems to happen in debug mode
 15                	only). Disappears when I/O is enabled.
 16                
 17 mike  1.31.2.3     -	Replace old headers with new ones (co-ordinate with team).
 18                
 19 mike  1.31.2.2     -	Get rid of usage of System (use since it
 20                
 21 mike  1.31.2.1     -	Migrate to use of Linkage.h files.
 22                
 23 mike  1.31         -   Document that lex and yacc are no longer a requirement to build
 24                	Pegasus.
 25                
 26 mike  1.30         -	Figure out how to handle very large CIM respones and possibly
 27                	requests too.
 28                
 29                    -   Integrate client/server tests into make system somehow.
 30                
 31 mike  1.29         -   Note that it is possible to remove an class and still have association
 32                	classes which refer to it.
 33                
 34                    -   Class inheritance not taken into consideration when resolving the
 35                	AssocClass
 36                
 37                    -   It seems that associatios() will fail when AssocClass is a super
 38                	class of the class which is in the association instance table.
 39                
 40 mike  1.28         -   Should there be a single associations table for the entire repository
 41                	or should there be one per namespace as there is now?
 42                
 43 mike  1.27         -   If it is the case that a reference may only refer to an instance,
 44                	then we must derive new types for representing object paths.
 45                
 46                    -   Many CIM operations interfaces are incorrect: GetInstance() for example
 47                	takes a namespace and a CIMReference (which also may contain the 
 48                	namespace). According to the standard, it should take an "InstanceName".
 49                
 50 mike  1.26         -   Need way of signaling the cimserver so that it will reload the
 51                	class inheritance table (after a MOF compile).
 52                    
 53 mike  1.25         -   Revisit use of namespace v.s. objectName in all CIM operations.
 54                
 55                    -   What do we do when getInstance() is called and the nameSpace is
 56                	provided both as an argument and as part of the instance name?
 57                
 58                    -   ReferenceNames should return classes not just instances?
 59 mike  1.22     
 60 mike  1.24         -   Remove final const from const methods in non-const CIM element classes.
 61                
 62 mike  1.22         -   Null vs. empty CIM/HTTP parameters.
 63                
 64                    -   Resolve constness problems. (get rid or Const classes?)
 65                
 66                    -	Change CIMReference to CIMObjectPath?
 67                
 68                    -	Finish associations.
 69                
 70                    -	Provide CIMOM Context.
 71                
 72                    -	Complete conventions document.
 73                
 74 mike  1.23         -   The CIMServer.exe program should probably create the logs directory
 75                	under PEGASUS_HOME.
 76                
 77 mike  1.22         -   Clean up exceptions.
 78                
 79 mike  1.21         -   Resolve redundancy in which the namespace is passed to certain methods
 80                	(getClass) and the CIMReference itself may contain a namespace arguent.
 81                
 82 mike  1.20         -	Implement consistency and constraint checking on classes and instances.
 83                
 84                    -   Implement filtering (using includeQualifiers, localOnly, etc.)
 85                
 86 mike  1.18         -	Consider eliminating const CIM element classes.
 87                
 88 mike  1.17         -   Support for NULL property lists (in interface and protocol).
 89 mike  1.16     
 90 mike  1.17         -   Rename tests (prepend "Test" to each test).
 91 mike  1.16     
 92 mike  1.17         -   Fix bug with cimserver.exe causing it to fail to start without te
 93                	"-l" option.
 94 mike  1.16     
 95 mike  1.17         -   Resolve whether the backslash should be permitted in namespaces.
 96 mike  1.16     
 97 mike  1.17         -   Create CIMOMContext (interface to CIMOM used b the provider).
 98 mike  1.16     
 99 mike  1.17         -	Define Encoding module interface.
100 mike  1.11     
101 mike  1.17         - 	Develop XMLEncodings module.
102 mike  1.1      
103 mike  1.17         - 	Develop BinaryEncodings module.
104 mike  1.5      
105 mike  1.17         - 	Develop MOFEncodings module.
106 mike  1.4      
107 mike  1.17         -	Employ BinaryEncodings module in repository (reduce disk usage).
108 mike  1.7      
109 mike  1.17         -   Combine repository instances, classes, and qualifiers  into their
110                	respective files (to reduce the number of files).
111 mike  1.8      
112 mike  1.17         -	Employ an efficient indexing scheme in repository (B-trees or hashing).
113 mike  1.1      
114 mike  1.17         -	Develop module manager: interface, lookup scheme, and loading scheme.
115 mike  1.15     
116 mike  1.17         -   Package Encodings classes as a module.
117 mike  1.15     
118 mike  1.17         -   Finalize repository assocations.
119 mike  1.13     
120 mike  1.17         -   Add association CIM/HTTP operations.
121 karl  1.14     
122 mike  1.17         -   Design association provider infrastructure.
123 mike  1.10     
124 mike  1.17         -	Implement missing CIM protocol operations.
125 mike  1.10     
126 mike  1.17         -   Implement good observer module interface which allows different levels:
127 mike  1.10     
128 mike  1.17     	-   Observation of client/CIMMOM connections/disconnection.
129 mike  1.9      
130 mike  1.17     	-   Observation of client/CIMOM communication.
131 mike  1.1      
132 mike  1.17     	-   Observation of CIMOM/repository communication.
133 mike  1.1      
134 mike  1.17     	-   Observation of CIMOM/provider communication.
135 mike  1.1      
136 mike  1.17     	-   Observation of CIMOM state transitions.
137 mike  1.1      
138 mike  1.17         -	Pegasus providers for Sun WBEM Services.
139 mike  1.1      
140 mike  1.17         -	Pegasus providers for WMI.
141 mike  1.1      
142 mike  1.17         -	Sun WBEM Services providers for Pegasus.
143 mike  1.1      
144 mike  1.17         -   CIM/HTTP Proxy for WMI.
145 mike  1.1      
146 mike  1.17         -   Web Server/Pegasus Integration (use HTTP protocol capabilities of
147                	web server rather than Pegasus).
148 mike  1.1      
149 mike  1.17         -   Add CIMRepository::namespaceExists() method.
150 mike  1.1      
151 mike  1.17         - 	Change HTTP message id's to this format: "YYYY.MM.DD.HH.MM.SS.NNNNN".
152 mike  1.1      
153 mike  1.17         - 	GetInstances() and GetClasses() need to use iterators on
154                	provider and repository end. Otherwise, all classes or instance
155                	to be enumerated, must be sucked into memory.
156 mike  1.1      
157 mike  1.17         -   Template bloat reduction.
158 mike  1.1      
159 mike  1.17         - 	Need a tool to say which features are supported by a compiler.
160 mike  1.1      
161 mike  1.17         -   Support unloading of dynamic libraries (presently only load() is
162                	supported).
163 mike  1.2      
164 mike  1.1          -	Clean up and consolidate exception classes.
165                
166 mike  1.17         -	Asynchronous socket writes in the CIMOM (need write enabled flags).
167 mike  1.1      
168 mike  1.5          -	Handle PARAMETER.REFARRAY in Procotol?
169 mike  1.1      
170 mike  1.17         -	Implemented stream oriented XML parsing.
171 mike  1.1      
172 mike  1.17         -	Ignore extraneous XML elements (implement "loose validation" concept).
173 mike  1.1      
174 mike  1.5          -	Add methods to get objects by their names, in addition to index. For
175 mike  1.1      	example:
176                
177                	    CIMProperty CIMClass::getProperty(const String& name);
178                
179 mike  1.5          -	Distinguish between private and public classes (otherwise, users may
180 mike  1.1      	come to depend on classes with unstable interfaces).
181                
182 mike  1.17         -	Walk through all code to expose consistency/aesthetic issues.
183 mike  1.1      
184 mike  1.17         -	Provide ACE Channel implementation (for porting purposes)?
185 mike  1.1      
186 mike  1.17         -	Expand datatime (setCurrentTime() and comparison and increment 
187                	functions).
188 mike  1.1      
189                    -	Write Pegasus Architecture Paper.
190                
191 karl  1.14         -	Implement MOF provider registration scheme (according to the
192 mike  1.17     	standard).
193 mike  1.1      
194 mike  1.17         -	WBEM Query Language and integration.
195 mike  1.1      
196 mike  1.17         -   Threading
197 mike  1.1      
198                    -	Package up pegasus in Install Shield application.
199                
200 mike  1.17         -	Internationalization: Handle UCS2 characters in XML 
201                	(parsing and writing).
202 mike  1.1      
203 mike  1.17         -	Export of repository to MOF.
204 mike  1.1      
205 mike  1.6          -   Change CompareNoCase() to String::compareNoCase().
206                
207 mike  1.17         -	Figure out how to handle CIM NULL values.
208 mike  1.1      
209 mike  1.5          -	Figure out how inheritance of keys works.
210 mike  1.1      
211 mike  1.28         -	Investigage weak associations.
212 mike  1.1      
213 mike  1.5          -	Enforce constraint qualifiers.
214 mike  1.1      
215 mike  1.5          -	Disallow resetting size of fixed length arrays.
216 mike  1.1      
217 mike  1.5          -	Shrink object sizes.
218 mike  1.1      
219 mike  1.5          -	Use lighter I/O system (than C++ streams).
220 mike  1.1      
221 mike  1.5          -	Run Purify on all sources (port to Sun first).
222 mike  1.1      
223 mike  1.5          -	Optimize clear method on arrays (to not release memory).
224 mike  1.1      
225 mike  1.17         -	Provide conversions between DateTime and time_t.
226 mike  1.1      
227 mike  1.5          -	Port to Solaris
228 mike  1.1      
229 mike  1.17         -   Support multiple providers of the extact same class.
230                	DiskController example and LanController.
231 mike  1.19     
232 mike  1.28         -   SLP - Eliminate lib directory.
233 mike  1.31.2.2 

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2