wine
14 years agod3d8: Removed superflous NULL checks (Coverity).
Marcus Meissner [Sun, 8 Nov 2009 08:16:22 +0000 (09:16 +0100)] 
d3d8: Removed superflous NULL checks (Coverity).

14 years agod3d9: Run the visual tests in a window.
Stefan Dösinger [Sat, 7 Nov 2009 14:54:11 +0000 (15:54 +0100)] 
d3d9: Run the visual tests in a window.

14 years agod3d9: Make the visual test read the backbuffer.
Stefan Dösinger [Sat, 7 Nov 2009 14:53:42 +0000 (15:53 +0100)] 
d3d9: Make the visual test read the backbuffer.

14 years agod3d8: Run the visual tests in a window.
Stefan Dösinger [Sat, 7 Nov 2009 13:55:43 +0000 (14:55 +0100)] 
d3d8: Run the visual tests in a window.

14 years agod3d8: Read the backbuffer in the visual test.
Stefan Dösinger [Sat, 7 Nov 2009 15:39:03 +0000 (16:39 +0100)] 
d3d8: Read the backbuffer in the visual test.

14 years agocrypt32: Fix test failures on Win9x/NT4.
Juan Lang [Fri, 6 Nov 2009 21:08:38 +0000 (13:08 -0800)] 
crypt32: Fix test failures on Win9x/NT4.

14 years agocrypt32: Implement decoding cert policy constraints.
Juan Lang [Fri, 6 Nov 2009 20:47:15 +0000 (12:47 -0800)] 
crypt32: Implement decoding cert policy constraints.

14 years agocrypt32: Implement encoding cert policy constraints.
Juan Lang [Fri, 6 Nov 2009 20:35:49 +0000 (12:35 -0800)] 
crypt32: Implement encoding cert policy constraints.

14 years agocrypt32: Add tests for encoding/decoding cert policy constraints.
Juan Lang [Fri, 6 Nov 2009 20:28:43 +0000 (12:28 -0800)] 
crypt32: Add tests for encoding/decoding cert policy constraints.

14 years agocrypt32: Implement decoding cert policy mappings.
Juan Lang [Fri, 6 Nov 2009 20:26:59 +0000 (12:26 -0800)] 
crypt32: Implement decoding cert policy mappings.

14 years agocrypt32: Implement encoding cert policy mappings.
Juan Lang [Fri, 6 Nov 2009 19:52:19 +0000 (11:52 -0800)] 
crypt32: Implement encoding cert policy mappings.

14 years agocrypt32: Add tests for encoding/decoding cert policy mappings.
Juan Lang [Fri, 6 Nov 2009 19:33:52 +0000 (11:33 -0800)] 
crypt32: Add tests for encoding/decoding cert policy mappings.

14 years agocrypt32: Fix decoding cert issuer/subject unique ids.
Juan Lang [Fri, 6 Nov 2009 19:23:17 +0000 (11:23 -0800)] 
crypt32: Fix decoding cert issuer/subject unique ids.

14 years agocrypt32: Fix encoding cert issuer/subject unique ids.
Juan Lang [Fri, 6 Nov 2009 19:21:51 +0000 (11:21 -0800)] 
crypt32: Fix encoding cert issuer/subject unique ids.

14 years agocrypt32: Add more tests of cert encoding/decoding.
Juan Lang [Fri, 6 Nov 2009 19:19:55 +0000 (11:19 -0800)] 
crypt32: Add more tests of cert encoding/decoding.

14 years agomshtml: Split parse_complete to handle_load and mutation observer.
Jacek Caban [Sun, 8 Nov 2009 14:40:11 +0000 (15:40 +0100)] 
mshtml: Split parse_complete to handle_load and mutation observer.

14 years agoadvapi32: Implement CheckTokenMembership.
Rob Shearman [Sun, 8 Nov 2009 10:23:09 +0000 (11:23 +0100)] 
advapi32: Implement CheckTokenMembership.

14 years agowinhlp32: Restore the original window proc for the richedit control before freeing...
Rob Shearman [Sun, 8 Nov 2009 13:07:50 +0000 (14:07 +0100)] 
winhlp32: Restore the original window proc for the richedit control before freeing the winhelp window memory.

