cryptui: Fix a string resource so its format placeholders can be reordered.
[wine] / dlls / cryptui / main.c
2011-11-21  Francois Gougetcryptui: Fix a string resource so its format placeholde...
2011-10-31  Andrew Talbotcryptui: Remove unneeded address-of operators from...
2011-10-17  Frédéric Delanoycryptui: Avoid idempotent operation (Clang).
2011-08-26  Alexander Morozovcryptui: Add stubs for CryptUIDlgSelectCertificateA/W.
2011-08-24  Alexander Morozovcryptui: Disable some buttons if a certificate is not...
2011-05-16  Marcus Meissnercryptui: Mark internal symbols as static.
2011-02-23  Marcus Meissnercryptui: Fixed bad sizeof() (Coverity).
2010-11-11  Nikolay Sivovcryptui: Stub CryptUIDlgViewSignerInfoA.
2010-10-07  Juan Langcryptui: Don't crash displaying a certificate hierarchy...
2010-10-05  Alexandre Julliardcryptui: Fix incorrect use of the ScreenToClient function.
2010-10-04  Juan Langcryptui: Check whether caller called WinVerifyTrust...
2010-10-04  Juan Langcryptui: Remove redundant close line.
2009-12-21  Michael Stefaniuccryptui: Don't cast NULL to an integer type.
2009-11-09  Francois Gougetcryptui: Remove WINAPI on the cert_mgr_sort_by_text...
2009-10-28  Juan Langcryptui: Display <None> for a cert's friendly name...
2009-10-27  Juan Langcryptui: Sort certificates by subject name by default.
2009-10-27  Juan Langcryptui: Support sorting columns by clicking on their...
2009-07-06  Paul Vrienscryptui: Show the select store text when browsing stores.
2009-06-24  Andrew Talbotcryptui: Constify some variables.
2009-05-11  Gerald Pfeifercryptui: Remove double assignment in import_store_dlg_p...
2009-04-28  Juan Langcryptui: If an input file name is given to CryptUIWizIm...
2009-03-30  Austin Englishcryptui: Fix a compiler warning on PC-BSD.
2009-03-04  Michael Stefaniuccryptui: Remove superfluous pointer casts.
2009-02-09  Juan Langcryptui: Delete the private keys if requested when...
2009-02-09  Juan Langcryptui: Save private key in temporary store when expor...
2009-02-09  Juan Langcryptui: Ensure a certificate's private key is exportab...
2009-02-09  Juan Langcryptui: Correct return value of the user cancels the...
2009-02-09  Juan Langcryptui: Implement exporting to a PFX file.
2009-02-09  Juan Langcryptui: Skip password page when moving backward throug...
2009-02-09  Juan Langcryptui: Validate password in export wizard.
2009-02-09  Juan Langcryptui: Only show password page if the private key...
2009-02-09  Juan Langcryptui: Add a password page to the export wizard.
2009-02-09  Juan Langcryptui: Enable/disable PFX choice based on whether...
2009-02-09  Juan Langcryptui: Set default export format based on whether...
2009-02-09  Juan Langcryptui: Make a copy of export info in CryptUIWizExport.
2009-02-09  Juan Langcryptui: Prompt whether to export the private key from...
2009-02-05  Marcus Meissnercryptui: Check NULL ptr differently (Coverity).
2009-01-27  Juan Langcryptui: Export all selected certificates when requeste...
2009-01-27  Juan Langcryptui: Set default export file name based on input...
2009-01-27  Juan Langcryptui: Move code for enabling the PFX export format...
2009-01-27  Juan Langcryptui: Select export format based on input in CryptUI...
2009-01-27  Juan Langcryptui: Implement CryptUIWizExport for CRYPTUI_WIZ_EXP...
2009-01-27  Juan Langcryptui: Add support for exporting a serialized store...
2009-01-27  Juan Langcryptui: Add error checking to CryptUIWizExport.
2009-01-27  Juan Langcryptui: Default to exporting in DER format.
2009-01-27  Juan Langcryptui: Always initialize export wizard's export options.
2009-01-26  Juan Langcryptui: Call CryptUIWizExport when asked to.
2009-01-26  Juan Langcryptui: Fix a typo.
2009-01-26  Juan Langcryptui: Implement CryptUIWizExport for the no UI case.
2009-01-26  Juan Langcryptui: Use a public type rather than a private one...
2009-01-26  Juan Langcryptui: Implement saving from the export wizard.
2009-01-26  Juan Langcryptui: Show details of export on finish page of expor...
2009-01-26  Juan Langcryptui: Implement browsing for a filename in the expor...
2009-01-26  Juan Langcryptui: Validate filename in export wizard.
2009-01-26  Juan Langcryptui: Enable/disable checkboxes in the format page...
2009-01-26  Juan Langcryptui: Disable the PFX export format in the export...
2009-01-26  Juan Langcryptui: Remember format and format options when leavin...
2009-01-26  Juan Langcryptui: Skip the format page of the export wizard...
2009-01-26  Juan Langcryptui: Add a do-nothing export wizard.
2009-01-26  Juan Langcryptui: Add stub for CryptUIWizExport.
2009-01-09  Juan Langcryptui: Fix crash with native riched20.
2009-01-09  Juan Langcryptui: Call CryptUIWizImport from the certificate...
2009-01-09  Juan Langcryptui: Set appropriate radio button in CryptUIWizImpo...
2009-01-09  Juan Langcryptui: Implement removing certificates from certifica...
2009-01-09  Juan Langcryptui: Show usages for selected cert in certificate...
2009-01-09  Juan Langcryptui: Show selected certificate when requested in...
2009-01-09  Juan Langcryptui: Enable/disable controls based on selection...
2009-01-09  Juan Langcryptui: Filter shown certs according to purpose select...
2009-01-09  Juan Langcryptui: Refresh cert view when purpose selection is...
2009-01-09  Juan Langcryptui: Add saved purposes to the purpose selection...
2009-01-09  Juan Langcryptui: Save purposes in certificate manager dialog...
2009-01-09  Juan Langcryptui: Recall usage state from registry in certificat...
2009-01-09  Juan Langcryptui: Allow toggling a usage in the certificate...
2009-01-09  Juan Langcryptui: Add known usages to certificate manager dialog...
2009-01-09  Juan Langcryptui: Add a (empty) advanced dialog to the certifica...
2009-01-09  Juan Langcryptui: Refresh store display when a tab is switched...
2009-01-09  Juan Langcryptui: Display contents of certificate store in certi...
2009-01-09  Juan Langcryptui: Show names of stores certificate manager dialog.
2009-01-09  Juan Langcryptui: Add purpose selection and column headings...
2009-01-09  Juan Langcryptui: Add a (empty) certificate manager dialog.
2008-12-24  Juan Langcryptui: Add a header bitmap to CryptUIWizImport's...
2008-12-24  Juan Langcryptui: Add watermark image to welcome and finish...
2008-12-24  Juan Langcryptui: Use an appropriate title font for the welcome...
2008-12-23  Juan Langcryptui: Call CryptUIWizImport from CryptUIDlgViewCerti...
2008-12-23  Juan Langcryptui: Perform import when finishing the CryptUIWizIm...
2008-12-23  Juan Langcryptui: Show the content type on the final page of...
2008-12-23  Juan Langcryptui: Show file name and type of destination store...
2008-12-23  Juan Langcryptui: Ensure that a destination store is selected...
2008-12-23  Juan Langcryptui: Implement specifying the destination store...
2008-12-23  Juan Langcryptui: Skip the file page in CryptUIWizImport when...
2008-12-23  Juan Langcryptui: Store input file as a store in the file page...
2008-12-23  Juan Langcryptui: Validate input file in CryptUIWizImport.
2008-12-23  Juan Langcryptui: Separate opening a file from importing it.
2008-12-23  Juan Langcryptui: Make sure input file is not empty.
2008-12-23  Juan Langcryptui: Show UI rather than failing if no import sourc...
2008-12-23  Juan Langcryptui: Implement browsing for input file in CryptUIWi...
2008-12-23  Juan Langcryptui: Add a non-operational wizard for CryptUIWizImport.
2008-12-23  Juan Langcryptui: Use CryptQueryObject to import files in CryptU...
2008-12-23  Juan Langcryptui: Implement importing CTLs in CryptUIWizImport.
2008-12-23  Juan Langcryptui: Implement importing stores in CryptUIWizImport.
next