/[winpt]/trunk/Src
ViewVC logotype

Log of /trunk/Src

View Directory Listing Directory Listing


Sticky Revision:

Revision 60 - Directory Listing
Modified Wed Nov 2 14:35:48 2005 UTC (19 years, 3 months ago) by twoaday
Depend on config.h to get system constants.



Revision 59 - Directory Listing
Modified Wed Nov 2 13:50:48 2005 UTC (19 years, 3 months ago) by twoaday
Removed PTD version check.


Revision 58 - Directory Listing
Modified Wed Nov 2 13:36:03 2005 UTC (19 years, 3 months ago) by werner
Add comments and a README.SVN


Revision 57 - Directory Listing
Modified Wed Nov 2 11:29:44 2005 UTC (19 years, 3 months ago) by werner
Builds but we need to check the SetWindowsHookEx semantics to make it run.


Revision 56 - Directory Listing
Modified Wed Nov 2 09:36:52 2005 UTC (19 years, 3 months ago) by twoaday
Fix shadowing warnings.


Revision 50 - Directory Listing
Modified Wed Nov 2 08:32:55 2005 UTC (19 years, 3 months ago) by twoaday
Simply code and use standard GNU file names
s/README.txt/README


Revision 49 - Directory Listing
Modified Wed Nov 2 08:16:24 2005 UTC (19 years, 3 months ago) by twoaday
Make util functions available to both C and C++.


Revision 48 - Directory Listing
Modified Mon Oct 31 21:14:11 2005 UTC (19 years, 4 months ago) by werner
More changes.  Compiles again but there are at least gettext issues with
w32-gettext.c.  I can't get a gpg-error build with ENABLE_NLS.


Revision 47 - Directory Listing
Modified Mon Oct 31 14:04:59 2005 UTC (19 years, 4 months ago) by werner
Minor changes; compiles now but gettext is still missing.


Revision 46 - Directory Listing
Modified Fri Oct 28 12:57:05 2005 UTC (19 years, 4 months ago) by werner
Second set of changes to use autotools for building.

Revision 42 - Directory Listing
Modified Fri Oct 28 08:25:30 2005 UTC (19 years, 4 months ago) by werner
Readded lost changes from revision 40


Revision 41 - Directory Listing
Modified Fri Oct 28 07:15:26 2005 UTC (19 years, 4 months ago) by twoaday
A lot of bug fixes. See ChangeLog.


Revision 36 - Directory Listing
Modified Thu Oct 27 15:25:13 2005 UTC (19 years, 4 months ago) by werner
First set of changes to use autotools for building.

Revision 34 - Directory Listing
Modified Wed Oct 26 11:20:09 2005 UTC (19 years, 4 months ago) by twoaday
2005-10-25  Timo Schulz  <twoaday@g10code.com>
                                                                                
        * wptGPGUtil.cpp (create_process): Hide window.
        * wptKeyPropsDlg.cpp (get_photo_tmpname): New.
        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Remove
        static var 'enable'.
        * wptKeygenDlg.cpp (keygen_dlg_proc): Likewise.
        (gpg_genkey_params): Make sure all primary keys are capable
        for signing and certification.
        * wptKeySigDlg.cpp (is_sig): If no item is selected, return 0.
        * wptGPG.cpp (gnupg_access_keyring): Check return value for
        NULL. Noted by Ralf.
        (get_gnupg_prog): Simplified.
        (check_homedir): Fixed. Return 0 when the dir is successfully created.
        * wptKeyManagerDlg.cpp (km_file_import): Use the hourglass to
        indicate a pending GPG process.
        * wptFileManager.cpp (op_begin, op_end): New. Indicate an start
        and and of an operation. For now just the cursor changes.
        (fm_parse_command_line): Remove debug output. Thanks to Ralf again.
        * WinPT.cpp (WinMain): Check if there is already an instance and
        set a variable early as possible.
        (load_gettext): If a previous instance was found, do not output
        any errors. Kudos to Ralf.