14 years agomsi: Improve stub for MsiGetFeatureCost{A, W} and hook the stub into the VolumeCostLi...
Rob Shearman [Sun, 8 Nov 2009 12:34:43 +0000 (13:34 +0100)] 
msi: Improve stub for MsiGetFeatureCost{A, W} and hook the stub into the VolumeCostList dialog control.

14 years agowinealsa.drv: Fix underrun recovery.
Maarten Lankhorst [Sun, 8 Nov 2009 10:12:16 +0000 (11:12 +0100)] 
winealsa.drv: Fix underrun recovery.

14 years agojscript: Throw URIError in encodeURI function.
Piotr Caban [Sun, 8 Nov 2009 10:36:28 +0000 (11:36 +0100)] 
jscript: Throw URIError in encodeURI function.

14 years agojscript: Fix Error.toString() test.
Piotr Caban [Sun, 8 Nov 2009 10:36:20 +0000 (11:36 +0100)] 
jscript: Fix Error.toString() test.

14 years agoAssorted spelling fixes.
Francois Gouget [Sun, 8 Nov 2009 09:53:35 +0000 (10:53 +0100)] 
Assorted spelling fixes.

14 years agomshtml/tests: Fix a trailing '\n' in an ok() call.
Francois Gouget [Sun, 8 Nov 2009 09:53:22 +0000 (10:53 +0100)] 
mshtml/tests: Fix a trailing '\n' in an ok() call.

14 years agowinmm: WINMM_CheckForMMSystem() is not used, remove it.
Francois Gouget [Sun, 8 Nov 2009 09:57:58 +0000 (10:57 +0100)] 
winmm: WINMM_CheckForMMSystem() is not used, remove it.

14 years agowinmm/tests: Add a trailing '\n' to an ok() call.
Francois Gouget [Sun, 8 Nov 2009 09:53:15 +0000 (10:53 +0100)] 
winmm/tests: Add a trailing '\n' to an ok() call.

14 years agocryptui: Remove WINAPI on the cert_mgr_sort_by_text() static function that does not...
Francois Gouget [Sun, 8 Nov 2009 09:53:06 +0000 (10:53 +0100)] 
cryptui: Remove WINAPI on the cert_mgr_sort_by_text() static function that does not need it.

14 years agomsi/tests: Make the handler_xxx() functions static.
Francois Gouget [Sun, 8 Nov 2009 09:52:58 +0000 (10:52 +0100)] 
msi/tests: Make the handler_xxx() functions static.

Also remove extraneous semi-colons.

14 years agoclock: Update Italian translation.
Luca Bennati [Thu, 5 Nov 2009 18:19:48 +0000 (19:19 +0100)] 
clock: Update Italian translation.

14 years agostart: Update Italian translation.
Luca Bennati [Sun, 8 Nov 2009 10:45:20 +0000 (11:45 +0100)] 
start: Update Italian translation.

14 years agocmd: Add Italian translation.
Luca Bennati [Sat, 7 Nov 2009 20:07:33 +0000 (21:07 +0100)] 
cmd: Add Italian translation.

14 years agosecur32: Output extra data in NTLM sign & seal test to diagnose failures seen on...
Rob Shearman [Sat, 7 Nov 2009 11:23:28 +0000 (12:23 +0100)] 
secur32: Output extra data in NTLM sign & seal test to diagnose failures seen on some Windows machines.

14 years agows2_32: Use correct buffer for 17 byte write.
Marcus Meissner [Sat, 7 Nov 2009 13:06:10 +0000 (14:06 +0100)] 
ws2_32: Use correct buffer for 17 byte write.

14 years agowinmm/tests: Skip tests when running on non-english locale.
Nicolas Le Cam [Fri, 6 Nov 2009 22:32:33 +0000 (23:32 +0100)] 
winmm/tests: Skip tests when running on non-english locale.

14 years agosecur32: Use empty credentials when cached creds fail.
Kai Blin [Sat, 7 Nov 2009 10:27:54 +0000 (11:27 +0100)] 
secur32: Use empty credentials when cached creds fail.

