4110 |
* WinPT.cpp (check_crypto_engine): Correct version |
* WinPT.cpp (check_crypto_engine): Correct version |
4111 |
check. Noted by Werner. |
check. Noted by Werner. |
4112 |
|
|
4113 |
|
2005-04-11 Timo Schulz <[email protected]> |
4114 |
|
|
4115 |
|
* wptClipSignEncDlg.cpp (clip_signenc_dlg_proc): Reset |
4116 |
|
'enable' flag always at the begin. |
4117 |
|
* wptClipDecryptDlg.cpp (clip_decrypt_dlg): Show correct |
4118 |
|
key trust. Noted by a friendly user. |
4119 |
|
* wptListView.cpp (listview_add_item_pos): New. |
4120 |
|
* wptKeyEditDlgs.cpp (get_subkey_fingerprint): Due to |
4121 |
|
the fact that GPG does not return the fingerprint of |
4122 |
|
the generated subkey any longer, we need to get it manually. |
4123 |
|
Thanks to Maxime Brandt. |
4124 |
|
(keyedit_addsubkey_dlg_proc): If key size too large, ask |
4125 |
|
if this was a mistake. |
4126 |
|
(keyedit_add_subkey): Use it here. |
4127 |
|
(do_add_new_subkey): Fix list contrl insertion. |
4128 |
|
* wptTypes.h (DEFAULT_KEYSIZE): Define new default keysize constant. |
4129 |
|
|
4130 |
|
2005-04-19 Timo Schulz <[email protected]> |
4131 |
|
|
4132 |
|
* wptKeyserver.cpp (kserver_update_proxyuser): Fixed |
4133 |
|
buffer overflow that occurred when the proxy password |
4134 |
|
is > 29 chars. Thanks to the friendly user who reported this. |
4135 |
|
(kserver_search): Handle the case the key is revoked. Thanks |
4136 |
|
to Ralf. |
4137 |
|
(kserver_connect): More logging. |
4138 |
|
(kserver_sendkey): Likewise. |
4139 |
|
* wptProxySettingsDlg.cpp (check_number): New. |
4140 |
|
(read_proxy): Check the entered port number. |
4141 |
|
* wptKeySignDlg.cpp (sig_class_dlg_proc): Check default button. |
4142 |
|
|
4143 |
|
2005-05-03 Timo Schulz <[email protected]> |
4144 |
|
|
4145 |
|
* wptFileManager.cpp (fm_parse_command_line): Handle |
4146 |
|
'SYMKEYENC' files. Thanks to the user who reported it. |