Commit Graph

97 Commits

Author SHA1 Message Date
Hans Leidekker 4734e0ffa5 wbemprox: Implement Win32_BIOS.Version. 2012-09-28 17:15:58 +02:00
Hans Leidekker 163c8f31fd wbemprox: Add support for WbemAdministrativeLocator. 2012-09-28 17:15:54 +02:00
Hans Leidekker 22454d6341 wbemprox: Implement Win32_OperatingSystem.LastBootUptime. 2012-09-18 14:49:49 +02:00
Hans Leidekker 381d30ac17 wbemprox: Add helpers to retrieve the system directory and OS architecture. 2012-09-18 14:49:41 +02:00
Hans Leidekker d8d6821cd4 wbemprox: Fix a memory leak. 2012-09-18 14:49:36 +02:00
Hans Leidekker 2760a70aee wbemprox: Implement Win32_VideoController.Description. 2012-09-17 12:28:13 +02:00
Hans Leidekker c60fe47518 wbemprox: Win32_Processor.MaxClockSpeed is expressed in Mhz. 2012-09-17 12:28:01 +02:00
Hans Leidekker 8e53500418 wbemprox: Override variant conversion for Win32_Processor.MaxClockSpeed. 2012-09-17 12:27:55 +02:00
Hans Leidekker 66d39fba28 wbemprox: Adapt to the new behavior of NtPowerInformation. 2012-09-17 12:27:49 +02:00
Hans Leidekker e2bd61b45d wbemprox: Add a function to retrieve the maximum processor clock speed. 2012-09-06 18:23:39 +02:00
Hans Leidekker b11cfb7b21 wbemprox: Correctly report the number of logical processors. 2012-09-06 18:23:39 +02:00
Hans Leidekker 5c074732d5 wbemprox: Implement Win32_ComputerSystem.DomainRole. 2012-09-04 15:05:15 +02:00
Hans Leidekker bbb823f8c2 wbemprox: Add a function to query the service configuration. 2012-09-04 15:04:58 +02:00
Hans Leidekker d582950db2 wbemprox: Get rid of a duplicate string constant. 2012-09-04 15:04:51 +02:00
Marcus Meissner 54f06e6b84 wbemprox: Break out of loop when out of memory (Coverity). 2012-09-03 17:44:42 +02:00
Piotr Caban 1711b99e98 wbemprox: Added MaxClockSpeed and NumberOfLogicalProcessors builtin properties. 2012-08-31 17:02:25 +02:00
Nikolay Sivov 240d1e4f18 wmi: Implement SystemName property for service class. 2012-08-27 11:31:52 +02:00
Nikolay Sivov 773cf1e599 wmi: Implement StartMode property for service class. 2012-08-27 11:31:44 +02:00
Hans Leidekker 54d2160226 wbemprox: Implement Win32_Service.AcceptPause and Win32_Service.AcceptStop. 2012-07-30 17:57:43 +02:00
Hans Leidekker 2d4ab8456c wbemprox: Add a partial Win32_Service class implementation. 2012-07-27 17:05:33 +02:00
Hans Leidekker 91049f5e75 wbemprox: Add support for creating new tables. 2012-07-13 10:27:59 -05:00
Hans Leidekker 4e6eb13c41 wbemprox: Add a partial StdRegProv class implementation. 2012-07-13 10:27:20 -05:00
Hans Leidekker 5acdba54a0 wbemprox: Implement Win32_NetworkAdapter.MACAddress and Win32_NetworkAdapter.PNPDeviceID. 2012-07-13 10:27:10 -05:00
Hans Leidekker 716870ef87 wbemprox: Implement Win32_Processor.Manufacturer and Win32_Processor.Name. 2012-07-09 10:00:00 -04:00
Hans Leidekker 993d8c245a wbemprox: Add a partial Win32_BaseBoard class implementation. 2012-07-09 09:59:57 -04:00
Hans Leidekker 8fc1c948c7 wbemprox: Fix the CIM to VARIANT type mapping for a couple of properties. 2012-07-02 19:18:08 +02:00
Hans Leidekker 8dcc3b9d56 wbemprox: Add a partial Win32_LogicalDisk class implementation.
Based on a patch by John Yani.
2012-06-29 20:41:45 +02:00
Hans Leidekker 2821ae4743 wbemprox: Win32_NetworkAdapter.InterfaceIndex is unsigned. 2012-06-29 20:41:44 +02:00
Hans Leidekker 1b0d5cb10f wbemprox: Implement Win32_Processor.ProcessorId. 2012-06-29 20:41:43 +02:00
Hans Leidekker 8f0da0eaad wbemprox: Implement more properties of Win32_VideoController. 2012-06-28 11:37:04 +02:00
Hans Leidekker 0c899bf440 wbemprox: Implement Win32_ComputerSystem.TotalPhysicalMemory. 2012-06-28 01:39:22 +02:00
Hans Leidekker ca471b8779 wbemprox: Implement Win32_OperatingSystem.CSDVersion. 2012-06-28 01:39:21 +02:00
Hans Leidekker e7e66e59ae wbemprox: Implement Win32_NetworkAdapter.Speed. 2012-06-28 01:39:21 +02:00
Hans Leidekker 211469dd06 wbemprox: Set the row count in fill_processor. 2012-06-28 01:39:19 +02:00
Hans Leidekker 661d7f19c9 wbemprox Implement Win32_Processor.CpuStatus and Win32_Processor.DeviceId. 2012-06-26 17:33:06 +02:00
Hans Leidekker 3ebf6c8bfa wbemprox: Implement Win32_ComputerSystem.NumberOfLogicalProcessors and Win32_ComputerSystem.NumberOfProcessors. 2012-06-26 17:33:06 +02:00
Hans Leidekker eb9fa4dd05 wbemprox: Implement Win32_OperatingSystem.OSLanguage and Win32_OperatingSystem.SystemDirectory. 2012-06-26 17:33:05 +02:00
Hans Leidekker 7b8c10f0b1 wbemprox: Add a partial Win32_NetworkAdapter class implementation. 2012-06-25 17:09:30 +02:00
Hans Leidekker 47261d63ca wbemprox: Add a partial Win32_VideoController class implementation. 2012-06-22 10:53:51 +02:00
Hans Leidekker 0e18489831 wbemprox: Implement Win32_Process.CommandLine for the current process. 2012-06-20 19:21:45 +02:00
Hans Leidekker b39d0c1bdc wbemprox: Implement Win32_Process.Handle. 2012-06-20 19:21:28 +02:00
Hans Leidekker bc66ef043f wbemprox: Add a partial Win32_OperatingSystem class implementation. 2012-06-19 11:26:22 +02:00
Hans Leidekker 9e74859121 wbemprox: Support mixed dynamic and static table data. 2012-06-19 11:26:17 +02:00
Hans Leidekker bb48585dc8 wbemprox: Add a partial Win32_Processor class implementation. 2012-06-19 11:26:13 +02:00
Hans Leidekker 25b79d1886 wbemprox: Add a partial Win32_ComputerSystem class implementation. 2012-06-19 11:26:10 +02:00
Hans Leidekker c2a27a3872 wbemprox: Add a partial Win32_Process class implementation. 2012-06-18 11:59:42 +02:00
Hans Leidekker d75375ea45 wbemprox: Add a partial Win32_BIOS class implementation. 2012-06-15 18:35:43 +02:00