Commit Graph

123 Commits

Author SHA1 Message Date
Hans Leidekker
be6575ef4c wbemprox: Implement Win32_LogicalDisk::VolumeName. 2015-01-05 20:15:19 +01:00
Vincent Povirk
192e1c0e7f wbemprox: Implement Win32_OperatingSystem::TotalVisibleMemorySize. 2014-12-05 11:22:07 +01:00
Austin English
6e64ccace8 wbemprox: Include winsock.h earlier for NetBSD. 2014-09-12 10:37:59 +02:00
Vincent Povirk
cda320f043 wbemprox: Stub __SystemSecurity::SetSD. 2014-08-22 17:26:17 +02:00
Vincent Povirk
c55beb6548 wbemprox: Implement __SystemSecurity::GetSD. 2014-08-22 17:26:13 +02:00
Indrek Altpere
0703567998 wbemprox: Fix a few OLE variant mappings. 2014-08-06 22:47:22 +02:00
Thomas Faber
b5bcc63f64 wbemprox: Do not omit mandatory argument to DeviceIoControl. 2014-07-21 11:55:13 +02:00
Hans Leidekker
a6374aad41 wbemprox: Add a partial implementation of CIM_Processor. 2014-05-20 21:26:58 +02:00
Hans Leidekker
ed1f005e14 wbemprox: Implement Win32_Processor.CurrentClockSpeed. 2014-04-30 15:15:28 +02:00
Hans Leidekker
ec3417e290 wbemprox: Implement Win32_VideoController.Availability. 2014-04-03 13:22:49 +02:00
Hans Leidekker
90c7893e0e wbemprox: Implement Win32_CDROMDrive.MediaType. 2014-04-03 13:22:47 +02:00
Hans Leidekker
c4309a5077 wbemprox: Implement more properties of Win32_DiskDrive. 2014-04-03 13:22:46 +02:00
Hans Leidekker
b67bfbb8b4 wbemprox: Implement more properties of Win32_OperatingSystem. 2014-04-03 13:22:44 +02:00
Hans Leidekker
bdf6abdb68 wbemprox: Add a stub implementation of Win32_PhysicalMemory. 2014-04-03 13:22:42 +02:00
Marcus Meissner
c820bddd74 wbemprox: Fixed leaks in fill_datafile (Coverity). 2014-03-25 19:01:31 +01:00
Hans Leidekker
e50c4d0f32 wbemprox: Implement Win32_LogicalDisk.VolumeSerialNumber. 2014-03-17 20:23:57 +01:00
Hans Leidekker
14bc54d536 wbemprox: Implement Win32_PhysicalMedia.Tag. 2014-03-03 17:02:16 +01:00
Hans Leidekker
59b9c36df5 wbemprox: Implement Win32_DiskDrive.MediaType. 2014-03-03 17:02:15 +01:00
Hans Leidekker
386d2aa8b7 wbemprox: Don't list loopback network adapters. 2014-02-11 19:19:13 +01:00
Hans Leidekker
b5073646c6 wbemprox: Add a couple of network properties. 2014-01-28 19:38:42 +01:00
Hans Leidekker
6a042307a5 wbemprox: Allow string values in boolean comparisons. 2014-01-28 19:38:41 +01:00
Hans Leidekker
a1d8886f6a wbemprox: Implement Win32_OperatingSystem.Name. 2014-01-10 12:05:01 +01:00
Huw Davies
710e3bc5ec wbemprox: Add a partial implementation of Win32_PhysicalMedia. 2013-12-11 15:15:06 +01:00
Hans Leidekker
ec1a57f25b wbemprox: Add a partial implementation of Win32_NetworkAdapterConfiguration. 2013-11-04 17:41:12 +01:00
Hans Leidekker
1eefe9dd8e wbemprox: Implement Win32_BIOS.IdentificationCode and Win32_BIOS.SMBIOSBIOSVersion. 2013-11-04 17:41:11 +01:00
Hans Leidekker
796d4d0ccf wbemprox: Implement Win32_BaseBoard.Model and Win32_BaseBoard.Name. 2013-11-04 17:41:11 +01:00
Sylvain Petreolle
4a1d4acd29 wbemprox: Implement Win32_OperatingSystem.LocalDateTime. 2013-09-09 22:09:59 +02:00
Hans Leidekker
7da04aab6d wbemprox: Avoid a crash on file or directory queries with an empty WHERE clause. 2013-08-28 11:09:33 +02:00
Marcus Meissner
7bf9743041 wbemprox: Fixed leaking dirstack (Coverity). 2013-06-21 11:53:51 +02:00
Marcus Meissner
c60bab330c wbemprox: Add missing FindClose() (Coverity). 2013-06-20 21:07:56 +02:00
Hans Leidekker
74cf8f53f0 wbemprox: Implement Win32_SoundDevice.Name. 2013-06-14 11:50:24 +02:00
Hans Leidekker
02ba712a05 wbemprox: Implement Win32_NetworkAdapter.PhysicalAdapter. 2013-06-14 11:50:18 +02:00
Hans Leidekker
861f745033 wbemprox: Implement Win32_VideoController.AdapterDACType. 2013-06-14 11:50:04 +02:00
Hans Leidekker
ad60f235d2 wbemprox: Implement Win32_OperatingSystem.ServicePackMinorVersion. 2013-06-14 11:49:54 +02:00
Hans Leidekker
3c623ef38c wbemprox: Implement Win32_OperatingSystem.Locale. 2013-06-14 11:49:42 +02:00
Hans Leidekker
f560bb4801 wbemprox: Implement Win32_OperatingSystem.CountryCode. 2013-06-14 11:49:36 +02:00
Hans Leidekker
ba3fe55cd4 wbemprox: Implement Win32_OperatingSystem.CodeSet. 2013-06-14 11:49:29 +02:00
Hans Leidekker
772236fe85 wbemprox: Implement Win32_Processor.NumberOfCores. 2013-06-14 11:49:20 +02:00
Hans Leidekker
38e976acdd wbemprox: Implement Win32_Processor.AddressWidth. 2013-06-14 11:48:26 +02:00
Hans Leidekker
33c440fb22 wbemprox: Override variant conversion for Win32_VideoController.AdapterRAM. 2013-06-14 11:47:33 +02:00
Hans Leidekker
c9fe6139b5 wbemprox: Always use resize_table to allocate memory for table data. 2013-06-14 11:47:25 +02:00
Hans Leidekker
97f9d6fd8f wbemprox: Add a partial implementation of CIM_DataFile. 2013-06-04 15:02:00 +02:00
Hans Leidekker
0f8cbab1a9 wbemprox: Add a function to resize a table. 2013-06-04 15:01:45 +02:00
Hans Leidekker
8e1aa4358a wbemprox: Optimize a common Win32_Directory query. 2013-06-04 15:01:30 +02:00
Hans Leidekker
074e6c7454 wbemprox: Add a partial implementation of Win32_Directory. 2013-05-29 18:12:14 +02:00
Hans Leidekker
90e913c42f wbemprox: Avoid storing rows that don't match the query condition. 2013-05-22 11:25:11 +02:00
Hans Leidekker
aca407bfe7 wbemprox: Return a status from table fillers and add an optional condition parameter. 2013-05-22 11:25:05 +02:00
Hans Leidekker
d030b819c1 wbemprox: Implement Win32_Process.Name. 2013-05-22 11:24:56 +02:00
Daniel Jelinski
450617ecfc wbemprox: Add CIM_LogicalDisk class, forward to Win32_LogicalDisk. 2013-05-16 17:35:28 +02:00
Marcus Meissner
af18f3e059 wbemprox: Initialize desc (Coverity). 2013-05-09 19:24:19 +02:00