14 years agonetapi32: Implement NetUserGetGroups stub.
Kai Blin [Sat, 7 Nov 2009 06:45:13 +0000 (07:45 +0100)] 
netapi32: Implement NetUserGetGroups stub.

14 years agocrypt32: Check the result of CryptAcquireContextW() when initializing default provider.
Paul Chitescu [Fri, 6 Nov 2009 12:18:14 +0000 (14:18 +0200)] 
crypt32: Check the result of CryptAcquireContextW() when initializing default provider.

14 years agowininet: FTP_FtpOpenFileW: initialize dwInternalFlags.
Dan Kegel [Fri, 6 Nov 2009 05:45:25 +0000 (21:45 -0800)] 
wininet: FTP_FtpOpenFileW: initialize dwInternalFlags.

14 years agouser32: Fix uninitialized variable so first call to DdeGetLastError isn't undefined.
Dan Kegel [Fri, 6 Nov 2009 03:16:34 +0000 (19:16 -0800)] 
user32: Fix uninitialized variable so first call to DdeGetLastError isn't undefined.

14 years agocrypt32: Permit lack of basic constraints extension on root certificates.
Juan Lang [Thu, 5 Nov 2009 21:15:43 +0000 (13:15 -0800)] 
crypt32: Permit lack of basic constraints extension on root certificates.

14 years agocrypt32: Permit lack of key usage extension on root certificates.
Juan Lang [Thu, 5 Nov 2009 21:12:07 +0000 (13:12 -0800)] 
crypt32: Permit lack of key usage extension on root certificates.

This reverts 60770fb011b0a60d7862e7fe9c7a6d24d68ac0ad, although it
updates the comments to give a reason.  Thanks to Matt Van Gundy for
pointing it out to me.

14 years agorsaenh: Only reverse the significant bytes of an exported public key.
Juan Lang [Thu, 5 Nov 2009 18:02:57 +0000 (10:02 -0800)] 
rsaenh: Only reverse the significant bytes of an exported public key.

14 years agorsaenh: Only reverse the significant bytes of an exported private key.
Juan Lang [Thu, 5 Nov 2009 18:02:03 +0000 (10:02 -0800)] 
rsaenh: Only reverse the significant bytes of an exported private key.

14 years agorsaenh/tests: Add round-trip test of RSA.
Juan Lang [Thu, 5 Nov 2009 17:53:24 +0000 (09:53 -0800)] 
rsaenh/tests: Add round-trip test of RSA.

14 years agorsaenh: Explicitly clear unused memory when exporting a public key.
Juan Lang [Thu, 5 Nov 2009 17:47:49 +0000 (09:47 -0800)] 
rsaenh: Explicitly clear unused memory when exporting a public key.

14 years agorsaenh: Explicitly clear unused memory when exporting a private key.
Juan Lang [Thu, 5 Nov 2009 17:49:00 +0000 (09:49 -0800)] 
rsaenh: Explicitly clear unused memory when exporting a private key.

14 years agomciwave: Allow (again) to set wave format parameters prior to recording.
Jörg Höhle [Sun, 18 Oct 2009 17:04:14 +0000 (19:04 +0200)] 
mciwave: Allow (again) to set wave format parameters prior to recording.

14 years agomciwave: Set wave format PCM is the only one accepted.
Jörg Höhle [Sun, 18 Oct 2009 16:31:15 +0000 (18:31 +0200)] 
mciwave: Set wave format PCM is the only one accepted.

14 years agowinmm: Do not crash on NULL MCI Sysinfo command output buffer pointer.
Jörg Höhle [Sun, 18 Oct 2009 16:41:10 +0000 (18:41 +0200)] 
winmm: Do not crash on NULL MCI Sysinfo command output buffer pointer.

14 years agowinmm/tests: Add MCI waveaudio tests.
Jörg Höhle [Thu, 15 Oct 2009 15:28:40 +0000 (17:28 +0200)] 
winmm/tests: Add MCI waveaudio tests.

14 years agogpkcsp: Stubs for DllRegisterServer() and DllUnregisterServer().
Paul Chitescu [Wed, 4 Nov 2009 20:57:31 +0000 (22:57 +0200)] 
gpkcsp: Stubs for DllRegisterServer() and DllUnregisterServer().

