Commit graph

58540 commits

Author SHA1 Message Date
Hermès Bélusca-Maïto 507f6b105a [DHCPCSVC]: Forgot this code formatting in my previous commit.
svn path=/trunk/; revision=64293
2014-09-25 23:45:30 +00:00
Hermès Bélusca-Maïto 33f5eed378 [UMPNPMGR]
- Turn the user-mode PnP Manager into a dll, as it is in Windows. However, on Windows 2k/XP/2k3, the dll is managed by services.exe (the SC Manager) (and its entry point name hardcoded in it), whereas on Vista/7+ it is managed by svchost.exe . Since we do not support external dll hardcoded services management in services.exe, make it svchost-compatible instead.
- In the .spec file, we mention that a few API set is exported (in stdcall), but we use it also for RPC, and therefore one has to fix somewhere the calling conventions.
- Add/modify the registry entries accordingly.

svn path=/trunk/; revision=64292
2014-09-25 23:44:28 +00:00
Hermès Bélusca-Maïto 12afcc85bd [DHCPCSVC]
- Code formatting
- Move ROS service functionalities from BSD module to where it really belongs.

svn path=/trunk/; revision=64291
2014-09-25 22:01:42 +00:00
Pierre Schweitzer 52858fdcec [NTFS]
Allow opening the NTFS volume in NtfsCreateFile()

svn path=/trunk/; revision=64290
2014-09-25 20:21:34 +00:00
Amine Khaldi b143976e60 [KERNEL32_VISTA]
* Too much C, Arch ;)

svn path=/trunk/; revision=64289
2014-09-25 20:20:12 +00:00
Pierre Schweitzer 17b30a2024 [NTFS]
- Create the volume FCB and save it in VCB.
- Fix a memory leak

svn path=/trunk/; revision=64288
2014-09-25 20:15:00 +00:00
Amine Khaldi 2370abb48a [D3DXOF]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64287
2014-09-25 19:49:32 +00:00
Amine Khaldi 48e0c746fd [D3DX9_*]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64286
2014-09-25 19:46:26 +00:00
Amine Khaldi b5a2ac0266 [D3DCOMPILER_43]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64285
2014-09-25 19:38:09 +00:00
Amine Khaldi 2b48c4a4b1 [KERNEL32_VISTA]
* Fix MSVC build.

svn path=/trunk/; revision=64284
2014-09-25 19:37:02 +00:00
Jérôme Gardou af46c1ee60 [KERNEL32]
- Get rid of the GetTickCount64 export, now in kernel32_vista.dll
 - Add a few "-norelay" clauses when relay tracing is enabled

svn path=/trunk/; revision=64283
2014-09-25 18:25:55 +00:00
Jérôme Gardou bb26155bdd [KERNEL32]
- Introduce kernel32_vista.dll, aiming at adding implementation of vista+ routines (for wine modules) without screwing kernel32 export list.
[MSI][PDH][SNMPAPI]
 - Link to kernel32_vista

svn path=/trunk/; revision=64282
2014-09-25 18:25:47 +00:00
Jérôme Gardou 9d617372d5 [SPEC2DEF/CMAKE]
- add a way to enable "relay tracing" (à la wine) to modules.
This uses wine's TRACE routine, debug channel being "relay"
Use "WITH_RELAY" argument to cmake macro spec2def to activate.

