Jacek Caban
|
56b04194fc
|
jscript: Don't return function value it's unless explicitly returned.
|
2009-11-05 11:57:30 +01:00 |
Detlef Riekenberg
|
0839ae88ca
|
msi/tests: MsiSetExternalUIRecord not present before Installer 3.1.
|
2009-11-05 11:57:21 +01:00 |
Juan Lang
|
e1b2eb3485
|
crypt32: Fix a test failure on NT 4.
|
2009-11-05 11:57:13 +01:00 |
Alexandre Julliard
|
1a3777e2dc
|
ntdll: Reject VirtualAlloc blocks in NtUnmapViewOfSection.
|
2009-11-04 19:53:00 +01:00 |
Juan Lang
|
416cd484b2
|
crypt32: Implement CertStoreControl for collection stores.
|
2009-11-04 17:15:07 +01:00 |
Juan Lang
|
33c70d35dd
|
crypt32: Add an implementation of CertControlStore for memory stores.
|
2009-11-04 17:15:02 +01:00 |
Juan Lang
|
e6047ae52d
|
crypt32: Add tests of committing a collection store.
|
2009-11-04 17:14:53 +01:00 |
Ilya Shpigor
|
e7cc2868aa
|
extrac32: Add command-line parsing.
|
2009-11-04 16:45:18 +01:00 |
Huw Davies
|
95c525e21b
|
ntdll/tests: Fix spelling of succeeded.
|
2009-11-04 16:45:18 +01:00 |
Huw Davies
|
0efdde1f42
|
oledb32/tests: Fix some failing tests on win98.
|
2009-11-04 16:45:18 +01:00 |
Juan Lang
|
f8376b91da
|
crypt32: Eliminate a double free in the tests.
|
2009-11-04 16:45:18 +01:00 |
Juan Lang
|
108f30bb7d
|
crypt32: Rename a function to reflect its behavior better, and return whether it succeeds.
|
2009-11-04 16:45:18 +01:00 |
Juan Lang
|
7e1cff1c18
|
crypt32: Release contexts when removing them from the mem store.
|
2009-11-04 16:45:18 +01:00 |
Juan Lang
|
df39bbba4f
|
crypt32: Don't delete a context when removing it from a list.
|
2009-11-04 16:45:18 +01:00 |
Juan Lang
|
787d0ab564
|
crypt32: Add an error if the ref count is invalid when releasing a context.
|
2009-11-04 16:45:18 +01:00 |
Juan Lang
|
1f363cd399
|
crypt32: Trace whenever a reference count changes, and change default debug channel to quiet the main crypt channel.
|
2009-11-04 16:45:18 +01:00 |
Juan Lang
|
17894eb093
|
crypt32: Release a link context's linked context on every release, not just when it reaches 0.
|
2009-11-04 16:45:17 +01:00 |
Juan Lang
|
52820b9cf8
|
crypt32: When creating a link context, call Context_AddRef to add-ref it so its children get add-ref'd too.
|
2009-11-04 16:45:17 +01:00 |
Juan Lang
|
5f81ad6821
|
crypt32: When add-ref'ing a context, add-ref its linked contexts too.
|
2009-11-04 16:45:17 +01:00 |
Juan Lang
|
fb5e0d8a4d
|
crypt32: When removing contexts from a list, make sure the context no longer references the list.
|
2009-11-04 16:45:17 +01:00 |
Juan Lang
|
976c6ff3f8
|
crypt32: Correct reference counting when deleting contexts from collections.
|
2009-11-04 16:45:17 +01:00 |
Juan Lang
|
92324ab38e
|
crypt32: Propagate errors from CertFree*Context to CertDelete*FromStore.
|
2009-11-04 16:45:17 +01:00 |
Juan Lang
|
40855cae97
|
crypt32: Add return value to Context_Release to allow detecting reference counting errors.
|
2009-11-04 16:45:16 +01:00 |
Juan Lang
|
f4b359942b
|
wintrust: Only close a file in SoftpubCleanup if the WINTRUST_DATA contains a WINTRUST_FILE_INFO.
|
2009-11-04 16:45:16 +01:00 |
Juan Lang
|
d8094382a8
|
crypt32: Implement CertAddEncodedCertificateToSystemStoreA/W.
|
2009-11-04 16:45:16 +01:00 |
Jeremy White
|
5df2626aae
|
advapi32/tests: Only release providers and free keys if we've had success creating them.
|
2009-11-04 16:45:16 +01:00 |
Michael Martin
|
39d8f13785
|
kernel32/tests: Additional tests for CopyFile/MoveFile used on mapped files.
|
2009-11-04 13:17:15 +01:00 |
Jörg Höhle
|
59bb360a5d
|
mciwave: Correct MCI return codes.
|
2009-11-04 13:13:53 +01:00 |
Jörg Höhle
|
d3dd250c2e
|
mciwave: waveaudio does not support the shareable flag.
|
2009-11-04 13:13:49 +01:00 |
Owen Rudge
|
e1f3edef3e
|
comctl32: Add support for scrolling during marquee selection.
|
2009-11-04 13:07:57 +01:00 |
Owen Rudge
|
c1877a2d50
|
comctl32: Cancel marquee selection if we lose focus in listview.
|
2009-11-04 13:07:57 +01:00 |
Owen Rudge
|
038e36aded
|
comctl32: Move marquee logic into separate function.
|
2009-11-04 13:07:57 +01:00 |
Owen Rudge
|
14991b78d8
|
comctl32: Add absolute version of iterator_frameditems.
|
2009-11-04 13:07:57 +01:00 |
Henri Verbeet
|
8d351a1141
|
wined3d: Initialize "context[0]" in IWineD3DDeviceImpl_CreateSwapChain() when not using OpenGL (Valgrind).
|
2009-11-04 13:07:57 +01:00 |
Henri Verbeet
|
b74642ff0b
|
d3d10: Add a D3D10GetPixelShaderProfile() stub.
|
2009-11-04 13:07:57 +01:00 |
Henri Verbeet
|
274d21a443
|
d3d10: Add a D3D10GetGeometryShaderProfile() stub.
|
2009-11-04 13:07:57 +01:00 |
Henri Verbeet
|
f4f6324248
|
d3d10: Add a D3D10GetVertexShaderProfile() stub.
|
2009-11-04 13:07:57 +01:00 |
Henri Verbeet
|
e3ac26d58c
|
d3d10core: Add a stub ID3D10BlendState implementation.
|
2009-11-04 13:07:56 +01:00 |
Hans Leidekker
|
444307610e
|
rpcrt4: Add a test for the ncalrpc protocol sequence.
|
2009-11-04 13:07:56 +01:00 |
Hans Leidekker
|
4b33527f51
|
rpcrt4: Correct spelling of RPC_C_QOS_IDENTITY_STATIC and RPC_C_QOS_IDENTITY_DYNAMIC.
|
2009-11-04 13:07:56 +01:00 |
Paul Vriens
|
9c3c49f472
|
advapi32/tests: Add some tests for handling a backup file.
|
2009-11-04 13:07:56 +01:00 |
Paul Vriens
|
5dafeacbd5
|
advapi32: Add a input parameter check to ClearEventLog.
|
2009-11-04 13:07:56 +01:00 |
Paul Vriens
|
e13ead6949
|
advapi32/tests: Add some ClearEventLog tests.
|
2009-11-04 13:07:56 +01:00 |
Juan Lang
|
9364d7a928
|
crypt32: Add stub for CertAddCertificateLinkToStore.
|
2009-11-04 13:07:56 +01:00 |
Juan Lang
|
f554669286
|
crypt32: Implement CryptGetIntendedKeyUsage.
|
2009-11-04 13:07:56 +01:00 |
Juan Lang
|
6ac162231b
|
crypt32: Add tests for CertGetIntendedKeyUsage.
|
2009-11-04 13:07:55 +01:00 |
Juan Lang
|
812fdca9d6
|
rsaenh: Test exporting an RSA private key with the most significant bit set.
|
2009-11-04 13:07:55 +01:00 |
Alexandre Julliard
|
ab1f58864e
|
wia: Force specifying the correct header version in Wine code.
|
2009-11-04 13:07:55 +01:00 |
Damjan Jovanovic
|
158f63d06a
|
wiaservc: Add the class factory and IWiaDevMgr stubs.
|
2009-11-04 13:07:55 +01:00 |
André Hentschel
|
fbe6b57b74
|
msvcrt: Do not overlap in strcpy (Valgrind).
|
2009-11-04 12:22:23 +01:00 |