14 years agoslbcsp: Stubs for DllRegisterServer() and DllUnregisterServer().
Paul Chitescu [Wed, 4 Nov 2009 20:57:52 +0000 (22:57 +0200)] 
slbcsp: Stubs for DllRegisterServer() and DllUnregisterServer().

14 years agoinitpki: Stubs for DllRegisterServer() and DllUnregisterServer().
Paul Chitescu [Wed, 4 Nov 2009 20:57:34 +0000 (22:57 +0200)] 
initpki: Stubs for DllRegisterServer() and DllUnregisterServer().

14 years agodssenh: Stubs for DllRegisterServer() and DllUnregisterServer().
Paul Chitescu [Wed, 4 Nov 2009 20:57:27 +0000 (22:57 +0200)] 
dssenh: Stubs for DllRegisterServer() and DllUnregisterServer().

14 years agomssip32: Stubs for DllRegisterServer() and DllUnregisterServer().
Paul Chitescu [Wed, 4 Nov 2009 20:57:36 +0000 (22:57 +0200)] 
mssip32: Stubs for DllRegisterServer() and DllUnregisterServer().

14 years agosccbase: Stubs for DllRegisterServer() and DllUnregisterServer().
Paul Chitescu [Wed, 4 Nov 2009 20:57:51 +0000 (22:57 +0200)] 
sccbase: Stubs for DllRegisterServer() and DllUnregisterServer().

14 years agoshell32/tests: Add Program Manager DDE conformance tests.
Mikey Alexander [Tue, 3 Nov 2009 03:23:16 +0000 (19:23 -0800)] 
shell32/tests: Add Program Manager DDE conformance tests.

14 years agouser32: Fix switching focus to parent after child hiding.
Ilya Shpigor [Wed, 4 Nov 2009 12:49:11 +0000 (15:49 +0300)] 
user32: Fix switching focus to parent after child hiding.

14 years agowiaservc: Add self registration.
Damjan Jovanovic [Wed, 4 Nov 2009 18:51:19 +0000 (20:51 +0200)] 
wiaservc: Add self registration.

14 years agoadvapi32/tests: Fix a test failure on Vista+.
Paul Vriens [Thu, 5 Nov 2009 10:33:43 +0000 (11:33 +0100)] 
advapi32/tests: Fix a test failure on Vista+.

14 years agocryptui/tests: Fix typos.
Juan Lang [Thu, 5 Nov 2009 00:52:47 +0000 (16:52 -0800)] 
cryptui/tests: Fix typos.

14 years agocryptui/tests: Remove a double free.
Juan Lang [Thu, 5 Nov 2009 00:50:26 +0000 (16:50 -0800)] 
cryptui/tests: Remove a double free.

14 years agocrypt32: Don't free a file store's mem store, it's already freed by the provider...
Juan Lang [Thu, 5 Nov 2009 00:46:13 +0000 (16:46 -0800)] 
crypt32: Don't free a file store's mem store, it's already freed by the provider store.

14 years agocrypt32: Add a warning if a store's ref count is invalid.
Juan Lang [Thu, 5 Nov 2009 00:45:52 +0000 (16:45 -0800)] 
crypt32: Add a warning if a store's ref count is invalid.

14 years agocrypt32: Don't copy past end of buffer when removing the last string in a multistring.
Juan Lang [Thu, 5 Nov 2009 00:29:33 +0000 (16:29 -0800)] 
crypt32: Don't copy past end of buffer when removing the last string in a multistring.

14 years agowintrust: Fix a test failure on Win2008.
Juan Lang [Wed, 4 Nov 2009 21:41:19 +0000 (13:41 -0800)] 
wintrust: Fix a test failure on Win2008.

14 years agojscript: Don't return function value it's unless explicitly returned.
Jacek Caban [Wed, 4 Nov 2009 22:19:11 +0000 (23:19 +0100)] 
jscript: Don't return function value it's unless explicitly returned.

