Commit graph

51226 commits

Author SHA1 Message Date
Thomas Faber 7803f2678f [LIBUSB][USBCCGP]
- Whitespace and DPRINT fixes

svn path=/trunk/; revision=56668
2012-05-28 10:49:44 +00:00
Thomas Faber a426102b3a [LIBUSB][USBCCGP][USBEHCI]
- Return the actual number of bytes copied for configuration descriptor requests
- Fix MSVC warnings and NULL vs 0 vs FALSE issues

svn path=/trunk/; revision=56667
2012-05-28 10:34:45 +00:00
Thomas Faber 5536a02214 [USBCCGP]
- Fix hardware/compatible id generation (still abusing UNICODE_STRING though)
- Do not touch unsupported IRP_MN_QUERY_ID requests

svn path=/trunk/; revision=56666
2012-05-28 10:15:58 +00:00
James Tabor 6cf1774c1e - Turn of debugs.
svn path=/trunk/; revision=56665
2012-05-28 04:53:13 +00:00
James Tabor b22bc1a952 [Win32SS]
- Add utility of setting and clearing the state bits from user space. Use this later. Fix build.

svn path=/trunk/; revision=56664
2012-05-28 04:51:31 +00:00
James Tabor 845ea709c3 [Win32SS]
- Add utility of setting and clearing the state bits from user space. Use this later.

svn path=/trunk/; revision=56663
2012-05-28 04:49:15 +00:00
James Tabor df4cb8e91f [Win32k]
- Fix the remaining wine Win test_NCRedraw test. Broken since r6737.
- Miscellaneous fixes and changes.

svn path=/trunk/; revision=56662
2012-05-28 03:34:04 +00:00
Eric Kohl 203b0d7413 [SAMLIB]
- Implement SamCloseHandle, SamConnect and SamOpenDomain.
[SAMSRV]
- Implement SamrCloseHandle, SamrConnect and SamrOpenDomain.
- Start the SAM RPC Server.

svn path=/trunk/; revision=56661
2012-05-27 05:33:07 +00:00
Thomas Faber 8ea9a9d758 [LIBUSB]
- Implement URB_FUNCTION_VENDOR_DEVICE
- Sensibly handle unknown requests in HandleClassDevice
- DPRINT fixes

svn path=/trunk/; revision=56660
2012-05-26 17:19:41 +00:00
James Tabor 571a6d3ce6 - Silence debug traces, SMWCB is the one to tracked.
svn path=/trunk/; revision=56659
2012-05-25 20:27:47 +00:00
James Tabor c8fd4da71c [Win32k]
- Fix the remaining wine Win test_SetFocus to does.

svn path=/trunk/; revision=56658
2012-05-25 19:52:24 +00:00
Alex Ionescu 92be0e4131 [NDK]: Missing define.
svn path=/trunk/; revision=56657
2012-05-25 19:26:42 +00:00
Alex Ionescu 4d61ae25fc [KERNEL32]: Enable SxS support in CreateRemoteThread, and other misc. cleanups.
svn path=/trunk/; revision=56656
2012-05-24 19:20:33 +00:00
James Tabor 13ae0280e5 - Add RegisterClassNameW to ComCtl32.
svn path=/trunk/; revision=56655
2012-05-24 00:42:19 +00:00
James Tabor 88aa13419c [UXTHEME]
- Sync port up to Wine 1.5.4 and head.

svn path=/trunk/; revision=56654
2012-05-23 23:04:23 +00:00
James Tabor f770056aa3 - Add wine netsh, see bug 6758.
svn path=/trunk/; revision=56653
2012-05-23 22:36:17 +00:00
James Tabor 7429f3cc4c [WIP User32 SxS]
- Add SxS for classes, still not plugged in for a year now.
- Need more information on global headers to support class contexts. ATM the headers are local, for noting what is needed.

svn path=/trunk/; revision=56652
2012-05-23 20:21:29 +00:00
Alex Ionescu 7efa1d4b81 [KERNEL32]: Formatting cleanups and annotations.
[KERNEL32]: Simplify QueueWorkItem since the trampoline is in Rtl.
[KERNEL32]: Add SxS support to QueueUserApc.
[KERNEL32]: Add some extra sanity checks/assertions in certain places.

svn path=/trunk/; revision=56651
2012-05-23 17:35:25 +00:00
Alex Ionescu 7b19834435 [KERNEL32]: Reimplement DeleteFileA and W to handle the new ansi-Unicode functions, as well as to handle the same cases that Pierre implemented in the directory functions (dealing with reparse points and tags).
svn path=/trunk/; revision=56650
2012-05-23 16:51:22 +00:00
Thomas Faber 25d5ac32b6 [RTL]
- Use RtlAnsiStringToUnicodeString instead of mbstowcs to correctly handle manifests that aren't null-terminated
See issue #6743 for more details.

svn path=/trunk/; revision=56649
2012-05-23 11:54:20 +00:00
Eric Kohl c43df67bd6 [SAMLIB/SAMSRV/SYSSETUP]
- Use Wine debug messages in samlib.dll.
- Move SAM initialization code from samlib.dll to samsrv.dll.
- Lsass.exe initializes SAM instead of syssetup.dll.

