reactos.git
11 years ago[NTOSKRNL]
Art Yerkes [Fri, 1 Jun 2012 09:01:41 +0000 (09:01 +0000)]
[NTOSKRNL]
- Allow placement of a wait entry in virgin address space prior to mapping a page.
- Add a wait entry in the address space when paging in section view.
- Correct a problem that previously prevented us from evicting or querying pages that
  had been protected into PAGE_NOACCESS protection by adding a query for disabled
  mappings and handling disabled mappings in a few places (this may be controversial).

svn path=/trunk/; revision=56682

11 years ago[ADVAPI32]
Eric Kohl [Thu, 31 May 2012 14:18:59 +0000 (14:18 +0000)]
[ADVAPI32]
Fixed broken build.

svn path=/trunk/; revision=56681

11 years ago[ADVAPI32]
Eric Kohl [Thu, 31 May 2012 14:02:19 +0000 (14:02 +0000)]
[ADVAPI32]
- Get the logon user SID using the new SAM keys and values. This is still a hack.

[SAMLIB]
- Remove all hacks.

[SYSSETUP]
- Remove all administrator account hacks.

svn path=/trunk/; revision=56680

11 years ago[SAMLIB]
Eric Kohl [Thu, 31 May 2012 11:07:51 +0000 (11:07 +0000)]
[SAMLIB]
- Implement SamOpenUser and SamSetInformationUser.
- Add SamQueryInformationUser stub.

[SAMSRV]
- Implement SamrOpenUser.
- Add a hack to SamrSetInformationUser that enables us to store a users password (as plain-text) in the registry.
- SamrCreateUserInDomain: Fix the creation of user account key names and start counting user RIDs at 1000.
- Clean-up the SAM registry setup code.
- Assingn SIDs to the BUILTIN and Account domains.
- Create the Administrator and Guest accounts in the SAM setup.

svn path=/trunk/; revision=56679

11 years ago[LSASRV][SYSSETUP]
Eric Kohl [Wed, 30 May 2012 22:53:37 +0000 (22:53 +0000)]
[LSASRV][SYSSETUP]
Move the creation of the random account domain SID from syssetup.dll to lsasrv.dll. This change is required because the account domain SID must be stored in the LSA database before the SAM database initializes. Syssetup.dll created the account domain SID much too late.

svn path=/trunk/; revision=56678

11 years ago[NTDLL_APITEST]
Timo Kreuzer [Wed, 30 May 2012 21:16:24 +0000 (21:16 +0000)]
[NTDLL_APITEST]
rename rtl bitmap tests

svn path=/trunk/; revision=56677

11 years ago[Win32k]
James Tabor [Tue, 29 May 2012 21:34:06 +0000 (21:34 +0000)]
[Win32k]
- Users are not allowed to set null desktops. Fixes bug 6759.

svn path=/trunk/; revision=56676

11 years ago[NTDLL_APITEST]
Timo Kreuzer [Tue, 29 May 2012 18:46:25 +0000 (18:46 +0000)]
[NTDLL_APITEST]
Add tests for rtl bitmap function

svn path=/trunk/; revision=56675

11 years ago[NDK]
Timo Kreuzer [Tue, 29 May 2012 18:40:41 +0000 (18:40 +0000)]
[NDK]
Add missing rtl bitmap functions

svn path=/trunk/; revision=56674

11 years ago[Win32k]
James Tabor [Tue, 29 May 2012 11:57:24 +0000 (11:57 +0000)]
[Win32k]
- Don't check for send nonclient paint messages and bump up the paint count. This may spell the end of the PAINTING BUG spam.

svn path=/trunk/; revision=56673

11 years ago[SAMLIB][SAMSRV]
Eric Kohl [Mon, 28 May 2012 22:47:52 +0000 (22:47 +0000)]
[SAMLIB][SAMSRV]
- Implement SamCreateUserInDomain and SamrCreateUserInDomain.
- SamOpenDomain: Use the correct object types when trying to open a domain object.

svn path=/trunk/; revision=56672