Revision 33 - Directory Listing
Modified Tue Oct 25 07:46:20 2005 UTC (19 years, 4 months ago) by twoaday
More bug fixes and cleanups.
See ChangeLog for details.


Revision 32 - Directory Listing
Modified Mon Oct 24 08:03:48 2005 UTC (19 years, 4 months ago) by twoaday
2005-10-23  Timo Schulz  <twoaday@g10code.com>
 
        * wptFileManager.cpp (fm_get_file_type): Detect detached sigs.
        * wptKeyList.cpp (keylist_cmp_cb): Take care of expired/revoked keys.
        (get_ext_validity): New.
        * wptFileVerifyDlg.cpp (file_verify_dlg_proc): Several cleanups.
        * wptClipEditDlg.cpp (load_clipboard): Factored out some code into
        this function.
        (load_clipboard_from_file): Likewise.
        (save_clipboard_to_file): New.
        * wptKeyManagerDlg.cpp (keyprops_dlg_proc): Fix stack overflow.

For complete details, see the ChangeLog files.


Revision 30 - Directory Listing
Modified Sat Oct 22 10:17:59 2005 UTC (19 years, 4 months ago) by twoaday
Sync with old SVN repository.


Revision 28 - Directory Listing
Modified Thu Oct 20 12:35:59 2005 UTC (19 years, 4 months ago) by twoaday
Minor cleanups and prepare the translation.


Revision 27 - Directory Listing
Modified Tue Oct 18 07:57:13 2005 UTC (19 years, 4 months ago) by twoaday
Some bug fixes and adjustments for the latest
GPGME changes.


Revision 26 - Directory Listing
Modified Mon Oct 17 08:49:30 2005 UTC (19 years, 4 months ago) by twoaday
More bug fixes all over the place.
See ChangeLog for details.


Revision 25 - Directory Listing
Modified Wed Oct 12 10:04:26 2005 UTC (19 years, 4 months ago) by twoaday
First testing phase finished.
Provide bug fixes for a lot of (minor) problems.


Revision 24 - Directory Listing
Modified Sat Oct 8 10:43:08 2005 UTC (19 years, 4 months ago) by twoaday
Bug fixes to correct some problems introduced by
the MyGPGME to GPGME port.


Revision 23 - Directory Listing
Modified Fri Sep 30 10:10:16 2005 UTC (19 years, 5 months ago) by twoaday
Almost finished phase 1 of the WinPT GPGME port.
Still need more cleanup, comments and tests.



Revision 22 - Directory Listing
Modified Wed Aug 10 11:33:35 2005 UTC (19 years, 6 months ago) by twoaday
2005-08-06  Timo Schulz  <twoaday@freakmail.de>
 
        * wptGPGME.cpp (keycache_update): Reload OpenPGP parts
        of the secret key.
        (keycache_init): cache name of secret keyring.
        * wptKeyList.cpp (keylist_upd_key): Do not add long keyid.
        (get_key_type): Do not assume 'ultimate' means key pair.
        * wptKeyEditDlgs.cpp (diff_time): New.
        (keyedit_addsubkey_dlg_proc): Changed design and use
        diff_time. Drop checks for invalid keylength (< 1024, > 4096)
        because the combo box automatically handles this.
        * wptKeyManager.cpp (km_set_implicit_trust): Return error code.
        * wptGPG.cpp (get_backup_name): New.
        (gnupg_backup_keyrings): Rotate backup names, from 0..3.
        * wptClipImportDialog.cpp (clip_import_dlg_proc): Free memory.
        * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Use 0x short keyid and
        not the long keyid.



