gdiplus: Implemented GdipGetPenDashCount.
[wine] / dlls / crypt32 /
2008-07-10  Andrew Talbotcrypt32: Remove unneeded address-of operator from array...
2008-07-02  Austin Englishcrypt32: Fix a couple of test failures on Vista.
2008-06-30  Michael Karchercrypt32: Remove duplicate MS test root key.
2008-06-30  Michael Karchercrypt32: ComparePublicKeyInfo must ignore the leading...
2008-06-04  Alexandre Julliardcrypt32/tests: Fix an end of line character.
2008-06-03  Michael Stefaniuccrypt32: Fix the Swedish translation.
2008-05-26  Michael Karchercrypt32: CertGetPublicKeyLength should check only cert...
2008-05-26  Michael Karchercrypt32: Pass on aiKeyAlg on RSA key import.
2008-05-26  Michael Karchercrypt32: Fix order-of-evaluation dependence.
2008-05-26  Michael Karchercrypt32: Fix integer overflow.
2008-05-19  Mikołaj ZalewskiMake Swedish use SUBLANG_NEUTRAL.
2008-05-08  Paul Vrienscrypt32/tests: Cleanup registry after tests.
2008-05-07  Rob Shearmancrypt32: Add stub for CertVerifyCTLUsage.
2008-04-29  Alexandre JulliardInclude wine/port.h everywhere we use exceptions.
2008-04-25  Erik de Castro Lopocrypt32: Use LOWORD on LPCSTR type instead of casting...
2008-04-24  Rob Shearmancrypt32: Decode the message content on finishing in...
2008-04-21  James Hawkinscrypt32: Remove tests for properties not present on...
2008-04-15  Andrew Talbotcrypt32: Remove unused variables.
2008-04-15  Andrew Talbotcrypt32: Remove unwanted shadow variable.
2008-04-11  James Hawkinscrypt32: Fix a few tests that fail in win2k.
2008-04-04  Hwang YunSong(황윤성)crypt32: Updated Korean resource.
2008-03-26  Juan Langcrypt32: Allow one update to a decode message after...
2008-03-26  Juan Langcrypt32: Keep track of state in each message type's...
2008-03-26  Juan Langcrypt32: Test updates after the final update to a detac...
2008-03-19  Michael Stefaniuccrypt32: Update the German translation.
2008-03-11  Christopher Berneruser32: Make LoadStringW pass tests.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-02-22  Frans Koolcrypt32: Created Dutch translations.
2008-02-16  Juan Langcrypt32: Vista doesn't actually add duplicate usage...
2008-02-16  Juan Langcrypt32: Allow some last errors set by Vista.
2008-02-16  Juan Langcrypt32: Fix a test failure on Vista, and make Wine...
2008-02-16  Juan Langcrypt32: Add to error message to track down NT4 failures.
2008-02-16  Juan Langcrypt32: Fix test failures on NT4.
2008-02-15  Francois GougetAssorted spelling fixes.
2008-02-15  Andrew Talbotcrypt32: Assign to structs instead of using memcpy.
2008-02-15  Rob Shearmancrypt32: Fix function declaration - WINAPI should come...
2008-02-15  Francois GougetUTF-8 resource files must explicitly say so with a...
2008-02-11  Paul Vrienscrypt32/tests: Skip test if we don't have enough rights.
2008-02-04  Bang Jun-youngcrypt32: Include wine/port.h for snprintf().
2008-01-23  Francois GougetAssorted spelling fixes.
2008-01-15  Juan Langcrypt32: Fix race condition in loading default provider.
2008-01-15  Juan Langcrypt32: Don't release default crypto provider on proce...
2008-01-08  Jonathan Ernstcrypt32: Updated French translation.
2008-01-08  Alexander Nicolays... crypt32: Implement CryptFindLocalizedName.
2008-01-02  Alexandre Julliardcrypt32: Avoid casting away const from the context...
2007-12-31  Andrew Talbotcrypt32: Remove unneeded casts.
2007-12-10  Michael Stefaniuccrypt32: Do not use an empty body in an else-statement...
2007-12-04  Andrew Talbotcrypt32: Remove unnecessary casts.
2007-11-28  Juan Langcrypt32: Add CERT_STORE_ADD_NEWER support to CertAddCer...
2007-11-28  Juan Langcrypt32: Implement finding an existing certificate...
2007-11-20  Francois Gougetcrypt32/tests: Get the tests running on Windows 98.
2007-11-09  Juan Langcrypt32: If a decoding function failed, free the memory...
2007-11-09  Juan Langcrypt32: Fix another leak in tests.
2007-11-09  Juan Langcrypt32: Fix a couple leaks in test.
2007-11-08  Juan Langcrypt32: Fail decoding a CRL entry if the serial number...
2007-11-08  Juan Langcrypt32: Fix a leak.
2007-11-08  Juan Langcrypt32: Use 3DES to encrypt data.
2007-11-08  Juan Langcrypt32: Set correct bit lengths for algorithms.
2007-11-08  Juan Langcrypt32: Pass key length to CryptDeriveKey.
2007-11-08  Juan Langcrypt32: Use the enhanced provider rather than the...
2007-11-08  Juan Langcrypt32: Use SHA1 rather than MD5 to protect data.
2007-11-08  Juan Langcrypt32: Save alg IDs in CryptProtectData output.
2007-11-08  Juan Langcrypt32: Describe CryptProtectData data format more...
2007-11-05  Juan Langcrypt32: Don't define function pointers that are NULL...
2007-11-05  Juan Langcrypt32: Don't store a redundant copy of data in the...
2007-11-05  Juan Langcrypt32: Initialize a variable.
2007-11-02  Juan Langcrypt32: Use consistent error checking.
2007-11-02  Juan Langcrypt32: Free memory on all paths.
2007-11-02  Juan Langcrypt32: Set last error on alloc failure.
2007-11-02  Juan Langcrypt32: Fix a leaked key.
2007-11-02  Juan Langcrypt32: Don't leak buffer when a unicode string contai...
2007-11-02  Juan Langcrypt32: Initialize a variable.
2007-11-02  Juan Langcrypt32: Use memmove rather than memcpy when addresses...
2007-11-02  Juan Langcrypt32: Fix a leak building an alternate chain.
2007-11-02  Juan Langcrypt32: Fix leaked chains creating the root store.
2007-11-02  Juan Langcrypt32: Fix a leak during chain creation.
2007-11-02  Juan Langcrypt32: Set size when calling CryptDecodeObjectEx...
2007-11-02  Juan Langcrypt32: Get rid of an unneeded variable.
2007-11-02  Juan Langcrypt32: Fix another leak in the tests.
2007-11-02  Juan Langcrypt32: Fix a leak in the tests.
2007-10-29  Francois Gougetcrypt32: Better match the PSDK types and update win32...
2007-10-26  Juan Langcrypt32: Remove iTunes chain from certificate policy...
2007-10-26  Juan Langcrypt32: Remove a test because of a Windows 2003 SP1...
2007-10-25  Juan Langcrypt32: Avoid misleading fixme when no data are passed...
2007-10-24  Juan Langcrypt32: Implement cert chain revocation checking.
2007-10-24  Juan Langcrypt32: Implement CertVerifyRevocation.
2007-10-24  Juan Langcrypt32: Add basic test for CertVerifyRevocation.
2007-10-24  Juan Langcrypt32: Add CertVerifyRevocation stub.
2007-10-23  Francois GougetAssorted spelling fixes.
2007-10-22  Juan Langcrypt32: Always set *ppszError.
2007-10-22  Juan Langcrypt32: Don't allocate a 0-length string.
2007-10-22  Juan Langcrypt32: Don't assume string pointer has been set if...
2007-10-22  Juan Langcrypt32: Fail if MultiByteToWideChar converts 0 characters.
2007-10-22  Juan Langcrypt32: Initialize mask when allocating it.
2007-10-22  Juan Langcrypt32: Simplify I_CertUpdateStore.
2007-10-22  Juan Langcrypt32: Replace a private type with a public one.
2007-10-22  Juan Langcrypt32: Remove tests that cause memory corruption.
2007-10-19  Juan Langcrypt32: Keep signer handle count separate from signer...
2007-10-19  Juan Langcrypt32: Free memory on an error path.
2007-10-19  Juan Langcrypt32: Free root store when quitting.
next