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

Diff for /omi/doc/todo.txt between version 1.4 and 1.5

version 1.4, 2015/04/20 18:10:11 version 1.5, 2015/04/20 18:19:51
Line 1 
Line 1 
  
     AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA     AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
  
     (A) Resolve MI.h signature changes.      (A) Add --httpsendtracefile --httprecvtracefile?
  
     (A) Accept MI_Context_PostResult() in Load() and Unload() functions.      (A) Handle <cim:Interval> and <cim:Datetime> on input.
   
       (A) Document enumerate instance flow.
   
       (A) Handling of large uint arrays -- standards issue.
   
       (A) UTF-16 XML support
  
     BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB     BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB
  
       (B) Use this:
               WSBuf_AddLit(buf, pd->name, NameLen(pd->code))
           Rather than this:
               WSBuf_AddStringNoEncoding(buf, pd->name)
   
       (B) Replace execl() with call to agent_main().
   
       (B) Single image (for server and agent) -- fork but no exec.
   
       (B) Test MaxEnvelopeSize in wsman tests.
   
       (B) Log messages with integer ids.
   
     (B) Preloaded providers.     (B) Preloaded providers.
  
     (B) Unauthenticated WS-Identify     (B) Unauthenticated WS-Identify
Line 59 
Line 78 
     (X) Fixed bug with crash in stubs.cpp where associators stub crashed     (X) Fixed bug with crash in stubs.cpp where associators stub crashed
         in Instance destructor. Fix was in Instance.cpp.         in Instance destructor. Fix was in Instance.cpp.
  
       (X) Fixed bug with <p0:InstanceID> parsing (wsmanparser.c assumed that
           property names are introduced by namespaces with single character
           XML namespaces).
   
       (X) Fixed bug with WS-Management Put: if property appeared in both
           selector set and in property list, the parser rejected the property
           list occurence as a duplicate feature.
   
       (X) Fixed WS-Managed put-instance error: the parser was not accepting
           null properties. For example:
   
               <p0:MSFT_Person ...>
                 <p0:Species xsi:nil="true">
                 </p0:Species>
                 <p0:Last xsi:type="cim:cimString">
                   John
                 </p0:Last>
                 <p0:First xsi:nil="true">
                 </p0:First>
               </p0:MSFT_Person>
   
       (X) Added wide-character support (see -character-support.txt).
   
       (X) Handling of null/empty uint16 arrays in C++.
   
       (X) Implemented chkshlib tool.
   
       (X) Accept PostResult from module Load and Unload.
   
       (X) Move to using ZChar and ZT internally.
   
       (X) Remove MI_ContextFT.Print function.
   
       (X) Implement PutResult with CIM error.
   
       (X) Implemented single image feature.
   


Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

ViewCVS 0.9.2