Revision 20 - Directory Listing
Modified Wed Jul 27 11:17:22 2005 UTC (19 years, 7 months ago) by twoaday
2005-07-22  Timo Schulz  <twoaday@freakmail.de>
 
        * wptMainProc.cpp (winpt_main_proc): Take care for shutdown
        messages and make sure WinPT make a keyring backup in this case.
        * wptGPGME.cpp (keycache_reload): Do not rebuild the signature
        cache each time. Just do it on startup.
        * wptKeyManager.cpp (km_key_is_v3): Use new ATTR_VERSION.
        * wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Assume the v3 flag
        was set by the calling function.
        * wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): Ask for backups.
        (keygen_dlg_proc): Only add the generated key to the keycache
        and do not reload the entire cache.
        * wptKeyManager.cpp (km_delete_keys): Store the number of keys
        because in each loop iteration it will be new calculated.
        * wptListView.cpp (listview_del_items): Likewise.
        * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Directly add the
        generated key to the list instead of reloading the entire cache.
        * wptKeyEditDlgs.cpp (parse_preflist): Support fpr SHAnnn.



Revision 19 - Directory Listing
Modified Fri May 20 08:39:15 2005 UTC (19 years, 9 months ago) by twoaday
2005-05-09 Timo Schulz  <twoaday@freakmail.de>
                                                                                  
        * wptCommonDlg.cpp (http_file_dlg_proc): Renamed to..
        (http_dlg_proc): ..this.
        (get_keyserver_URL_dlg): New.
        (check_URL): New.
        * wptKeyEditDlgs.cpp (keyedit_set_pref_keyserver): New.
        (keyedit_main_dlg_proc): Avoid massive keycache reloads, just reload
        the single key.
        * wptKeyRevokersDlg.cpp (key_revokers_dlg_proc): Show the key properties
        of the selected desig. revoker.
        * wptVerifyList.cpp (verlist_build): Increase the column size of 'keyid'.
        * wptGPGME.cpp (keycache_update): New.
        * wptKeySigDlg.cpp (keysig_dlg_proc): Update the key if a signature
        was deleted.
        * wptKeyManagerDlg.cpp (keymanager_dlg_proc): Zeroing the key struct
        before we set any values.
                                                                                  


Revision 16 - Directory Listing
Modified Mon May 9 08:54:21 2005 UTC (19 years, 9 months ago) by twoaday
2005-05-03  Timo Schulz  <twoaday@freakmail.de>
 
        * wptFileManager.cpp (fm_parse_command_line): Handle
        'SYMKEYENC' files. Thanks to the user who reported it.
        * wptKeyEditDlgs.cpp (do_find_userid): Optionally return the context.
        (showpref_dlg_proc): New.
        (keyedit_main_dlg_proc): Support SHOWPREF.
        (userid_list_init): New field 'Email'. Split userID into 'Name' + 'Email'.
        (do_add_new_userid): Adjust for new ListView.
        (do_find_userid): Use email for searching.
        (parse_preflist): New.
 


Revision 14 - Directory Listing
Modified Wed May 4 07:59:42 2005 UTC (19 years, 9 months ago) by twoaday
2005-05-03  Timo Schulz  <twoaday@freakmail.de>
 
        * wptFileManager.cpp (fm_parse_command_line): Handle
        'SYMKEYENC' files. Thanks to the user who reported it.



Revision 13 - Directory Listing
Modified Mon Apr 25 07:15:30 2005 UTC (19 years, 10 months ago) by twoaday
Commit bug fixes. Release 0.9.92.


Revision 12 - Directory Listing
Modified Thu Apr 14 12:56:25 2005 UTC (19 years, 10 months ago) by twoaday
2005-04-11  Timo Schulz  <twoaday@freakmail.de>
 
        * wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Reset
        'enable' flag always at the begin.
        * wptClipDecryptDlg.cpp (clip_decrypt_dlg): Show correct
        key trust. Noted by a friendly user.
        * wptListView.cpp (listview_add_item_pos): New.
        * wptKeyEditDlgs.cpp (get_subkey_fingerprint): Due to
        the fact that GPG does not return the fingerprint of
        the generated subkey any longer, we need to get it manually.
        Thanks to Maxime Brandt.
        (keyedit_addsubkey_dlg_proc): If key size too large, ask
        if this was a mistake.
        (keyedit_add_subkey): Use it here.
        (do_add_new_subkey): Fix list contrl insertion.
        * wptTypes.h (DEFAULT_KEYSIZE): Define new default keysize constant.



