Page MenuHome GnuPG
Feed Advanced Search

Nov 4 2021

aheinecke added a comment to T5677: Kleopatra: Do not offer deprecated gpg/keyserver option in GnuPG System configuration dialog.

I had explicitly added these options because for me the whole "GnuPG System" is an expert level configuration. I would rather move the very important options like the agent timeout settings out of this and then maybe show an info when the user first selects those settings that changing options here could lead to errors in operation.

Nov 4 2021, 9:10 AM · Restricted Project, kleopatra, Feature Request

Sep 30 2021

aheinecke committed rKLEOPATRA6df7e800497c: Version bump to 3.1.18 (authored by aheinecke).
Version bump to 3.1.18
Sep 30 2021, 5:56 PM

Sep 23 2021

aheinecke triaged T5620: GnuPG, pinentry: Passphrase pattern error / warning does not match new logic as Normal priority.
Sep 23 2021, 12:15 PM · gnupg, Restricted Project

Sep 21 2021

aheinecke closed T5411: After upgrading from gpg4win 3.1.13 to gpg4win 3.1.15 GpgOL does not load, Outlook crashes. as Wontfix.
Sep 21 2021, 9:49 AM · gpg4win, Support
aheinecke added a comment to T5411: After upgrading from gpg4win 3.1.13 to gpg4win 3.1.15 GpgOL does not load, Outlook crashes..

Our windows explorer plugin keeps libgpg-error loaded when you install an upgrade. That is why our installer asks for a reboot at the end of the install. You have ignored the reboot and you then get the error.

Sep 21 2021, 9:48 AM · gpg4win, Support

Sep 20 2021

aheinecke committed rG548ff0398353: po: Fixed Italian translation for key expiration (authored by giomba <giomba@linux.it>).
po: Fixed Italian translation for key expiration
Sep 20 2021, 8:33 AM

Sep 17 2021

aheinecke committed rKLEOPATRA107abfdb1a41: Hide create openpgp key from card command for <2.3 (authored by aheinecke).
Hide create openpgp key from card command for <2.3
Sep 17 2021, 11:56 AM
aheinecke committed rKLEOPATRA533c11c5247f: Align the recipient selection at the top (authored by aheinecke).
Align the recipient selection at the top
Sep 17 2021, 11:52 AM

Sep 15 2021

aheinecke committed rKLEOPATRAd2338373ab41: Let the readerstatus thread wait on gpg-agent (authored by aheinecke).
Let the readerstatus thread wait on gpg-agent
Sep 15 2021, 1:28 PM

Sep 14 2021

aheinecke committed rKLEOPATRA9653fd44cd0b: Bump version to 3.1.17 (authored by aheinecke).
Bump version to 3.1.17
Sep 14 2021, 10:20 AM
aheinecke closed T5589: add context menu for normal operation after installation as Wontfix.

It is related in the following way:
The Gpg4win installer creates these context menu actions through the component GpgEX.
The Gpg4win installer does not support Windows XP anymore.

Sep 14 2021, 8:18 AM · Installer, FAQ, gpg4win

Sep 9 2021

aheinecke closed T5589: add context menu for normal operation after installation as Wontfix.

No support for Windows XP anymore.

Sep 9 2021, 12:12 PM · Installer, FAQ, gpg4win

Sep 1 2021

aheinecke awarded T5582: Kleopatra: Error when unchecking encrypt for others in file encryption dialog a Like token.
Sep 1 2021, 12:13 PM · kleopatra, Restricted Project

Aug 31 2021

aheinecke triaged T5582: Kleopatra: Error when unchecking encrypt for others in file encryption dialog as Normal priority.
Aug 31 2021, 1:45 PM · kleopatra, Restricted Project

Aug 27 2021

aheinecke committed rM8fe15462829b: qt: Expect UTF-8 on stderr on Windows (authored by aheinecke).
qt: Expect UTF-8 on stderr on Windows
Aug 27 2021, 2:05 PM
aheinecke committed rMbc774104bbf4: Add missing files for distribution (authored by aheinecke).
Add missing files for distribution
Aug 27 2021, 2:05 PM
aheinecke added a comment to T5567: Empty Kleoptara windows on Windows-11 preview.

