Commit Graph

210 Commits

Author SHA1 Message Date
Gerald Pfeifer 8986cd1ed7 cryptui: Remove double assignment in import_store_dlg_proc(). 2009-05-11 12:43:36 +02:00
Juan Lang b6682f96f7 cryptui: If an input file name is given to CryptUIWizImport, show it in the wizard. 2009-04-28 13:10:02 +02:00
Austin English f52c7e2ad0 cryptui: Fix a compiler warning on PC-BSD. 2009-03-30 13:57:03 +02:00
Michael Stefaniuc 8cb973261f cryptui: Remove superfluous pointer casts. 2009-03-04 12:07:20 +01:00
Hwang YunSong(황윤성) 0e21db9a3f cryptui: Updated Korean resource. 2009-02-16 16:01:37 +01:00
Francois Gouget f250f4fa04 Assorted spelling fixes. 2009-02-11 15:56:02 +01:00
Juan Lang c7d65aa7e1 cryptui: Delete the private keys if requested when they're successfully exported. 2009-02-09 12:08:39 +01:00
Juan Lang ccc2be7470 cryptui: Save private key in temporary store when exporting it. 2009-02-09 12:08:34 +01:00
Juan Lang af87814ac6 cryptui: Ensure a certificate's private key is exportable before allowing it to be selected for export. 2009-02-09 12:08:27 +01:00
Juan Lang fd3cd61b5d cryptui: Correct return value of the user cancels the export wizard. 2009-02-09 12:08:20 +01:00
Juan Lang 0d961d9ce3 cryptui: Implement exporting to a PFX file. 2009-02-09 12:08:15 +01:00
Juan Lang 8cb9702265 cryptui: Skip password page when moving backward through the export wizard if it wasn't shown in the first place. 2009-02-09 12:08:09 +01:00
Juan Lang 0eefd4fb3b cryptui: Validate password in export wizard. 2009-02-09 12:08:04 +01:00
Juan Lang 6209459b21 cryptui: Only show password page if the private key is to be exported. 2009-02-09 12:07:28 +01:00
Juan Lang 9c52df8364 cryptui: Add a password page to the export wizard. 2009-02-09 12:07:22 +01:00
Juan Lang 7dae1dc512 cryptui: Enable/disable PFX choice based on whether the private key is to be exported. 2009-02-09 12:07:12 +01:00
Juan Lang f09b7fa12f cryptui: Set default export format based on whether the private key is to be exported. 2009-02-09 12:07:06 +01:00
Juan Lang bd3c992795 cryptui: Make a copy of export info in CryptUIWizExport. 2009-02-09 12:06:56 +01:00
Juan Lang 53c84a8518 cryptui: Prompt whether to export the private key from CryptUIWizExport. 2009-02-09 12:06:48 +01:00
Marcus Meissner 540f11f6d6 cryptui: Check NULL ptr differently (Coverity). 2009-02-05 13:15:13 +01:00
Hwang YunSong(황윤성) b86f626528 cryptui: Updated Korean resource. 2009-02-03 12:39:50 +01:00
Juan Lang 3b7c62f80b cryptui: Fix a few test failures on older Windows versions. 2009-01-30 11:44:31 +01:00
Juan Lang 157709d7a2 cryptui: Export all selected certificates when requested from the certificate manager, not just the first one. 2009-01-27 11:08:11 +01:00
Juan Lang 56b38801b1 cryptui: Set default export file name based on input in CryptUIWizExport. 2009-01-27 11:08:03 +01:00
Juan Lang b2fefc0ffd cryptui: Move code for enabling the PFX export format to the correct dialog proc. 2009-01-27 11:07:45 +01:00
Juan Lang 214045988f cryptui: Select export format based on input in CryptUIWizExport. 2009-01-27 11:07:38 +01:00
Juan Lang 15a8ea6a51 cryptui: Implement CryptUIWizExport for CRYPTUI_WIZ_EXPORT_CERT_STORE_CERTIFICATES_ONLY. 2009-01-27 11:07:12 +01:00
Juan Lang a7096f9636 cryptui: Add support for exporting a serialized store from CryptUIWizExport. 2009-01-27 11:04:30 +01:00
Juan Lang 4ae62fba22 cryptui: Add error checking to CryptUIWizExport. 2009-01-27 11:03:51 +01:00
Juan Lang 1165146188 cryptui: Default to exporting in DER format. 2009-01-27 11:03:45 +01:00
Juan Lang 53955c57fe cryptui: Always initialize export wizard's export options. 2009-01-27 11:03:39 +01:00
Juan Lang 01c24c641c cryptui: Call CryptUIWizExport when asked to. 2009-01-26 14:28:20 +01:00
Juan Lang 8e5f9d57fc cryptui: Fix a typo. 2009-01-26 14:28:16 +01:00
Juan Lang 56215060dc cryptui: Implement CryptUIWizExport for the no UI case. 2009-01-26 14:28:10 +01:00
Juan Lang 40905e42ac cryptui: Use a public type rather than a private one for export options in the export wizard. 2009-01-26 14:28:04 +01:00
Juan Lang 71e944e37a cryptui: Implement saving from the export wizard. 2009-01-26 14:27:55 +01:00
Juan Lang 5d92e2d20f cryptui: Show details of export on finish page of export wizard. 2009-01-26 14:27:47 +01:00
Juan Lang 4e9cbb2807 cryptui: Implement browsing for a filename in the export wizard. 2009-01-26 14:27:38 +01:00
Juan Lang 298f7c53f8 cryptui: Validate filename in export wizard. 2009-01-26 14:27:25 +01:00
Juan Lang 8b2792d1c1 cryptui: Enable/disable checkboxes in the format page of the export wizard depending on selection. 2009-01-26 14:27:14 +01:00
Juan Lang 7f9c8fa92f cryptui: Disable the PFX export format in the export wizard unless the source has a private key. 2009-01-26 14:27:03 +01:00
Juan Lang 245e22fb94 cryptui: Remember format and format options when leaving the format page of the export wizard. 2009-01-26 14:26:27 +01:00
Juan Lang c417c9b9c2 cryptui: Skip the format page of the export wizard if the format is implied. 2009-01-26 14:26:13 +01:00
Juan Lang 0cac6977e6 cryptui: Add a do-nothing export wizard. 2009-01-26 14:26:03 +01:00
Juan Lang 787b4bcd52 cryptui: Add stub for CryptUIWizExport. 2009-01-26 14:25:10 +01:00
Dmitry Timoshkov 267c709341 cryptui: Use "-1" as a "don't care value", fix dialog id duplicates. 2009-01-14 12:21:38 +01:00
Hwang YunSong(황윤성) e90c8f53e2 cryptui: New Korean resource. 2009-01-12 16:53:18 +01:00
Juan Lang 113cb2d313 cryptui: Don't make certificate status control disabled.
This allows using the scrollbar when there are lots of usages set for
the certificate.
2009-01-10 14:49:46 +01:00
Juan Lang 9ecb7b75e3 cryptui: Improve control spacing.
This makes the two static control borders between the three regions on
the general page appear to be the same height.
2009-01-10 14:49:46 +01:00
Juan Lang e50e78f1cb cryptui: Fix crash with native riched20. 2009-01-09 14:48:36 +01:00
Juan Lang 732fce7c3c cryptui: Call CryptUIWizImport from the certificate manager dialog. 2009-01-09 14:47:51 +01:00
Juan Lang ed5d0d8894 cryptui: Set appropriate radio button in CryptUIWizImport if the destination store is specified. 2009-01-09 14:47:47 +01:00
Juan Lang 9d6d8570fc cryptui: Implement removing certificates from certificate manager dialog. 2009-01-09 14:47:33 +01:00
Juan Lang a6e21329ee cryptui: Show usages for selected cert in certificate manager dialog. 2009-01-09 14:47:24 +01:00
Juan Lang a3f746b085 cryptui: Show selected certificate when requested in the certificate manager dialog. 2009-01-09 14:47:03 +01:00
Juan Lang c33dfc2d41 cryptui: Enable/disable controls based on selection in certificate manager dialog. 2009-01-09 14:46:57 +01:00
Juan Lang 0a58167b07 cryptui: Filter shown certs according to purpose selection in certificate manager dialog. 2009-01-09 14:46:51 +01:00
Juan Lang e7e91402d2 cryptui: Refresh cert view when purpose selection is changed in the certificate manager dialog. 2009-01-09 14:46:29 +01:00
Juan Lang 73a8f89468 cryptui: Add saved purposes to the purpose selection in the certificate manager dialog. 2009-01-09 14:46:23 +01:00
Juan Lang dfc8b91ca2 cryptui: Save purposes in certificate manager dialog's advanced dialog. 2009-01-09 14:45:54 +01:00
Juan Lang 0c17a5d61c cryptui: Recall usage state from registry in certificate manager dialog's advanced dialog. 2009-01-09 14:45:33 +01:00
Juan Lang a180f505b9 cryptui: Allow toggling a usage in the certificate manager dialog's advanced dialog. 2009-01-09 14:45:25 +01:00
Juan Lang 06505e53ae cryptui: Add known usages to certificate manager dialog's advanced dialog. 2009-01-09 14:45:19 +01:00
Juan Lang 7675bf428a cryptui: Add a (empty) advanced dialog to the certificate manager dialog. 2009-01-09 14:45:14 +01:00
Juan Lang be1587ca50 cryptui: Refresh store display when a tab is switched or the purpose selection is changed in the certificate manager dialog. 2009-01-09 14:44:53 +01:00
Juan Lang 29dcd60587 cryptui: Display contents of certificate store in certificate manager dialog. 2009-01-09 14:44:44 +01:00
Juan Lang 1d59060152 cryptui: Show names of stores certificate manager dialog. 2009-01-09 14:44:31 +01:00
Juan Lang 96d0e63620 cryptui: Add purpose selection and column headings to certificate manager dialog. 2009-01-09 14:44:23 +01:00
Juan Lang 1f183ea289 cryptui: Add a (empty) certificate manager dialog. 2009-01-09 14:44:13 +01:00
Juan Lang 214a01ac6c cryptui: Add a header bitmap to CryptUIWizImport's interior pages. 2008-12-24 19:58:40 +01:00
Juan Lang 56c7b55dfa cryptui: Add watermark image to welcome and finish pages of CryptUIWizImport. 2008-12-24 19:58:30 +01:00
Juan Lang 27d9903ec9 cryptui: Hide the column header on the finish page of CryptUIWizImport. 2008-12-24 19:58:16 +01:00
Juan Lang 0cfa64d5c9 cryptui: Use an appropriate title font for the welcome and finish wizard pages. 2008-12-24 19:58:09 +01:00
Juan Lang c6458f0fa6 cryptui: Call CryptUIWizImport from CryptUIDlgViewCertificateW. 2008-12-23 19:55:50 +01:00
Juan Lang a468c03988 cryptui: Perform import when finishing the CryptUIWizImport wizard. 2008-12-23 19:55:45 +01:00
Juan Lang 72980e1bd0 cryptui: Show the content type on the final page of CryptUIWizImport. 2008-12-23 19:55:38 +01:00
Juan Lang 1e06495b12 cryptui: Show file name and type of destination store in final page of CryptUIWizImport. 2008-12-23 19:55:32 +01:00
Juan Lang 91deb95ed5 cryptui: Ensure that a destination store is selected in CryptUIWizImport. 2008-12-23 19:55:25 +01:00
Juan Lang 2bab6a2c5d cryptui: Implement specifying the destination store in CryptUIWizImport. 2008-12-23 19:55:20 +01:00
Juan Lang 9f6c543355 cryptui: Skip the file page in CryptUIWizImport when the import source isn't a file. 2008-12-23 19:55:02 +01:00
Juan Lang b9917661aa cryptui: Store input file as a store in the file page of CryptUIWizImport. 2008-12-23 19:54:56 +01:00
Juan Lang db91fdfaa8 cryptui: Validate input file in CryptUIWizImport. 2008-12-23 19:54:50 +01:00
Juan Lang 183df56c11 cryptui: Separate opening a file from importing it. 2008-12-23 19:54:44 +01:00
Juan Lang 9169e6ed02 cryptui: Make sure input file is not empty. 2008-12-23 19:54:39 +01:00
Juan Lang dbab34e8d5 cryptui: Show UI rather than failing if no import source is specified. 2008-12-23 19:54:31 +01:00
Juan Lang 0db9031465 cryptui: Implement browsing for input file in CryptUIWizImport. 2008-12-23 19:54:25 +01:00
Juan Lang b55b4a0cf7 cryptui: Add a non-operational wizard for CryptUIWizImport. 2008-12-23 19:54:01 +01:00
Juan Lang 3b9d543693 cryptui: Use CryptQueryObject to import files in CryptUIWizImport. 2008-12-23 19:53:53 +01:00
Juan Lang f6fae84304 cryptui: Implement importing CTLs in CryptUIWizImport. 2008-12-23 19:52:47 +01:00
Juan Lang 95a38f3ac5 cryptui: Implement importing stores in CryptUIWizImport. 2008-12-23 19:52:41 +01:00
Juan Lang 31a78a7628 cryptui: Implement importing CRLs with CryptUIWizImport. 2008-12-23 19:52:34 +01:00
Juan Lang 23f789fb08 cryptui: Check for type mismatches in CryptUIWizImport. 2008-12-23 19:52:29 +01:00
Juan Lang 1accec563b cryptui: Inherit existing properties when importing a cert. 2008-12-23 19:52:22 +01:00
Juan Lang 8216c07a96 cryptui: Use helper function for importing certificates. 2008-12-23 19:52:17 +01:00
Juan Lang f2b9832518 cryptui: Test importing from a store. 2008-12-23 19:52:02 +01:00
Juan Lang f1796209eb cryptui: Test mismatches between allowed and given types in CryptUIWizImport. 2008-12-23 19:51:53 +01:00
Juan Lang 1a4f973545 cryptui: Return selected store from CryptUIDlgSelectStoreW. 2008-12-22 13:42:24 +01:00
Juan Lang 8f7e9eee93 cryptui: Make sure a store is selected when the user click OK in the select store dialog. 2008-12-22 13:42:17 +01:00
Juan Lang f3d0739916 cryptui: Add additional stores to select store dialog. 2008-12-22 13:42:10 +01:00
Juan Lang 3b765cf193 cryptui: Add system stores to the select store dialog. 2008-12-22 13:42:05 +01:00