[BROWSEUI] SHExplorerParseCmdLine: Fix parsing of /root (#6752)
[reactos.git] / base / services / umpnpmgr / rpcserver.c
2023-12-23 Serge Gautherie[UMPNPMGR] PNP_RegisterNotification(): Fix a string...
2023-12-20 Eric Kohl[IDL][SETUPAPI][UMPNPMGR] Improve PNP_RegisterNotification
2023-06-29 Eric Kohl[UMPNPMGR] PNP_Get(First/Next)LogConf: return proper...
2023-06-28 Eric Kohl[UMPNPMGR] OpenConfigurationKey: Open subkeys depending...
2023-06-01 Timo Kreuzer[UMPNPMGR] Fix uninitialized variable (#5310)
2023-05-29 Eric Kohl[UMPNPMGR] Replace some magic values
2023-05-29 Eric Kohl[UMPNPMGR] Check ulFlags in PNP_GetGlobalState
2023-05-29 Eric Kohl[UMPNPMGR] Check for interactive caller in PNP_ReportLogOn
2022-04-24 Eric Kohl[UMPNPMGR] PNP_CreateDevInst: Create a device node...
2022-04-23 Eric Kohl[UMPNPMGR] PNP_CreateDevInst: Convert a phantom device...
2022-04-23 Eric Kohl[UMPNPMGR] PNP_CreateDevInst: Do not create a normal...
2022-04-19 Stanislav Motylkov[UMPNPMGR] Fix hang when installing devices. Addendum...
2022-04-19 Eric Kohl[UMPNPMGR] GenerateDeviceID must fail, if pszDeviceID...
2022-04-18 Eric Kohl[UMPNPMGR] PNP_CreateDevInst: A phantom device can...
2022-04-18 Eric Kohl[UMPNPMGR] PNP_CreateDevInst: Support the creation...
2022-04-18 Eric Kohl[UMPNPMGR] Move device id generation into a separate...
2022-04-18 Eric Kohl[UMPNPMGR] PNP_CreateDevInst: Do not create a new devic...
2022-04-18 Eric Kohl[UMPNPMGR] PNP_GetRelatedDeviceInstance must return...
2022-04-17 Eric Kohl[UMPNPMGR] Add checks to PNP_GetRelatedDeviceInstance
2022-03-20 Eric Kohl[UMPNPMGR][SETUPAPI] Fix notification handles in PNP_Re...
2021-09-13 Hermès Bélusca-Maïto[FORMATTING] Remove trailing whitespace. Addendum to...
2021-06-21 Eric Kohl[UMPNPMGR] PNP_GetDeviceStatus: Add status checks as...
2021-06-21 Eric Kohl[UMPNPMGR] Add missing parameter checks to PNP_GetDevic...
2021-04-24 Eric Kohl[UMPNPMGR] Fix DPRINT in PNP_GetDeviceStatus()
2021-04-24 Eric Kohl[UMPNPMGR] Start the device in SetupDeviceInstance
2021-04-24 Eric Kohl[UMPNPMGR] Implement PNP_SetDeviceProblem
2021-04-02 Mark Jansen[UMPNPMGR] Fix remaining length calculation
2021-03-16 Victor Perevertkin[UMPNPMGR][USETUP] Use PlugPlayControlStartDevice in... 3481/head
2021-03-16 Victor Perevertkin[NDK] Change the data structure for PlugPlayControlRese...
2020-12-06 Victor Perevertkin[UMPNPMGR] Set the data type in all cases of PNP_GetDev...
2020-05-21 Eric Kohl[UMPNPMGR] Start work on PNP_GetNextResDes()
2020-05-20 Eric Kohl[UMPNPMGR] Improve some debug messages
2020-05-10 Eric Kohl[UMPNPMGR] Implement PNP_GetFirstLogConf and PNP_GetNex...
2020-03-09 Serge Gautherie[UMPNPMGR] rpcserver.c: Fix debug message copypastas...
2020-03-08 Eric Kohl[UMPNPMGR] Implement PNP_DisableDevInst()
2020-03-08 Eric Kohl[UMPNPMGR] Fix indentation and improve debug messages
2020-02-23 Eric Kohl[UMPNPMGR] Improve PNP_DeviceInstanceAction
2020-02-16 Eric Kohl[UMPNPMGR] Improve some DPRINTS and PNP_CreateKey
2020-02-16 Eric Kohl[UMPNPMGR] Replace magic values and improve DPRINTS...
2020-02-16 Eric Kohl[UMPNPMGR] Implement PNP_RegisterDriver()
2019-11-09 Eric Kohl[UMPNPMGR] Add checks for the root device instance ID
2019-11-09 Eric Kohl[UMPNPMGR] Validate device instance IDs before use
2019-11-09 Eric Kohl[UMPNPMGR] Implement PNP_RequestEjectPC()
2019-10-15 Eric Kohl[umpnpmgr][ndk] Implement PNP_RequestDeviceEject()...
2019-10-13 Eric Kohl[UMPNPMGR] Implement PNP_QueryRemove()
2019-07-14 Hermès Bélusca-Maïto[UMPNPMGR] Fix build.
2019-07-14 Eric Kohl[UMPNPMGR] PNP_GetDeviceStatus: Move the code that...
2019-07-07 Eric Kohl[SETUPAPI][UMPNPMGR] The 3rd parameter of PNP_RegisterN...
2019-06-29 Eric Kohl[UMPNPMGR] PNP_RegisterNotification: Add notification...
2019-06-29 Eric Kohl[UMPNPMGR][SETUPAPI] PNP_RegisterNotification() has...
2019-06-23 Eric Kohl[SETUPAPI][UMPNPMGR] PNP_UnregisterNotification: Add...
2019-06-23 Eric Kohl[SETUPAPI][UMPNPMGR] Improve CMP_RegisterNotification...
2019-06-11 Eric Kohl[UMPNPMGR] PNP_SetHwProf is not implemented in Windows...
2019-06-06 Eric Kohl[UMPNPMGR] Implement PNP_GetClassInstance().
2019-05-30 Eric Kohl[UMPNPMGR] Split the monolithic monster: service, rpc...