Commit graph

118 commits

Author SHA1 Message Date
winesync ca222b438f
[WINESYNC] setupapi: Implement SetupOpenLog(), SetupCloseLog().
wine commit id 799dfa6ada18ee9bf748d5c55e1a4118396b05ba by Pierre Schweitzer <pierre@reactos.org>
2024-02-20 16:46:18 +01:00
winesync 2b566ee2e3
[WINESYNC] setupapi: Add stubs for CM_Get_Device_Interface_List_SizeA/W.
wine commit id f272c126072dc96da2c1fce1118b09e9126c3013 by André Hentschel <nerv@dawncrow.de>
2024-02-20 16:46:17 +01:00
winesync eb0bf1660a
[WINESYNC] setupapi: Add a stub for SetupDiSetClassInstallParamsW.
wine commit id 3013b6c6da9f02fa7afc3b49a036d063d4c4837a by Austin English <austinenglish@gmail.com>
2024-02-20 16:46:17 +01:00
winesync 9cfa2b94cc
[WINESYNC] setupapi: Add CM_Get_DevNode_Registry_Property wrapper around CM_Get_DevNode_Registry_Property_Ex.
wine commit id cfb81f2c606c17ff005fce87a2e79e1d27b8224a by Mark Harmstone <hellas@burntcomma.com>
2024-02-20 16:46:16 +01:00
winesync 9cd60c5288
[WINESYNC] setupapi: Fix buffer overflow in SetupGetFileCompressionInfoW.
wine commit id b8c42020a98e3a5f486cbd03ef80302d6d605871 by Thomas Faber <thomas.faber@reactos.org>

SYNC NOTE: Already in ReactOS but reformatted following Wine.
See commit dcb9fa585 (r58019)

Co-authored-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
2024-02-20 16:46:15 +01:00
winesync d8efd058a8
[WINESYNC] setupapi: Make sure DeviceInterfaceData->cbSize is initialized in SetupDiEnumDeviceInterfaces.
wine commit id 8d854a4830776aaacb70161709db315d54eb77f0 by Austin English <austinenglish@gmail.com>
2024-02-20 16:46:14 +01:00
winesync ca81cc071b
[WINESYNC] setupapi: Use BOOL type where appropriate.
wine commit id 9c76ccfda124ca471b3de4d8a04aed1e15a6b9f2 by Frédéric Delanoy <frederic.delanoy@gmail.com>
2024-02-20 16:46:13 +01:00
winesync d671a6c70e
[WINESYNC] setupapi: Stub SetupDiDestroyDriverInfoList.
wine commit id bdadd760a3b0685d828a3cfa09ed8a82df72e48c by Vincent Povirk <vincent@codeweavers.com>

SYNC NOTE: Fixed 1st parameter type in .spec file.

Co-authored-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
2024-02-20 16:46:12 +01:00
winesync 5cb388a0df
[WINESYNC] setupapi: Constify a character string.
wine commit id 7102459c60be38e9aaf7501d0eca4134f48420d3 by Frédéric Delanoy <frederic.delanoy@gmail.com>
2024-02-20 16:46:11 +01:00
winesync 2d55e7dc08
[WINESYNC] setupapi: Support signature $Windows NT$ in SetupDiGetINFClassA/W too.
wine commit id 6aace3014d355d355e802299d62a34e8865951ba by Stefan Leichter <Stefan.Leichter@camline.com>
2024-02-20 16:46:10 +01:00
winesync 04c9e75649
[WINESYNC] setupapi: Use BOOL type where appropriate.
wine commit id cef6b07372bb29cb491721f64d2c1017f960b45b by Frédéric Delanoy <frederic.delanoy@gmail.com>
2024-02-20 16:46:09 +01:00
winesync 22eb5aa6a5
[WINESYNC] setupapi: Avoid using CONST.
wine commit id 09524be58380b612d0a9d2ba023ac25791e3fe03 by Michael Stefaniuc <mstefani@redhat.de>

SYNC NOTE: Minus the uglier parameters formatting.