14 years agomsi/tests: MsiSetExternalUIRecord not present before Installer 3.1.
Detlef Riekenberg [Wed, 4 Nov 2009 20:00:59 +0000 (21:00 +0100)] 
msi/tests: MsiSetExternalUIRecord not present before Installer 3.1.

14 years agocrypt32: Fix a test failure on NT 4.
Juan Lang [Wed, 4 Nov 2009 19:58:28 +0000 (11:58 -0800)] 
crypt32: Fix a test failure on NT 4.

14 years agontdll: Reject VirtualAlloc blocks in NtUnmapViewOfSection.
Alexandre Julliard [Wed, 4 Nov 2009 18:53:00 +0000 (19:53 +0100)] 
ntdll: Reject VirtualAlloc blocks in NtUnmapViewOfSection.

14 years agocrypt32: Implement CertStoreControl for collection stores.
Juan Lang [Tue, 3 Nov 2009 19:02:03 +0000 (11:02 -0800)] 
crypt32: Implement CertStoreControl for collection stores.

14 years agocrypt32: Add an implementation of CertControlStore for memory stores.
Juan Lang [Tue, 3 Nov 2009 18:59:50 +0000 (10:59 -0800)] 
crypt32: Add an implementation of CertControlStore for memory stores.

14 years agocrypt32: Add tests of committing a collection store.
Juan Lang [Tue, 3 Nov 2009 18:58:19 +0000 (10:58 -0800)] 
crypt32: Add tests of committing a collection store.

14 years agoextrac32: Add command-line parsing.
Ilya Shpigor [Tue, 3 Nov 2009 07:55:12 +0000 (10:55 +0300)] 
extrac32: Add command-line parsing.

14 years agontdll/tests: Fix spelling of succeeded.
Huw Davies [Wed, 4 Nov 2009 11:30:47 +0000 (11:30 +0000)] 
ntdll/tests: Fix spelling of succeeded.

14 years agooledb32/tests: Fix some failing tests on win98.
Huw Davies [Wed, 4 Nov 2009 11:23:18 +0000 (11:23 +0000)] 
oledb32/tests: Fix some failing tests on win98.

14 years agocrypt32: Eliminate a double free in the tests.
Juan Lang [Wed, 4 Nov 2009 01:22:10 +0000 (17:22 -0800)] 
crypt32: Eliminate a double free in the tests.

14 years agocrypt32: Rename a function to reflect its behavior better, and return whether it...
Juan Lang [Sat, 31 Oct 2009 02:06:44 +0000 (19:06 -0700)] 
crypt32: Rename a function to reflect its behavior better, and return whether it succeeds.

14 years agocrypt32: Release contexts when removing them from the mem store.
Juan Lang [Sat, 31 Oct 2009 01:48:22 +0000 (18:48 -0700)] 
crypt32: Release contexts when removing them from the mem store.

14 years agocrypt32: Don't delete a context when removing it from a list.
Juan Lang [Sat, 31 Oct 2009 01:19:39 +0000 (18:19 -0700)] 
crypt32: Don't delete a context when removing it from a list.

14 years agocrypt32: Add an error if the ref count is invalid when releasing a context.
Juan Lang [Wed, 4 Nov 2009 00:46:50 +0000 (16:46 -0800)] 
crypt32: Add an error if the ref count is invalid when releasing a context.

14 years agocrypt32: Trace whenever a reference count changes, and change default debug channel...
Juan Lang [Wed, 4 Nov 2009 00:44:44 +0000 (16:44 -0800)] 
crypt32: Trace whenever a reference count changes, and change default debug channel to quiet the main crypt channel.

14 years agocrypt32: Release a link context's linked context on every release, not just when...
Juan Lang [Sat, 31 Oct 2009 00:32:49 +0000 (17:32 -0700)] 
crypt32: Release a link context's linked context on every release, not just when it reaches 0.

14 years agocrypt32: When creating a link context, call Context_AddRef to add-ref it so its child...
Juan Lang [Wed, 4 Nov 2009 01:05:29 +0000 (17:05 -0800)] 
crypt32: When creating a link context, call Context_AddRef to add-ref it so its children get add-ref'd too.

