Juan Lang [Thu, 22 Oct 2009 19:06:32 +0000 (12:06 -0700)]
advapi32: Fix a comment typo.
Paul Vriens [Thu, 22 Oct 2009 18:57:21 +0000 (20:57 +0200)]
advapi32/tests: Fix some test failures on several platforms.
Damjan Jovanovic [Thu, 22 Oct 2009 17:38:37 +0000 (19:38 +0200)]
winemenubuilder: Ignore Windows MIME types without a slash.
Juan Lang [Wed, 4 Mar 2009 02:49:36 +0000 (18:49 -0800)]
wintrust: Test the pgKnownSubject field of WINTRUST_FILE_INFO.
Alexandre Julliard [Thu, 22 Oct 2009 20:26:45 +0000 (22:26 +0200)]
msvcrt: Implement __lconv_init.
Alexandre Julliard [Thu, 22 Oct 2009 18:06:06 +0000 (20:06 +0200)]
ntdll: Add Windows directory redirections for Wow64.
Alexandre Julliard [Thu, 22 Oct 2009 17:59:04 +0000 (19:59 +0200)]
ntdll: Abstract the support for comparing file identities.
Alexandre Julliard [Thu, 22 Oct 2009 17:55:02 +0000 (19:55 +0200)]
ntdll: Move the window and system dir variables to directory.c
Alexandre Julliard [Thu, 22 Oct 2009 17:52:12 +0000 (19:52 +0200)]
kernel32: Create the syswow64 directory if necessary.
Juan Lang [Thu, 22 Oct 2009 14:38:56 +0000 (07:38 -0700)]
crypt32: Fix test failures on older versions of crypt32.
Andrew Eikum [Wed, 21 Oct 2009 21:25:29 +0000 (16:25 -0500)]
mshtml: Add HTMLImageElementFactory::value for constructing IHTMLImgElement objects.
Andrew Eikum [Wed, 21 Oct 2009 21:25:14 +0000 (16:25 -0500)]
mshtml: Handle DISPATCH_CONSTRUCT flag for DispatchEx objects.
Andrey Turkin [Thu, 22 Oct 2009 13:09:51 +0000 (17:09 +0400)]
server: Open mem file for write when writing memory.
Ilya Shpigor [Thu, 22 Oct 2009 07:10:16 +0000 (11:10 +0400)]
programs: Add initial extrac32 utility.
Rico Schüller [Wed, 21 Oct 2009 21:00:02 +0000 (23:00 +0200)]
d3d10/tests: Add ID3D10EffectVariable::GetElement() test.
Rico Schüller [Wed, 21 Oct 2009 20:59:59 +0000 (22:59 +0200)]
d3d10/tests: Add variable member test.
Rico Schüller [Wed, 21 Oct 2009 20:59:55 +0000 (22:59 +0200)]
d3d10: Implement ID3D10EffectConstantBuffer::GetParentConstantBuffer().
Rico Schüller [Wed, 21 Oct 2009 20:59:46 +0000 (22:59 +0200)]
d3d10: Implement ID3D10EffectVariable::GetElement().
Alexandre Julliard [Thu, 22 Oct 2009 13:15:00 +0000 (15:15 +0200)]
user32: Data chunks in RIFF file must be word-aligned.
Alexandre Julliard [Thu, 22 Oct 2009 13:10:58 +0000 (15:10 +0200)]
rpcrt4/tests: Fix a double free (Valgrind).
Alexandre Julliard [Thu, 22 Oct 2009 12:57:24 +0000 (14:57 +0200)]
kernel32: Store the symlink target directly into the correct buffer in GetVolumeNameForVolumeMountPointW.
Alexandre Julliard [Thu, 22 Oct 2009 12:48:15 +0000 (14:48 +0200)]
ntdll: Always set the I/O status information on ioctl completion (Valgrind).
Nikolay Sivov [Thu, 22 Oct 2009 09:15:30 +0000 (13:15 +0400)]
gdi32: Always create a context for DIB_RGB_COLORS.
Nikolay Sivov [Thu, 22 Oct 2009 00:56:47 +0000 (04:56 +0400)]
comctl32: Fix imagelist leak when switching LVS_EX_CHECKBOXES style.
Nikolay Sivov [Wed, 21 Oct 2009 22:25:04 +0000 (02:25 +0400)]
comctl32/listview: Free ID array when removing all items.
Nikolay Sivov [Wed, 21 Oct 2009 21:12:05 +0000 (01:12 +0400)]
comctl32/listview: Free column data on control destruction.
Nikolay Sivov [Wed, 21 Oct 2009 20:29:00 +0000 (00:29 +0400)]
comctl32/listview: Don't query header if it isn't created.
Julius Schwartzenberg [Sun, 11 Oct 2009 13:32:15 +0000 (15:32 +0200)]
user32/tests: Test extra value of standard dialog and edit classes.
Julius Schwartzenberg [Sun, 11 Oct 2009 13:27:44 +0000 (15:27 +0200)]
user32: Change extra value for standard edit class to 6.
Civilization II crashes when trying to display an edit box when this
value is anything other than six. It crashes in exactly the same way
on Windows XP 64-bit.
Alexandre Julliard [Thu, 22 Oct 2009 11:19:31 +0000 (13:19 +0200)]
advapi32: Fix lookup of the current user SID in SetEntriesInAclW.
Alexandre Julliard [Thu, 22 Oct 2009 11:04:30 +0000 (13:04 +0200)]
ole32/tests: Set returned pointer to NULL in CreateInstance (Valgrind).
Alexandre Julliard [Thu, 22 Oct 2009 11:04:09 +0000 (13:04 +0200)]
widl: Fix the prototype of generated exception filters.
Juan Lang [Wed, 21 Oct 2009 20:47:27 +0000 (13:47 -0700)]
Juan Lang [Wed, 21 Oct 2009 20:42:37 +0000 (13:42 -0700)]
rsaenh: Fail if CRYPT_IPSEC_HMAC_KEY is passed to CryptImportKey.
Juan Lang [Wed, 21 Oct 2009 20:33:18 +0000 (13:33 -0700)]
rsaenh: Add more tests of the RC2 key length.
Henri Verbeet [Thu, 22 Oct 2009 08:09:57 +0000 (10:09 +0200)]
d3d9: Free "elements" in a vertexdeclaration_init() error path (Valgrind).
Henri Verbeet [Thu, 22 Oct 2009 08:09:56 +0000 (10:09 +0200)]
wined3d: Free the context array in IWineGDISwapChainImpl_Destroy() (Valgrind).
Henri Verbeet [Thu, 22 Oct 2009 08:09:55 +0000 (10:09 +0200)]
wined3d: Free the blitter private data in arbfp_blit_free() (Valgrind).
Henri Verbeet [Thu, 22 Oct 2009 08:09:54 +0000 (10:09 +0200)]
wined3d: Get rid of GL_LIMITS.
Henri Verbeet [Thu, 22 Oct 2009 08:09:53 +0000 (10:09 +0200)]
wined3d: Fix some GLINFO_LOCATION abuse.
Jacek Caban [Wed, 21 Oct 2009 20:45:30 +0000 (22:45 +0200)]
jscript: Fixed replace string parsing.
Reported by Dan Kegel.
Jacek Caban [Wed, 21 Oct 2009 20:44:39 +0000 (22:44 +0200)]
jscript: Fixed a test that depends on time zone.
Jacek Caban [Wed, 21 Oct 2009 19:30:20 +0000 (21:30 +0200)]
mshtml: Initialize iframe windows when added to document.
Jacek Caban [Wed, 21 Oct 2009 19:29:36 +0000 (21:29 +0200)]
mshtml: Moved HTMLDocumentNode creating to HTMLWindow_Create.
Jacek Caban [Wed, 21 Oct 2009 19:29:01 +0000 (21:29 +0200)]
mshtml: Get rid of update_nsdocument call in SetStatus hack.
Jacek Caban [Wed, 21 Oct 2009 19:28:39 +0000 (21:28 +0200)]
mshtml: Moved Wine[Add|Remove]Observer calls to HTMLDocumentNode constructor/destructor.
Jacek Caban [Wed, 21 Oct 2009 19:28:09 +0000 (21:28 +0200)]
mshtml: Moved nsIDocumentObserver implementation to HTMLDocumentNode object.
Jacek Caban [Wed, 21 Oct 2009 19:27:42 +0000 (21:27 +0200)]
mshtml: Moved nsdoc to HTMLDocumentNode object.
Eric Pouech [Wed, 21 Oct 2009 19:00:56 +0000 (21:00 +0200)]
winmm: Create a real function for MMSYSTEM.timeGetTime.
Ken Thomases [Wed, 21 Oct 2009 15:05:15 +0000 (10:05 -0500)]
msacm32.drv: Don't access uninitialized memory.
Alexandre Julliard [Wed, 21 Oct 2009 16:03:32 +0000 (18:03 +0200)]
kernel32: Make sure the 32/64-bit state of the wineprefix matches the binary we are running.
Alexandre Julliard [Wed, 21 Oct 2009 16:02:30 +0000 (18:02 +0200)]
kernel32: Return the appropriate binary type for 64-bit PE files.
Dan Kegel [Wed, 21 Oct 2009 12:57:26 +0000 (05:57 -0700)]
kernel32: Fix two little leaks in heap test.
Found by valgrind.
Hans Leidekker [Wed, 21 Oct 2009 11:20:04 +0000 (13:20 +0200)]
msi: Avoid accessing uninitialized memory.
Found by valgrind.
Hans Leidekker [Wed, 21 Oct 2009 11:19:42 +0000 (13:19 +0200)]
winhttp: Fix two memory leaks.
Found by valgrind.
Hans Leidekker [Wed, 21 Oct 2009 11:19:15 +0000 (13:19 +0200)]
winhttp/tests: Free the certificate context after use.
Found by valgrind.
Hans Leidekker [Wed, 21 Oct 2009 11:18:43 +0000 (13:18 +0200)]
winhttp: Correct SSL lock size and make sure we free as many as we allocated.
Found by valgrind.
Hans Leidekker [Wed, 21 Oct 2009 11:18:18 +0000 (13:18 +0200)]
winhttp: Fix a memory leak.
Found by valgrind.
Hans Leidekker [Wed, 21 Oct 2009 11:17:53 +0000 (13:17 +0200)]
hnetcfg: Improve the stub for INetFwServices::Item.
Hans Leidekker [Wed, 21 Oct 2009 11:17:24 +0000 (13:17 +0200)]
mscms/tests: Avoid accessing uninitialized memory.
Found by valgrind.
Dmitriy Anisimkov [Tue, 20 Oct 2009 16:35:00 +0000 (23:35 +0700)]
ws2_32: Ignore EINTR poll result code in WS_select.
Juan Lang [Wed, 21 Oct 2009 01:25:06 +0000 (18:25 -0700)]
crypt32: Check key usage during chain validation.
Juan Lang [Wed, 21 Oct 2009 01:05:08 +0000 (18:05 -0700)]
crypt32: Add tests for key usage in the base policy.
Juan Lang [Wed, 21 Oct 2009 01:02:20 +0000 (18:02 -0700)]
crypt32: Add key usage extension to non-root CA certs.
Juan Lang [Mon, 19 Oct 2009 19:02:34 +0000 (12:02 -0700)]
crypt32: Get CA flag from basic constraints extension of every cert in the chain.
Juan Lang [Wed, 21 Oct 2009 01:00:45 +0000 (18:00 -0700)]
crypt32: Check basic constraints extension for end certs too.
Nikolay Sivov [Tue, 20 Oct 2009 17:58:12 +0000 (21:58 +0400)]
user32/win: Release scroll window data on window destruction.
Nikolay Sivov [Tue, 20 Oct 2009 17:57:48 +0000 (21:57 +0400)]
comctl32/tests: Release activation context handle when we're done with tests.
Nikolay Sivov [Tue, 20 Oct 2009 17:57:11 +0000 (21:57 +0400)]
comctl32/header: Don't leak Imagelist handle.
Nikolay Sivov [Tue, 20 Oct 2009 17:56:44 +0000 (21:56 +0400)]
user32/edit: Properly clean up on failure inside WM_NCCREATE handler.
Nikolay Sivov [Tue, 20 Oct 2009 17:56:23 +0000 (21:56 +0400)]
user32/edit: Don't leak undo buffer.
Nikolay Sivov [Tue, 20 Oct 2009 17:55:12 +0000 (21:55 +0400)]
comctl32/syslink: Implement LWS_IGNORERETURN.
Nikolay Sivov [Tue, 20 Oct 2009 17:54:40 +0000 (21:54 +0400)]
comctl32/syslink: Implement LWS_TRANSPARENT style.
Nikolay Sivov [Tue, 20 Oct 2009 17:47:50 +0000 (21:47 +0400)]
comctl32/syslink: Add a WM_ERASEBKGND handler.
Andrew Eikum [Tue, 20 Oct 2009 21:05:03 +0000 (16:05 -0500)]
mshtml: Add DispatchEx support to HTMLImageElementFactory.
Andrew Eikum [Tue, 20 Oct 2009 21:04:49 +0000 (16:04 -0500)]
mshtml: Implement HTMLImageElementFactory::create.
Andrew Eikum [Tue, 20 Oct 2009 21:04:34 +0000 (16:04 -0500)]
mshtml: Add stub implementation for HTMLImageElementFactory.
Andrew Eikum [Tue, 20 Oct 2009 21:04:16 +0000 (16:04 -0500)]
mshtml.idl: Fix IHTMLImageElementFactory uuid.
Juan Lang [Tue, 20 Oct 2009 22:22:21 +0000 (15:22 -0700)]
rsaenh: Store key when algid is a CALG_RSA_* algid, too.
Aurimas Fišeras [Wed, 21 Oct 2009 07:57:10 +0000 (10:57 +0300)]
kernel32/nls: Add genitive forms for Lithuanian locale.
Nikolay Sivov [Wed, 21 Oct 2009 01:34:59 +0000 (05:34 +0400)]
kernel32/locale: Add support for LOCALE_RETURN_GENITIVE_NAMES for LOCALE_SMONTHNAME* locale data, update Russian nls resource accordingly.
Nikolay Sivov [Tue, 20 Oct 2009 19:46:34 +0000 (23:46 +0400)]
kernel32/tests: Add tests for LOCALE_RETURN_GENITIVE_NAMES flag for GetLocaleInfoW.
Henri Verbeet [Wed, 21 Oct 2009 08:34:01 +0000 (10:34 +0200)]
winex11.drv: Properly free "visinfo" in get_formats() (Valgrind).
Henri Verbeet [Wed, 21 Oct 2009 08:34:00 +0000 (10:34 +0200)]
wined3d: Free the shader buffer in shader_glsl_free() (Valgrind).
Henri Verbeet [Wed, 21 Oct 2009 08:33:59 +0000 (10:33 +0200)]
wined3d: Free the adapter's format info in IWineD3DImpl_Release() (Valgrind).
Henri Verbeet [Wed, 21 Oct 2009 08:33:58 +0000 (10:33 +0200)]
wined3d: Rename WineD3DAdapter to wined3d_adapter.
Henri Verbeet [Wed, 21 Oct 2009 08:33:57 +0000 (10:33 +0200)]
dxgi: Free the adapters array in dxgi_factory_Release() (Valgrind).
Paul Vriens [Wed, 21 Oct 2009 09:25:09 +0000 (11:25 +0200)]
shell32/tests: Fix a test failure on some Vista boxes.
Paul Vriens [Wed, 21 Oct 2009 08:21:55 +0000 (10:21 +0200)]
ddraw/tests: Fix a test failure on Win9x/WinMe.
Paul Vriens [Wed, 21 Oct 2009 08:16:41 +0000 (10:16 +0200)]
winspool.drv/tests: Fix a test failure on Vista.
Francois Gouget [Wed, 21 Oct 2009 07:34:28 +0000 (09:34 +0200)]
hnetcfg: Make NetFwOpenPort_create() static.
Damjan Jovanovic [Wed, 21 Oct 2009 05:53:24 +0000 (07:53 +0200)]
usb.h: Add USBD_STATUS codes and the USBD_VERSION_INFORMATION struct.
Andrew Eikum [Tue, 20 Oct 2009 21:33:27 +0000 (16:33 -0500)]
hlink: Use HLINKSETF flags in Hlink::fnSetMonikerReference.
Ričardas Barkauskas [Tue, 20 Oct 2009 21:12:00 +0000 (00:12 +0300)]
dinput: Fix counting non mapped axis as pov.
Juan Lang [Tue, 20 Oct 2009 20:33:15 +0000 (13:33 -0700)]
crypt32: Encode public keys with NULL parameters if they're empty (and make tests more restrictive).
Juan Lang [Tue, 20 Oct 2009 20:29:03 +0000 (13:29 -0700)]
crypt32: Use helper function to encode public keys for hashing.
This is necessary because the publicly callable form embeds the asn.1
NULL value when the parameters are empty, whereas the hash value
expects that it's missing.
Juan Lang [Tue, 20 Oct 2009 20:20:59 +0000 (13:20 -0700)]
crypt32: Add a helper function to encode a cert's public key.
Juan Lang [Tue, 20 Oct 2009 19:48:48 +0000 (12:48 -0700)]
crypt32: Set an output parameter on the success path.
Eric Pouech [Tue, 20 Oct 2009 19:55:06 +0000 (21:55 +0200)]
mmsystem: Create a real function for mciExecute.
Eric Pouech [Tue, 20 Oct 2009 19:54:59 +0000 (21:54 +0200)]
winmm: Move the 16=>32W MCI map functions to mci16.c.