Co-authored-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
2024-02-20 16:46:08 +01:00
winesync 5b63ed40d5
[WINESYNC] setupapi: Add a stub for SetupDiSetDeviceInstallParamsA.
wine commit id a829c2b3ad5ac82ad658a22722f169a7d19dea75 by Stefan Leichter <Stefan.Leichter@camline.com>
2024-02-20 16:46:07 +01:00
winesync d5d9f88581
[WINESYNC] setupapi: Add stub keyword to some FIXMEs.
wine commit id f8c77fbd628a62221f985755baf7de675d4f31f0 by André Hentschel <nerv@dawncrow.de>
2024-02-20 16:46:06 +01:00
winesync f241c96e0b
[WINESYNC] setupapi: Add stubs for CM_Reenumerate_DevNode and CM_Reenumerate_DevNode_Ex.
wine commit id f79fa294c9f7c15286e575c6a38aa2827ff06d1e by André Hentschel <nerv@dawncrow.de>
2024-02-20 16:46:05 +01:00
winesync 7a7ed5a50e
[WINESYNC] setupapi: Add CM_Get_Device_ID_ExA stub.
wine commit id 32fb489f1c603b112e62e0e103ae23d390b9cc1a by André Hentschel <nerv@dawncrow.de>
2024-02-20 16:46:04 +01:00
winesync 75274d785e
[WINESYNC] setupapi: Add stub for SetupAddToSourceListW.
wine commit id 8a0442124462ac37273b94b22c35b6ccb8dc6145 by Sylvain Petreolle <spetreolle@yahoo.fr>
2024-02-20 16:46:03 +01:00
winesync 13195280e3
[WINESYNC] setupapi: Fix total size when appending multi-string values.
wine commit id 4b7085fdd499ca39a7e0ae47bd27323876103df0 by Alexandre Julliard <julliard@winehq.org>
2024-02-20 16:46:02 +01:00
winesync 7df436ff9f
****** FIXME: This commit also touches SetupGetInfFileListW
[WINESYNC] setupapi: Avoid memory leaks (coverity).

wine commit id 4d796458d0ed517d45adc57a1aedaf1c3bdde232 by André Hentschel <nerv@dawncrow.de>
2024-02-20 16:46:01 +01:00
winesync f180d22b75
[WINESYNC] setupapi: Add a stub for SetupDiGetDeviceInstallParamsW.
wine commit id 7b32809890a148346648d7dd06084ada83479850 by André Hentschel <nerv@dawncrow.de>
2024-02-20 16:46:00 +01:00
winesync aae4fd6710
****** FIXME: INSPECT: The ROS-equivalent SetupInstallServicesFromInfSectionExW does not support DelService section yet!
[WINESYNC] setupapi: SetupInstallServicesFromInfSection doesn't fail if there are no AddService or DelService directives in the section.

