Log of /trunk/PTD
Directory Listing
Revision
168 -
Directory Listing
Modified
Fri Jan 27 10:08:10 2006 UTC
(19 years, 1 month ago)
by
twoaday
2006-01-27 Timo Schulz <ts@g10code.de>
* WinPT.cpp (WinMain): Set minimal list mode as default.
* wptKeyCache.cpp (gpg_keycache_sync): Handle special v3 keys.
Prepare a new release.
Revision
165 -
Directory Listing
Modified
Tue Jan 24 10:10:15 2006 UTC
(19 years, 1 month ago)
by
twoaday
2006-01-21 Timo Schulz <twoaday@freakmail.de>
* wptKeyCache.cpp (keycache_next_key): Handle the case
that there is a secret key without a public part.
* wptKeyserver.cpp (kserver_save_conf): Save ports.
* wptKeyserverDlg.cpp (keyserver_modify_dlg_proc):
Reset keyserver name.
* wptKeyPropsDlg.cpp (keyprops_dlg_proc): Just indicate
an update, do not update the cache.
* wptFileManagerDlg.cpp (file_import_dlg_proc): Use one
dialog for both clipboard and file imports.
* wptKeyManager.cpp (km_file_import, km_clip_import):
Changes to support new update system.
(gpg_clip_import): New.
* wptKeyManagerDlg.cpp (km_gui_import): New.
(find_keypos): Rewritten.
(refresh_keylist): Improved error checking.
(for complete list of changes, see PTD/ChangeLog, Src/ChangeLog)
Revision
93 -
Directory Listing
Modified
Tue Nov 22 09:37:40 2005 UTC
(19 years, 3 months ago)
by
twoaday
Several minor cleanups.
Revision
71 -
Directory Listing
Modified
Sat Nov 5 12:32:29 2005 UTC
(19 years, 3 months ago)
by
twoaday
Remove unused folders.
Revision
67 -
Directory Listing
Modified
Fri Nov 4 18:19:07 2005 UTC
(19 years, 3 months ago)
by
werner
minor fixes to actually make the dialogs working.
Revision
62 -
Directory Listing
Modified
Thu Nov 3 10:20:09 2005 UTC
(19 years, 3 months ago)
by
werner
Yeah, make distcheck works.
Revision
61 -
Directory Listing
Modified
Wed Nov 2 14:48:01 2005 UTC
(19 years, 3 months ago)
by
werner
Fixed DLLMain linkage and enabled shared segment.
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
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
55 -
Directory Listing
Modified
Wed Nov 2 09:31:16 2005 UTC
(19 years, 3 months ago)
by
twoaday
Convert -1 to DDWORD.
Revision
53 -
Directory Listing
Modified
Wed Nov 2 09:01:29 2005 UTC
(19 years, 3 months ago)
by
twoaday
Deleted GPG specific random generator.
Provide simple generator in the wipe code.
Revision
52 -
Directory Listing
Modified
Wed Nov 2 08:53:35 2005 UTC
(19 years, 3 months ago)
by
werner
Added missing file
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
44 -
Directory Listing
Modified
Fri Oct 28 08:43:16 2005 UTC
(19 years, 4 months ago)
by
twoaday
Remove unused files.
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
29 -
Directory Listing
Modified
Sat Oct 22 10:16:00 2005 UTC
(19 years, 4 months ago)
by
twoaday
Removed unused files.
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
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
2 -
Directory Listing
Added
Mon Jan 31 11:02:21 2005 UTC
(20 years, 1 month ago)
by
twoaday
WinPT initial checkin.