(file) Return to PEP098Pegasus2_3_0_ReleaseNotes.htm CVS log (file) (dir) Up to [Pegasus] / pegasus

   1 bafna.mukesh 1.2 <html>
   2                  
   3                  <head>
   4                  <meta http-equiv="Content-Language" content="en-us">
   5                  <meta name="GENERATOR" content="Microsoft FrontPage 3.0">
   6                  <meta name="ProgId" content="FrontPage.Editor.Document">
   7                  <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
   8                  <title>PEP</title>
   9                  <link rel="stylesheet" href="http://www.opengroup.org/stylesheets/info1.css">
  10                  </head>
  11                  
  12                  <body>
  13                  
  14                  <hr>
  15                  
  16                  <p align="center"><b><font size="4">Pegasus Enhancement Proposal (PEP)</font></b></p>
  17                  
  18                  <p><b>PEP #:</b> 098</p>
  19                  
  20                  <p><b>Title: </b>Release Notes Pegasus 2.3</p>
  21                  
  22 bafna.mukesh 1.2 <p><b>Version: </b>1.1</p>
  23                  
  24                  <p><b>Created:</b> 10 October 2003</p>
  25                  
  26                  <p><b>Authors: </b>Karl Schopmeyer</p>
  27                  
  28                  <p><b>Status:&nbsp; </b>Approved</p>
  29                  
  30                  <p>&nbsp;</p>
  31                  
  32                  <p><b>Version History:</b></p>
  33                  
  34                  <table border="1" cellspacing="1" bordercolordark="#666666" bordercolorlight="#CCCCCC"
  35                  width="100%" style="font-size=10.0pt;font-family:Arial">
  36                    <tr>
  37                      <th bgcolor="#CAE6CA">Version</th>
  38                      <th bgcolor="#CAE6CA">Date</th>
  39                      <th bgcolor="#CAE6CA">Author</th>
  40                      <th bgcolor="#CAE6CA">Change Description</th>
  41                    </tr>
  42                    <tr>
  43 bafna.mukesh 1.2     <td align="center">1.0</td>
  44                      <td align="center">10 October 2003</td>
  45                      <td align="center">&nbsp;</td>
  46                      <td>Initial Submission</td>
  47                    </tr>
  48                    <tr>
  49                      <td align="center">1.1</td>
  50                      <td align="center">31 October 2003</td>
  51                      <td align="center">K. Schopmeyer</td>
  52                      <td>Update to integrate comments and complete table of PEPs</td>
  53                    </tr>
  54                    <tr>
  55                      <td align="center">1.2</td>
  56                      <td align="center">19 November 2003</td>
  57                      <td align="center">K. Schopmeyer</td>
  58                      <td>Update to reflect comments from review Nov 2003. Approved with comments</td>
  59                    </tr>
  60                  </table>
  61                  
  62                  <p>&nbsp;</p>
  63                  
  64 bafna.mukesh 1.2 <hr>
  65                  
  66                  <p><b>Abstract:</b> This document defines the release notes that support release 2.3.0 of
  67                  the Pegasus platform</p>
  68                  
  69                  <hr>
  70                  
  71                  <p>&nbsp;</p>
  72                  
  73                  <h2><font color="#000000">Availability of the Release</font></h2>
  74                  
  75                  <p>The Pegasus 2.3 release is available as a source release in both ZIP and TAR formats.
  76                  The release can be downloaded from the OpenPegaus Web site at www.openpegasus.org.<br>
  77                  <br>
  78                  In addition, the release is available through Pegasus CVS as the branch tag
  79                  RELEASE_2_3_0-branch. This defines the current released version of Pegasus 2.3 . In
  80                  addition, the following tags exist for the release. RELEASE_2_3_0-root which defines the
  81                  initial release point of Pegasus 2.3 and the point at which it branched from the trunk..
  82                  Other tags may exist to mark release candidate snapshots, etc. These will be announced on
  83                  the web site and the Pegasus mailing list.<br>
  84                  <br>
  85 bafna.mukesh 1.2 The instructions for acquiring the released code are on the WEB site. Installation
  86                  instructions are part of the readme in the root of the source tree.<br>
  87                  <br>
  88                  The OpenPegasus project is currently not providing binary releases. However, binary
  89                  releases may be available of selected ports and are documented on the OpenPegasus web
  90                  site.<br>
  91                  <br>
  92                  There may be point releases to the Pegasus 2.3 release and these will be announced on the
  93                  Pegasus web site.</p>
  94                  
  95                  <p>&nbsp;</p>
  96                  
  97                  <h2><font color="#000000">Functionality of This Release</font></h2>
  98                  
  99                  <p>The overall level of functionality in the Pegasus environment effective with this
 100                  release is as follows:</p>
 101                  
 102                  <p><b>CIM Server</b></p>
 103                  
 104                  <blockquote>
 105                    <p><b>CIM Operations over HTTP</b><ol>
 106 bafna.mukesh 1.2     <li>&nbsp;&nbsp;&nbsp; Class Operations (getClass, deleteClass, modifyClass, enumerateClass,
 107                        enuerateClassNames) - Operational</li>
 108                      <li>&nbsp;&nbsp;&nbsp; Qualifier Operations - Operational</li>
 109                      <li>&nbsp;&nbsp;&nbsp; Instance Operations (getInstance, deleteInstance, modifyInstance,
 110                        enumerateInstance, enumerateInstanceNames, getProperty, setProperty) - Operational</li>
 111                      <li>&nbsp;&nbsp;&nbsp; Association Operations (references, referencenames, associators,
 112                        associatornames - Operational </li>
 113                      <li>&nbsp;&nbsp;&nbsp; Methods- Operational</li>
 114                      <li>&nbsp;&nbsp;&nbsp; Query operation (Not Operational)</li>
 115                    </ol>
 116                    <p><b>Indications</b> </p>
 117                    <p>Process indications are operational in the Server.&nbsp; This includes support for
 118                    subscriptions, filters, and indication handlers, the provider API for indications and the
 119                    CIMXML indication handler. The Pegasus sever can be used as an Indication client.&nbsp;
 120                    The Client indication&nbsp; API support is complete but the interfaces are marked
 121                    experimental for version 2.3 because this is the first version of Pegasus in which these
 122                    APIs were available. </p>
 123                    <p><b>Query Language</b></p>
 124                    <p>The query language today is based on WQL and is implemented and used for filters.&nbsp;
 125                    However, the executeQuery operation has not been implemented pending the availability of a
 126                    standard DMTF Query language.</p>
 127 bafna.mukesh 1.2   <p><b>Class Repository</b></p>
 128                    <p>XML based file/directory Class repository.</p>
 129                    <p><b>Instance Repository</b></p>
 130                    <p>XML based file/directory Instance repository.&nbsp; The instance repository is used as
 131                    the default repository unless a flag is set disabling this repository for client
 132                    operations.</p>
 133                    <p><b>Security</b><ol>
 134                      <li>Basic Security (Note that Digest based security is not implemented)</li>
 135                      <li>SSL support - SSL is implemented in Pegasus using the OpenSSL libraries. Pegasus does
 136                        not provide the OpenSSL libraries but SSL can be used on any platform supported by
 137                        OpenSSL.</li>
 138                    </ol>
 139                    <p><b>Platform Management Functions</b><ol>
 140                      <li>Configuration through the defined configuration parameters.</li>
 141                      <li>Daemon operation on all supported platforms</li>
 142                      <li>User management utilities</li>
 143                      <li>Provider management. The CIM Server provides dynamic registration of providers and
 144                        automatic load and unload functionality.</li>
 145                    </ol>
 146                    <p><b>SLP Discovery</b></p>
 147                    <p>SLP support is enabled in the platform but is conditionally compiled with the default
 148 bafna.mukesh 1.2   to not compile it today pending further testing.</p>
 149                  </blockquote>
 150                  
 151                  <p><b>&nbsp;Providers</b></p>
 152                  
 153                  <p>&nbsp;There are a number of standard providers available in Pegasus release. This
 154                  includes providers in the following categories:</p>
 155                  
 156                  <blockquote>
 157                    <p><b>Internal Providers</b><ul>
 158                      <li>__Namespace provider - Serves the __Namespace class to allow manipulation of namespaces.</li>
 159                      <li>Subscription Classes Providers - These provide subscription, filter, and indication
 160                        handler processing.</li>
 161                      <li>Provider registration Providers - This provide registration of providers using the
 162                        PG_Provider classes.</li>
 163                      <li>ConfigProvider - Manages Pegasus configuraton information.</li>
 164                      <li>UserAuthProvider - Manages password, etc.</li>
 165                      <li>ShutdownProvider - Provides support for Pegasus shutdown.</li>
 166                      <li>Interop Provider - Supports many of the DMTF Interop Schema Classes including
 167                        CIM_Namespace, CIM_ObjectManager, etc. (Note that this provider is part of the SLP work
 168                        package so is not compiled as part of the default compile)</li>
 169 bafna.mukesh 1.2   </ul>
 170                    <p><b>Generic Providers</b></p>
 171                    <p>Generic OperatingSystem provider. See the directory src/Providers/generic.</p>
 172                    <p><b>Test/Sample Providers</b></p>
 173                    <p>See the directories src/Providers/TestProviders and src/Sample for more information
 174                    about test and sample providers.</p>
 175                    <p><b>Managed System Providers</b></p>
 176                    <p>ComputerSystem, DNSAdmin, DNSService, Operating System, Process, Processor. For more
 177                    information on these providers see the documentation for each provider in the directory
 178                    src/Providers/ManagedSystem</p>
 179                    <p><b>CIMOM Statistics Providers</b></p>
 180                    <p>IBMStatisticalData - This is an early version of the work that became
 181                    CIM_StatisticalData. It is similar to CIM_StatisticalData and provides the same data but
 182                    the structure of the Classes is slightly different. </p>
 183                  </blockquote>
 184                  
 185                  <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b>Linux Specific Providers</b></p>
 186                  
 187                  <blockquote>
 188                    <p>There are a number of providers in this category including DiskDrive, CDROMDrive,
 189                    Interrupt, IOPOrt, IPROute, NetworkAdapter, Operating System, PCI Controller, Processor,
 190 bafna.mukesh 1.2   ProviderData, ProviderSupport, SoftwareElement.&nbsp; For more information about these
 191                    providers see the documentation in the directory src/Providers/linux</p>
 192                  </blockquote>
 193                  
 194                  <p><b>CIM_Schema</b></p>
 195                  
 196                  <p>The default CIM_Schema loaded with the Pegasus 2.2 release is the DMTF CIM 2.7 Final
 197                  release.&nbsp; In addition, Pegasus includes a number of local classes defined for
 198                  Pegasus.&nbsp; These are visible in the Schemas directory.</p>
 199                  
 200                  <p><b>Pegasus MOF Compiler</b></p>
 201                  
 202                  <p>Pegasus implements a MOF compiler that can operate either at the client interface
 203                  (cimmof) or directly interfacing with a CIM repository (cimmofl).</p>
 204                  
 205                  <p>The direct interface compiler is used primarily to provide an initial class/instance
 206                  repository. Note that use of cimmofl to manipulate instances in the repository bypasses
 207                  any provider that is registered to serve the instances and simply installs the instances
 208                  in the instance repository; this may result in corruption if providers are using the
 209                  repository.&nbsp; Use of cimmofl to manipulate instances served by a registered providers
 210                  is therefore discouraged. Use of cimmof rather that cimmofl is encouraged.</p>
 211 bafna.mukesh 1.2 
 212                  <p><b>Client Tools</b></p>
 213                  
 214                  <p>&nbsp;&nbsp;&nbsp; <b>Pegasus CIM Server Adminstration</b>
 215                  
 216                  <ol>
 217                    <li>cimuser - Manage Pegasus CIM server Users</li>
 218                    <li>cimconfig - Manage the Pegasus CIM Server configuration parameters</li>
 219                    <li>cimauth - Manage the CIM Server authorization characteristics. Today this is authorizing
 220                      users to namespaces.</li>
 221                    <li>cimprovider - Manage information about the providers.</li>
 222                  </ol>
 223                  
 224                  <p>&nbsp;&nbsp;&nbsp; <b>Information client tools</b></p>
 225                  
 226                  <p><b>&nbsp;</b>&nbsp; These tools provide information on the objects managed by the
 227                  server.
 228                  
 229                  <ol>
 230                    <li>tomof - output Classes and/or instance information in MOF or XML format.</li>
 231                    <li>dnsinfo - </li>
 232 bafna.mukesh 1.2   <li>ipinfo - Generates a set of standard information from the Network Schema.&nbsp;
 233                      Information generated varies by system because of the level of provider support.</li>
 234                    <li>osinfo - Generate a set of standard information on the Operating System from CIM
 235                      Classes. Note that the information generated is dependent on the information available
 236                      from providers and differes from system to system</li>
 237                  </ol>
 238                  
 239                  <p>&nbsp;<b>&nbsp;&nbsp;&nbsp; Test support Tools</b>
 240                  
 241                  <ol>
 242                    <li>Pegasus Unit tests (available through the &quot;tests&quot; option on the Pegasus make
 243                      files&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </li>
 244                    <li>The Pegasus Test Suite (see the tests directory and the Pegasus/TestBuildMakeFile)</li>
 245                    <li>TestClient - Basic client for overall platform operation testing. </li>
 246                    <li>CGICLient - This client has not been completely update to version 2.2.</li>
 247                    <li>wbemexec - Test tool that sends/receives XML from XML input.</li>
 248                    <li>CLI - Command line interface for Client commands.</li>
 249                    <li>Benchmark Test - Introduced with Pegasus 2.3, a benchmark test environment is not
 250                      provided which includes both a client and provider component. See
 251                      src/clients/benchmarkTest for more information.</li>
 252                  </ol>
 253 bafna.mukesh 1.2 
 254                  <p><b>Pegasus Interface APIs</b></p>
 255                  
 256                  <p>Details of the Pegasus public interfaces for release 2.3 is listed in PEP 96 available
 257                  from the web site(www.openpegasus.org). This document is the authorative source for the
 258                  list of publicly supported Pegasus APIs.&nbsp;&nbsp; The Client and Provider API were
 259                  originally frozen at the&nbsp; Pegasus version 2.1 release. The interfaces in the release
 260                  of Pegasus 2.1 are forward compatible to release 2.3 (clients and providers compiled to
 261                  the Pegasus 2.1 or 2.2 interfaces should be compatible with Pegasus 2.3 without
 262                  compilation)&nbsp; but there have been extensions and new interfaces added for release 2.3
 263                  &nbsp; The public interfaces includes the following major functions
 264                  
 265                  <ol>
 266                    <li>Client APIs</li>
 267                    <li>Provider APIs</li>
 268                    <li>CIM Objects</li>
 269                    <li>CIM Listener (experimental for Pegasus 2.3). These are compiled only if the
 270                      PEGASUS_USE_EXPERIMENTAL_INTERFACES flag is set.</li>
 271                    <li>SLP Client (experimental for Pegasus 2.3). These are compiled only if the
 272                      PEGASUS_USE_EXPERIMENTAL_INTERFACES flag is set.</li>
 273                  </ol>
 274 bafna.mukesh 1.2 
 275                  <p>The functions are documented in their respective header files and HTML documentation
 276                  based on the information in the header files extracted with the doc++ tool will be
 277                  available on the OpenPegasus web site.</p>
 278                  
 279                  <p><b>WMI Mapper</b></p>
 280                  
 281                  <p>A version of of the Pegasus platform that specifically communicates with Microsoft WMI
 282                  implementations and interfaces with WMI object is provided as a separately compilable code
 283                  set in the CVS.</p>
 284                  
 285                  <h2>Supported Platforms</h2>
 286                  
 287                  <p>Each Pegasus release lists as supported platforms those hardware/software platforms
 288                  that have recognized ports for the Pegasus code base including a maintainer for the
 289                  platform that will be willing to regularly assure that the port is maintained as the
 290                  Pegasus code base is changed.&nbsp; Pegasus may be operable on other platforms (ex.
 291                  Windows 98) but without a group to provide the role of test and maintenance, the Pegasus
 292                  project cannot assure operation. The supported platforms for current release are:</p>
 293                  
 294                  <table border="1" cellspacing="1" id="AutoNumber2" width="403">
 295 bafna.mukesh 1.2   <tr>
 296                      <td width="169" bgcolor="#99FF99"><b>Platform and OS</b></td>
 297                      <td width="231" bgcolor="#99FF99"><b>Compilers</b></td>
 298                    </tr>
 299                    <tr>
 300                      <td width="169">AIX 5.2</td>
 301                      <td width="231">VisualAge C++ Version 5.0.2.3</td>
 302                    </tr>
 303                    <tr>
 304                      <td width="169">HP-UX</td>
 305                      <td width="231">HP aC++ B3910B</td>
 306                    </tr>
 307                    <tr>
 308                      <td width="169">Linux Itanium</td>
 309                      <td width="231">gcc</td>
 310                    </tr>
 311                    <tr>
 312                      <td width="169">Linux IA-32</td>
 313                      <td width="231">gcc (versions 2.9x and 3.xx)</td>
 314                    </tr>
 315                    <tr>
 316 bafna.mukesh 1.2     <td width="169">Windows 2000</td>
 317                      <td width="231">Microsoft Visual C++ Ver 6 and Microsoft .Net compiler Version V7 and 7.1</td>
 318                    </tr>
 319                    <tr>
 320                      <td width="169">Windows XP</td>
 321                      <td width="231">Microsoft Visual C++ Ver. 6 and Microsoft .Net compiler Version V7 and 7.1</td>
 322                    </tr>
 323                    <tr>
 324                      <td width="169">Mac OS X/Darwin PPC</td>
 325                      <td width="231">gcc (version 3.3)</td>
 326                    </tr>
 327                  </table>
 328                  
 329                  <p>&nbsp;</p>
 330                  
 331                  <p>Further information regarding Pegasus support on IBM platforms can be found at: <a
 332                  href="http://publib.boulder.ibm.com/eserver/v1r1/en_US/info/ciminf%20o/eicahkickoff.htm">http://publib.boulder.ibm.com/eserver/v1r1/en_US/info/ciminf
 333                  o/eicahkickoff.htm</a>. This site is expected to have information available starting in
 334                  December.</p>
 335                  
 336                  <p>Further information regarding Pegasus support on HP platforms can be found at: <a
 337 bafna.mukesh 1.2 href="http://www.hp.com/large/infrastructure/management/wbem/">http://www.hp.com/large/infrastructure/management/wbem/</a>.</p>
 338                  
 339                  <h2>Conformance with DMTF Specifications</h2>
 340                  
 341                  <p>Pegasus tries to conform to the CIM specifications.&nbsp; It is a major goal of the
 342                  OpenPegasus project to both drive and utilize the DMTF CIM/WBEM specifications.&nbsp;
 343                  However, today there are a number of differences.&nbsp; As of Pegasus 2.3, some of the
 344                  differences include the following:</p>
 345                  
 346                  <p>1. Provider Registration - Pegasus supports registration through a set of Provider
 347                  registration classes&nbsp; similar to the CIM Classes defined as experimental in the CIM
 348                  2.8 preliminary Schema release and does not support the Provider Qualifier. Note that
 349                  there are differences that must still be worked out between the Pegasus PG provider
 350                  registration classes and the CIM classes as part of the move to release of the CIM
 351                  classes.</p>
 352                  
 353                  <p>2. Indications -Pegasus supports process indications but does not include any specific
 354                  support for lifecycle indications.</p>
 355                  
 356                  <p>3. Interop Schema - Today Pegasus provides alternatives to some of the classes in the
 357                  Interop Schema including CIM_StatisticalData.</p>
 358 bafna.mukesh 1.2 
 359                  <p>4. execQuery operaiton - Today Pegasus does not support the execQuery pending the
 360                  availability of a standard for the query language.</p>
 361                  
 362                  <p>5. Pegasus differs from some other implementations in the delivery of instance and
 363                  class qualifiers on some operations.</p>
 364                  
 365                  <p>6. Pegasus has not implemented the alias functions defined in the CIM specification in
 366                  the MOF compiler.</p>
 367                  
 368                  <h2>Changes in this Release</h2>
 369                  
 370                  <p>The development and release of each version of Pegasus is defined and controlled
 371                  through Pegasus PEP documents.&nbsp; PEP 57 is the controlling document this release and
 372                  lists the original set of changes proposed and the status of each of those changes. Note
 373                  that not all of the originally defined functionality was completed for this release.</p>
 374                  
 375                  <p>In general, the changes implemented for this release were:
 376                  
 377                  <ol>
 378                    <li>Introduction of platform globalization. </li>
 379 bafna.mukesh 1.2   <li>Introduction of a listener API</li>
 380                    <li>Introduction of SLP (still experimental and by default not compiled in the 2.3.0
 381                      release)</li>
 382                    <li>Introduction of a new pluggable Provider Manager (still experimental and by default not
 383                      compiled in the 2.3.0 release)</li>
 384                    <li>Introduction of extensive changes to the HTTP monitor (still experimental and not
 385                      compiled in the 2.3.0 release)</li>
 386                    <li>Incorporation of a Java Client based on the SNIA code base.</li>
 387                    <li>Additional Indication Handlers (SNMP)</li>
 388                    <li>Improvements to indication handling.</li>
 389                  </ol>
 390                  
 391                  <p>Note that there were a number of objectives that were not completely achieved
 392                  including:
 393                  
 394                  <ol>
 395                    <li>SLP integration - This code is in place but is compiled only with a conditional compile
 396                      flag. This code can be enabled by setting the environment variables PEGASUS_SLP_ENABLE and
 397                      PEGASUS_SLP_CLASSES and recompiling Pegasus.</li>
 398                    <li>Pluggable provider manager - This was a major objective but because the code changes
 399                      were extensive and released very late in the developement cycle of 2.3, both the old and
 400 bafna.mukesh 1.2     the new provider managers are maintained in the release AND the old provider manager is
 401                      defined as the default compile.&nbsp; To compile and run with the new pluggable provider
 402                      manager functions the user must set a compile flag (ENABLE_PROVIDER_MANAGER2).&nbsp; NOTE:
 403                      It is the intention of the Pegasus project to move to the new provider manager as soon as
 404                      possible.</li>
 405                    <li>HTTP Monitor enhancements - As with the Pluggable Provider Manager, it was the intention
 406                      to incorporate a number of enhancements to the HTTP monitor.&nbsp; Again because the time
 407                      in the development phase when they were submitted, the project team elected to release 2.3
 408                      with the existing monitor as the default compile but with the code for both monitors. It
 409                      is the intention to move to the new monitor as soon as possible and users are free to work
 410                      with either implementation.&nbsp; To compile and run with the new monitor use the flag
 411                      PEGASUS_MONITOR2.</li>
 412                  </ol>
 413                  
 414                  <p>The set of PEPs defined for this release is summarized below along with the final
 415                  implementation status because not all of the PEPs originally defined for this version were
 416                  implemented:</p>
 417                  
 418                  <table border="1" cellspacing="1" width="100%" id="AutoNumber3" height="203">
 419                    <tr>
 420                      <td width="25%" bgcolor="#00CC99" height="18"><b>PEP #</b></td>
 421 bafna.mukesh 1.2     <td width="25%" bgcolor="#00CC99" height="18"><b>PEP Description</b></td>
 422                      <td width="25%" bgcolor="#00CC99" height="18"><b>Status</b></td>
 423                      <td width="25%" bgcolor="#00CC99" height="18"><b>Comments</b></td>
 424                    </tr>
 425                    <tr>
 426                      <td width="25%" height="18">56</td>
 427                      <td width="25%" height="18">Unicode Support in Infrastructure</td>
 428                      <td width="25%" height="18">Implemented</td>
 429                      <td width="25%" height="18"></td>
 430                    </tr>
 431                    <tr>
 432                      <td width="25%" height="18">58</td>
 433                      <td width="25%" height="18">Unicode Support in Infrastructure</td>
 434                      <td width="25%" height="18">Implemented</td>
 435                      <td width="25%" height="18"></td>
 436                    </tr>
 437                    <tr>
 438                      <td width="25%" height="18">68</td>
 439                      <td width="25%" height="18">Provider Manager Interface - Multiple provider support</td>
 440                      <td width="25%" height="18">Implemented - but requires compile flag to integrate.</td>
 441                      <td width="25%" height="18"></td>
 442 bafna.mukesh 1.2   </tr>
 443                    <tr>
 444                      <td width="25%" height="18">84</td>
 445                      <td width="25%" height="18">Provider Manager Interface, Pluggable provider manager
 446                      configuration</td>
 447                      <td width="25%" height="18">Implemented - see above.</td>
 448                      <td width="25%" height="18"></td>
 449                    </tr>
 450                    <tr>
 451                      <td width="25%" height="18">86</td>
 452                      <td width="25%" height="18">Provider Manager Interface, pluggable provider manager.</td>
 453                      <td width="25%" height="18">Implemented - see above.</td>
 454                      <td width="25%" height="18"></td>
 455                    </tr>
 456                    <tr>
 457                      <td width="25%" height="18">60</td>
 458                      <td width="25%" height="18">Secure connections between CIM Listener and CIM server</td>
 459                      <td width="25%" height="18">Implemented</td>
 460                      <td width="25%" height="18"></td>
 461                    </tr>
 462                    <tr>
 463 bafna.mukesh 1.2     <td width="25%" height="18">62</td>
 464                      <td width="25%" height="18">SNMP Mapper Indication Handler</td>
 465                      <td width="25%" height="18">Implemented</td>
 466                      <td width="25%" height="18"></td>
 467                    </tr>
 468                    <tr>
 469                      <td width="25%" height="18">67</td>
 470                      <td width="25%" height="18">Indication Consumer registration</td>
 471                      <td width="25%" height="18"></td>
 472                      <td width="25%" height="18"></td>
 473                    </tr>
 474                    <tr>
 475                      <td width="25%" height="18">76</td>
 476                      <td width="25%" height="18">CIM Listener Client API, Libraries, SDK</td>
 477                      <td width="25%" height="18">Implemented - Experimental</td>
 478                      <td width="25%" height="18"></td>
 479                    </tr>
 480                    <tr>
 481                      <td width="25%" height="14">75</td>
 482                      <td width="25%" height="14">Indication Subscription Performance Enhancements</td>
 483                      <td width="25%" height="14">Implemented</td>
 484 bafna.mukesh 1.2     <td width="25%" height="14"></td>
 485                    </tr>
 486                    <tr>
 487                      <td width="25%" height="14">30</td>
 488                      <td width="25%" height="14">SLP support</td>
 489                      <td width="25%" height="14">Implemented - Optional compile</td>
 490                      <td width="25%" height="14"></td>
 491                    </tr>
 492                    <tr>
 493                      <td width="25%" height="14">52</td>
 494                      <td width="25%" height="14">Interop Schema provider support</td>
 495                      <td width="25%" height="14">Implemented - Optional compile</td>
 496                      <td width="25%" height="14"></td>
 497                    </tr>
 498                    <tr>
 499                      <td width="25%" height="14">80</td>
 500                      <td width="25%" height="14">Change to use CIM_Statistics rather than IBM Statistics class
 501                      for Interop statistics</td>
 502                      <td width="25%" height="14">Delayed for future work</td>
 503                      <td width="25%" height="14"></td>
 504                    </tr>
 505 bafna.mukesh 1.2   <tr>
 506                      <td width="25%" height="14">64</td>
 507                      <td width="25%" height="14">Java implementation of CIM Client and Listener Interface</td>
 508                      <td width="25%" height="14">Included in Pegasus based SNIA OpenCimom Java Classes.</td>
 509                      <td width="25%" height="14"></td>
 510                    </tr>
 511                    <tr>
 512                      <td width="25%" height="14">65</td>
 513                      <td width="25%" height="14">Benchmark test utility</td>
 514                      <td width="25%" height="14">Implemented</td>
 515                      <td width="25%" height="14"></td>
 516                    </tr>
 517                    <tr>
 518                      <td width="25%" height="14">74</td>
 519                      <td width="25%" height="14">SSL certificate verification callback enhancement</td>
 520                      <td width="25%" height="14">Implemented</td>
 521                      <td width="25%" height="14"></td>
 522                    </tr>
 523                    <tr>
 524                      <td width="25%" height="14">78</td>
 525                      <td width="25%" height="14">WMI mapper changes on authentication process</td>
 526 bafna.mukesh 1.2     <td width="25%" height="14">Implemented</td>
 527                      <td width="25%" height="14"></td>
 528                    </tr>
 529                    <tr>
 530                      <td width="25%" height="14">73</td>
 531                      <td width="25%" height="14">Support CIM Schema 2.8 preliminary</td>
 532                      <td width="25%" height="14">&nbsp;CIM 2.7 is the default tested schema but the code was
 533                      added to support 2.8 preliminary specifically becasue of requirements from SNIA.</td>
 534                      <td width="25%" height="14"></td>
 535                    </tr>
 536                    <tr>
 537                      <td width="25%" height="14">79</td>
 538                      <td width="25%" height="14">WMI Mapper - local connection enhancements</td>
 539                      <td width="25%" height="14"></td>
 540                      <td width="25%" height="14"></td>
 541                    </tr>
 542                    <tr>
 543                      <td width="25%" height="14">77</td>
 544                      <td width="25%" height="14">Default instance provider</td>
 545                      <td width="25%" height="14">Implemented</td>
 546                      <td width="25%" height="14"></td>
 547 bafna.mukesh 1.2   </tr>
 548                    <tr>
 549                      <td width="25%" height="14">88</td>
 550                      <td width="25%" height="14">Monitor Optimization</td>
 551                      <td width="25%" height="14">Implemented but with compile flag. Default is old monitor</td>
 552                      <td width="25%" height="14"></td>
 553                    </tr>
 554                    <tr>
 555                      <td width="25%" height="14">85</td>
 556                      <td width="25%" height="14">Configuration Property Table Enhancement</td>
 557                      <td width="25%" height="14">Implemented</td>
 558                      <td width="25%" height="14"></td>
 559                    </tr>
 560                    <tr>
 561                      <td width="25%" height="14">90</td>
 562                      <td width="25%" height="14">Add IO trace diagnostics to CIMClient</td>
 563                      <td width="25%" height="14">Implemented</td>
 564                      <td width="25%" height="14"></td>
 565                    </tr>
 566                    <tr>
 567                      <td width="25%" height="14">54</td>
 568 bafna.mukesh 1.2     <td width="25%" height="14">Statistical data change to use CIM classes</td>
 569                      <td width="25%" height="14">Deferred</td>
 570                      <td width="25%" height="14"></td>
 571                    </tr>
 572                    <tr>
 573                      <td width="25%" height="14">81/82</td>
 574                      <td width="25%" height="14">Enhance operations performance</td>
 575                      <td width="25%" height="14">Deferred</td>
 576                      <td width="25%" height="14"></td>
 577                    </tr>
 578                    <tr>
 579                      <td width="25%" height="14">71</td>
 580                      <td width="25%" height="14">Security Plugin Enablement</td>
 581                      <td width="25%" height="14">deferred</td>
 582                      <td width="25%" height="14"></td>
 583                    </tr>
 584                    <tr>
 585                      <td width="25%" height="14">69</td>
 586                      <td width="25%" height="14">Kerberos Based Security</td>
 587                      <td width="25%" height="14">TBD</td>
 588                      <td width="25%" height="14"></td>
 589 bafna.mukesh 1.2   </tr>
 590                    <tr>
 591                      <td width="25%" height="14">70</td>
 592                      <td width="25%" height="14">Kerberos Based Security proposal to DMTF</td>
 593                      <td width="25%" height="14">Deferred because of problems with Kerberos Specifications</td>
 594                      <td width="25%" height="14"></td>
 595                    </tr>
 596                    <tr>
 597                      <td width="25%" height="14">72</td>
 598                      <td width="25%" height="14">Out of Process Providers</td>
 599                      <td width="25%" height="14">Deferred</td>
 600                      <td width="25%" height="14"></td>
 601                    </tr>
 602                    <tr>
 603                      <td width="25%" height="14">30</td>
 604                      <td width="25%" height="14">SLP support</td>
 605                      <td width="25%" height="14">Implemente but not compiled by default</td>
 606                      <td width="25%" height="14"></td>
 607                    </tr>
 608                    <tr>
 609                      <td width="25%" height="14">52</td>
 610 bafna.mukesh 1.2     <td width="25%" height="14">Interop Classes Support</td>
 611                      <td width="25%" height="14">Implemented but not compiled by default</td>
 612                      <td width="25%" height="14"></td>
 613                    </tr>
 614                    <tr>
 615                      <td width="25%" height="14">89</td>
 616                      <td width="25%" height="14">SLP Client Integration</td>
 617                      <td width="25%" height="14">Implemented but not compiled by default</td>
 618                      <td width="25%" height="14"></td>
 619                    </tr>
 620                    <tr>
 621                      <td width="25%" height="14"></td>
 622                      <td width="25%" height="14"></td>
 623                      <td width="25%" height="14"></td>
 624                      <td width="25%" height="14"></td>
 625                    </tr>
 626                  </table>
 627                  
 628                  <h2><font color="#000000">List of Bugs Corrected</font></h2>
 629                  
 630                  <p>The current bug list for Pegasus is openly available on the OpenPegasus web site.&nbsp;
 631 bafna.mukesh 1.2 As of the release of 2.3.0, the open bug list was as follows:</p>
 632                  
 633                  <p>&nbsp;</p>
 634                  
 635                  <p>138 bugs found. <!-- 1.0@bugzilla.org --> </p>
 636                  
 637                  <table class="bz_buglist" cellspacing="0" cellpadding="4" width="1344">
 638                  <colgroup>
 639                  <col class="bz_id_column">
 640                  <col class="bz_severity_column">
 641                  <col class="bz_priority_column">
 642                  <col class="bz_platform_column">
 643                  <col class="bz_owner_column">
 644                  <col class="bz_status_column">
 645                  <col class="bz_resolution_column">
 646                  <col class="bz_summary_column">
 647                  </colgroup>
 648                    <tr align="left">
 649                      <th colspan="1" width="30"><a
 650                      href="file:///E:/DownloadsMay2002/buglist.cgi?short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Pegasus+CLI+Commands&amp;product=PegasusCIMOM&amp;product=PegasusClient&amp;product=PegasusCompiler&amp;product=PegasusGeneral&amp;product=PegasusJavaCIMClient&amp;product=PegasusProvider&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=VERIFIED&amp;emailtype1=notregexp&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=exclude&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;newqueryname=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.bug_id">ID</a>
 651                      </th>
 652 bafna.mukesh 1.2     <th colspan="1" width="31"><a
 653                      href="file:///E:/DownloadsMay2002/buglist.cgi?short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Pegasus+CLI+Commands&amp;product=PegasusCIMOM&amp;product=PegasusClient&amp;product=PegasusCompiler&amp;product=PegasusGeneral&amp;product=PegasusJavaCIMClient&amp;product=PegasusProvider&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=VERIFIED&amp;emailtype1=notregexp&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=exclude&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;newqueryname=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.bug_severity,bugs.bug_id">Sev</a>
 654                      </th>
 655                      <th colspan="1" width="22"><a
 656                      href="file:///E:/DownloadsMay2002/buglist.cgi?short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Pegasus+CLI+Commands&amp;product=PegasusCIMOM&amp;product=PegasusClient&amp;product=PegasusCompiler&amp;product=PegasusGeneral&amp;product=PegasusJavaCIMClient&amp;product=PegasusProvider&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=VERIFIED&amp;emailtype1=notregexp&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=exclude&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;newqueryname=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.priority,bugs.bug_id">Pri</a>
 657                      </th>
 658                      <th colspan="1" width="27"><a
 659                      href="file:///E:/DownloadsMay2002/buglist.cgi?short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Pegasus+CLI+Commands&amp;product=PegasusCIMOM&amp;product=PegasusClient&amp;product=PegasusCompiler&amp;product=PegasusGeneral&amp;product=PegasusJavaCIMClient&amp;product=PegasusProvider&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=VERIFIED&amp;emailtype1=notregexp&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=exclude&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;newqueryname=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.rep_platform,bugs.bug_id">Plt</a>
 660                      </th>
 661                      <th colspan="1" width="113"><a
 662                      href="file:///E:/DownloadsMay2002/buglist.cgi?short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Pegasus+CLI+Commands&amp;product=PegasusCIMOM&amp;product=PegasusClient&amp;product=PegasusCompiler&amp;product=PegasusGeneral&amp;product=PegasusJavaCIMClient&amp;product=PegasusProvider&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=VERIFIED&amp;emailtype1=notregexp&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=exclude&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;newqueryname=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.bug_status,bugs.bug_id">State</a>
 663                      </th>
 664                      <th colspan="1" width="1"><a
 665                      href="file:///E:/DownloadsMay2002/buglist.cgi?short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Pegasus+CLI+Commands&amp;product=PegasusCIMOM&amp;product=PegasusClient&amp;product=PegasusCompiler&amp;product=PegasusGeneral&amp;product=PegasusJavaCIMClient&amp;product=PegasusProvider&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=VERIFIED&amp;emailtype1=notregexp&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=exclude&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;newqueryname=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.resolution,bugs.bug_id">Result</a>
 666                      </th>
 667                      <th colspan="1" width="957"><a
 668                      href="file:///E:/DownloadsMay2002/buglist.cgi?short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Pegasus+CLI+Commands&amp;product=PegasusCIMOM&amp;product=PegasusClient&amp;product=PegasusCompiler&amp;product=PegasusGeneral&amp;product=PegasusJavaCIMClient&amp;product=PegasusProvider&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=VERIFIED&amp;emailtype1=notregexp&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=exclude&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;newqueryname=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.short_desc,bugs.bug_id">Summary</a>
 669                      </th>
 670                    </tr>
 671                    <tr class="bz_minor bz_P4 ">
 672                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=3">3</a> </td>
 673 bafna.mukesh 1.2     <td width="31"><nobr>min</nobr> </td>
 674                      <td width="22"><nobr>P4</nobr> </td>
 675                      <td width="27"><nobr>All</nobr> </td>
 676                      <td width="113"><nobr>ASSI</nobr> </td>
 677                      <td width="1"></td>
 678                      <td width="957">Weak association qualifier check missed </td>
 679                    </tr>
 680                    <tr class="bz_normal bz_P3 ">
 681                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=42">42</a> </td>
 682                      <td width="31"><nobr>nor</nobr> </td>
 683                      <td width="22"><nobr>P3</nobr> </td>
 684                      <td width="27"><nobr>PC</nobr> </td>
 685                      <td width="113"><nobr>ASSI</nobr> </td>
 686                      <td width="1"></td>
 687                      <td width="957">Windows OS provider doesn't fill in CSName and Name keys </td>
 688                    </tr>
 689                    <tr class="bz_enhancement bz_P5 ">
 690                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=68">68</a> </td>
 691                      <td width="31"><nobr>enh</nobr> </td>
 692                      <td width="22"><nobr>P5</nobr> </td>
 693                      <td width="27"><nobr>HP</nobr> </td>
 694 bafna.mukesh 1.2     <td width="113"><nobr>NEW</nobr> </td>
 695                      <td width="1"></td>
 696                      <td width="957">cimom allows providers to deliver invalid properties </td>
 697                    </tr>
 698                    <tr class="bz_enhancement bz_P2 ">
 699                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=70">70</a> </td>
 700                      <td width="31"><nobr>enh</nobr> </td>
 701                      <td width="22"><nobr>P2</nobr> </td>
 702                      <td width="27"><nobr>HP</nobr> </td>
 703                      <td width="113"><nobr>NEW</nobr> </td>
 704                      <td width="1"></td>
 705                      <td width="957">Client API should support socks </td>
 706                    </tr>
 707                    <tr class="bz_minor bz_P4 ">
 708                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=71">71</a> </td>
 709                      <td width="31"><nobr>min</nobr> </td>
 710                      <td width="22"><nobr>P4</nobr> </td>
 711                      <td width="27"><nobr>All</nobr> </td>
 712                      <td width="113"><nobr>ASSI</nobr> </td>
 713                      <td width="1"></td>
 714                      <td width="957">Statistics MOF included in ManagedSystem Schema </td>
 715 bafna.mukesh 1.2   </tr>
 716                    <tr class="bz_enhancement bz_P5 ">
 717                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=85">85</a> </td>
 718                      <td width="31"><nobr>enh</nobr> </td>
 719                      <td width="22"><nobr>P5</nobr> </td>
 720                      <td width="27"><nobr>All</nobr> </td>
 721                      <td width="113"><nobr>ASSI</nobr> </td>
 722                      <td width="1"></td>
 723                      <td width="957">Need a way to manage currently executing requests </td>
 724                    </tr>
 725                    <tr class="bz_major bz_P3 ">
 726                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=89">89</a> </td>
 727                      <td width="31"><nobr>maj</nobr> </td>
 728                      <td width="22"><nobr>P3</nobr> </td>
 729                      <td width="27"><nobr>All</nobr> </td>
 730                      <td width="113"><nobr>ASSI</nobr> </td>
 731                      <td width="1"></td>
 732                      <td width="957">HTTPConnection must return 413 response on oversized requ... </td>
 733                    </tr>
 734                    <tr class="bz_normal bz_P1 ">
 735                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=90">90</a> </td>
 736 bafna.mukesh 1.2     <td width="31"><nobr>nor</nobr> </td>
 737                      <td width="22"><nobr>P1</nobr> </td>
 738                      <td width="27"><nobr>PC</nobr> </td>
 739                      <td width="113"><nobr>ASSI</nobr> </td>
 740                      <td width="1"></td>
 741                      <td width="957">Deep Inheritance and Local Only Flags Do Not Work </td>
 742                    </tr>
 743                    <tr class="bz_normal bz_P3 ">
 744                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=120">120</a> </td>
 745                      <td width="31"><nobr>nor</nobr> </td>
 746                      <td width="22"><nobr>P3</nobr> </td>
 747                      <td width="27"><nobr>PC</nobr> </td>
 748                      <td width="113"><nobr>ASSI</nobr> </td>
 749                      <td width="1"></td>
 750                      <td width="957">CIMClassRep::addProperty() sets ClassOrigin incorrectly. </td>
 751                    </tr>
 752                    <tr class="bz_normal bz_P3 ">
 753                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=126">126</a> </td>
 754                      <td width="31"><nobr>nor</nobr> </td>
 755                      <td width="22"><nobr>P3</nobr> </td>
 756                      <td width="27"><nobr>PC</nobr> </td>
 757 bafna.mukesh 1.2     <td width="113"><nobr>NEW</nobr> </td>
 758                      <td width="1"></td>
 759                      <td width="957">CIMDateTime::getDifference returns incorrect result for s... </td>
 760                    </tr>
 761                    <tr class="bz_normal bz_P3 ">
 762                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=133">133</a> </td>
 763                      <td width="31"><nobr>nor</nobr> </td>
 764                      <td width="22"><nobr>P3</nobr> </td>
 765                      <td width="27"><nobr>Oth</nobr> </td>
 766                      <td width="113"><nobr>ASSI</nobr> </td>
 767                      <td width="1"></td>
 768                      <td width="957">Pegasus compiler converts Schema Qualifer decl to CLASS </td>
 769                    </tr>
 770                    <tr class="bz_normal bz_P2 ">
 771                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=141">141</a> </td>
 772                      <td width="31"><nobr>nor</nobr> </td>
 773                      <td width="22"><nobr>P2</nobr> </td>
 774                      <td width="27"><nobr>All</nobr> </td>
 775                      <td width="113"><nobr>ASSI</nobr> </td>
 776                      <td width="1"></td>
 777                      <td width="957">ObjectPath MalformedObjectPath exceptions leak back throu... </td>
 778 bafna.mukesh 1.2   </tr>
 779                    <tr class="bz_normal bz_P3 ">
 780                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=144">144</a> </td>
 781                      <td width="31"><nobr>nor</nobr> </td>
 782                      <td width="22"><nobr>P3</nobr> </td>
 783                      <td width="27"><nobr>HP</nobr> </td>
 784                      <td width="113"><nobr>NEW</nobr> </td>
 785                      <td width="1"></td>
 786                      <td width="957">cimserver writes on console even when started in daemon mode </td>
 787                    </tr>
 788                    <tr class="bz_enhancement bz_P2 ">
 789                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=146">146</a> </td>
 790                      <td width="31"><nobr>enh</nobr> </td>
 791                      <td width="22"><nobr>P2</nobr> </td>
 792                      <td width="27"><nobr>HP</nobr> </td>
 793                      <td width="113"><nobr>NEW</nobr> </td>
 794                      <td width="1"></td>
 795                      <td width="957">There is no way to do pre-build or post-build stuff with ... </td>
 796                    </tr>
 797                    <tr class="bz_normal bz_P3 ">
 798                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=148">148</a> </td>
 799 bafna.mukesh 1.2     <td width="31"><nobr>nor</nobr> </td>
 800                      <td width="22"><nobr>P3</nobr> </td>
 801                      <td width="27"><nobr>PC</nobr> </td>
 802                      <td width="113"><nobr>ASSI</nobr> </td>
 803                      <td width="1"></td>
 804                      <td width="957">CGIClient.cpp changes '-' to '.' </td>
 805                    </tr>
 806                    <tr class="bz_trivial bz_P4 ">
 807                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=149">149</a> </td>
 808                      <td width="31"><nobr>tri</nobr> </td>
 809                      <td width="22"><nobr>P4</nobr> </td>
 810                      <td width="27"><nobr>HP</nobr> </td>
 811                      <td width="113"><nobr>ASSI</nobr> </td>
 812                      <td width="1"></td>
 813                      <td width="957">src/Clients/ToMofClient/ToMofClient.cpp warning during build </td>
 814                    </tr>
 815                    <tr class="bz_trivial bz_P4 ">
 816                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=150">150</a> </td>
 817                      <td width="31"><nobr>tri</nobr> </td>
 818                      <td width="22"><nobr>P4</nobr> </td>
 819                      <td width="27"><nobr>HP</nobr> </td>
 820 bafna.mukesh 1.2     <td width="113"><nobr>NEW</nobr> </td>
 821                      <td width="1"></td>
 822                      <td width="957">warnings compiling src/Server/cimserver.cpp </td>
 823                    </tr>
 824                    <tr class="bz_normal bz_P2 ">
 825                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=168">168</a> </td>
 826                      <td width="31"><nobr>nor</nobr> </td>
 827                      <td width="22"><nobr>P2</nobr> </td>
 828                      <td width="27"><nobr>PC</nobr> </td>
 829                      <td width="113"><nobr>NEW</nobr> </td>
 830                      <td width="1"></td>
 831                      <td width="957">Incomplete CIMObjectPath wen calling providers </td>
 832                    </tr>
 833                    <tr class="bz_normal bz_P3 ">
 834                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=202">202</a> </td>
 835                      <td width="31"><nobr>nor</nobr> </td>
 836                      <td width="22"><nobr>P3</nobr> </td>
 837                      <td width="27"><nobr>HP</nobr> </td>
 838                      <td width="113"><nobr>ASSI</nobr> </td>
 839                      <td width="1"></td>
 840                      <td width="957">Porting changes for HP-UX </td>
 841 bafna.mukesh 1.2   </tr>
 842                    <tr class="bz_normal bz_P3 ">
 843                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=203">203</a> </td>
 844                      <td width="31"><nobr>nor</nobr> </td>
 845                      <td width="22"><nobr>P3</nobr> </td>
 846                      <td width="27"><nobr>All</nobr> </td>
 847                      <td width="113"><nobr>ASSI</nobr> </td>
 848                      <td width="1"></td>
 849                      <td width="957">Porting changes for IA64 Linux </td>
 850                    </tr>
 851                    <tr class="bz_normal bz_P3 ">
 852                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=206">206</a> </td>
 853                      <td width="31"><nobr>nor</nobr> </td>
 854                      <td width="22"><nobr>P3</nobr> </td>
 855                      <td width="27"><nobr>HP</nobr> </td>
 856                      <td width="113"><nobr>NEW</nobr> </td>
 857                      <td width="1"></td>
 858                      <td width="957">Client requests time out with PERFINST enabled </td>
 859                    </tr>
 860                    <tr class="bz_normal bz_P4 ">
 861                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=210">210</a> </td>
 862 bafna.mukesh 1.2     <td width="31"><nobr>nor</nobr> </td>
 863                      <td width="22"><nobr>P4</nobr> </td>
 864                      <td width="27"><nobr>PC</nobr> </td>
 865                      <td width="113"><nobr>ASSI</nobr> </td>
 866                      <td width="1"></td>
 867                      <td width="957">MOF output for Reference values generates XML not mof </td>
 868                    </tr>
 869                    <tr class="bz_normal bz_P3 ">
 870                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=211">211</a> </td>
 871                      <td width="31"><nobr>nor</nobr> </td>
 872                      <td width="22"><nobr>P3</nobr> </td>
 873                      <td width="27"><nobr>PC</nobr> </td>
 874                      <td width="113"><nobr>ASSI</nobr> </td>
 875                      <td width="1"></td>
 876                      <td width="957">CIMObjectPath Legal Host name incomplete </td>
 877                    </tr>
 878                    <tr class="bz_major bz_P3 ">
 879                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=212">212</a> </td>
 880                      <td width="31"><nobr>maj</nobr> </td>
 881                      <td width="22"><nobr>P3</nobr> </td>
 882                      <td width="27"><nobr>All</nobr> </td>
 883 bafna.mukesh 1.2     <td width="113"><nobr>NEW</nobr> </td>
 884                      <td width="1"></td>
 885                      <td width="957">Cimserver uses lots of cpu &quot;idle time&quot; when the cimserver... </td>
 886                    </tr>
 887                    <tr class="bz_normal bz_P4 ">
 888                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=213">213</a> </td>
 889                      <td width="31"><nobr>nor</nobr> </td>
 890                      <td width="22"><nobr>P4</nobr> </td>
 891                      <td width="27"><nobr>All</nobr> </td>
 892                      <td width="113"><nobr>NEW</nobr> </td>
 893                      <td width="1"></td>
 894                      <td width="957">Insufficient Code Coverage </td>
 895                    </tr>
 896                    <tr class="bz_normal bz_P4 ">
 897                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=217">217</a> </td>
 898                      <td width="31"><nobr>nor</nobr> </td>
 899                      <td width="22"><nobr>P4</nobr> </td>
 900                      <td width="27"><nobr>PC</nobr> </td>
 901                      <td width="113"><nobr>NEW</nobr> </td>
 902                      <td width="1"></td>
 903                      <td width="957">Error in CIMClass Create on some Linux Platforms </td>
 904 bafna.mukesh 1.2   </tr>
 905                    <tr class="bz_normal bz_P3 ">
 906                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=237">237</a> </td>
 907                      <td width="31"><nobr>nor</nobr> </td>
 908                      <td width="22"><nobr>P3</nobr> </td>
 909                      <td width="27"><nobr>All</nobr> </td>
 910                      <td width="113"><nobr>ASSI</nobr> </td>
 911                      <td width="1"></td>
 912                      <td width="957">Incorrect use of statistic macros </td>
 913                    </tr>
 914                    <tr class="bz_normal bz_P4 ">
 915                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=243">243</a> </td>
 916                      <td width="31"><nobr>nor</nobr> </td>
 917                      <td width="22"><nobr>P4</nobr> </td>
 918                      <td width="27"><nobr>PC</nobr> </td>
 919                      <td width="113"><nobr>NEW</nobr> </td>
 920                      <td width="1"></td>
 921                      <td width="957">Compiler misses MOF syntax error in value </td>
 922                    </tr>
 923                    <tr class="bz_enhancement bz_P2 ">
 924                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=246">246</a> </td>
 925 bafna.mukesh 1.2     <td width="31"><nobr>enh</nobr> </td>
 926                      <td width="22"><nobr>P2</nobr> </td>
 927                      <td width="27"><nobr>All</nobr> </td>
 928                      <td width="113"><nobr>NEW</nobr> </td>
 929                      <td width="1"></td>
 930                      <td width="957">Security issues with CIMOMHandle </td>
 931                    </tr>
 932                    <tr class="bz_normal bz_P3 ">
 933                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=249">249</a> </td>
 934                      <td width="31"><nobr>nor</nobr> </td>
 935                      <td width="22"><nobr>P3</nobr> </td>
 936                      <td width="27"><nobr>All</nobr> </td>
 937                      <td width="113"><nobr>NEW</nobr> </td>
 938                      <td width="1"></td>
 939                      <td width="957">cimmof returns code of 0 on error </td>
 940                    </tr>
 941                    <tr class="bz_normal bz_P2 ">
 942                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=267">267</a> </td>
 943                      <td width="31"><nobr>nor</nobr> </td>
 944                      <td width="22"><nobr>P2</nobr> </td>
 945                      <td width="27"><nobr>All</nobr> </td>
 946 bafna.mukesh 1.2     <td width="113"><nobr>NEW</nobr> </td>
 947                      <td width="1"></td>
 948                      <td width="957">ComputerSystem provider does not set path in enumerateIns... </td>
 949                    </tr>
 950                    <tr class="bz_normal bz_P3 ">
 951                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=279">279</a> </td>
 952                      <td width="31"><nobr>nor</nobr> </td>
 953                      <td width="22"><nobr>P3</nobr> </td>
 954                      <td width="27"><nobr>HP</nobr> </td>
 955                      <td width="113"><nobr>NEW</nobr> </td>
 956                      <td width="1"></td>
 957                      <td width="957">CIMDateTime::getDifference returns incorrect result on so... </td>
 958                    </tr>
 959                    <tr class="bz_normal bz_P3 ">
 960                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=281">281</a> </td>
 961                      <td width="31"><nobr>nor</nobr> </td>
 962                      <td width="22"><nobr>P3</nobr> </td>
 963                      <td width="27"><nobr>All</nobr> </td>
 964                      <td width="113"><nobr>NEW</nobr> </td>
 965                      <td width="1"></td>
 966                      <td width="957">setQualifier throws CIM_ERR_ALREADY_EXISTS </td>
 967 bafna.mukesh 1.2   </tr>
 968                    <tr class="bz_normal bz_P5 ">
 969                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=296">296</a> </td>
 970                      <td width="31"><nobr>nor</nobr> </td>
 971                      <td width="22"><nobr>P5</nobr> </td>
 972                      <td width="27"><nobr>All</nobr> </td>
 973                      <td width="113"><nobr>NEW</nobr> </td>
 974                      <td width="1"></td>
 975                      <td width="957">pegasus/src/Pegasus/Server/tests accidently disabled Feb '02 </td>
 976                    </tr>
 977                    <tr class="bz_normal bz_P3 ">
 978                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=298">298</a> </td>
 979                      <td width="31"><nobr>nor</nobr> </td>
 980                      <td width="22"><nobr>P3</nobr> </td>
 981                      <td width="27"><nobr>PC</nobr> </td>
 982                      <td width="113"><nobr>NEW</nobr> </td>
 983                      <td width="1"></td>
 984                      <td width="957">dispatcher lookup optimization </td>
 985                    </tr>
 986                    <tr class="bz_normal bz_P4 ">
 987                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=306">306</a> </td>
 988 bafna.mukesh 1.2     <td width="31"><nobr>nor</nobr> </td>
 989                      <td width="22"><nobr>P4</nobr> </td>
 990                      <td width="27"><nobr>All</nobr> </td>
 991                      <td width="113"><nobr>NEW</nobr> </td>
 992                      <td width="1"></td>
 993                      <td width="957">cimconfig -s property=value -p allows you to set non-vali... </td>
 994                    </tr>
 995                    <tr class="bz_critical bz_P2 ">
 996                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=323">323</a> </td>
 997                      <td width="31"><nobr>cri</nobr> </td>
 998                      <td width="22"><nobr>P2</nobr> </td>
 999                      <td width="27"><nobr>All</nobr> </td>
1000                      <td width="113"><nobr>ASSI</nobr> </td>
1001                      <td width="1"></td>
1002                      <td width="957">TestClient Failure - Associations </td>
1003                    </tr>
1004                    <tr class="bz_minor bz_P3 ">
1005                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=329">329</a> </td>
1006                      <td width="31"><nobr>min</nobr> </td>
1007                      <td width="22"><nobr>P3</nobr> </td>
1008                      <td width="27"><nobr>PC</nobr> </td>
1009 bafna.mukesh 1.2     <td width="113"><nobr>ASSI</nobr> </td>
1010                      <td width="1"></td>
1011                      <td width="957">tomof client fails on call - cannot find repository </td>
1012                    </tr>
1013                    <tr class="bz_critical bz_P3 ">
1014                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=338">338</a> </td>
1015                      <td width="31"><nobr>cri</nobr> </td>
1016                      <td width="22"><nobr>P3</nobr> </td>
1017                      <td width="27"><nobr>PC</nobr> </td>
1018                      <td width="113"><nobr>NEW</nobr> </td>
1019                      <td width="1"></td>
1020                      <td width="957">Condition doesn't CloseHandle() on _condition </td>
1021                    </tr>
1022                    <tr class="bz_trivial bz_P5 ">
1023                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=347">347</a> </td>
1024                      <td width="31"><nobr>tri</nobr> </td>
1025                      <td width="22"><nobr>P5</nobr> </td>
1026                      <td width="27"><nobr>All</nobr> </td>
1027                      <td width="113"><nobr>ASSI</nobr> </td>
1028                      <td width="1"></td>
1029                      <td width="957">typos throughout the code </td>
1030 bafna.mukesh 1.2   </tr>
1031                    <tr class="bz_critical bz_P1 ">
1032                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=348">348</a> </td>
1033                      <td width="31"><nobr>cri</nobr> </td>
1034                      <td width="22"><nobr>P1</nobr> </td>
1035                      <td width="27"><nobr>All</nobr> </td>
1036                      <td width="113"><nobr>REOP</nobr> </td>
1037                      <td width="1"></td>
1038                      <td width="957">Association test SampleFamilyProvider fails intermittently </td>
1039                    </tr>
1040                    <tr class="bz_minor bz_P4 ">
1041                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=353">353</a> </td>
1042                      <td width="31"><nobr>min</nobr> </td>
1043                      <td width="22"><nobr>P4</nobr> </td>
1044                      <td width="27"><nobr>All</nobr> </td>
1045                      <td width="113"><nobr>NEW</nobr> </td>
1046                      <td width="1"></td>
1047                      <td width="957">cimserver silently creates new repositories </td>
1048                    </tr>
1049                    <tr class="bz_normal bz_P3 ">
1050                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=354">354</a> </td>
1051 bafna.mukesh 1.2     <td width="31"><nobr>nor</nobr> </td>
1052                      <td width="22"><nobr>P3</nobr> </td>
1053                      <td width="27"><nobr>All</nobr> </td>
1054                      <td width="113"><nobr>NEW</nobr> </td>
1055                      <td width="1"></td>
1056                      <td width="957">Test EnumerateClasses fails when classes are in a differe... </td>
1057                    </tr>
1058                    <tr class="bz_normal bz_P1 ">
1059                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=355">355</a> </td>
1060                      <td width="31"><nobr>nor</nobr> </td>
1061                      <td width="22"><nobr>P1</nobr> </td>
1062                      <td width="27"><nobr>PC</nobr> </td>
1063                      <td width="113"><nobr>ASSI</nobr> </td>
1064                      <td width="1"></td>
1065                      <td width="957">PropertyList parameter specified in the EnumerateInstance... </td>
1066                    </tr>
1067                    <tr class="bz_normal bz_P3 ">
1068                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=357">357</a> </td>
1069                      <td width="31"><nobr>nor</nobr> </td>
1070                      <td width="22"><nobr>P3</nobr> </td>
1071                      <td width="27"><nobr>PC</nobr> </td>
1072 bafna.mukesh 1.2     <td width="113"><nobr>NEW</nobr> </td>
1073                      <td width="1"></td>
1074                      <td width="957">pegasus/mak/library-windows.mak should be using variables </td>
1075                    </tr>
1076                    <tr class="bz_normal bz_P2 ">
1077                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=359">359</a> </td>
1078                      <td width="31"><nobr>nor</nobr> </td>
1079                      <td width="22"><nobr>P2</nobr> </td>
1080                      <td width="27"><nobr>PC</nobr> </td>
1081                      <td width="113"><nobr>NEW</nobr> </td>
1082                      <td width="1"></td>
1083                      <td width="957">cimserver does not report cimserver_planned.conf errors </td>
1084                    </tr>
1085                    <tr class="bz_normal bz_P2 ">
1086                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=360">360</a> </td>
1087                      <td width="31"><nobr>nor</nobr> </td>
1088                      <td width="22"><nobr>P2</nobr> </td>
1089                      <td width="27"><nobr>PC</nobr> </td>
1090                      <td width="113"><nobr>NEW</nobr> </td>
1091                      <td width="1"></td>
1092                      <td width="957">Invalid XML return on what appears to be keepalive. </td>
1093 bafna.mukesh 1.2   </tr>
1094                    <tr class="bz_enhancement bz_P2 ">
1095                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=364">364</a> </td>
1096                      <td width="31"><nobr>enh</nobr> </td>
1097                      <td width="22"><nobr>P2</nobr> </td>
1098                      <td width="27"><nobr>Oth</nobr> </td>
1099                      <td width="113"><nobr>REOP</nobr> </td>
1100                      <td width="1"></td>
1101                      <td width="957">No method to recreate SSL certs, except reading the readm... </td>
1102                    </tr>
1103                    <tr class="bz_normal bz_P2 ">
1104                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=365">365</a> </td>
1105                      <td width="31"><nobr>nor</nobr> </td>
1106                      <td width="22"><nobr>P2</nobr> </td>
1107                      <td width="27"><nobr>All</nobr> </td>
1108                      <td width="113"><nobr>NEW</nobr> </td>
1109                      <td width="1"></td>
1110                      <td width="957">MOF Compiler sets ToInstance Flavor when ToSubclass is sp... </td>
1111                    </tr>
1112                    <tr class="bz_normal bz_P1 ">
1113                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=367">367</a> </td>
1114 bafna.mukesh 1.2     <td width="31"><nobr>nor</nobr> </td>
1115                      <td width="22"><nobr>P1</nobr> </td>
1116                      <td width="27"><nobr>PC</nobr> </td>
1117                      <td width="113"><nobr>ASSI</nobr> </td>
1118                      <td width="1"></td>
1119                      <td width="957">EnumerateInstance and EnumerateInstanceNames methods not ... </td>
1120                    </tr>
1121                    <tr class="bz_minor bz_P5 ">
1122                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=371">371</a> </td>
1123                      <td width="31"><nobr>min</nobr> </td>
1124                      <td width="22"><nobr>P5</nobr> </td>
1125                      <td width="27"><nobr>All</nobr> </td>
1126                      <td width="113"><nobr>NEW</nobr> </td>
1127                      <td width="1"></td>
1128                      <td width="957">mu should build to $PEGASUS_HOME/bin </td>
1129                    </tr>
1130                    <tr class="bz_normal bz_P2 ">
1131                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=372">372</a> </td>
1132                      <td width="31"><nobr>nor</nobr> </td>
1133                      <td width="22"><nobr>P2</nobr> </td>
1134                      <td width="27"><nobr>All</nobr> </td>
1135 bafna.mukesh 1.2     <td width="113"><nobr>NEW</nobr> </td>
1136                      <td width="1"></td>
1137                      <td width="957">Posix signals can interrupt blocking calls and cause them... </td>
1138                    </tr>
1139                    <tr class="bz_normal bz_P2 ">
1140                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=373">373</a> </td>
1141                      <td width="31"><nobr>nor</nobr> </td>
1142                      <td width="22"><nobr>P2</nobr> </td>
1143                      <td width="27"><nobr>PC</nobr> </td>
1144                      <td width="113"><nobr>NEW</nobr> </td>
1145                      <td width="1"></td>
1146                      <td width="957">&quot;Pegasus CIM Server Demonstration&quot; cannot enumerate clas... </td>
1147                    </tr>
1148                    <tr class="bz_normal bz_P2 ">
1149                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=376">376</a> </td>
1150                      <td width="31"><nobr>nor</nobr> </td>
1151                      <td width="22"><nobr>P2</nobr> </td>
1152                      <td width="27"><nobr>PC</nobr> </td>
1153                      <td width="113"><nobr>ASSI</nobr> </td>
1154                      <td width="1"></td>
1155                      <td width="957">SetProperty returns &quot;CIM_ERR_NOT_SUPPORTED&quot; </td>
1156 bafna.mukesh 1.2   </tr>
1157                    <tr class="bz_enhancement bz_P2 ">
1158                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=377">377</a> </td>
1159                      <td width="31"><nobr>enh</nobr> </td>
1160                      <td width="22"><nobr>P2</nobr> </td>
1161                      <td width="27"><nobr>PC</nobr> </td>
1162                      <td width="113"><nobr>NEW</nobr> </td>
1163                      <td width="1"></td>
1164                      <td width="957">Multireq not supported </td>
1165                    </tr>
1166                    <tr class="bz_normal bz_P3 ">
1167                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=378">378</a> </td>
1168                      <td width="31"><nobr>nor</nobr> </td>
1169                      <td width="22"><nobr>P3</nobr> </td>
1170                      <td width="27"><nobr>PC</nobr> </td>
1171                      <td width="113"><nobr>ASSI</nobr> </td>
1172                      <td width="1"></td>
1173                      <td width="957">GetClass returns CIM_ERR_NOT_SUPPORTED with invalid args </td>
1174                    </tr>
1175                    <tr class="bz_normal bz_P1 ">
1176                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=379">379</a> </td>
1177 bafna.mukesh 1.2     <td width="31"><nobr>nor</nobr> </td>
1178                      <td width="22"><nobr>P1</nobr> </td>
1179                      <td width="27"><nobr>PC</nobr> </td>
1180                      <td width="113"><nobr>NEW</nobr> </td>
1181                      <td width="1"></td>
1182                      <td width="957">CreateInstances errors with property types real32 and real64 </td>
1183                    </tr>
1184                    <tr class="bz_normal bz_P4 ">
1185                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=384">384</a> </td>
1186                      <td width="31"><nobr>nor</nobr> </td>
1187                      <td width="22"><nobr>P4</nobr> </td>
1188                      <td width="27"><nobr>PC</nobr> </td>
1189                      <td width="113"><nobr>NEW</nobr> </td>
1190                      <td width="1"></td>
1191                      <td width="957">use of Tracer in ThreadPool test causes coredump when tra... </td>
1192                    </tr>
1193                    <tr class="bz_normal bz_P2 ">
1194                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=390">390</a> </td>
1195                      <td width="31"><nobr>nor</nobr> </td>
1196                      <td width="22"><nobr>P2</nobr> </td>
1197                      <td width="27"><nobr>PC</nobr> </td>
1198 bafna.mukesh 1.2     <td width="113"><nobr>NEW</nobr> </td>
1199                      <td width="1"></td>
1200                      <td width="957">Compiler Errors in serveral Linux Providers </td>
1201                    </tr>
1202                    <tr class="bz_enhancement bz_P3 ">
1203                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=393">393</a> </td>
1204                      <td width="31"><nobr>enh</nobr> </td>
1205                      <td width="22"><nobr>P3</nobr> </td>
1206                      <td width="27"><nobr>All</nobr> </td>
1207                      <td width="113"><nobr>NEW</nobr> </td>
1208                      <td width="1"></td>
1209                      <td width="957">Definition of cimconfig parameters </td>
1210                    </tr>
1211                    <tr class="bz_major bz_P3 ">
1212                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=398">398</a> </td>
1213                      <td width="31"><nobr>maj</nobr> </td>
1214                      <td width="22"><nobr>P3</nobr> </td>
1215                      <td width="27"><nobr>All</nobr> </td>
1216                      <td width="113"><nobr>NEW</nobr> </td>
1217                      <td width="1"></td>
1218                      <td width="957">Infinite re-acking of CIM_STOPPED message during shutdown. </td>
1219 bafna.mukesh 1.2   </tr>
1220                    <tr class="bz_normal bz_P3 ">
1221                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=410">410</a> </td>
1222                      <td width="31"><nobr>nor</nobr> </td>
1223                      <td width="22"><nobr>P3</nobr> </td>
1224                      <td width="27"><nobr>PC</nobr> </td>
1225                      <td width="113"><nobr>NEW</nobr> </td>
1226                      <td width="1"></td>
1227                      <td width="957">Placement of the PEGASUS_HAS_PERFINST compile param </td>
1228                    </tr>
1229                    <tr class="bz_trivial bz_P5 ">
1230                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=416">416</a> </td>
1231                      <td width="31"><nobr>tri</nobr> </td>
1232                      <td width="22"><nobr>P5</nobr> </td>
1233                      <td width="27"><nobr>PC</nobr> </td>
1234                      <td width="113"><nobr>NEW</nobr> </td>
1235                      <td width="1"></td>
1236                      <td width="957">TestMakefile for Linux uses 'kill -9' to terminate cimser... </td>
1237                    </tr>
1238                    <tr class="bz_normal bz_P2 ">
1239                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=424">424</a> </td>
1240 bafna.mukesh 1.2     <td width="31"><nobr>nor</nobr> </td>
1241                      <td width="22"><nobr>P2</nobr> </td>
1242                      <td width="27"><nobr>All</nobr> </td>
1243                      <td width="113"><nobr>NEW</nobr> </td>
1244                      <td width="1"></td>
1245                      <td width="957">XMLParser removes whitespace </td>
1246                    </tr>
1247                    <tr class="bz_normal bz_P3 ">
1248                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=426">426</a> </td>
1249                      <td width="31"><nobr>nor</nobr> </td>
1250                      <td width="22"><nobr>P3</nobr> </td>
1251                      <td width="27"><nobr>PC</nobr> </td>
1252                      <td width="113"><nobr>NEW</nobr> </td>
1253                      <td width="1"></td>
1254                      <td width="957">There is no inserter operation for Uint64 on the windows ... </td>
1255                    </tr>
1256                    <tr class="bz_normal bz_P4 ">
1257                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=427">427</a> </td>
1258                      <td width="31"><nobr>nor</nobr> </td>
1259                      <td width="22"><nobr>P4</nobr> </td>
1260                      <td width="27"><nobr>PC</nobr> </td>
1261 bafna.mukesh 1.2     <td width="113"><nobr>NEW</nobr> </td>
1262                      <td width="1"></td>
1263                      <td width="957">Loading testrepository issues message stating loading CIM... </td>
1264                    </tr>
1265                    <tr class="bz_normal bz_P1 ">
1266                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=428">428</a> </td>
1267                      <td width="31"><nobr>nor</nobr> </td>
1268                      <td width="22"><nobr>P1</nobr> </td>
1269                      <td width="27"><nobr>All</nobr> </td>
1270                      <td width="113"><nobr>NEW</nobr> </td>
1271                      <td width="1"></td>
1272                      <td width="957">xml parsing problem regarding REFERENCECLASS </td>
1273                    </tr>
1274                    <tr class="bz_normal bz_P3 ">
1275                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=439">439</a> </td>
1276                      <td width="31"><nobr>nor</nobr> </td>
1277                      <td width="22"><nobr>P3</nobr> </td>
1278                      <td width="27"><nobr>All</nobr> </td>
1279                      <td width="113"><nobr>NEW</nobr> </td>
1280                      <td width="1"></td>
1281                      <td width="957">Corrupt newlines CVS repository </td>
1282 bafna.mukesh 1.2   </tr>
1283                    <tr class="bz_normal bz_P2 ">
1284                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=441">441</a> </td>
1285                      <td width="31"><nobr>nor</nobr> </td>
1286                      <td width="22"><nobr>P2</nobr> </td>
1287                      <td width="27"><nobr>PC</nobr> </td>
1288                      <td width="113"><nobr>NEW</nobr> </td>
1289                      <td width="1"></td>
1290                      <td width="957">CIMOM Authentication on Windows XP </td>
1291                    </tr>
1292                    <tr class="bz_minor bz_P4 ">
1293                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=456">456</a> </td>
1294                      <td width="31"><nobr>min</nobr> </td>
1295                      <td width="22"><nobr>P4</nobr> </td>
1296                      <td width="27"><nobr>All</nobr> </td>
1297                      <td width="113"><nobr>ASSI</nobr> </td>
1298                      <td width="1"></td>
1299                      <td width="957">Adding TEST CASES to the String test bucket. </td>
1300                    </tr>
1301                    <tr class="bz_normal bz_P4 ">
1302                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=463">463</a> </td>
1303 bafna.mukesh 1.2     <td width="31"><nobr>nor</nobr> </td>
1304                      <td width="22"><nobr>P4</nobr> </td>
1305                      <td width="27"><nobr>All</nobr> </td>
1306                      <td width="113"><nobr>NEW</nobr> </td>
1307                      <td width="1"></td>
1308                      <td width="957">SampleFamilyProvider Shows Warnings in TestClient </td>
1309                    </tr>
1310                    <tr class="bz_normal bz_P2 ">
1311                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=473">473</a> </td>
1312                      <td width="31"><nobr>nor</nobr> </td>
1313                      <td width="22"><nobr>P2</nobr> </td>
1314                      <td width="27"><nobr>PC</nobr> </td>
1315                      <td width="113"><nobr>NEW</nobr> </td>
1316                      <td width="1"></td>
1317                      <td width="957">System.cpp getSystemCreationClassName() returns empty </td>
1318                    </tr>
1319                    <tr class="bz_normal bz_P3 ">
1320                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=477">477</a> </td>
1321                      <td width="31"><nobr>nor</nobr> </td>
1322                      <td width="22"><nobr>P3</nobr> </td>
1323                      <td width="27"><nobr>HP</nobr> </td>
1324 bafna.mukesh 1.2     <td width="113"><nobr>ASSI</nobr> </td>
1325                      <td width="1"></td>
1326                      <td width="957">Coredump in Tracer </td>
1327                    </tr>
1328                    <tr class="bz_major bz_P1 ">
1329                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=482">482</a> </td>
1330                      <td width="31"><nobr>maj</nobr> </td>
1331                      <td width="22"><nobr>P1</nobr> </td>
1332                      <td width="27"><nobr>PC</nobr> </td>
1333                      <td width="113"><nobr>NEW</nobr> </td>
1334                      <td width="1"></td>
1335                      <td width="957">Gives internal server error( Error Code:500) while creati... </td>
1336                    </tr>
1337                    <tr class="bz_normal bz_P3 ">
1338                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=485">485</a> </td>
1339                      <td width="31"><nobr>nor</nobr> </td>
1340                      <td width="22"><nobr>P3</nobr> </td>
1341                      <td width="27"><nobr>All</nobr> </td>
1342                      <td width="113"><nobr>ASSI</nobr> </td>
1343                      <td width="1"></td>
1344                      <td width="957">Message review/rewording </td>
1345 bafna.mukesh 1.2   </tr>
1346                    <tr class="bz_critical bz_P3 ">
1347                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=490">490</a> </td>
1348                      <td width="31"><nobr>cri</nobr> </td>
1349                      <td width="22"><nobr>P3</nobr> </td>
1350                      <td width="27"><nobr>PC</nobr> </td>
1351                      <td width="113"><nobr>ASSI</nobr> </td>
1352                      <td width="1"></td>
1353                      <td width="957">ProviderManager looks up instance provider for InvokeMethod </td>
1354                    </tr>
1355                    <tr class="bz_normal bz_P3 ">
1356                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=493">493</a> </td>
1357                      <td width="31"><nobr>nor</nobr> </td>
1358                      <td width="22"><nobr>P3</nobr> </td>
1359                      <td width="27"><nobr>All</nobr> </td>
1360                      <td width="113"><nobr>NEW</nobr> </td>
1361                      <td width="1"></td>
1362                      <td width="957">Dispatcher's result aggregation selects arbitrary exception </td>
1363                    </tr>
1364                    <tr class="bz_normal bz_P5 ">
1365                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=512">512</a> </td>
1366 bafna.mukesh 1.2     <td width="31"><nobr>nor</nobr> </td>
1367                      <td width="22"><nobr>P5</nobr> </td>
1368                      <td width="27"><nobr>All</nobr> </td>
1369                      <td width="113"><nobr>NEW</nobr> </td>
1370                      <td width="1"></td>
1371                      <td width="957">File open error lost in Repository </td>
1372                    </tr>
1373                    <tr class="bz_trivial bz_P5 ">
1374                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=518">518</a> </td>
1375                      <td width="31"><nobr>tri</nobr> </td>
1376                      <td width="22"><nobr>P5</nobr> </td>
1377                      <td width="27"><nobr>HP</nobr> </td>
1378                      <td width="113"><nobr>ASSI</nobr> </td>
1379                      <td width="1"></td>
1380                      <td width="957">Remove DNSAdminDomain and NTPAdminDomain </td>
1381                    </tr>
1382                    <tr class="bz_normal bz_P3 ">
1383                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=533">533</a> </td>
1384                      <td width="31"><nobr>nor</nobr> </td>
1385                      <td width="22"><nobr>P3</nobr> </td>
1386                      <td width="27"><nobr>PC</nobr> </td>
1387 bafna.mukesh 1.2     <td width="113"><nobr>NEW</nobr> </td>
1388                      <td width="1"></td>
1389                      <td width="957">mu does not build on Linux </td>
1390                    </tr>
1391                    <tr class="bz_normal bz_P2 ">
1392                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=535">535</a> </td>
1393                      <td width="31"><nobr>nor</nobr> </td>
1394                      <td width="22"><nobr>P2</nobr> </td>
1395                      <td width="27"><nobr>All</nobr> </td>
1396                      <td width="113"><nobr>ASSI</nobr> </td>
1397                      <td width="1"></td>
1398                      <td width="957">cimserver hangs when subjected to bursts of individual re... </td>
1399                    </tr>
1400                    <tr class="bz_normal bz_P3 ">
1401                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=537">537</a> </td>
1402                      <td width="31"><nobr>nor</nobr> </td>
1403                      <td width="22"><nobr>P3</nobr> </td>
1404                      <td width="27"><nobr>All</nobr> </td>
1405                      <td width="113"><nobr>NEW</nobr> </td>
1406                      <td width="1"></td>
1407                      <td width="957">XmlReader accepts CLASSORIGIN=&quot;&quot; </td>
1408 bafna.mukesh 1.2   </tr>
1409                    <tr class="bz_enhancement bz_P2 ">
1410                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=539">539</a> </td>
1411                      <td width="31"><nobr>enh</nobr> </td>
1412                      <td width="22"><nobr>P2</nobr> </td>
1413                      <td width="27"><nobr>PC</nobr> </td>
1414                      <td width="113"><nobr>NEW</nobr> </td>
1415                      <td width="1"></td>
1416                      <td width="957">Pegasus DLLs on windows do not contain version numbers </td>
1417                    </tr>
1418                    <tr class="bz_major bz_P2 ">
1419                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=544">544</a> </td>
1420                      <td width="31"><nobr>maj</nobr> </td>
1421                      <td width="22"><nobr>P2</nobr> </td>
1422                      <td width="27"><nobr>All</nobr> </td>
1423                      <td width="113"><nobr>NEW</nobr> </td>
1424                      <td width="1"></td>
1425                      <td width="957">MOF compiler does not convert escape characters </td>
1426                    </tr>
1427                    <tr class="bz_normal bz_P3 ">
1428                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=548">548</a> </td>
1429 bafna.mukesh 1.2     <td width="31"><nobr>nor</nobr> </td>
1430                      <td width="22"><nobr>P3</nobr> </td>
1431                      <td width="27"><nobr>All</nobr> </td>
1432                      <td width="113"><nobr>NEW</nobr> </td>
1433                      <td width="1"></td>
1434                      <td width="957">Redundant error message from WQLParser </td>
1435                    </tr>
1436                    <tr class="bz_normal bz_P2 ">
1437                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=556">556</a> </td>
1438                      <td width="31"><nobr>nor</nobr> </td>
1439                      <td width="22"><nobr>P2</nobr> </td>
1440                      <td width="27"><nobr>PC</nobr> </td>
1441                      <td width="113"><nobr>NEW</nobr> </td>
1442                      <td width="1"></td>
1443                      <td width="957">wbem exec tests error </td>
1444                    </tr>
1445                    <tr class="bz_critical bz_P1 ">
1446                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=558">558</a> </td>
1447                      <td width="31"><nobr>cri</nobr> </td>
1448                      <td width="22"><nobr>P1</nobr> </td>
1449                      <td width="27"><nobr>All</nobr> </td>
1450 bafna.mukesh 1.2     <td width="113"><nobr>REOP</nobr> </td>
1451                      <td width="1"></td>
1452                      <td width="957">cimserver failure when running multiple client tests </td>
1453                    </tr>
1454                    <tr class="bz_normal bz_P3 ">
1455                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=562">562</a> </td>
1456                      <td width="31"><nobr>nor</nobr> </td>
1457                      <td width="22"><nobr>P3</nobr> </td>
1458                      <td width="27"><nobr>PC</nobr> </td>
1459                      <td width="113"><nobr>NEW</nobr> </td>
1460                      <td width="1"></td>
1461                      <td width="957">tests/config.mak always outputs test passed even if failed </td>
1462                    </tr>
1463                    <tr class="bz_normal bz_P1 ">
1464                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=577">577</a> </td>
1465                      <td width="31"><nobr>nor</nobr> </td>
1466                      <td width="22"><nobr>P1</nobr> </td>
1467                      <td width="27"><nobr>PC</nobr> </td>
1468                      <td width="113"><nobr>NEW</nobr> </td>
1469                      <td width="1"></td>
1470                      <td width="957">ComputerSystem_Linux Provider Generates File Error </td>
1471 bafna.mukesh 1.2   </tr>
1472                    <tr class="bz_normal bz_P2 ">
1473                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=581">581</a> </td>
1474                      <td width="31"><nobr>nor</nobr> </td>
1475                      <td width="22"><nobr>P2</nobr> </td>
1476                      <td width="27"><nobr>PC</nobr> </td>
1477                      <td width="113"><nobr>NEW</nobr> </td>
1478                      <td width="1"></td>
1479                      <td width="957">Microsoft Visual C++ .NET compile issues </td>
1480                    </tr>
1481                    <tr class="bz_normal bz_P3 ">
1482                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=590">590</a> </td>
1483                      <td width="31"><nobr>nor</nobr> </td>
1484                      <td width="22"><nobr>P3</nobr> </td>
1485                      <td width="27"><nobr>All</nobr> </td>
1486                      <td width="113"><nobr>NEW</nobr> </td>
1487                      <td width="1"></td>
1488                      <td width="957">Unreachable error conditions in CIMOperationRequestDecoder </td>
1489                    </tr>
1490                    <tr class="bz_normal bz_P4 ">
1491                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=596">596</a> </td>
1492 bafna.mukesh 1.2     <td width="31"><nobr>nor</nobr> </td>
1493                      <td width="22"><nobr>P4</nobr> </td>
1494                      <td width="27"><nobr>All</nobr> </td>
1495                      <td width="113"><nobr>NEW</nobr> </td>
1496                      <td width="1"></td>
1497                      <td width="957">LocalizedProvider does not set path in enumerateInstances </td>
1498                    </tr>
1499                    <tr class="bz_normal bz_P2 ">
1500                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=597">597</a> </td>
1501                      <td width="31"><nobr>nor</nobr> </td>
1502                      <td width="22"><nobr>P2</nobr> </td>
1503                      <td width="27"><nobr>All</nobr> </td>
1504                      <td width="113"><nobr>NEW</nobr> </td>
1505                      <td width="1"></td>
1506                      <td width="957">Sample Association Provider Cannot Register </td>
1507                    </tr>
1508                    <tr class="bz_normal bz_P3 ">
1509                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=600">600</a> </td>
1510                      <td width="31"><nobr>nor</nobr> </td>
1511                      <td width="22"><nobr>P3</nobr> </td>
1512                      <td width="27"><nobr>PC</nobr> </td>
1513 bafna.mukesh 1.2     <td width="113"><nobr>NEW</nobr> </td>
1514                      <td width="1"></td>
1515                      <td width="957">MOF Output generates error for Override flavor on qualifiers </td>
1516                    </tr>
1517                    <tr class="bz_normal bz_P2 ">
1518                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=604">604</a> </td>
1519                      <td width="31"><nobr>nor</nobr> </td>
1520                      <td width="22"><nobr>P2</nobr> </td>
1521                      <td width="27"><nobr>All</nobr> </td>
1522                      <td width="113"><nobr>NEW</nobr> </td>
1523                      <td width="1"></td>
1524                      <td width="957">FamilyProvider Needed in repositoryServer Make </td>
1525                    </tr>
1526                    <tr class="bz_normal bz_P3 ">
1527                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=606">606</a> </td>
1528                      <td width="31"><nobr>nor</nobr> </td>
1529                      <td width="22"><nobr>P3</nobr> </td>
1530                      <td width="27"><nobr>PC</nobr> </td>
1531                      <td width="113"><nobr>NEW</nobr> </td>
1532                      <td width="1"></td>
1533                      <td width="957">Quesiton: use of cimobjectPath instead of CIMInstanceName... </td>
1534 bafna.mukesh 1.2   </tr>
1535                    <tr class="bz_normal bz_P3 ">
1536                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=607">607</a> </td>
1537                      <td width="31"><nobr>nor</nobr> </td>
1538                      <td width="22"><nobr>P3</nobr> </td>
1539                      <td width="27"><nobr>PC</nobr> </td>
1540                      <td width="113"><nobr>NEW</nobr> </td>
1541                      <td width="1"></td>
1542                      <td width="957">Provider Interface Documentation (instance Provider) </td>
1543                    </tr>
1544                    <tr class="bz_normal bz_P4 ">
1545                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=611">611</a> </td>
1546                      <td width="31"><nobr>nor</nobr> </td>
1547                      <td width="22"><nobr>P4</nobr> </td>
1548                      <td width="27"><nobr>PC</nobr> </td>
1549                      <td width="113"><nobr>NEW</nobr> </td>
1550                      <td width="1"></td>
1551                      <td width="957">Malformed Object path exception should have more information </td>
1552                    </tr>
1553                    <tr class="bz_normal bz_P2 ">
1554                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=623">623</a> </td>
1555 bafna.mukesh 1.2     <td width="31"><nobr>nor</nobr> </td>
1556                      <td width="22"><nobr>P2</nobr> </td>
1557                      <td width="27"><nobr>All</nobr> </td>
1558                      <td width="1"><nobr>NEW</nobr> </td>
1559                      <td width="111"></td>
1560                      <td width="894">IndicationService should be stopped before other services... </td>
1561                    </tr>
1562                    <tr class="bz_normal bz_P2 ">
1563                      <td width="30"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=624">624</a> </td>
1564                      <td width="31"><nobr>nor</nobr> </td>
1565                      <td width="22"><nobr>P2</nobr> </td>
1566                      <td width="27"><nobr>All</nobr> </td>
1567                      <td width="1"><nobr>NEW</nobr> </td>
1568                      <td width="111"></td>
1569                      <td width="894">IndicationHandlerService sends incorrect response type </td>
1570                    </tr>
1571                  </table>
1572                  
1573                  <table class="bz_buglist" cellspacing="0" cellpadding="4" width="1344">
1574                  <colgroup>
1575                  <col class="bz_id_column">
1576 bafna.mukesh 1.2 <col class="bz_severity_column">
1577                  <col class="bz_priority_column">
1578                  <col class="bz_platform_column">
1579                  <col class="bz_status_column">
1580                  <col class="bz_resolution_column">
1581                  <col class="bz_summary_column">
1582                  </colgroup>
1583                    <tr align="left">
1584                      <th colspan="1" width="31"><a
1585                      href="file:///E:/DownloadsMay2002/buglist.cgi?short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Pegasus+CLI+Commands&amp;product=PegasusCIMOM&amp;product=PegasusClient&amp;product=PegasusCompiler&amp;product=PegasusGeneral&amp;product=PegasusJavaCIMClient&amp;product=PegasusProvider&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=VERIFIED&amp;emailtype1=notregexp&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=exclude&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;newqueryname=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.bug_id">ID</a>
1586                      </th>
1587                      <th colspan="1" width="31"><a
1588                      href="file:///E:/DownloadsMay2002/buglist.cgi?short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Pegasus+CLI+Commands&amp;product=PegasusCIMOM&amp;product=PegasusClient&amp;product=PegasusCompiler&amp;product=PegasusGeneral&amp;product=PegasusJavaCIMClient&amp;product=PegasusProvider&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=VERIFIED&amp;emailtype1=notregexp&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=exclude&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;newqueryname=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.bug_severity,bugs.bug_id">Sev</a>
1589                      </th>
1590                      <th colspan="1" width="22"><a
1591                      href="file:///E:/DownloadsMay2002/buglist.cgi?short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Pegasus+CLI+Commands&amp;product=PegasusCIMOM&amp;product=PegasusClient&amp;product=PegasusCompiler&amp;product=PegasusGeneral&amp;product=PegasusJavaCIMClient&amp;product=PegasusProvider&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=VERIFIED&amp;emailtype1=notregexp&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=exclude&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;newqueryname=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.priority,bugs.bug_id">Pri</a>
1592                      </th>
1593                      <th colspan="1" width="28"><a
1594                      href="file:///E:/DownloadsMay2002/buglist.cgi?short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Pegasus+CLI+Commands&amp;product=PegasusCIMOM&amp;product=PegasusClient&amp;product=PegasusCompiler&amp;product=PegasusGeneral&amp;product=PegasusJavaCIMClient&amp;product=PegasusProvider&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=VERIFIED&amp;emailtype1=notregexp&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=exclude&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;newqueryname=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.rep_platform,bugs.bug_id">Plt</a>
1595                      </th>
1596                      <th colspan="1" width="112"><a
1597 bafna.mukesh 1.2     href="file:///E:/DownloadsMay2002/buglist.cgi?short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Pegasus+CLI+Commands&amp;product=PegasusCIMOM&amp;product=PegasusClient&amp;product=PegasusCompiler&amp;product=PegasusGeneral&amp;product=PegasusJavaCIMClient&amp;product=PegasusProvider&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=VERIFIED&amp;emailtype1=notregexp&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=exclude&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;newqueryname=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.bug_status,bugs.bug_id">State</a>
1598                      </th>
1599                      <th colspan="1" width="107"><a
1600                      href="file:///E:/DownloadsMay2002/buglist.cgi?short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Pegasus+CLI+Commands&amp;product=PegasusCIMOM&amp;product=PegasusClient&amp;product=PegasusCompiler&amp;product=PegasusGeneral&amp;product=PegasusJavaCIMClient&amp;product=PegasusProvider&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=VERIFIED&amp;emailtype1=notregexp&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=exclude&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;newqueryname=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.resolution,bugs.bug_id">Result</a>
1601                      </th>
1602                      <th colspan="1" width="957"><a
1603                      href="file:///E:/DownloadsMay2002/buglist.cgi?short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Pegasus+CLI+Commands&amp;product=PegasusCIMOM&amp;product=PegasusClient&amp;product=PegasusCompiler&amp;product=PegasusGeneral&amp;product=PegasusJavaCIMClient&amp;product=PegasusProvider&amp;long_desc_type=allwordssubstr&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;status_whiteboard_type=allwordssubstr&amp;status_whiteboard=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=UNCONFIRMED&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;bug_status=VERIFIED&amp;emailtype1=notregexp&amp;email1=&amp;emailtype2=substring&amp;email2=&amp;bugidtype=exclude&amp;bug_id=&amp;votes=&amp;changedin=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;newqueryname=&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;value0-0-0=&amp;order=bugs.short_desc,bugs.bug_id">Summary</a>
1604                      </th>
1605                    </tr>
1606                    <tr class="bz_normal bz_P2 ">
1607                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=625">625</a> </td>
1608                      <td width="31"><nobr>nor</nobr> </td>
1609                      <td width="22"><nobr>P2</nobr> </td>
1610                      <td width="28"><nobr>All</nobr> </td>
1611                      <td width="112"><nobr>NEW</nobr> </td>
1612                      <td width="107"></td>
1613                      <td width="957">IndicationService should call _terminate before handle_Ci... </td>
1614                    </tr>
1615                    <tr class="bz_normal bz_P2 ">
1616                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=626">626</a> </td>
1617                      <td width="31"><nobr>nor</nobr> </td>
1618 bafna.mukesh 1.2     <td width="22"><nobr>P2</nobr> </td>
1619                      <td width="28"><nobr>All</nobr> </td>
1620                      <td width="112"><nobr>ASSI</nobr> </td>
1621                      <td width="107"></td>
1622                      <td width="957">IndicationService needs to handle provider enable notific... </td>
1623                    </tr>
1624                    <tr class="bz_normal bz_P2 ">
1625                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=627">627</a> </td>
1626                      <td width="31"><nobr>nor</nobr> </td>
1627                      <td width="22"><nobr>P2</nobr> </td>
1628                      <td width="28"><nobr>All</nobr> </td>
1629                      <td width="112"><nobr>ASSI</nobr> </td>
1630                      <td width="107"></td>
1631                      <td width="957">IndicationService should not accept value of Other for On... </td>
1632                    </tr>
1633                    <tr class="bz_normal bz_P2 ">
1634                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=628">628</a> </td>
1635                      <td width="31"><nobr>nor</nobr> </td>
1636                      <td width="22"><nobr>P2</nobr> </td>
1637                      <td width="28"><nobr>All</nobr> </td>
1638                      <td width="112"><nobr>ASSI</nobr> </td>
1639 bafna.mukesh 1.2     <td width="107"></td>
1640                      <td width="957">IndicationService should honor FailureTriggerTimeInterval </td>
1641                    </tr>
1642                    <tr class="bz_normal bz_P2 ">
1643                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=629">629</a> </td>
1644                      <td width="31"><nobr>nor</nobr> </td>
1645                      <td width="22"><nobr>P2</nobr> </td>
1646                      <td width="28"><nobr>All</nobr> </td>
1647                      <td width="112"><nobr>ASSI</nobr> </td>
1648                      <td width="107"></td>
1649                      <td width="957">IndicationService should send DisableIndications request ... </td>
1650                    </tr>
1651                    <tr class="bz_normal bz_P2 ">
1652                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=631">631</a> </td>
1653                      <td width="31"><nobr>nor</nobr> </td>
1654                      <td width="22"><nobr>P2</nobr> </td>
1655                      <td width="28"><nobr>All</nobr> </td>
1656                      <td width="112"><nobr>ASSI</nobr> </td>
1657                      <td width="107"></td>
1658                      <td width="957">IndicationService should handle DateTimeOutOfRangeExcepti... </td>
1659                    </tr>
1660 bafna.mukesh 1.2   <tr class="bz_normal bz_P2 ">
1661                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=632">632</a> </td>
1662                      <td width="31"><nobr>nor</nobr> </td>
1663                      <td width="22"><nobr>P2</nobr> </td>
1664                      <td width="28"><nobr>All</nobr> </td>
1665                      <td width="112"><nobr>ASSI</nobr> </td>
1666                      <td width="107"></td>
1667                      <td width="957">Eliminate all repository access by Indication Service on... </td>
1668                    </tr>
1669                    <tr class="bz_trivial bz_P5 ">
1670                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=639">639</a> </td>
1671                      <td width="31"><nobr>tri</nobr> </td>
1672                      <td width="22"><nobr>P5</nobr> </td>
1673                      <td width="28"><nobr>All</nobr> </td>
1674                      <td width="112"><nobr>NEW</nobr> </td>
1675                      <td width="107"></td>
1676                      <td width="957">Spelling Mistake in cimserver.passwd </td>
1677                    </tr>
1678                    <tr class="bz_normal bz_P3 ">
1679                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=645">645</a> </td>
1680                      <td width="31"><nobr>nor</nobr> </td>
1681 bafna.mukesh 1.2     <td width="22"><nobr>P3</nobr> </td>
1682                      <td width="28"><nobr>PC</nobr> </td>
1683                      <td width="112"><nobr>ASSI</nobr> </td>
1684                      <td width="107"></td>
1685                      <td width="957">For Linux Release-only Use rpath-link </td>
1686                    </tr>
1687                    <tr class="bz_normal bz_P2 ">
1688                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=647">647</a> </td>
1689                      <td width="31"><nobr>nor</nobr> </td>
1690                      <td width="22"><nobr>P2</nobr> </td>
1691                      <td width="28"><nobr>All</nobr> </td>
1692                      <td width="112"><nobr>NEW</nobr> </td>
1693                      <td width="107"></td>
1694                      <td width="957">Timing Window in Trace Code causes CIM Server fault </td>
1695                    </tr>
1696                    <tr class="bz_minor bz_P4 ">
1697                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=651">651</a> </td>
1698                      <td width="31"><nobr>min</nobr> </td>
1699                      <td width="22"><nobr>P4</nobr> </td>
1700                      <td width="28"><nobr>Ita</nobr> </td>
1701                      <td width="112"><nobr>ASSI</nobr> </td>
1702 bafna.mukesh 1.2     <td width="107"></td>
1703                      <td width="957">Remove unneccessary line from Linux IA64 from Platform_LI... </td>
1704                    </tr>
1705                    <tr class="bz_normal bz_P4 ">
1706                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=653">653</a> </td>
1707                      <td width="31"><nobr>nor</nobr> </td>
1708                      <td width="22"><nobr>P4</nobr> </td>
1709                      <td width="28"><nobr>All</nobr> </td>
1710                      <td width="112"><nobr>NEW</nobr> </td>
1711                      <td width="107"></td>
1712                      <td width="957">Unreachable condition in HTTPConnection2::_handleReadEvent </td>
1713                    </tr>
1714                    <tr class="bz_normal bz_P2 ">
1715                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=666">666</a> </td>
1716                      <td width="31"><nobr>nor</nobr> </td>
1717                      <td width="22"><nobr>P2</nobr> </td>
1718                      <td width="28"><nobr>All</nobr> </td>
1719                      <td width="112"><nobr>NEW</nobr> </td>
1720                      <td width="107"></td>
1721                      <td width="957">Instance not found when using CIMOMHandle::getInstance() </td>
1722                    </tr>
1723 bafna.mukesh 1.2   <tr class="bz_normal bz_P2 ">
1724                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=667">667</a> </td>
1725                      <td width="31"><nobr>nor</nobr> </td>
1726                      <td width="22"><nobr>P2</nobr> </td>
1727                      <td width="28"><nobr>PC</nobr> </td>
1728                      <td width="112"><nobr>NEW</nobr> </td>
1729                      <td width="107"></td>
1730                      <td width="957">Inappropriate string match in getAssociatorNames() </td>
1731                    </tr>
1732                    <tr class="bz_normal bz_P2 ">
1733                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=671">671</a> </td>
1734                      <td width="31"><nobr>nor</nobr> </td>
1735                      <td width="22"><nobr>P2</nobr> </td>
1736                      <td width="28"><nobr>PC</nobr> </td>
1737                      <td width="112"><nobr>NEW</nobr> </td>
1738                      <td width="107"></td>
1739                      <td width="957">WQLSelectStatement is only valid on first call to evaluat... </td>
1740                    </tr>
1741                    <tr class="bz_normal bz_P2 ">
1742                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=680">680</a> </td>
1743                      <td width="31"><nobr>nor</nobr> </td>
1744 bafna.mukesh 1.2     <td width="22"><nobr>P2</nobr> </td>
1745                      <td width="28"><nobr>All</nobr> </td>
1746                      <td width="112"><nobr>NEW</nobr> </td>
1747                      <td width="107"></td>
1748                      <td width="957">For M-POST request, CIMServer sends Incorrect Extention ... </td>
1749                    </tr>
1750                    <tr class="bz_normal bz_P2 ">
1751                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=682">682</a> </td>
1752                      <td width="31"><nobr>nor</nobr> </td>
1753                      <td width="22"><nobr>P2</nobr> </td>
1754                      <td width="28"><nobr>PC</nobr> </td>
1755                      <td width="112"><nobr>NEW</nobr> </td>
1756                      <td width="107"></td>
1757                      <td width="957">enableIndications called multiple times </td>
1758                    </tr>
1759                    <tr class="bz_normal bz_P2 ">
1760                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=745">745</a> </td>
1761                      <td width="31"><nobr>nor</nobr> </td>
1762                      <td width="22"><nobr>P2</nobr> </td>
1763                      <td width="28"><nobr>IBM</nobr> </td>
1764                      <td width="112"><nobr>NEW</nobr> </td>
1765 bafna.mukesh 1.2     <td width="107"></td>
1766                      <td width="957">Fixes needed for OS/400 Authentication (V2.3) </td>
1767                    </tr>
1768                    <tr class="bz_normal bz_P2 ">
1769                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=753">753</a> </td>
1770                      <td width="31"><nobr>nor</nobr> </td>
1771                      <td width="22"><nobr>P2</nobr> </td>
1772                      <td width="28"><nobr>All</nobr> </td>
1773                      <td width="112"><nobr>NEW</nobr> </td>
1774                      <td width="107"></td>
1775                      <td width="957">Remove deprecated interfaces </td>
1776                    </tr>
1777                    <tr class="bz_normal bz_P1 ">
1778                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=755">755</a> </td>
1779                      <td width="31"><nobr>nor</nobr> </td>
1780                      <td width="22"><nobr>P1</nobr> </td>
1781                      <td width="28"><nobr>PC</nobr> </td>
1782                      <td width="112"><nobr>NEW</nobr> </td>
1783                      <td width="107"></td>
1784                      <td width="957">CIMObjectPath to handle &quot;http://&quot; </td>
1785                    </tr>
1786 bafna.mukesh 1.2   <tr class="bz_normal bz_P2 ">
1787                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=764">764</a> </td>
1788                      <td width="31"><nobr>nor</nobr> </td>
1789                      <td width="22"><nobr>P2</nobr> </td>
1790                      <td width="28"><nobr>Sun</nobr> </td>
1791                      <td width="112"><nobr>ASSI</nobr> </td>
1792                      <td width="107"></td>
1793                      <td width="957">Solaris build using gcc broken </td>
1794                    </tr>
1795                    <tr class="bz_normal bz_P2 ">
1796                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=770">770</a> </td>
1797                      <td width="31"><nobr>nor</nobr> </td>
1798                      <td width="22"><nobr>P2</nobr> </td>
1799                      <td width="28"><nobr>PC</nobr> </td>
1800                      <td width="112"><nobr>ASSI</nobr> </td>
1801                      <td width="107"></td>
1802                      <td width="957">getInstance() calls using CIMClient class result in 'inva... </td>
1803                    </tr>
1804                    <tr class="bz_normal bz_P2 ">
1805                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=777">777</a> </td>
1806                      <td width="31"><nobr>nor</nobr> </td>
1807 bafna.mukesh 1.2     <td width="22"><nobr>P2</nobr> </td>
1808                      <td width="28"><nobr>PC</nobr> </td>
1809                      <td width="112"><nobr>ASSI</nobr> </td>
1810                      <td width="107"></td>
1811                      <td width="957">Sample/familyprovider did not honor propertylist. </td>
1812                    </tr>
1813                    <tr class="bz_normal bz_P2 ">
1814                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=786">786</a> </td>
1815                      <td width="31"><nobr>nor</nobr> </td>
1816                      <td width="22"><nobr>P2</nobr> </td>
1817                      <td width="28"><nobr>PC</nobr> </td>
1818                      <td width="112"><nobr>NEW</nobr> </td>
1819                      <td width="107"></td>
1820                      <td width="957">CIMRepository </td>
1821                    </tr>
1822                    <tr class="bz_normal bz_P2 ">
1823                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=796">796</a> </td>
1824                      <td width="31"><nobr>nor</nobr> </td>
1825                      <td width="22"><nobr>P2</nobr> </td>
1826                      <td width="28"><nobr>PC</nobr> </td>
1827                      <td width="112"><nobr>NEW</nobr> </td>
1828 bafna.mukesh 1.2     <td width="107"></td>
1829                      <td width="957">cimmof error when tring to dynicall add a mof to the repo... </td>
1830                    </tr>
1831                    <tr class="bz_normal bz_P2 ">
1832                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=811">811</a> </td>
1833                      <td width="31"><nobr>nor</nobr> </td>
1834                      <td width="22"><nobr>P2</nobr> </td>
1835                      <td width="28"><nobr>PC</nobr> </td>
1836                      <td width="112"><nobr>NEW</nobr> </td>
1837                      <td width="107"></td>
1838                      <td width="957">Allow any form for destination for an indication </td>
1839                    </tr>
1840                    <tr class="bz_normal bz_P2 ">
1841                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=812">812</a> </td>
1842                      <td width="31"><nobr>nor</nobr> </td>
1843                      <td width="22"><nobr>P2</nobr> </td>
1844                      <td width="28"><nobr>PC</nobr> </td>
1845                      <td width="112"><nobr>NEW</nobr> </td>
1846                      <td width="107"></td>
1847                      <td width="957">ProviderManager2 only routes to Default PM </td>
1848                    </tr>
1849 bafna.mukesh 1.2   <tr class="bz_major bz_P1 ">
1850                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=813">813</a> </td>
1851                      <td width="31"><nobr>maj</nobr> </td>
1852                      <td width="22"><nobr>P1</nobr> </td>
1853                      <td width="28"><nobr>All</nobr> </td>
1854                      <td width="112"><nobr>NEW</nobr> </td>
1855                      <td width="107"></td>
1856                      <td width="957">ThreadPool deadlock </td>
1857                    </tr>
1858                    <tr class="bz_normal bz_P2 ">
1859                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=828">828</a> </td>
1860                      <td width="31"><nobr>nor</nobr> </td>
1861                      <td width="22"><nobr>P2</nobr> </td>
1862                      <td width="28"><nobr>PC</nobr> </td>
1863                      <td width="112"><nobr>NEW</nobr> </td>
1864                      <td width="107"></td>
1865                      <td width="957">slpclient has unresolved externals </td>
1866                    </tr>
1867                    <tr class="bz_normal bz_P2 ">
1868                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=829">829</a> </td>
1869                      <td width="31"><nobr>nor</nobr> </td>
1870 bafna.mukesh 1.2     <td width="22"><nobr>P2</nobr> </td>
1871                      <td width="28"><nobr>PC</nobr> </td>
1872                      <td width="112"><nobr>NEW</nobr> </td>
1873                      <td width="107"></td>
1874                      <td width="957">Logger traces of xml written to standard log. Should prob... </td>
1875                    </tr>
1876                    <tr class="bz_minor bz_P5 ">
1877                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=846">846</a> </td>
1878                      <td width="31"><nobr>min</nobr> </td>
1879                      <td width="22"><nobr>P5</nobr> </td>
1880                      <td width="28"><nobr>All</nobr> </td>
1881                      <td width="112"><nobr>NEW</nobr> </td>
1882                      <td width="107"></td>
1883                      <td width="957">InstanceDecl test should test removeQualifier </td>
1884                    </tr>
1885                    <tr class="bz_blocker bz_P1 ">
1886                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=847">847</a> </td>
1887                      <td width="31"><nobr>blo</nobr> </td>
1888                      <td width="22"><nobr>P1</nobr> </td>
1889                      <td width="28"><nobr>All</nobr> </td>
1890                      <td width="112"><nobr>NEW</nobr> </td>
1891 bafna.mukesh 1.2     <td width="107"></td>
1892                      <td width="957">Request being sent to wrong provider - Client timeout </td>
1893                    </tr>
1894                    <tr class="bz_normal bz_P2 ">
1895                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=929">929</a> </td>
1896                      <td width="31"><nobr>nor</nobr> </td>
1897                      <td width="22"><nobr>P2</nobr> </td>
1898                      <td width="28"><nobr>PC</nobr> </td>
1899                      <td width="112"><nobr>NEW</nobr> </td>
1900                      <td width="107"></td>
1901                      <td width="957">openpegasus.org-wbem-2.2.spec fails due to SLP absence </td>
1902                    </tr>
1903                    <tr class="bz_normal bz_P1 ">
1904                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=933">933</a> </td>
1905                      <td width="31"><nobr>nor</nobr> </td>
1906                      <td width="22"><nobr>P1</nobr> </td>
1907                      <td width="28"><nobr>All</nobr> </td>
1908                      <td width="112"><nobr>NEW</nobr> </td>
1909                      <td width="107"></td>
1910                      <td width="957">Indication subscription memory leaks </td>
1911                    </tr>
1912 bafna.mukesh 1.2   <tr class="bz_normal bz_P1 ">
1913                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=934">934</a> </td>
1914                      <td width="31"><nobr>nor</nobr> </td>
1915                      <td width="22"><nobr>P1</nobr> </td>
1916                      <td width="28"><nobr>All</nobr> </td>
1917                      <td width="112"><nobr>NEW</nobr> </td>
1918                      <td width="107"></td>
1919                      <td width="957">Java Client, numeric keybindings changed to strings </td>
1920                    </tr>
1921                    <tr class="bz_normal bz_P2 ">
1922                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=942">942</a> </td>
1923                      <td width="31"><nobr>nor</nobr> </td>
1924                      <td width="22"><nobr>P2</nobr> </td>
1925                      <td width="28"><nobr>All</nobr> </td>
1926                      <td width="112"><nobr>NEW</nobr> </td>
1927                      <td width="107"></td>
1928                      <td width="957">Indication provider does not be disabled properly </td>
1929                    </tr>
1930                    <tr class="bz_normal bz_P2 ">
1931                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=943">943</a> </td>
1932                      <td width="31"><nobr>nor</nobr> </td>
1933 bafna.mukesh 1.2     <td width="22"><nobr>P2</nobr> </td>
1934                      <td width="28"><nobr>PC</nobr> </td>
1935                      <td width="112"><nobr>NEW</nobr> </td>
1936                      <td width="107"></td>
1937                      <td width="957">CIMON not verifying that the instance exist </td>
1938                    </tr>
1939                    <tr class="bz_normal bz_P2 ">
1940                      <td width="31"><a href="file:///E:/DownloadsMay2002/show_bug.cgi?id=946">946</a> </td>
1941                      <td width="31"><nobr>nor</nobr> </td>
1942                      <td width="22"><nobr>P2</nobr> </td>
1943                      <td width="28"><nobr>All</nobr> </td>
1944                      <td width="112"><nobr>NEW</nobr> </td>
1945                      <td width="107"></td>
1946                      <td width="957">Double error text from cim opperation errors </td>
1947                    </tr>
1948                  </table>
1949                  
1950                  <p>&nbsp;</p>
1951                  
1952                  <h2>Documentation</h2>
1953                  
1954 bafna.mukesh 1.2 <p>The following documentation is available for the this Pegasus release:
1955                  
1956                  <ul>
1957                    <li>Build and Installation - Readme in the Pegasus Root Directory</li>
1958                    <li>Operation - Readme in the Pegasus Root Directory</li>
1959                    <li>APIs - See the header files and the HTML documentation that is on the web site.</li>
1960                    <li>Utilities - A combination of help generally available with the -h option for the command
1961                      and HTML documentation for most of the tools.</li>
1962                    <li>API usage documentation - The best API usage documentation is the existing utilities and
1963                      test programs.&nbsp; In particular the Common/tests unit tests contain extensive examples
1964                      of the use of the Common APIs.</li>
1965                  </ul>
1966                  
1967                  <hr>
1968                  
1969                  <p><i><font size="2">Copyright (c) 2003 BMC Software; Hewlett-Packard Development Company,
1970                  L.P.; IBM Corp.; The Open Group</font><br>
1971                  <br>
1972                  <font size="1">Permission is hereby granted, free of charge, to any person obtaining a
1973                  copy&nbsp; of this software and associated documentation files (the &quot;Software&quot;),
1974                  to deal in the Software without restriction, including without limitation the rights to
1975 bafna.mukesh 1.2 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the
1976                  Software, and to permit persons to whom the Software is furnished to do so, subject to the
1977                  following conditions:</font><br>
1978                  <font size="2"><br>
1979                  </font><font size="1">THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE
1980                  INCLUDED IN ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS
1981                  PROVIDED&nbsp; &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
1982                  INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
1983                  PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
1984                  FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1985                  OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1986                  DEALINGS IN THE SOFTWARE.</font></i></p>
1987                  
1988                  <p>&nbsp;</p>
1989                  </body>
1990                  </html>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2