wine commit id da922769c5536932185d7bfce604ee1b7885b75d by Hans Leidekker <hans@codeweavers.com>
2024-02-20 16:46:00 +01:00
winesync 464b490a2c
[WINESYNC] setupapi: Add stub for SetupAddToSourceListA.
wine commit id b3b78b337ea6ba0cf96ddc37161fe71844440851 by Stefan Leichter <Stefan.Leichter@camline.com>
2024-02-20 16:45:59 +01:00
winesync 82fece3243
[WINESYNC] setupapi: Add support for a WinePreInstall section for registry keys that need to be created before anything else.
wine commit id 9a6a1126b9b8b4b5f17b16249eba761063be4be8 by Alexandre Julliard <julliard@winehq.org>
2024-02-20 16:45:58 +01:00
winesync f9d8e345de
[WINESYNC] setupapi: Print the debug string and not the pointer to it.
wine commit id 8f6801fdc02ff8307d81368be5d231505c78a35a by Michael Stefaniuc <mstefani@redhat.de>
2024-02-20 16:45:54 +01:00
winesync c17b8bc8ca
[WINESYNC] setupapi: Correctly handle errors in fake_dlls_callback (Coverity).
wine commit id edd9066d5b676104c036cb621574f36ea055951b by Frédéric Delanoy <frederic.delanoy@gmail.com>
2024-02-20 16:45:53 +01:00
winesync f9fc4b3593
[WINESYNC] setupapi: Add stub for CM_Get_Class_Registry_PropertyW.
wine commit id 88baa9e700027b4d57cc8c5589c3a4e8843b31c1 by André Hentschel <nerv@dawncrow.de>
2024-02-20 16:45:52 +01:00
winesync 9422d46052
[WINESYNC] setupapi: Add stub for CM_Get_Class_Registry_PropertyA.
wine commit id 0309066f15f2a6fa40f362f3b431f1869af580d2 by André Hentschel <nerv@dawncrow.de>
2024-02-20 16:45:51 +01:00
winesync 771f43ffbd
[WINESYNC] setuapi: Add stub for CM_Get_DevNode_Registry_Property_ExA.
wine commit id 9ea3c46e7180cf8a08cf0fdb01850b7a7447b9ed by André Hentschel <nerv@dawncrow.de>
2024-02-20 16:45:51 +01:00
winesync 98b24e203f
[WINESYNC] setuapi: Add stub for CM_Set_Class_Registry_PropertyW.
wine commit id 33d60e9060daecbe3bd99d4c21c4a3e67569a493 by André Hentschel <nerv@dawncrow.de>
2024-02-20 16:45:50 +01:00
winesync 803b1097eb
[WINESYNC] setuapi: Add stub for CM_Set_Class_Registry_PropertyA.
wine commit id ed4b8cb617096fbb03cbca382e07a35fbeb6432e by André Hentschel <nerv@dawncrow.de>
2024-02-20 16:45:49 +01:00
winesync abc3a6aae5
[WINESYNC] setupapi: Add stub for CM_Get_DevNode_Registry_Property_ExW.
wine commit id c83b67bc4ff37222d56761669618f7533d6d0c17 by André Hentschel <nerv@dawncrow.de>
2024-02-20 16:45:48 +01:00
winesync 942e02e6a3
[WINESYNC] setupapi: Add stub for SetupDiDrawMiniIcon.
wine commit id 8fc7a01a2c4f023672f34d907be607d6e5948f0e by Stefan Leichter <Stefan.Leichter@camline.com>
2024-02-20 16:45:47 +01:00
winesync 237a8a8550
[WINESYNC] setupapi: Add stub for SetupDiGetClassBitmapIndex.
wine commit id 649d0f85ba45870ac9238bfbc4e9233d4d33d5e6 by Stefan Leichter <Stefan.Leichter@camline.com>
2024-02-20 16:45:46 +01:00
winesync cb0ee40890
[WINESYNC] setupapi: Specify the correct binary file name when registering an executable.
wine commit id f9c8afd320a71ed4a04fbbd199844738a84068b5 by Alexandre Julliard <julliard@winehq.org>
2024-02-20 16:45:45 +01:00
winesync deedf6a9df
[WINESYNC] setupapi: Add a trace for the install mode value.
wine commit id 721e73543e31cb62e6b9f8e374425a9eacddc6a3 by Alexandre Julliard <julliard@winehq.org>
2024-02-20 16:45:44 +01:00
winesync 1f8cfa86dc
[WINESYNC] setupapi: Delay freeing registered dlls until they have all been processed.
wine commit id a192b707f2d102374771ed90e6c94ea40e79a08a by Alexandre Julliard <julliard@winehq.org>
2024-02-20 16:45:41 +01:00
winesync 3a286fb14f
[WINESYNC] dlls: Assorted spelling fixes.
wine commit id 7e309601f3cb55deadaab9bd444757483a0fb065 by Frédéric Delanoy <frederic.delanoy@gmail.com>
2024-02-20 16:45:40 +01:00
winesync be1f985164
[WINESYNC] setupapi: Fix return behaviour when the device key doesn't exist.
wine commit id 309914f315ff95b8b5af36e0cb76a5513bedbc73 by Christian Inci <chris.pcguy.inci@gmail.com>
2024-02-20 16:45:39 +01:00
winesync 8ff4632229
****** ROS-specific code sync too
[WINESYNC] setupapi: Make sure machine name is non-empty before failing.

