include: Assorted spelling fixes.
[wine] / dlls / crypt32 / store.c
2012-08-13  Michael Stefaniuccrypt32: Avoid TRUE:FALSE conditional expressions.
2011-01-17  Juan Langcrypt32: Add stub for CertRegisterPhysicalStore.
2010-06-16  Juan Langcrypt32: Add support for CERT_STORE_PROV_SERIALIZED...
2010-06-16  Juan Langcrypt32: Add support for szCERT_STORE_PROV_PKCS7 to...
2010-05-17  Juan Langcrypt32: Validate add disposition before checking sourc...
2010-01-29  Michael Stefaniuccrypt32: Avoid using HIWORD() on a string pointer.
2009-12-11  Juan Langcrypt32: Fix CertAddCRLContextToStore for CERT_STORE_AD...
2009-12-11  Juan Langcrypt32: Don't dereference an output pointer which...
2009-11-05  Juan Langcrypt32: Add a warning if a store's ref count is invalid.
2009-11-04  Juan Langcrypt32: Add an implementation of CertControlStore...
2009-11-04  Juan Langcrypt32: Rename a function to reflect its behavior...
2009-11-04  Juan Langcrypt32: Release contexts when removing them from the...
2009-11-04  Juan Langcrypt32: Propagate errors from CertFree*Context to...
2009-08-11  Juan Langcrypt32: Don't free a certificate that hasn't been...
2009-01-28  Michael Stefaniuccrypt32: Remove remaining superfluous pointer casts.
2009-01-19  Juan Langcrypt32: Include root store in CertEnumSystemStore...
2009-01-19  Juan Langcrypt32: Only open the read-only root store for the...
2008-12-23  Juan Langcrypt32: Support add disposition CERT_STORE_ADD_NEWER_I...
2008-11-04  Michael Stefaniuccrypt32: Remove superfluous casts of void pointers.
2008-10-23  Juan Langcrypt32: Add stub for CertEnumPhysicalStore.
2008-10-23  Juan Langcrypt32: Pass flags to enumeration callback.
2008-09-02  Juan Langcrypt32: Implement CertAddCTLContextToStore.
2008-09-02  Juan Langcrypt32: Implement CertDeleteCTLFromStore.
2008-09-02  Juan Langcrypt32: Implement CertEnumCTLsInStore.
2008-09-02  Juan Langcrypt32: Add CTLs to the memory store.
2008-09-02  Juan Langcrypt32: Implement CertAddEncodedCTLToStore.
2008-09-02  Juan Langcrypt32: Implement CertDuplicateCTLContext.
2008-09-02  Juan Langcrypt32: Add support for CTL properties.
2008-09-02  Juan Langcrypt32: Implement CertCreateCTLContext and CertFreeCTL...
2008-04-25  Erik de Castro Lopocrypt32: Use LOWORD on LPCSTR type instead of casting...
2008-04-15  Andrew Talbotcrypt32: Remove unused variables.
2008-02-16  Juan Langcrypt32: Fix a test failure on Vista, and make Wine...
2007-12-31  Andrew Talbotcrypt32: Remove unneeded casts.
2007-11-28  Juan Langcrypt32: Add CERT_STORE_ADD_NEWER support to CertAddCer...
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-10-22  Juan Langcrypt32: Simplify I_CertUpdateStore.
2007-10-19  Juan Langcrypt32: Use I_CertUpdateStore in registry stores.
2007-10-19  Juan Langcrypt32: Implement I_CertUpdateStore.
2007-09-28  Juan Langcrypt32: Move CertSaveStore to serialize.c.
2007-09-28  Juan Langcrypt32: Implement CertSaveStore.
2007-09-11  Juan Langcrypt32: Add a root store implementation that reads...
2007-08-20  Juan Langcrypt32: Don't store the crypto provider when it isn...
2007-08-20  Juan Langcrypt32: Pass crypto provider and appropriate flags...
2007-08-17  Juan Langcrypt32: Move file store to a separate file.
2007-08-17  Juan Langcrypt32: Move registry stores to a separate file.
2007-08-17  Juan Langcrypt32: Move provider stores to a separate file.
2007-08-17  Juan Langcrypt32: Move collection stores to a separate file.
2007-08-17  Juan Langcrypt32: Move cert store definitions to header.
2007-08-17  Juan Langcrypt32: Where possible, pass a pointer rather than...
2007-08-17  Juan Langcrypt32: Use externed vars for context variables.
2007-08-17  Juan Langcrypt32: Use public APIs to empty a store.
2007-08-17  Juan Langcrypt32: Use public type and APIs for memory stores...
2007-08-17  Juan Langcrypt32: Remove some unnecessary casts.
2007-08-17  Juan Langcrypt32: Rename a confusing type.
2007-08-15  Juan Langcrypt32: Fix typo.
2007-08-15  Juan Langcrypt32: Fix typo.
2007-08-03  Francois Gougetcrypt32: Add and use HCRYPTPROV_LEGACY and HCRYPTPROV_O...
2007-07-30  Juan Langcrypt32: Implement message stores.
2007-06-04  Stefan Leichtercrypt32: Replace CRYPT_RecurseDeleteKey with RegDeleteT...
2007-05-29  Juan Langcrypt32: Remove wrong test and parameter check.
2007-05-21  Mounir IDRASSIcrypt32: Fix CertAddCertificateContextToStore when...
2007-05-15  Juan Langcrypt32: Use public functions to get store access state.
2007-05-15  Juan Langcrypt32: Implement CertGetStoreProperty and CertSetStor...
2007-05-11  Francois Gougetcrypt32: Add missing '\n' in FIXME() call.
2007-05-09  Juan Langcrypt32: Implement CertEnumSystemStore.
2007-04-30  Andrew Talbotcrypt32: Exclude unused headers.
2007-04-16  Andrew Talbotcrypt32: Constify some variables.
2007-03-12  Jan Zerebeckicrypt32: Add DebugInfo to critical sections.
2006-12-14  Dmitry Timoshkovcrypt32: Make some data const.
2006-10-04  Juan Langcrypt32: Win64 printf format warning fixes.
2006-10-03  Marcus Meissnercrypt32: Include wine/port.h for strcasecmp.
2006-07-26  Juan Langcrypt32: Implement file stores.
2006-07-12  Juan Langcrypt32: Add stubs for some stores.
2006-06-13  Alexandre Julliardcrypt32: Use unsigned int instead of size_t to avoid...
2006-05-26  Juan Langcrypt32: Combine redundant code.
2006-05-26  Juan Langcrypt32: Implement CertSerializeCRLStoreElement.
2006-05-25  Juan Langcrypt32: Add support for CRLs.
2006-05-25  Juan Langcrypt32: Move cert functions that don't depend on the...
2006-05-24  Juan Langcrypt32: Test and fix a couple CertAddCertificateContex...
2006-05-23  Juan Langcrypt32: Abstract contexts.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-20  Juan Langcrypt32: Move CertFindCertificateInStore and related...
2006-05-20  Juan Langcrypt32: Move context interface definition to common...
2006-05-18  Juan Langcrypt32: Add stubs for CertDuplicateCRLContext and...
2006-05-17  Juan Langcrypt32: Get rid of CRYPT_CreateCertificateContext...
2006-05-16  Juan Langcrypt32: Support CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PRO...
2006-05-16  Juan Langcrypt32: Use the caller-supplied encoding type when...
2006-05-15  Juan Langcrypt32: Use the HRESULT synonyms for converted Win32...
2006-05-10  Juan Langcrypt32: Partially implement CertGetIssuerCertificateFr...
2006-04-06  Juan Langcrypt32: Add support for the CERT_KEY_PROV_INFO_PROP_ID...
2006-03-30  Juan Langcrypt32: Fix certificate adding
2006-03-17  Juan Langcrypt32: Implement CertGetSubjectCertificateFromStore.
2006-03-13  Juan Langcrypt32: Abstract contexts.
2006-03-10  Juan Langcrypt32: Move context properties to a separate file.
2006-03-07  Juan Langcrypt32: Simplify stores.
2006-03-04  Juan Langcrypt32: Move serialization functions to serialize.c.
2006-03-03  Juan Langcrypt32: Implement CertDuplicateStore.
2006-03-01  Juan Langcrypt32: Use CertFindCertificateInStore to simplify...
2006-03-01  Juan Langcrypt32: Eliminate an unnecessary function pointer...
next