Just for the record, Kleopatra and Gpg4win work totally fine for me on Windows-11 preview.

Aug 27 2021, 9:11 AM · Windows, Bug Report, gpg4win

Aug 26 2021

aheinecke committed rD5fb671e91dc2: swdb: Release Gpg4win-3.1.16 (authored by aheinecke).
swdb: Release Gpg4win-3.1.16
Aug 26 2021, 4:33 PM

Aug 24 2021

aheinecke triaged T5564: GpgOL: Add key selection dialog if draft encrypt is on and no key has been selected as High priority.
Aug 24 2021, 11:27 AM · gpgol, Restricted Project

Aug 17 2021

aheinecke triaged T5558: GPGME: No error handling for symmetric encryption as Normal priority.
Aug 17 2021, 11:45 AM · gpgme

Aug 13 2021

aheinecke removed a project from T4100: I would like send a new key demand to CA: Assembler.
Aug 13 2021, 12:40 PM · Bug Report
aheinecke added a project to T4100: I would like send a new key demand to CA: Assembler.
Aug 13 2021, 12:40 PM · Bug Report

Aug 6 2021

aheinecke committed rPe5d4738a76b4: qt: Mask caps lock toggle bit on windows (authored by aheinecke).
qt: Mask caps lock toggle bit on windows
Aug 6 2021, 12:50 PM

Aug 4 2021

aheinecke changed the status of T5533: Kleopatra: Raise window more agressively on Windows from Open to Testing.

AllowSetForegroundWindow did not work but the code from pinentry works even without the minimize / raise. The minimize raise is only required for the proper input focus and a nice animation for pinentry but the QWindowsWindowBehavior is already sufficient.

Aug 4 2021, 4:09 PM · kleopatra, Restricted Project
aheinecke committed rKLEOPATRAfba38b9d27d8: W32: Change window behavior to always activate (authored by aheinecke).
W32: Change window behavior to always activate
Aug 4 2021, 4:08 PM
aheinecke added a comment to T5533: Kleopatra: Raise window more agressively on Windows.

I am pretty sure that an AllowSetForegroundWindow in the kuniqueservice_win implementation in Kleopatra will alleviate this issue. Since we pass a double click on a file which has foreground window permissions to the existing process which at this point may not have foreground window permissions. If this still does not help we can do the minimize / maximize trick.

Aug 4 2021, 3:20 PM · kleopatra, Restricted Project
aheinecke assigned T5535: Kleopatra: Check that accessibility is also supported for VS-NfD to ikloecker.

Ingo, I have tested this on Windows with NV Access and was able to symmetrically encrypt and decrypt a file with closed eyes. I went through the windows explorer context menu to select sign & encrypt on selected files.
Can you also do some more tests on Linux ( I do not know how to properly enable a screenreader there ) and if you find anything ugly fix it.