wine commit id 4fe8cc61642c462883e748b566f93f984e3b4f2a by Juan Lang <juan.lang@gmail.com>

SYNC NOTE: Applied to ReactOS-specific code, with adaptations.

Co-authored-by: Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
2024-02-20 16:45:38 +01:00
winesync bdc6db4056
[WINESYNC] setupapi: Add stubs for CM_Get_Device_ID_List_SizeA/W.
wine commit id c6e38bfee65cf16009cff1fbeb1a39b52c119390 by André Hentschel <nerv@dawncrow.de>
2024-02-20 16:45:38 +01:00
winesync 52d2567f80
[WINESYNC] setupapi: Always initialize output parameter to avoid crash in buggy applications.
wine commit id 53b287530961beaaae89bd063bc0d63ef41036ff by Juan Lang <juan.lang@gmail.com>
2024-02-20 16:45:37 +01:00
winesync 29456f347f
[WINESYNC] setupapi: Avoid shadowing a parameter.
wine commit id a326c9ee67d5a66b9634ae8e0850a99ba5fec26c by Austin English <austinenglish@gmail.com>
2024-02-20 16:45:36 +01:00
winesync c7d7d4ab32
[WINESYNC] setupapi: Fix some memory leaks in SetupDiGetINFClassA.
Spotted with Valgrind.

wine commit id c66d27c55588b0ab3406ce4729348beec3aab536 by Andrew Nguyen <anguyen@codeweavers.com>
2024-02-20 16:45:35 +01:00
winesync 1423695d37
[WINESYNC] setupapi: Add stub for SetupDiSetSelectedDevice.
wine commit id 8fffb22f1e3e81dd5f745020f6fb235a9794697b by Stefan Leichter <Stefan.Leichter@camline.com>
2024-02-20 16:45:34 +01:00
winesync 306dbf472d
[WINESYNC] setupapi: Implement SetupDiGetINFClassA on top of SetupDiGetINFClassW.
wine commit id 05a1416c9324dfee9fb0ff8854718fda46d9a0bb by Stefan Leichter <Stefan.Leichter@camline.com>
2024-02-20 16:45:33 +01:00
winesync ed310ea7fa
[WINESYNC] setupapi: Add partial implementation of SetupDiGetINFClassW.
wine commit id 803b81c1b7e299692c18f73d6125f3737f159dc3 by Stefan Leichter <Stefan.Leichter@camline.com>
2024-02-20 16:45:32 +01:00
winesync 20df76d176
[WINESYNC] setupapi: Added tests for SetupDiGetINFClassA.
wine commit id 7e8ab4c8b4642f9952c687c04c1cf259b2bf9192 by Stefan Leichter <Stefan.Leichter@camline.com>
2024-02-20 16:45:31 +01:00
winesync c6ea951cc2
[WINESYNC] setupapi: Add stubs SetupQueryDrivesInDiskSpaceList{A,W}.
wine commit id 53aef28e36078f0eb28d925c01a9f81e9aeb94ad by Julius Schwartzenberg <julius.schwartzenberg@gmail.com>
2024-02-20 16:45:30 +01:00
winesync d34d4a61f5
[WINESYNC] setupapi: Add a stub for SetupDiLoadClassIcon.
wine commit id aaf4ce8ac6d70f19b6bce495d1b580acb61c1c69 by Paul Vriens <Paul.Vriens.Wine@gmail.com>
2024-02-20 16:45:29 +01:00
winesync d831b7c34b
[WINESYNC] setupapi: Add stubs for SetupDiBuildDriverInfoList and SetupDiDeleteDeviceInfo:.
wine commit id dab1bbef29c84d11d07b80f5262d70689c216366 by Austin English <austinenglish@gmail.com>
2024-02-20 16:45:28 +01:00