11 years ago[Service Manager]
James Tabor [Mon, 28 May 2012 20:12:21 +0000 (20:12 +0000)]
[Service Manager]
- Patch by Hermes Belusca: Fix dialog painting. See bug 4965, marked as WIP.

svn path=/trunk/; revision=56671

11 years ago[SAMSRV]
Eric Kohl [Mon, 28 May 2012 15:04:26 +0000 (15:04 +0000)]
[SAMSRV]
Add Names sub keys to the Alias, Groups and Users keys of the Account an Builtin domains. These will later contain the 'Name to SID' entries that will simplify lookup by name operations.

svn path=/trunk/; revision=56670

11 years ago[SAMSRV]
Eric Kohl [Mon, 28 May 2012 12:26:54 +0000 (12:26 +0000)]
[SAMSRV]
- Support container objects in SampCreateDbObject.
- Implement SampGetObjectAttribute and SampSetObjectAttribute.

svn path=/trunk/; revision=56669

11 years ago[LIBUSB][USBCCGP]
Thomas Faber [Mon, 28 May 2012 10:49:44 +0000 (10:49 +0000)]
[LIBUSB][USBCCGP]
- Whitespace and DPRINT fixes

svn path=/trunk/; revision=56668

11 years ago[LIBUSB][USBCCGP][USBEHCI]
Thomas Faber [Mon, 28 May 2012 10:34:45 +0000 (10:34 +0000)]
[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

11 years ago[USBCCGP]
Thomas Faber [Mon, 28 May 2012 10:15:58 +0000 (10:15 +0000)]
[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

11 years ago- Turn of debugs.
James Tabor [Mon, 28 May 2012 04:53:13 +0000 (04:53 +0000)]
- Turn of debugs.

svn path=/trunk/; revision=56665

11 years ago[Win32SS]
James Tabor [Mon, 28 May 2012 04:51:31 +0000 (04:51 +0000)]
[Win32SS]
- Add utility of setting and clearing the state bits from user space. Use this later. Fix build.

svn path=/trunk/; revision=56664

11 years ago[Win32SS]
James Tabor [Mon, 28 May 2012 04:49:15 +0000 (04:49 +0000)]
[Win32SS]
- Add utility of setting and clearing the state bits from user space. Use this later.

svn path=/trunk/; revision=56663

11 years ago[Win32k]
James Tabor [Mon, 28 May 2012 03:34:04 +0000 (03:34 +0000)]
[Win32k]
- Fix the remaining wine Win test_NCRedraw test. Broken since r6737.
- Miscellaneous fixes and changes.

svn path=/trunk/; revision=56662

11 years ago[SAMLIB]
Eric Kohl [Sun, 27 May 2012 05:33:07 +0000 (05:33 +0000)]
[SAMLIB]
- Implement SamCloseHandle, SamConnect and SamOpenDomain.
[SAMSRV]
- Implement SamrCloseHandle, SamrConnect and SamrOpenDomain.
- Start the SAM RPC Server.

svn path=/trunk/; revision=56661

11 years ago[LIBUSB]
Thomas Faber [Sat, 26 May 2012 17:19:41 +0000 (17:19 +0000)]
[LIBUSB]
- Implement URB_FUNCTION_VENDOR_DEVICE
- Sensibly handle unknown requests in HandleClassDevice
- DPRINT fixes

svn path=/trunk/; revision=56660

11 years ago- Silence debug traces, SMWCB is the one to tracked.
James Tabor [Fri, 25 May 2012 20:27:47 +0000 (20:27 +0000)]
- Silence debug traces, SMWCB is the one to tracked.

svn path=/trunk/; revision=56659

11 years ago[Win32k]
James Tabor [Fri, 25 May 2012 19:52:24 +0000 (19:52 +0000)]
[Win32k]
- Fix the remaining wine Win test_SetFocus to does.

svn path=/trunk/; revision=56658

11 years ago[NDK]: Missing define.
Alex Ionescu [Fri, 25 May 2012 19:26:42 +0000 (19:26 +0000)]
[NDK]: Missing define.

svn path=/trunk/; revision=56657

11 years ago[KERNEL32]: Enable SxS support in CreateRemoteThread, and other misc. cleanups.
Alex Ionescu [Thu, 24 May 2012 19:20:33 +0000 (19:20 +0000)]
[KERNEL32]: Enable SxS support in CreateRemoteThread, and other misc. cleanups.

svn path=/trunk/; revision=56656

11 years ago- Add RegisterClassNameW to ComCtl32.
James Tabor [Thu, 24 May 2012 00:42:19 +0000 (00:42 +0000)]
- Add RegisterClassNameW to ComCtl32.

svn path=/trunk/; revision=56655

11 years ago[UXTHEME]
James Tabor [Wed, 23 May 2012 23:04:23 +0000 (23:04 +0000)]
[UXTHEME]
- Sync port up to Wine 1.5.4 and head.

svn path=/trunk/; revision=56654

11 years ago- Add wine netsh, see bug 6758.
James Tabor [Wed, 23 May 2012 22:36:17 +0000 (22:36 +0000)]
- Add wine netsh, see bug 6758.

svn path=/trunk/; revision=56653

11 years ago[WIP User32 SxS]
James Tabor [Wed, 23 May 2012 20:21:29 +0000 (20:21 +0000)]
[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

11 years ago[KERNEL32]: Formatting cleanups and annotations.
Alex Ionescu [Wed, 23 May 2012 17:35:25 +0000 (17:35 +0000)]
[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

11 years ago[KERNEL32]: Reimplement DeleteFileA and W to handle the new ansi-Unicode functions...
Alex Ionescu [Wed, 23 May 2012 16:51:22 +0000 (16:51 +0000)]
[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

11 years ago[RTL]
Thomas Faber [Wed, 23 May 2012 11:54:20 +0000 (11:54 +0000)]
[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

11 years ago[SAMLIB/SAMSRV/SYSSETUP]
Eric Kohl [Mon, 21 May 2012 13:38:32 +0000 (13:38 +0000)]
[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

11 years ago[LSASS]
Eric Kohl [Sun, 20 May 2012 21:10:53 +0000 (21:10 +0000)]
[LSASS]
Load samsrv.dll and call SamIInitialize when lsass is started.

svn path=/trunk/; revision=56647

11 years ago[samlib]
Eric Kohl [Sun, 20 May 2012 20:33:16 +0000 (20:33 +0000)]
[samlib]
- Add DDK header ntsam.h.
- Add some client side stubs of the SAM RPC interface.

svn path=/trunk/; revision=56646

11 years ago[SAMSRV]
Eric Kohl [Sun, 20 May 2012 18:31:10 +0000 (18:31 +0000)]
[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

11 years ago[IDL]
Eric Kohl [Sun, 20 May 2012 16:32:24 +0000 (16:32 +0000)]
[IDL]
Add ACF and IDL file for the SAM RPC interface.

svn path=/trunk/; revision=56644

11 years ago[KERNEL32]
Thomas Faber [Sun, 20 May 2012 14:06:09 +0000 (14:06 +0000)]
[KERNEL32]
- Swap GetFullPathName success/failure cases in BasePushProcessParameters. Fixes kernel32:GetModuleFileName test.
See issue #6786 for more details.

svn path=/trunk/; revision=56643

11 years ago[UXTHEME]
James Tabor [Sun, 20 May 2012 05:11:54 +0000 (05:11 +0000)]
[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

11 years ago[SETUPAPI]
Sylvain Petreolle [Sat, 19 May 2012 18:29:56 +0000 (18:29 +0000)]
[SETUPAPI]
Sync SetupCreateDiskSpaceListW with Wine head.
Fixes remaining setupapi:diskspace test failures.

svn path=/trunk/; revision=56641

11 years ago[UXTHEME_WINETEST]
Amine Khaldi [Sat, 19 May 2012 15:14:49 +0000 (15:14 +0000)]
[UXTHEME_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56640

11 years ago[PSDK]
Amine Khaldi [Sat, 19 May 2012 15:14:41 +0000 (15:14 +0000)]
[PSDK]
* Add some missing definitions.

svn path=/trunk/; revision=56639

11 years ago[USP10_WINETEST]
Amine Khaldi [Sat, 19 May 2012 15:08:29 +0000 (15:08 +0000)]
[USP10_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56638

11 years ago[USP10]
Amine Khaldi [Sat, 19 May 2012 15:08:23 +0000 (15:08 +0000)]
[USP10]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56637

11 years ago[URL]
Amine Khaldi [Sat, 19 May 2012 15:01:23 +0000 (15:01 +0000)]
[URL]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56636

11 years ago[TRAFFIC]
Amine Khaldi [Sat, 19 May 2012 14:57:24 +0000 (14:57 +0000)]
[TRAFFIC]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56635

11 years ago[SXS_WINETEST]
Amine Khaldi [Sat, 19 May 2012 14:53:01 +0000 (14:53 +0000)]
[SXS_WINETEST]
* Import from Wine 1.5.4.

svn path=/trunk/; revision=56634

11 years ago[SXS]
Amine Khaldi [Sat, 19 May 2012 14:52:48 +0000 (14:52 +0000)]
[SXS]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56633

11 years ago[STI_WINETEST]
Amine Khaldi [Sat, 19 May 2012 14:35:44 +0000 (14:35 +0000)]
[STI_WINETEST]
* Import from Wine 1.5.4.

svn path=/trunk/; revision=56632

11 years ago[STI]
Amine Khaldi [Sat, 19 May 2012 14:35:28 +0000 (14:35 +0000)]
[STI]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56631

11 years ago[SPOOLSS_WINETEST]
Amine Khaldi [Sat, 19 May 2012 14:15:59 +0000 (14:15 +0000)]
[SPOOLSS_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56630

11 years ago[SPOOLSS]
Amine Khaldi [Sat, 19 May 2012 14:15:55 +0000 (14:15 +0000)]
[SPOOLSS]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56629

11 years ago[SETUPAPI_WINETEST]
Amine Khaldi [Sat, 19 May 2012 14:09:14 +0000 (14:09 +0000)]
[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

11 years ago[SETUPAPI]
Amine Khaldi [Sat, 19 May 2012 14:07:00 +0000 (14:07 +0000)]
[SETUPAPI]
* Import SetupDuplicateDiskSpaceListA/W and SetupQuerySpaceRequiredOnDriveW from Wine 1.5.4.

svn path=/trunk/; revision=56627

11 years ago[RSAENH]
Amine Khaldi [Sat, 19 May 2012 13:04:19 +0000 (13:04 +0000)]
[RSAENH]
* Fix msvc build.

svn path=/trunk/; revision=56626

11 years ago[RSAENH_WINETEST]
Amine Khaldi [Sat, 19 May 2012 12:34:31 +0000 (12:34 +0000)]
[RSAENH_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56625

11 years ago[RSAENH]
Amine Khaldi [Sat, 19 May 2012 12:34:30 +0000 (12:34 +0000)]
[RSAENH]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56624

11 years ago[PSTOREC]
Amine Khaldi [Sat, 19 May 2012 12:06:22 +0000 (12:06 +0000)]
[PSTOREC]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56623

11 years ago[MSCMS_WINETEST]
Amine Khaldi [Sat, 19 May 2012 11:45:41 +0000 (11:45 +0000)]
[MSCMS_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56622

11 years ago[MSCMS]
Amine Khaldi [Sat, 19 May 2012 11:45:34 +0000 (11:45 +0000)]
[MSCMS]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56621

11 years ago[MCIWAVE]
Amine Khaldi [Sat, 19 May 2012 11:34:35 +0000 (11:34 +0000)]
[MCIWAVE]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56620

11 years ago[MCOQTZ32]
Amine Khaldi [Sat, 19 May 2012 11:26:15 +0000 (11:26 +0000)]
[MCOQTZ32]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56619

11 years ago[ITSS]
Amine Khaldi [Sat, 19 May 2012 10:54:54 +0000 (10:54 +0000)]
[ITSS]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56618

11 years ago[HLINK_WINETEST]
Amine Khaldi [Sat, 19 May 2012 10:34:23 +0000 (10:34 +0000)]
[HLINK_WINETEST]
* Add to msvc build.

svn path=/trunk/; revision=56617

11 years ago[HLINK_WINETEST]
Amine Khaldi [Sat, 19 May 2012 10:13:05 +0000 (10:13 +0000)]
[HLINK_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56616

11 years ago[HLINK]
Amine Khaldi [Sat, 19 May 2012 10:12:58 +0000 (10:12 +0000)]
[HLINK]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56615

11 years ago[GDIPLUS_WINETEST]
Amine Khaldi [Sat, 19 May 2012 10:03:49 +0000 (10:03 +0000)]
[GDIPLUS_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56614

11 years ago[GDIPLUS]
Amine Khaldi [Sat, 19 May 2012 10:03:40 +0000 (10:03 +0000)]
[GDIPLUS]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56613

11 years ago[FUSION_WINETEST]
Amine Khaldi [Sat, 19 May 2012 09:41:19 +0000 (09:41 +0000)]
[FUSION_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56612

11 years ago[FUSION]
Amine Khaldi [Sat, 19 May 2012 09:41:07 +0000 (09:41 +0000)]
[FUSION]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56611

11 years ago[MSSIGN32]
Amine Khaldi [Sat, 19 May 2012 09:26:02 +0000 (09:26 +0000)]
[MSSIGN32]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56610

11 years ago[Win32SS]
James Tabor [Sat, 19 May 2012 04:40:37 +0000 (04:40 +0000)]
[Win32SS]
- Fix test_child_window_from_point results.
- Turn on process layout.
- Miscellaneous changes and fixups.

svn path=/trunk/; revision=56609

11 years ago[Win32k]
James Tabor [Fri, 18 May 2012 18:08:54 +0000 (18:08 +0000)]
[Win32k]
- Fix all the wine Win test_SetForegroundWindow and todo tests.

svn path=/trunk/; revision=56608

11 years ago[SYSSETUP]
Eric Kohl [Thu, 17 May 2012 21:30:30 +0000 (21:30 +0000)]
[SYSSETUP]
- Create builtin LSA accounts.
- Add privileges to the accounts.

svn path=/trunk/; revision=56607

11 years ago[GDI32_APITEST]
Timo Kreuzer [Thu, 17 May 2012 18:56:00 +0000 (18:56 +0000)]
[GDI32_APITEST]
- Create a global 4bpp dib section for tests
- More tests for GetDIBits

svn path=/trunk/; revision=56606

11 years ago[GDI32_APITEST]
Timo Kreuzer [Thu, 17 May 2012 18:51:47 +0000 (18:51 +0000)]
[GDI32_APITEST]
More tests for CreateBitmap by Victor Martinez

svn path=/trunk/; revision=56605

11 years ago- [User32] Patch by Dmitry Timoshkov : IsDialogMessage should allow control ids other...
James Tabor [Thu, 17 May 2012 17:54:09 +0000 (17:54 +0000)]
- [User32] Patch by Dmitry Timoshkov : IsDialogMessage should allow control ids other than IDOK when processing WM_KEYDOWN.

svn path=/trunk/; revision=56604

11 years ago[RICHED20_WINETEST]
Amine Khaldi [Thu, 17 May 2012 16:52:25 +0000 (16:52 +0000)]
[RICHED20_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56603

11 years ago[RICHED20]
Amine Khaldi [Thu, 17 May 2012 16:52:17 +0000 (16:52 +0000)]
[RICHED20]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56602

11 years ago[USER32_WINETEST]
Amine Khaldi [Thu, 17 May 2012 16:22:34 +0000 (16:22 +0000)]
[USER32_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56601

11 years ago[BROWSEUI_WINETEST]
Amine Khaldi [Thu, 17 May 2012 16:00:16 +0000 (16:00 +0000)]
[BROWSEUI_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56600

11 years ago[OLE32]
Amine Khaldi [Thu, 17 May 2012 15:39:01 +0000 (15:39 +0000)]
[OLE32]
* Do not set DllGetClassObject as private. Fixes comcat msvc build.

svn path=/trunk/; revision=56599

11 years ago[OLE32_WINETEST]
Amine Khaldi [Thu, 17 May 2012 15:17:09 +0000 (15:17 +0000)]
[OLE32_WINETEST]
* Sync to Wine 1.5.4.
See issue #7070 for more details.

svn path=/trunk/; revision=56598

11 years ago[OLE32]
Amine Khaldi [Thu, 17 May 2012 15:16:51 +0000 (15:16 +0000)]
[OLE32]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56597

11 years ago[PSDK]
Amine Khaldi [Thu, 17 May 2012 15:05:17 +0000 (15:05 +0000)]
[PSDK]
* Fix a typo.

svn path=/trunk/; revision=56596

11 years ago[INF]
Eric Kohl [Thu, 17 May 2012 13:08:59 +0000 (13:08 +0000)]
[INF]
Add default security settings file for ReactOS Workstation.

svn path=/trunk/; revision=56595

11 years ago[PSDK/LSASRV]
Eric Kohl [Thu, 17 May 2012 12:02:50 +0000 (12:02 +0000)]
[PSDK/LSASRV]
- Add new ntlsa.h file to the PSDK.
- LsarAddPrivilegesToAccount: Implement the ability to add new privileges to an existing privilege set.

svn path=/trunk/; revision=56594

11 years ago[GDI32_WINETEST]
Amine Khaldi [Tue, 15 May 2012 17:21:43 +0000 (17:21 +0000)]
[GDI32_WINETEST]
* Complete the sync to Wine 1.5.4 now that bug #7070 is fixed (thanks Timo).

svn path=/trunk/; revision=56592

11 years ago[NDIS]
Cameron Gutman [Mon, 14 May 2012 22:39:58 +0000 (22:39 +0000)]
[NDIS]
- Fix some sickening formatting disasters
- Allocate the unicode string buffers from paged pool, like everything else in the NDIS config API

svn path=/trunk/; revision=56590

11 years ago[MSI_WINETEST]
Amine Khaldi [Mon, 14 May 2012 21:41:45 +0000 (21:41 +0000)]
[MSI_WINETEST]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56589

11 years ago[MSI]
Amine Khaldi [Mon, 14 May 2012 21:41:31 +0000 (21:41 +0000)]
[MSI]
* Sync to Wine 1.5.4.

svn path=/trunk/; revision=56588

11 years ago[SHELL32]
Thomas Faber [Mon, 14 May 2012 19:26:40 +0000 (19:26 +0000)]
[SHELL32]
- Port CommandLineToArgvW fixes from Wine. Fixes crash in shell32:shlexec test.

svn path=/trunk/; revision=56587

11 years ago[GDI32_APITEST]
Timo Kreuzer [Mon, 14 May 2012 11:48:17 +0000 (11:48 +0000)]
[GDI32_APITEST]
Simplify code

svn path=/trunk/; revision=56586

11 years ago[SAMLIB]
Eric Kohl [Mon, 14 May 2012 00:01:24 +0000 (00:01 +0000)]
[SAMLIB]
Remove the unused functions SamGetDomainSid and SamSetDomainSid. They have been replaced by LSA APIs.

svn path=/trunk/; revision=56585

11 years ago[SYSSETUP]
Eric Kohl [Sun, 13 May 2012 23:33:36 +0000 (23:33 +0000)]
[SYSSETUP]
Remove the now outdated call to SamSetDomainSid.

svn path=/trunk/; revision=56584

11 years ago[MSI]
Sylvain Petreolle [Sun, 13 May 2012 22:49:24 +0000 (22:49 +0000)]
[MSI]
Create InstallerLocation key, regression from r55046.
Fixes msi installer check in bug 6879.

svn path=/trunk/; revision=56583

11 years ago[WIN32K]
Timo Kreuzer [Sun, 13 May 2012 22:31:28 +0000 (22:31 +0000)]
[WIN32K]
- Handle unknown color types in TranslateCOLORREF
- properly translate the color back to RGB in NtGdiSetPixel
Fixes a few hundred thousand gdi32 winetests (dib) :)

svn path=/trunk/; revision=56582

11 years ago[ADVAPI32]
Eric Kohl [Sun, 13 May 2012 21:45:59 +0000 (21:45 +0000)]
[ADVAPI32]
Use LSA functions to query the account domain SID.

svn path=/trunk/; revision=56581