Aug 4 2021, 3:17 PM · Restricted Project, kleopatra
aheinecke added a parent task for T5544: Kleopatra: Ensure that file encryption dialogs has shortcuts on all actions: T5535: Kleopatra: Check that accessibility is also supported for VS-NfD.
Aug 4 2021, 3:16 PM · kleopatra, Restricted Project
aheinecke added subtasks for T5535: Kleopatra: Check that accessibility is also supported for VS-NfD: T5545: Kleopatra: Select symmetric encryption by default if keyring is empty, T5544: Kleopatra: Ensure that file encryption dialogs has shortcuts on all actions, T5543: pinentry-qt: Accessibility switch to repeat on enter.
Aug 4 2021, 3:16 PM · Restricted Project, kleopatra
aheinecke added a parent task for T5543: pinentry-qt: Accessibility switch to repeat on enter: T5535: Kleopatra: Check that accessibility is also supported for VS-NfD.
Aug 4 2021, 3:16 PM · pinentry, Restricted Project
aheinecke added a parent task for T5545: Kleopatra: Select symmetric encryption by default if keyring is empty: T5535: Kleopatra: Check that accessibility is also supported for VS-NfD.
Aug 4 2021, 3:16 PM · kleopatra, Restricted Project
aheinecke triaged T5546: Kleopatra: After importing the first pubkey for a card from LDAP the keylistview is not refreshed as Normal priority.
Aug 4 2021, 2:10 PM · scd, Info Needed, Restricted Project, kleopatra
aheinecke triaged T5545: Kleopatra: Select symmetric encryption by default if keyring is empty as Normal priority.
Aug 4 2021, 2:08 PM · kleopatra, Restricted Project
aheinecke triaged T5544: Kleopatra: Ensure that file encryption dialogs has shortcuts on all actions as High priority.
Aug 4 2021, 1:57 PM · kleopatra, Restricted Project
aheinecke triaged T5543: pinentry-qt: Accessibility switch to repeat on enter as High priority.
Aug 4 2021, 1:54 PM · pinentry, Restricted Project

Aug 3 2021

aheinecke triaged T5542: w32: Values under HKLM ignored if HKCU entry for GnuPG exists as Normal priority.
Aug 3 2021, 1:32 PM · Windows, gnupg, Restricted Project
aheinecke added a comment to T5481: Kleopatra: Progress indication for large archives wrong.

Ah, of course, the solution for T2368 does not work for archives. So Kleo would need to stat all files first to get an idea of the size of the tar archive to set a size hint.

Aug 3 2021, 10:55 AM · Restricted Project

Jul 29 2021

aheinecke triaged T5535: Kleopatra: Check that accessibility is also supported for VS-NfD as High priority.
Jul 29 2021, 11:09 AM · Restricted Project, kleopatra

Jul 28 2021

aheinecke triaged T5533: Kleopatra: Raise window more agressively on Windows as High priority.
Jul 28 2021, 6:43 PM · kleopatra, Restricted Project

Jul 27 2021

aheinecke claimed T5250: macOS: gpgconf SIGSEGV when run via gpgme from the GUI application.

We really want thunderbird users that interact with GPGME to have a great and stable user experience, but the problem with dynamic loading and self compiled versions is that we cannot really know the build settings and enviornment and it is very time consuming to reproduce that. GPGME does some very low level things for optimized IPC that can depend on build options etc. This is why I am mostly in favor that thunderbird ships a defined version that we can debug and see the settings.

Jul 27 2021, 4:47 PM · gpgme, MacOS, Bug Report

Jul 12 2021

aheinecke reassigned T4950: pinentry: Add warning when capslock is on from aheinecke to ikloecker.
Jul 12 2021, 10:31 AM · Restricted Project, Restricted Project, pinentry

Jul 1 2021

aheinecke added projects to T5517: Improvements for symmetric encryption: Restricted Project, pinentry.
Jul 1 2021, 10:15 AM · pinentry, Restricted Project
aheinecke triaged T5517: Improvements for symmetric encryption as Normal priority.
Jul 1 2021, 10:15 AM · pinentry, Restricted Project
aheinecke added a comment to T5511: Kleopatra: Show "is this your own key" question for Smartcards somehow, too.

Very cool, I like it especially that you avoided a popup and used that action mechanism.

Jul 1 2021, 8:34 AM · kleopatra, Restricted Project
aheinecke awarded T5511: Kleopatra: Show "is this your own key" question for Smartcards somehow, too a Like token.
Jul 1 2021, 8:30 AM · kleopatra, Restricted Project

Jun 29 2021

aheinecke triaged T5516: Kleopatra: File encryption output picker should have proper defaults as Normal priority.
Jun 29 2021, 1:37 PM · kleopatra

Jun 28 2021