svn path=/trunk/; revision=64281
2014-09-25 18:25:02 +00:00
Amine Khaldi 901b5ce0ed [README.WINE]
* Mark iexplore as synced with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64280
2014-09-25 15:42:43 +00:00
Amine Khaldi 3c45f4ae32 [URLMON_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64279
2014-09-25 15:40:15 +00:00
Amine Khaldi 55e685f554 [URLMON]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64278
2014-09-25 15:39:47 +00:00
Amine Khaldi 3fe664306e [WININET_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64277
2014-09-25 15:31:51 +00:00
Amine Khaldi 00a55fe1f3 [WININET]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64276
2014-09-25 15:31:21 +00:00
Amine Khaldi 3b4680b994 [PSDK]
* Add InternetCookieState and INTERNET_COOKIE_HTTPONLY.
CORE-8540

svn path=/trunk/; revision=64275
2014-09-25 15:22:04 +00:00
Amine Khaldi 7b4237a1a6 [WINHTTP_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64274
2014-09-25 15:10:35 +00:00
Amine Khaldi 2b0d345d20 [WINHTTP]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64273
2014-09-25 15:10:02 +00:00
Amine Khaldi 0c945e0937 [WINHTTP]
* Addendum to r64270.

svn path=/trunk/; revision=64272
2014-09-25 15:05:25 +00:00
Amine Khaldi efe3813cb3 [JSPROXY]
* Import from Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64271
2014-09-25 15:02:29 +00:00
Amine Khaldi fd6cdd27f3 [WINE/DEBUG]
* Define debugstr_variant and co globally to avoid code duplication.
CORE-8540

svn path=/trunk/; revision=64270
2014-09-25 14:59:07 +00:00
Thomas Faber 5a5f7ea43b [SECURE32]
- Avoid uninitialized variable use aka fix MSVC build

svn path=/trunk/; revision=64269
2014-09-25 14:53:32 +00:00
Amine Khaldi 7290f0eee6 [PSDK]
* Add AutoProxyHelperVtbl, AutoProxyHelperFunctions and AUTO_PROXY_SCRIPT_BUFFER.
CORE-8540

svn path=/trunk/; revision=64268
2014-09-25 14:43:29 +00:00
Thomas Faber bff55bbd93 [USBHUB][USBUHCI][CDROM_NEW]
- Remove dead code. By Kudratov Olimjon.
CORE-8545

svn path=/trunk/; revision=64267
2014-09-25 12:41:40 +00:00
Eric Kohl ed83e65c34 [SECUR32][LSASRV][LSALIB]
- Move the stubs LsaEnumerateLogonSessions, LsaGetLogonSessionData, LsaRegisterPolicyChangeNotification and LsaUnregisterPolicyChangeNotification from lsalib to secur32, because these functions are exported by secur32.dll only.
- Add new LPC connection code to secur32.dll for use by non-logon related functions.
- Implement LsaEnumerateLogonSessions in secur32.dll and LsapEnumLogonSessions in lsasrv.dll.

svn path=/trunk/; revision=64266
2014-09-25 12:37:19 +00:00
Pierre Schweitzer 6feab772ca [NTFS]
Compute index record size on mount and save it.

svn path=/trunk/; revision=64265
2014-09-25 06:36:14 +00:00
Timo Kreuzer 545f0b4e64 [CRT]
Add arm stub for __chkstk, dedicated to Z98

svn path=/trunk/; revision=64264
2014-09-24 23:12:34 +00:00
Sylvain Petreolle d1009f1f63 [BUTTERFLIES]
Fix MSVC build.
Dedicated to Hermès :p

svn path=/trunk/; revision=64263
2014-09-24 22:18:51 +00:00
Timo Kreuzer cdb844e88c [WIN32K]
- Improve performance of XFORMOBJ_bXformFixPoints by getting the integer values from the FLOATOBJ once instead of on every iteration

svn path=/trunk/; revision=64261
2014-09-24 21:27:47 +00:00
Timo Kreuzer ae5b9eb418 [WIN32K]
- Implement REGION_SubtractRectFromRgn
- Rewrite NtGdiExcludeClipRect, fixing a number of gdi32 apitests

svn path=/trunk/; revision=64260
2014-09-24 21:23:03 +00:00
Thomas Faber 4ef9449b30 [EVENTVWR][TELNET][USETUP]
- Remove dead code. Patch by Kudratov Olimjon.
CORE-8545

svn path=/trunk/; revision=64259
2014-09-24 21:05:29 +00:00
Thomas Faber 39aa1d8448 [WINED3D]
- Use correct FXCAPS constant in wined3d_get_device_caps. Spotted by Kudratov Olimjon.
CORE-8545

svn path=/trunk/; revision=64258
2014-09-24 20:58:00 +00:00
Alex Ionescu ecdedb6593 [NDK]: A few minor updates.
svn path=/trunk/; revision=64256
2014-09-24 16:00:35 +00:00
Timo Kreuzer 5669230795 [GDI32_APITEST]
Add tests for ExcludeClipRect, convert tabs to spaces

svn path=/trunk/; revision=64254
2014-09-24 08:35:30 +00:00
Jérôme Gardou 359dfe2af9 [WIN32K]
- Add a debug print to help, well..., debugging.

svn path=/trunk/; revision=64253
2014-09-23 23:28:22 +00:00
Jérôme Gardou 7e45898193 [HIVESFT]
- Add the AddTrust Certificate root.
Now Oracle servers can be reached with SSL.

svn path=/trunk/; revision=64252
2014-09-23 23:28:08 +00:00
Hermès Bélusca-Maïto 6df07b4af3 [NTVDM]: Fix the PC speaker frequency, that was an octave higher than normal for the pacman.com game of CORE-8436, as well as in Dave and Rescue-Rover (because they use PIT mode 3, aka. square wave), but was normal for Advanced Netwars (which uses PIT mode 2, aka. rate generator). Now all those games get correct sound frequency.
svn path=/trunk/; revision=64251
2014-09-23 21:04:05 +00:00
Timo Kreuzer 21c81c46ea [WIN32K]
- Make sure to make a copy of DC attribute fields before checking / using them
- Avoid breaking DC flags in IntGdiSetMode on failure
- Fix some comments

svn path=/trunk/; revision=64250
2014-09-23 21:01:47 +00:00
Timo Kreuzer fc26231290 [WIN32K]
- Modify REGION_CropAndOffsetRegion to return the region complexity
- Improve NtGdiIntersectClipRect to only allocate a new region, if we don't have one yet, otherwise crop it using REGION_CropAndOffsetRegion

svn path=/trunk/; revision=64249
2014-09-23 20:21:13 +00:00
Amine Khaldi 515ead4a5d [MSPATCHA]
* Import from Wine 1.7.27.
CORE-8550 #comment mspatcha.dll added in r64248.
CORE-8540

svn path=/trunk/; revision=64248
2014-09-23 19:48:41 +00:00
Timo Kreuzer a688f19bbb [WIN32K]
- Improve GetClipBox (we have a RAO region, make use of that, no need to check for Clip or Meta region and combine them with the vis region) and fix coordinates (result must be in logical coordinate space!)

svn path=/trunk/; revision=64247
2014-09-23 19:32:38 +00:00
Sylvain Petreolle e0c9b160dc [ADVAPI32]
Addendum to r29929 :
Services have 30 seconds to start.
Fixes VMware Tools service startup.

svn path=/trunk/; revision=64246
2014-09-23 18:53:42 +00:00
Amine Khaldi 3b1bbb4495 [MSI_WINETEST]
* Sync with Wine 1.7.27.
CORE-8540

svn path=/trunk/; revision=64245
2014-09-23 18:33:25 +00:00
Amine Khaldi fd8d353ac0 [MSI]
* Sync with Wine 1.7.27. Dedicated to Jérôme.
CORE-8540

svn path=/trunk/; revision=64244
2014-09-23 18:32:48 +00:00
Amine Khaldi 8155a55f42 [PSDK]
* Add MSITRANSFORM_VALIDATE enum.
CORE-8540

svn path=/trunk/; revision=64243
2014-09-23 18:27:36 +00:00
Jérôme Gardou 1b2d2c4f1b [NTOS/MM]
- Simplify and fix MmCopyVirtualMemory, where the processes where not correctly detached on failure.
Fixes a few "Process xyz.exe" is a zombie.

svn path=/trunk/; revision=64242
2014-09-23 18:06:47 +00:00
Jérôme Gardou 66d0ec9cdb [HIVESFT]
- Remove some useless certificates
 - Add the relevant root certificates for reactos.org and google.com

svn path=/trunk/; revision=64241
2014-09-23 18:06:36 +00:00