wine
14 years agocrypt32: Reject certificates whose fields don't match their versions.
Juan Lang [Fri, 6 Nov 2009 22:38:40 +0000 (14:38 -0800)] 
crypt32: Reject certificates whose fields don't match their versions.

14 years agocrypt32: Forbid minimum or maximum fields in name constraints.
Juan Lang [Fri, 6 Nov 2009 21:56:09 +0000 (13:56 -0800)] 
crypt32: Forbid minimum or maximum fields in name constraints.

14 years agocrypt32: Fix decoding names when CRYPT_DECODE_ALLOC_FLAG is not specified.
Juan Lang [Sat, 7 Nov 2009 01:59:09 +0000 (17:59 -0800)] 
crypt32: Fix decoding names when CRYPT_DECODE_ALLOC_FLAG is not specified.

14 years agocrypt32: Fix decoding unicode names when CRYPT_DECODE_ALLOC_FLAG is not specified.
Juan Lang [Sat, 7 Nov 2009 01:57:40 +0000 (17:57 -0800)] 
crypt32: Fix decoding unicode names when CRYPT_DECODE_ALLOC_FLAG is not specified.

14 years agowincrypt.h: Define szOID_INHIBIT_ANY_POLICY.
Juan Lang [Fri, 6 Nov 2009 22:11:36 +0000 (14:11 -0800)] 
wincrypt.h: Define szOID_INHIBIT_ANY_POLICY.

14 years agows2_32: Fix a comment.
André Hentschel [Mon, 9 Nov 2009 19:08:19 +0000 (20:08 +0100)] 
ws2_32: Fix a comment.

14 years agowidl: Allow pointers, type-qualifiers and other more complicated constructions in...
Rob Shearman [Sat, 7 Nov 2009 14:55:22 +0000 (15:55 +0100)] 
widl: Allow pointers, type-qualifiers and other more complicated constructions in sizeof and cast expressions.

14 years agowidl: Add support for varargs functions.
Rob Shearman [Sat, 7 Nov 2009 14:55:13 +0000 (15:55 +0100)] 
widl: Add support for varargs functions.

14 years agowidl: Add support for bit-fields in non-remote structures.
Rob Shearman [Sat, 7 Nov 2009 14:55:09 +0000 (15:55 +0100)] 
widl: Add support for bit-fields in non-remote structures.

14 years agoinclude: Declare the *_PTR types on top of the __int3264 intrinsic IDL types for...
Rob Shearman [Sat, 7 Nov 2009 14:55:01 +0000 (15:55 +0100)] 
include: Declare the *_PTR types on top of the __int3264 intrinsic IDL types for widl in basetsd.h.

14 years agowidl: Implement __int3264 keyword.
Rob Shearman [Sat, 7 Nov 2009 14:54:56 +0000 (15:54 +0100)] 
widl: Implement __int3264 keyword.

14 years agowidl: Rename set_type to declare_var.
Rob Shearman [Sat, 7 Nov 2009 14:54:41 +0000 (15:54 +0100)] 
widl: Rename set_type to declare_var.

Make it return the var_t object rather than making the callers dig it
out, and make it take the attributes list so that callers don't have
to set it.

14 years agowidl: Check for [string] attribute being applied when the elements are ranged.
Rob Shearman [Sat, 7 Nov 2009 14:54:32 +0000 (15:54 +0100)] 
widl: Check for [string] attribute being applied when the elements are ranged.

The range will not be verified in and misconception could turn into a
security problem.

Move [string] attribute validation from reg_typedefs to set_type.

14 years agowidl: Implement [range] attribute.
Rob Shearman [Sat, 7 Nov 2009 14:54:28 +0000 (15:54 +0100)] 
widl: Implement [range] attribute.

14 years agowidl: Enhance the IDL grammar to support unnamed arguments to functions.
Rob Shearman [Sat, 7 Nov 2009 14:54:24 +0000 (15:54 +0100)] 
widl: Enhance the IDL grammar to support unnamed arguments to functions.

14 years agoRevert "widl: A structure that contains an embedded interface ptr in an array is...
Rob Shearman [Sat, 7 Nov 2009 12:29:19 +0000 (13:29 +0100)] 
Revert "widl: A structure that contains an embedded interface ptr in an array is a BOGUS_STRUCT.".

This reverts commit e4e21193c049085dffe9475c9c9bdf9ae6807401.

The IDBProperties test shows that this special case is not needed to
for these types to be marshalled correctly.

14 years agooledb32: Add test for marshalling IDBProperties.
Rob Shearman [Sat, 7 Nov 2009 12:29:11 +0000 (13:29 +0100)] 
oledb32: Add test for marshalling IDBProperties.

14 years agomsdaps: Implement IDBProperties_GetProperties_Proxy and IDBProperties_GetProperties_Stub.
Rob Shearman [Sat, 7 Nov 2009 12:29:04 +0000 (13:29 +0100)] 
msdaps: Implement IDBProperties_GetProperties_Proxy and IDBProperties_GetProperties_Stub.

14 years agocrypt32: Pass the correct pointer into CertificateFindStore.
Marcus Meissner [Mon, 9 Nov 2009 12:44:22 +0000 (13:44 +0100)] 
crypt32: Pass the correct pointer into CertificateFindStore.

14 years agommsystem.dll16: Correctly send messages up to winmm.dll.
Eric Pouech [Sun, 8 Nov 2009 14:09:46 +0000 (15:09 +0100)] 
mmsystem.dll16: Correctly send messages up to winmm.dll.

Spotted by Christian Costa.

14 years agowinedbg: In proxy mode, correctly init the wine_segs fields.
Eric Pouech [Sun, 8 Nov 2009 14:08:11 +0000 (15:08 +0100)] 
winedbg: In proxy mode, correctly init the wine_segs fields.

14 years agowinhlp32: Added support for macros as hotspots' target.
Eric Pouech [Sun, 8 Nov 2009 14:04:59 +0000 (15:04 +0100)] 
winhlp32: Added support for macros as hotspots' target.

14 years agorichedit: When inserting an OLE object from an RTF stream, don't force update as...
Eric Pouech [Sun, 8 Nov 2009 14:04:53 +0000 (15:04 +0100)] 
richedit: When inserting an OLE object from an RTF stream, don't force update as the stream is not fully read.

14 years agorichedit: Only increment objects' reference by one when inserting an OLE object.
Eric Pouech [Sun, 8 Nov 2009 14:04:47 +0000 (15:04 +0100)] 
richedit: Only increment objects' reference by one when inserting an OLE object.

14 years agod3d9: Quiet a few noisy fixme's.
Louis Lenders [Sun, 8 Nov 2009 13:45:57 +0000 (14:45 +0100)] 
d3d9: Quiet a few noisy fixme's.

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.