aheinecke added a project to T5511: Kleopatra: Show "is this your own key" question for Smartcards somehow, too: kleopatra.
Jun 28 2021, 11:51 AM · kleopatra, Restricted Project
aheinecke triaged T5511: Kleopatra: Show "is this your own key" question for Smartcards somehow, too as Normal priority.
Jun 28 2021, 11:35 AM · kleopatra, Restricted Project
aheinecke added a project to T5475: Kleopatra: Crash when decrypting large archives: kleopatra.
Jun 28 2021, 11:21 AM · kleopatra
aheinecke reopened T5475: Kleopatra: Crash when decrypting large archives as "Open".

I have received a convincing report that Kleopatra crashes when encrypting or decrypting Folder structures > 30GB. So I need to at least test this, too.

Jun 28 2021, 11:21 AM · kleopatra

Jun 11 2021

aheinecke committed rW598dcb275456: web: Release 3.1.16 (authored by aheinecke).
web: Release 3.1.16
Jun 11 2021, 6:51 PM
aheinecke committed rOaae2120d3e68: Enable sync encryption again (authored by aheinecke).
Enable sync encryption again
Jun 11 2021, 5:14 PM
aheinecke added a comment to T5485: GpgOL: Async encryption can keep the message window open in a defunct state.

maybe related is that the problems only occured when I had enabled draft encryption.

Jun 11 2021, 5:12 PM · Restricted Project
aheinecke triaged T5485: GpgOL: Async encryption can keep the message window open in a defunct state as High priority.
Jun 11 2021, 5:09 PM · Restricted Project
aheinecke closed T5441: Kleopatra: LDAP Search only shows one key as Resolved.
Jun 11 2021, 4:07 PM · Restricted Project, LDAP, kleopatra
aheinecke committed rD7d50fe10ad81: swdb: Release gpgol-2.5.0 (authored by aheinecke).
swdb: Release gpgol-2.5.0
Jun 11 2021, 3:08 PM
aheinecke committed rO0e914cfcca6f: Remove own attachments when encrypting again (authored by aheinecke).
Remove own attachments when encrypting again
Jun 11 2021, 3:06 PM
aheinecke committed rO0765b8bb0ed1: Update NEWS for todays release (authored by aheinecke).
Update NEWS for todays release
Jun 11 2021, 3:06 PM
aheinecke committed rO96f858b9ebd4: Post release version bump (authored by aheinecke).
Post release version bump
Jun 11 2021, 3:06 PM
aheinecke committed rO39dda2604db4: Auto update po files (authored by aheinecke).
Auto update po files
Jun 11 2021, 3:06 PM
aheinecke committed rO5fa8bc561d61: Bump version to 2.5.0 (authored by aheinecke).
Bump version to 2.5.0
Jun 11 2021, 11:32 AM
aheinecke committed rO26bfde732fc8: Auto update po files (authored by aheinecke).
Auto update po files
Jun 11 2021, 11:32 AM
aheinecke committed rO79ee7d21774a: Mask PR_SECURITY_FLAGS check (authored by aheinecke).
Mask PR_SECURITY_FLAGS check
Jun 11 2021, 11:32 AM

Jun 10 2021

aheinecke committed rMb3b75c37e2d3: qt: Flush output after write for QProcess output (authored by aheinecke).
qt: Flush output after write for QProcess output
Jun 10 2021, 4:03 PM
aheinecke committed rMceb8387460b0: core,w32: Increase BUFFER_SIZE to 4096 (authored by aheinecke).
core,w32: Increase BUFFER_SIZE to 4096
Jun 10 2021, 4:03 PM
aheinecke triaged T5481: Kleopatra: Progress indication for large archives wrong as Normal priority.
Jun 10 2021, 3:49 PM · Restricted Project
aheinecke added a project to T5478: Kleopatra: Performance problems decrypting and encrypting large Archives: Restricted Project.
Jun 10 2021, 3:49 PM · Restricted Project, gpgme, kleopatra
aheinecke committed rKLEOPATRA23f93959719f: Enable groups also for Windows (authored by aheinecke).
Enable groups also for Windows
Jun 10 2021, 3:30 PM
aheinecke committed rKLEOPATRAe35dc8526e55: Print finalizing message on 100% progress (authored by aheinecke).
Print finalizing message on 100% progress
Jun 10 2021, 3:30 PM
aheinecke committed rKLEOPATRAb16485861b6d: Bump Version to 3.1.16 (authored by aheinecke).
Bump Version to 3.1.16
Jun 10 2021, 3:30 PM
aheinecke committed rKLEOPATRA5e96be2497b3: Link KF5::CoreAddons for static gnupgsystem kcm (authored by aheinecke).
Link KF5::CoreAddons for static gnupgsystem kcm
Jun 10 2021, 3:30 PM
aheinecke triaged T5478: Kleopatra: Performance problems decrypting and encrypting large Archives as High priority.
Jun 10 2021, 1:11 PM · Restricted Project, gpgme, kleopatra

