Commit graph

51311 commits

Author SHA1 Message Date
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
Amine Khaldi de62bc1e0f [ITSS]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56618
2012-05-19 10:54:54 +00:00
Amine Khaldi 84236b2f25 [HLINK_WINETEST]
* Add to msvc build.

svn path=/trunk/; revision=56617
2012-05-19 10:34:23 +00:00
Amine Khaldi c6a258c69e [HLINK_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56616
2012-05-19 10:13:05 +00:00
Amine Khaldi 5d7e625d94 [HLINK]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56615
2012-05-19 10:12:58 +00:00
Amine Khaldi 7838d7f3cd [GDIPLUS_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56614
2012-05-19 10:03:49 +00:00
Amine Khaldi a87a379620 [GDIPLUS]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56613
2012-05-19 10:03:40 +00:00
Amine Khaldi aca91a4b14 [FUSION_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56612
2012-05-19 09:41:19 +00:00
Amine Khaldi 299fc05ac7 [FUSION]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56611
2012-05-19 09:41:07 +00:00
Amine Khaldi acdd7ae2a1 [MSSIGN32]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56610
2012-05-19 09:26:02 +00:00
James Tabor d030c9eef0 [Win32SS]
- Fix test_child_window_from_point results.
- Turn on process layout.
- Miscellaneous changes and fixups.

svn path=/trunk/; revision=56609
2012-05-19 04:40:37 +00:00
James Tabor e86a655d72 [Win32k]
- Fix all the wine Win test_SetForegroundWindow and todo tests.

svn path=/trunk/; revision=56608
2012-05-18 18:08:54 +00:00
Eric Kohl ec7cfde16c [SYSSETUP]
- Create builtin LSA accounts.
- Add privileges to the accounts.

svn path=/trunk/; revision=56607
2012-05-17 21:30:30 +00:00
Timo Kreuzer c73fd0768f [GDI32_APITEST]
- Create a global 4bpp dib section for tests
- More tests for GetDIBits

svn path=/trunk/; revision=56606
2012-05-17 18:56:00 +00:00
Timo Kreuzer 62d76ebae8 [GDI32_APITEST]
More tests for CreateBitmap by Victor Martinez

svn path=/trunk/; revision=56605
2012-05-17 18:51:47 +00:00
James Tabor d20ffb99ef - [User32] Patch by Dmitry Timoshkov : IsDialogMessage should allow control ids other than IDOK when processing WM_KEYDOWN.
svn path=/trunk/; revision=56604
2012-05-17 17:54:09 +00:00