Revision 8 - Directory Listing
Modified Mon Apr 4 13:29:25 2005 UTC (19 years, 10 months ago) by twoaday
2005-04-04  Timo Schulz  <twoaday@freakmail.de>
 
        * WinPT.cpp (check_crypto_engine): Correct version
        check. Noted by Werner.



Revision 6 - Directory Listing
Modified Mon Apr 4 06:59:24 2005 UTC (19 years, 10 months ago) by twoaday
2005-03-04  Timo Schulz  <twoaday@g10code.com>
 
        * GPG asks twice for the new PIN. Thanks to Achim.
        * wptCardDlg.cpp (card_changepin_dlg_proc): Reset the 'safety' pin also.        Only check the passphrase if the backup flag is enabled. Again thanks to        Achim.
 
2005-03-06  Timo Schulz  <twoaday@freakmail.de>
 
        * wptKeySignDlg.cpp (do_fill_seckeylist): Skip secret keys without
        a public key. Noted by Kurt Fitzner.
 
2005-03-22  Timo Schulz  <twoaday@freakmail.de>
 
        * WinPT.cpp (WinMain): --debug as an alias for --enable-debug.
        (enable_mobile_mode): New.
        * wptKeyEditDlg.cpp (keyedit_addsubkey_dlg_proc): Use new
        ID's for adding subkeys.
 



Revision 5 - Directory Listing
Modified Mon Mar 7 13:21:36 2005 UTC (19 years, 11 months ago) by twoaday
2005-03-03  Timo Schulz  <twoaday@g10code.com>
                                                                                
        * wptCardDlg.cpp (card_changepin_dlg_proc): Add item to re-type the
        new PIN. Suggested by Achim.
        Support to show the unmasked PIN.
        Modified TAB-order.
        * wptPINDlg.cpp (pin_cb_dlg_proc): Show unmasked PIN.
 
        * Fixed wrong GPG --command-fd strings. Thanks to Achim.
 
2005-03-04  Timo Schulz  <twoaday@g10code.com>
 
        * GPG asks twice for the new PIN. Thanks to Achim.
        * wptCardDlg.cpp (card_changepin_dlg_proc): Reset the 'safety' pin also.        Only check the passphrase if the backup flag is enabled. Again thanks to        Achim.
 
2005-03-06  Timo Schulz  <twoaday@freakmail.de>
 
        * wptKeySignDlg.cpp (do_fill_seckeylist): Skip secret keys without
        a public key. Noted by Kurt Fitzner.
 



Revision 4 - Directory Listing
Modified Sun Feb 6 11:11:40 2005 UTC (20 years ago) by twoaday
2005-02-02  Timo Schulz  <twoaday@freakmail.de>
                                                                                                                            
        * wptPassphraseDlg.cpp (passwd_dlg_proc): use center_window2, otherwise
        it is invisible.
        * wptPassphraseCB.cpp (passphrase_callback_proc): Do not cache symmetric
        passphrases.
        * Enable the progress dialog for symmetric encryption.
        * wptFileManager.cpp (fm_check_file_type): Also check for 'SYMKEYENC' in
        FM_ENCRYPT mode.
        * WinPT.cpp (WinMain): SETUP_EXISTING implemented.
        * wptGPGPrefsDlg.cpp (gpgprefs_dlg_proc): Reset 'Locale directory' when
        no value is entered.
                                                                                                                            
2005-02-04  Timo Schulz  <twoaday@freakmail.de>
                                                                                                                            
        * wptProgressDlg.cpp (progress_cb_thread): Set root window if available.
        If the progress window survives by accident, it will be closed when the
        File Manager (root window) is closed.
                                                                                                                            



Revision 2 - Directory Listing
Added Mon Jan 31 11:02:21 2005 UTC (20 years, 1 month ago) by twoaday
WinPT initial checkin.



[email protected]
ViewVC Help
Powered by ViewVC 1.1.26