Jun 9 2021

aheinecke added a comment to T5475: Kleopatra: Crash when decrypting large archives.

There seem to be two parts to this problem. One is the encryption side where gpgtar reports "file has grown" on large files and then the crash when Kleopatra decrypts.

Jun 9 2021, 3:27 PM · kleopatra
aheinecke committed rMe6095e54718f: qt: Explicitly link libgpg-error (authored by aheinecke).
qt: Explicitly link libgpg-error
Jun 9 2021, 12:02 PM
aheinecke committed rM4041e2c62a10: core: Explicitly add GPG_ERROR_CFLAGS (authored by aheinecke).
core: Explicitly add GPG_ERROR_CFLAGS
Jun 9 2021, 12:02 PM
aheinecke triaged T5475: Kleopatra: Crash when decrypting large archives as High priority.
Jun 9 2021, 10:07 AM · kleopatra

Jun 4 2021

aheinecke triaged T5473: Libkleo build for Windows broken as High priority.
Jun 4 2021, 2:33 PM · kleopatra, Restricted Project
aheinecke created P13 (An Untitled Masterwork).
Jun 4 2021, 1:12 PM
aheinecke closed T5424: GnuPG w32: Expand environment variables when reading registry paths as Resolved.

Works. My initial tests also failed because on Windows 64 the registry value has to be placed in the WOW6432NODE

Jun 4 2021, 10:09 AM · gnupg (gpg22), Restricted Project
aheinecke changed the status of T5424: GnuPG w32: Expand environment variables when reading registry paths from Open to Testing.

Apologies,.. I used ctags on read_w32_registry_string and that jumped me to build-aux/speedo/w32/g4wihelp.c which has a read_w32_registry_string that does not expand....
Now I found the w32-reg.c in common which looks completely fine.

Jun 4 2021, 9:39 AM · gnupg (gpg22), Restricted Project

Jun 2 2021

aheinecke raised the priority of T5424: GnuPG w32: Expand environment variables when reading registry paths from Normal to High.

Hi Werner, I need this for a potentional customer. And generally I need this in config, too. because in support we have to send customers configuration files which they do not need to edit and variables are important because of file system permissions. But most immedialtely I need this for homedir registry.

Jun 2 2021, 10:44 AM · gnupg (gpg22), Restricted Project

May 28 2021

aheinecke added a comment to T5452: Kleopatra: Provide an option to test the LDAP keyserver connection.

Yes. This is not a backend issue. Kleopatra can determine if it has connection to the keyserver but the issue is about that Kleopatra should determine that and indicate that.

May 28 2021, 9:29 AM · kleopatra

May 27 2021

aheinecke added a comment to T5452: Kleopatra: Provide an option to test the LDAP keyserver connection.

Yeah, but cbiedl's issue is about something like that in Kleopatra for "users".

May 27 2021, 10:15 AM · kleopatra

May 25 2021

aheinecke reassigned T5404: Kleopatra: OpenPGP LDAP keyserver configuration impossible for at least 2.3 from aheinecke to ikloecker.
May 25 2021, 10:17 AM · kleopatra, Restricted Project