svn path=/trunk/; revision=56648
2012-05-21 13:38:32 +00:00
Eric Kohl 734ab64dd0 [LSASS]
Load samsrv.dll and call SamIInitialize when lsass is started.

svn path=/trunk/; revision=56647
2012-05-20 21:10:53 +00:00
Eric Kohl 91bf59e6d9 [samlib]
- Add DDK header ntsam.h.
- Add some client side stubs of the SAM RPC interface.

svn path=/trunk/; revision=56646
2012-05-20 20:33:16 +00:00
Eric Kohl 5ba86d6b56 [SAMSRV]
- Convert to Wine debug messages.
- Add server side stubs of the SAM RPC interface. The RPC server is not implemented yet.

svn path=/trunk/; revision=56645
2012-05-20 18:31:10 +00:00
Eric Kohl 1c9889f852 [IDL]
Add ACF and IDL file for the SAM RPC interface.

svn path=/trunk/; revision=56644
2012-05-20 16:32:24 +00:00
Thomas Faber 279183baba [KERNEL32]
- Swap GetFullPathName success/failure cases in BasePushProcessParameters. Fixes kernel32:GetModuleFileName test.
See issue #6786 for more details.

svn path=/trunk/; revision=56643
2012-05-20 14:06:09 +00:00
James Tabor beb9a0d70f [UXTHEME]
- Partial sync port Wine 1.5.4 for system.c.
- Researched branches/GSoC_2011/ThemesSupport and current changes before sync.

svn path=/trunk/; revision=56642
2012-05-20 05:11:54 +00:00
Sylvain Petreolle 4425d5011a [SETUPAPI]
Sync SetupCreateDiskSpaceListW with Wine head.
Fixes remaining setupapi:diskspace test failures.

svn path=/trunk/; revision=56641
2012-05-19 18:29:56 +00:00
Amine Khaldi 9b166cb4b1 [UXTHEME_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56640
2012-05-19 15:14:49 +00:00
Amine Khaldi 05a4742885 [PSDK]
* Add some missing definitions.

svn path=/trunk/; revision=56639
2012-05-19 15:14:41 +00:00
Amine Khaldi 896143c20b [USP10_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56638
2012-05-19 15:08:29 +00:00
Amine Khaldi 28714f89df [USP10]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56637
2012-05-19 15:08:23 +00:00
Amine Khaldi e46d08cab2 [URL]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56636
2012-05-19 15:01:23 +00:00
Amine Khaldi 9f4e3a2396 [TRAFFIC]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56635
2012-05-19 14:57:24 +00:00
Amine Khaldi b5ad78b0c7 [SXS_WINETEST]
* Import from Wine 1.5.4.

svn path=/trunk/; revision=56634
2012-05-19 14:53:01 +00:00
Amine Khaldi e4cfda4a8c [SXS]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56633
2012-05-19 14:52:48 +00:00
Amine Khaldi 70bd3dabc7 [STI_WINETEST]
* Import from Wine 1.5.4.

svn path=/trunk/; revision=56632
2012-05-19 14:35:44 +00:00
Amine Khaldi 7acb2264c3 [STI]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56631
2012-05-19 14:35:28 +00:00
Amine Khaldi b5205230b7 [SPOOLSS_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56630
2012-05-19 14:15:59 +00:00
Amine Khaldi b1f476b2c5 [SPOOLSS]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56629
2012-05-19 14:15:55 +00:00
Amine Khaldi 9e7f030eeb [SETUPAPI_WINETEST]
* Sync to Wine 1.5.4. I excluded devinst tests from the sync until bug #7077 is fixed.

svn path=/trunk/; revision=56628
2012-05-19 14:09:14 +00:00
Amine Khaldi c8e14e00dd [SETUPAPI]
* Import SetupDuplicateDiskSpaceListA/W and SetupQuerySpaceRequiredOnDriveW from Wine 1.5.4.

svn path=/trunk/; revision=56627
2012-05-19 14:07:00 +00:00
Amine Khaldi 0215b76d28 [RSAENH]
* Fix msvc build.

svn path=/trunk/; revision=56626
2012-05-19 13:04:19 +00:00
Amine Khaldi b25c2e144a [RSAENH_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56625
2012-05-19 12:34:31 +00:00
Amine Khaldi 3f139580c6 [RSAENH]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56624
2012-05-19 12:34:30 +00:00
Amine Khaldi cd3a34b6ee [PSTOREC]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56623
2012-05-19 12:06:22 +00:00
Amine Khaldi 051dac383a [MSCMS_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56622
2012-05-19 11:45:41 +00:00
Amine Khaldi 3d393a43bb [MSCMS]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56621
2012-05-19 11:45:34 +00:00
Amine Khaldi a67198a3ee [MCIWAVE]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56620
2012-05-19 11:34:35 +00:00
Amine Khaldi 3323409676 [MCOQTZ32]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56619
2012-05-19 11:26:15 +00:00