Commit graph

64450 commits

Author SHA1 Message Date
Amine Khaldi c0a5568f90 [OLEAUT32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69916
2015-11-17 12:00:00 +00:00
Amine Khaldi 22d351dde0 [OLEAUT32] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69915
2015-11-17 11:59:11 +00:00
Amine Khaldi b459a3a59a [PSDK] Add missing GetFileInformationByHandleEx().
svn path=/trunk/; revision=69914
2015-11-17 11:57:59 +00:00
Amine Khaldi 0e5679dd6d [ADVAPI32_VISTA] Import RegSetKeyValueW() from Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69913
2015-11-17 11:17:12 +00:00
Amine Khaldi 1024999f67 [PSDK] Update oleauto.h. CORE-10536
svn path=/trunk/; revision=69912
2015-11-17 11:07:59 +00:00
Amine Khaldi 2d36c27748 [KERNEL32_VISTA] Import GetFileInformationByHandleEx() from Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69911
2015-11-17 10:40:04 +00:00
Amine Khaldi 69c3747f2a [UNICODE] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69910
2015-11-17 10:35:27 +00:00
Amine Khaldi 0e4e6b581e [OLE32_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69909
2015-11-17 10:31:59 +00:00
Amine Khaldi 40c6100667 [OLE32] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69908
2015-11-17 10:30:40 +00:00
Amine Khaldi ca6b297569 [RPCRT4_WINETEST] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69907
2015-11-17 10:08:11 +00:00
Amine Khaldi ada28839e7 [RPCRT4] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69906
2015-11-17 10:08:00 +00:00
Amine Khaldi 526d3c033c [CRT] Import _snscanf() from Wine Staging 1.7.55. [MSVCRT] Export _snscanf(). CORE-10529 CORE-10536
svn path=/trunk/; revision=69905
2015-11-16 22:01:01 +00:00
Amine Khaldi 18d4e90d49 [PSDK] Update midles.h. CORE-10536
svn path=/trunk/; revision=69904
2015-11-16 21:54:44 +00:00
Amine Khaldi 6eff4a799b [ADVAPI32_VISTA] Introduce this module to hold Vista+ exports that we need to provide. CORE-10536
svn path=/trunk/; revision=69903
2015-11-16 21:53:56 +00:00
Amine Khaldi 071b9d445b [WIDL] Sync with Wine Staging 1.7.55. CORE-10536
svn path=/trunk/; revision=69902
2015-11-16 21:45:45 +00:00
Thomas Faber 40beab051e [ACPI]
- Completely duplicate CompatibleIdList before freeing the original in acpi_bus_add. Fixes use after free

svn path=/trunk/; revision=69901
2015-11-16 20:01:04 +00:00
Thomas Faber 87a055b175 [PARPORT]
- Initialize DeviceRelations->Count in FdoQueryBusRelations
- Don't fake success for unsupported PNP minor functions, it makes the kernel very unhappy
Powered by Special Pool

svn path=/trunk/; revision=69900
2015-11-16 19:56:00 +00:00
Thomas Faber ad4ae38293 [ACPI]
- Addendum to r69867: free device info pointer at the end of acpi_bus_add to avoid use after free.
Powered by Special Pool

svn path=/trunk/; revision=69899
2015-11-16 14:20:25 +00:00
Thomas Faber 352bcdb0e1 [FASTFAT]
- Correctly track the buffer length in VfatGetAllInformation. Fixes pool corruption when running ntdll_winetest:file

svn path=/trunk/; revision=69898
2015-11-16 13:58:39 +00:00
Thomas Faber 187db82af7 [KMTESTS:IO]
- Add a test for FileAllInformation

svn path=/trunk/; revision=69897
2015-11-16 13:53:03 +00:00
Thomas Faber 5a28e79ccc [CDFS]
- Don't access file name buffer if its Length is zero in CdfsMakeAbsoluteFilename
CORE-10459

svn path=/trunk/; revision=69896
2015-11-16 11:01:36 +00:00
Thomas Faber 043845e1cd [NTDLL_APITEST]
- Add a test for RtlImageRvaToVa
CORE-10523

svn path=/trunk/; revision=69895
2015-11-16 09:48:39 +00:00
Eric Kohl 273416bcd3 [SYSSETUP]
Add a hack to set the Primary Domain Name (Workgroup Name).
#CORE-10459 #comment Does this fix the bug?

svn path=/trunk/; revision=69894
2015-11-15 20:54:12 +00:00
Hermès Bélusca-Maïto 428cebf114 [CSRSRV][CONSRV]: Remove the DPRINTs introduced for solving CORE-10510 and CORE-9742.
svn path=/trunk/; revision=69893
2015-11-15 15:18:59 +00:00
Eric Kohl 8d8012fbfb [FASTFAT]
Ooops! That should not have been committed!

svn path=/trunk/; revision=69892
2015-11-14 21:10:02 +00:00
Eric Kohl ad4b705148 [FASTFAT]
VfatGetAllInformation: Return as much information as possible, but do not fail if the name string does not fit into the buffer.

svn path=/trunk/; revision=69891
2015-11-14 20:41:59 +00:00
Hermès Bélusca-Maïto 1ec8189e87 [CLIPBRD]
- Change SetDIBitsToDeviceFromClipboard to correctly use the requested format instead of always using CF_DIBV5
- Enable/Disable the menu point "Save as..." dynamically
- Remove unneeded import libraries
- Add WS_EX_ACCEPTFILES window style and handle WM_DROPFILES
- Add some defines and structures for handling clipboard files (work in progress)
- Add Open and Save dialogs
Patch by Ricardo Hanke. CORE-10520

svn path=/trunk/; revision=69890
2015-11-14 16:45:41 +00:00
Hermès Bélusca-Maïto 9bccd93655 [CONSRV]: Use NtDuplicateObject with DUPLICATE_CLOSE_SOURCE to close a duplicated handle in a target process (instead of erroneously call NtClose on it). Should fix CORE-10510 and CORE-9742. Thanks to Thomas Faber for having pointed me to the source of the problem.
svn path=/trunk/; revision=69889
2015-11-14 16:20:00 +00:00
Amine Khaldi 9086f2a059 [INCLUDE/REACTOS] Move the debug macros from mmebuddy.h to mmebuddy_debug.h. [SNDBLST][MMENT4][MMEBUDDY] Use mmebuddy_debug.h where needed. [WDMAUD.DRV] Enable PCH again and use mmebuddy_debug.h where needed.
svn path=/trunk/; revision=69888
2015-11-14 16:19:07 +00:00
Amine Khaldi 94a73db543 [KERNEL32] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69887
2015-11-14 14:57:11 +00:00
Amine Khaldi a4f40a675a [WDMAUD.DRV] You don't deserve PCH.
svn path=/trunk/; revision=69886
2015-11-14 14:52:15 +00:00
Sylvain Petreolle 7031914e90 [WDMAUD]
Define NDEBUG before the includes, otherwise its a no-op.
CORE-7716

svn path=/trunk/; revision=69885
2015-11-14 14:00:29 +00:00
Sylvain Petreolle 6c4eee79d5 [UMPNPMGR]
Improve traces.

svn path=/trunk/; revision=69884
2015-11-14 13:28:03 +00:00
Thomas Faber 4c091ac8d1 [NTOS:KD]
- Actually write back the response to the user buffer in KdpPrompt

svn path=/trunk/; revision=69883
2015-11-14 08:55:46 +00:00
Hermès Bélusca-Maïto 4a866698e3 Fix cast type.
svn path=/trunk/; revision=69882
2015-11-13 20:01:53 +00:00
Hermès Bélusca-Maïto 8f3b6120b2 [CSRSRV][CONSRV][USERSRV]: Display complementary redundant information to try to understand problems in CORE-9742 and CORE-10510 (any discrepancy in the redundant info should be the sign of some corruption).
svn path=/trunk/; revision=69881
2015-11-13 19:56:22 +00:00
Eric Kohl 014a85563d [FASTFAT]
Deny access when trying to overwrite a read-only file.

svn path=/trunk/; revision=69880
2015-11-13 19:03:34 +00:00
Hermès Bélusca-Maïto 5b9077f992 [CONSRV]
Add diagnostic dprints to try to understand the problems described in CORE-9742 and CORE-10510

svn path=/trunk/; revision=69879
2015-11-12 20:24:18 +00:00
Thomas Faber 57dd4b34c7 [KMTESTS:IO]
- Add a test trying assorted path variations to open files
CORE-10483

svn path=/trunk/; revision=69878
2015-11-12 13:13:54 +00:00
Thomas Faber 8160fdc383 [KMTESTS:IO]
- Add a test verifying that opening a file using different parent directories still yields handles to the same file
CORE-10483

svn path=/trunk/; revision=69877
2015-11-12 12:55:26 +00:00
Eric Kohl 607f4f62b8 [NTMARTA]
AccpGetTrusteeSid: Ignore pMultipleTrustee and MultipleTrusteeOperation.

svn path=/trunk/; revision=69876
2015-11-12 12:30:12 +00:00
Giannis Adamopoulos 0b81e76316 [SHELL32]
- CDefView: When we have to flicker don't use the worst possible color to erase the window but the background color of the list view. At least now some flickering will go unnoticed.

svn path=/trunk/; revision=69873
2015-11-10 22:57:24 +00:00
Thomas Faber c7278f382c [ACPI]
- Remove the HPET hack, which is finally no longer needed (presumably thanks to the ACPI_ACQUIRE_GLOBAL_LOCK/ACPI_RELEASE_GLOBAL_LOCK fixes).
CORE-10509

svn path=/trunk/; revision=69872
2015-11-10 19:14:03 +00:00
Amine Khaldi 9f8c4e2628 [WIN32SS] Improve the FILE header section. Brought to you by Adam Stachowicz. CORE-10114
svn path=/trunk/; revision=69871
2015-11-10 17:41:55 +00:00
Thomas Faber 04d16609e0 [ACPICA]
- Update to version 20150930
CORE-10509 #resolve

svn path=/trunk/; revision=69870
2015-11-10 16:56:46 +00:00
Robert Naumann eb779cd089 [SHELL32] -Use a 32bit masked icon for "Open With" Dialog items
-Fix icon ID for the "Open With" Dialog 
-Patches by Jared Smudde CORE-10500 CORE-10502

svn path=/trunk/; revision=69869
2015-11-10 16:31:37 +00:00
Thomas Faber 1ac3551821 [ACPICA]
- Update to version 20150410
CORE-10509

svn path=/trunk/; revision=69868
2015-11-10 15:20:17 +00:00
Thomas Faber 480cf4df92 [ACPI]
- Fix memory leak in acpi_bus_add. CID 731690

svn path=/trunk/; revision=69867
2015-11-10 14:15:52 +00:00
Thomas Faber 95a246ddd5 [ACPICA]
- Update to version 20141107
- Get rid of the ROS diffs in actypes.h by making use of the new ACPI_USE_SYSTEM_INTTYPES define

svn path=/trunk/; revision=69866
2015-11-10 13:51:38 +00:00
Amine Khaldi 8283006e8b [HAL] Fix HalpInitializeTsc prototype.
svn path=/trunk/; revision=69865
2015-11-10 13:19:40 +00:00