May 20 2021

aheinecke added a comment to T5444: "gpg: key generation failed: Unknown elliptic curve" from "Key-Type: default".

Ha! This would have affected Kleopatra if we followed werners suggestion to use default. But in Kleo I decided that I needed to show my users what the default is so we do not use default in this case.

May 20 2021, 12:32 PM · gnupg24, gnupg (gpg23)

May 19 2021

aheinecke reassigned T5441: Kleopatra: LDAP Search only shows one key from aheinecke to werner.

I just talked with werner about that and he told me that GnuPG can return the fingerprint. And I also mentioned to him that kleopatra really assumes that a Fingerprint is always set for a valid key object.

May 19 2021, 3:23 PM · Restricted Project, LDAP, kleopatra
aheinecke added a comment to T5324: Kleopatra: Add recursive folder decryption.

I have allowed myself to edit this task to more reflect what this is about. Although the error is of course in my opinion more of a bug because it is so bad but I would rather fix it with this feature.

May 19 2021, 2:25 PM · kleopatra, Feature Request, gpg4win
aheinecke renamed T5324: Kleopatra: Add recursive folder decryption from Decrypt Folder Fails to Kleopatra: Add recursive folder decryption.
May 19 2021, 2:25 PM · kleopatra, Feature Request, gpg4win
aheinecke added a comment to T5324: Kleopatra: Add recursive folder decryption.

I actually agree that this makes sense. I mean at least Kleo could say: "Hey we have detected 50 files that are encryped in this folder tree, do you really want to decrypt them all?"

May 19 2021, 2:21 PM · kleopatra, Feature Request, gpg4win
aheinecke added a comment to T5441: Kleopatra: LDAP Search only shows one key.

Should have linked the commit with a patch for Gpg4win here: 22bc52775bdb I mostly needed that as an immediate fix for someone testing with ldap servers a lot.

May 19 2021, 2:09 PM · Restricted Project, LDAP, kleopatra
aheinecke triaged T5441: Kleopatra: LDAP Search only shows one key as High priority.
May 19 2021, 1:54 PM · Restricted Project, LDAP, kleopatra
aheinecke created P12 Fallback for keys with keyid but no finterprint value in gpgme.
May 19 2021, 1:19 PM
aheinecke committed rKLEOPATRA85f4b7bf9dd6: Do not cache already searched fprs for p15 (authored by aheinecke).
Do not cache already searched fprs for p15
May 19 2021, 9:57 AM
aheinecke committed rKLEOPATRA1ee07e08abd8: Fix sig key and enc key labels in p15cardwidget (authored by aheinecke).
Fix sig key and enc key labels in p15cardwidget
May 19 2021, 9:34 AM

May 18 2021

aheinecke committed rKLEOPATRAa5d8b76138c1: Do not use open as saveAs dialog for enc files (authored by aheinecke).
Do not use open as saveAs dialog for enc files
May 18 2021, 11:05 AM

May 7 2021

aheinecke committed rW7dbe3ed7fb9a: Auto: Update italian l10n formatting (authored by aheinecke).
Auto: Update italian l10n formatting
May 7 2021, 1:32 PM

May 6 2021

aheinecke edited projects for T5424: GnuPG w32: Expand environment variables when reading registry paths, added: gnupg; removed gpgagent.
May 6 2021, 12:15 PM · gnupg (gpg22), Restricted Project
aheinecke triaged T5424: GnuPG w32: Expand environment variables when reading registry paths as Normal priority.
May 6 2021, 12:03 PM · gnupg (gpg22), Restricted Project

May 4 2021

aheinecke awarded T5419: gpgme: Add support for trust signatures to key list result a Like token.
May 4 2021, 12:49 PM · kleopatra, gpgme, Restricted Project

Apr 30 2021

aheinecke committed rKLEOPATRAfb90ce069227: PKCS#15: Update readerstatus after import (authored by aheinecke).
PKCS#15: Update readerstatus after import
Apr 30 2021, 11:25 AM