14 years agocrypt32: When add-ref'ing a context, add-ref its linked contexts too.
Juan Lang [Sat, 31 Oct 2009 00:25:28 +0000 (17:25 -0700)] 
crypt32: When add-ref'ing a context, add-ref its linked contexts too.

14 years agocrypt32: When removing contexts from a list, make sure the context no longer referenc...
Juan Lang [Fri, 30 Oct 2009 23:43:24 +0000 (16:43 -0700)] 
crypt32: When removing contexts from a list, make sure the context no longer references the list.

14 years agocrypt32: Correct reference counting when deleting contexts from collections.
Juan Lang [Wed, 4 Nov 2009 01:04:32 +0000 (17:04 -0800)] 
crypt32: Correct reference counting when deleting contexts from collections.

14 years agocrypt32: Propagate errors from CertFree*Context to CertDelete*FromStore.
Juan Lang [Fri, 30 Oct 2009 22:18:53 +0000 (15:18 -0700)] 
crypt32: Propagate errors from CertFree*Context to CertDelete*FromStore.

14 years agocrypt32: Add return value to Context_Release to allow detecting reference counting...
Juan Lang [Fri, 30 Oct 2009 22:06:39 +0000 (15:06 -0700)] 
crypt32: Add return value to Context_Release to allow detecting reference counting errors.

14 years agowintrust: Only close a file in SoftpubCleanup if the WINTRUST_DATA contains a WINTRUS...
Juan Lang [Wed, 4 Nov 2009 00:15:32 +0000 (16:15 -0800)] 
wintrust: Only close a file in SoftpubCleanup if the WINTRUST_DATA contains a WINTRUST_FILE_INFO.

14 years agocrypt32: Implement CertAddEncodedCertificateToSystemStoreA/W.
Juan Lang [Tue, 3 Nov 2009 21:54:15 +0000 (13:54 -0800)] 
crypt32: Implement CertAddEncodedCertificateToSystemStoreA/W.

14 years agoadvapi32/tests: Only release providers and free keys if we've had success creating...
Jeremy White [Mon, 2 Nov 2009 22:46:07 +0000 (16:46 -0600)] 
advapi32/tests: Only release providers and free keys if we've had success creating them.

14 years agokernel32/tests: Additional tests for CopyFile/MoveFile used on mapped files.
Michael Martin [Sun, 1 Nov 2009 09:20:13 +0000 (09:20 +0000)] 
kernel32/tests: Additional tests for CopyFile/MoveFile used on mapped files.

14 years agomciwave: Correct MCI return codes.
Jörg Höhle [Mon, 2 Nov 2009 23:32:30 +0000 (00:32 +0100)] 
mciwave: Correct MCI return codes.

14 years agomciwave: waveaudio does not support the shareable flag.
Jörg Höhle [Mon, 2 Nov 2009 22:52:49 +0000 (23:52 +0100)] 
mciwave: waveaudio does not support the shareable flag.

14 years agocomctl32: Add support for scrolling during marquee selection.
Owen Rudge [Mon, 2 Nov 2009 16:58:26 +0000 (10:58 -0600)] 
comctl32: Add support for scrolling during marquee selection.

14 years agocomctl32: Cancel marquee selection if we lose focus in listview.
Owen Rudge [Mon, 2 Nov 2009 16:58:00 +0000 (10:58 -0600)] 
comctl32: Cancel marquee selection if we lose focus in listview.

14 years agocomctl32: Move marquee logic into separate function.
Owen Rudge [Mon, 2 Nov 2009 16:57:52 +0000 (10:57 -0600)] 
comctl32: Move marquee logic into separate function.

14 years agocomctl32: Add absolute version of iterator_frameditems.
Owen Rudge [Mon, 2 Nov 2009 16:57:41 +0000 (10:57 -0600)] 
comctl32: Add absolute version of iterator_frameditems.

14 years agowined3d: Initialize "context[0]" in IWineD3DDeviceImpl_CreateSwapChain() when not...
Henri Verbeet [Wed, 4 Nov 2009 09:37:17 +0000 (10:37 +0100)] 
wined3d: Initialize "context[0]" in IWineD3DDeviceImpl_CreateSwapChain() when not using OpenGL (Valgrind).