Page MenuHome GnuPG
Feed Advanced Search

Aug 6 2020

aheinecke committed rM0676d41ef57d: cpp: Use cstdlib getenv for portability (authored by aheinecke).
cpp: Use cstdlib getenv for portability
Aug 6 2020, 9:54 AM
aheinecke closed T4689: Kleopatra Verification is hanging as Resolved.

@bzbue1 Thanks for the info.

Aug 6 2020, 9:44 AM · kleopatra, Bug Report, gpg4win
aheinecke added inline comments to rMaa03205fe5e8: cpp: Add support for gpgme_op_setexpire.
Aug 6 2020, 9:43 AM
aheinecke added a comment to rM89501509134a: qt: Port to new setExpire().

Yes. We want to move away from the edit interface as much as possible. It's very fragile and broke a lot in the past when --edit-key emitted different status lines and the state machine did not work anymore.

Aug 6 2020, 9:34 AM

Aug 5 2020

aheinecke committed rWc1258f48cb90: Fix check for Gpg4win (authored by aheinecke).
Fix check for Gpg4win
Aug 5 2020, 2:10 PM
aheinecke committed rWe172cbb1f020: MSI: Remove single user install option (authored by aheinecke).
MSI: Remove single user install option
Aug 5 2020, 2:10 PM
aheinecke committed rW689ad6bacc51: MSI: Use VSD_VERSION more consequently (authored by aheinecke).
MSI: Use VSD_VERSION more consequently
Aug 5 2020, 2:10 PM
aheinecke committed rW3d479c5ff8cb: Fix release service version (authored by aheinecke).
Fix release service version
Aug 5 2020, 2:10 PM
aheinecke committed rW5566a7338028: MSI: Improve upload target and deps (authored by aheinecke).
MSI: Improve upload target and deps
Aug 5 2020, 2:10 PM

Aug 4 2020

aheinecke committed rWa5c73d40683f: MSI: Fix shortcuts and registry entries (authored by aheinecke).
MSI: Fix shortcuts and registry entries
Aug 4 2020, 1:54 PM
aheinecke committed rW238215177a78: MSI: Add a VSD_VERSION parameter (authored by aheinecke).
MSI: Add a VSD_VERSION parameter
Aug 4 2020, 1:54 PM
aheinecke committed rW99749a968c7d: MSI: Add upload target (authored by aheinecke).
MSI: Add upload target
Aug 4 2020, 1:54 PM
aheinecke committed rWaec61e400266: MSI: Dumb down NSIS a bit for better parsing (authored by aheinecke).
MSI: Dumb down NSIS a bit for better parsing
Aug 4 2020, 1:54 PM
aheinecke committed rW980e26576965: po: Add a new string for MSI (authored by aheinecke).
po: Add a new string for MSI
Aug 4 2020, 1:54 PM
aheinecke committed rW7f22b1e73b97: Fix accidentally commited "i" (authored by aheinecke).
Fix accidentally commited "i"
Aug 4 2020, 1:54 PM
aheinecke committed rW3a724e2568bf: Add patches for kleo / libkleo about (authored by aheinecke).
Add patches for kleo / libkleo about
Aug 4 2020, 1:54 PM
aheinecke created T5012: MSI: Add restart manager support.
Aug 4 2020, 12:00 PM · gpg4win
aheinecke committed rLIBKLEObf7af017d847: Add some more Gpg4win version code from Kleopatra (authored by aheinecke).
Add some more Gpg4win version code from Kleopatra
Aug 4 2020, 10:03 AM

Aug 3 2020

aheinecke created T5011: Kleopatra: Make aboutdata more configurable.
Aug 3 2020, 9:56 AM · kleopatra

Jul 31 2020

aheinecke committed rWbd968cb2e65c: msi: Fix generation of multiple targets. (authored by aheinecke).
msi: Fix generation of multiple targets.
Jul 31 2020, 4:43 PM
aheinecke committed rW85367dd951ff: msi: Add automatic codesigning (authored by aheinecke).
msi: Add automatic codesigning
Jul 31 2020, 4:43 PM
aheinecke committed rWc6a5b98b2c2c: msi: Refactor to allow custom packages (authored by aheinecke).
msi: Refactor to allow custom packages
Jul 31 2020, 11:20 AM
aheinecke committed rW6e7a4d51fc1f: msi: Add logos to dist target and some icons (authored by aheinecke).
msi: Add logos to dist target and some icons
Jul 31 2020, 11:20 AM

Jul 29 2020

aheinecke added a comment to T4994: Windows: assuan_sock_init or WSAStartup by main/_init_common_subsystem.

That patch fixes the build problem I got into today when trying to build 2.3 for windows. So ? from me and please commit the patch as it is already required when assuan and gpgrt config no longer emit ws2_32 in their pgk-config --libs line.

Jul 29 2020, 1:20 PM · Restricted Project, gnupg, Windows
aheinecke closed T4623: pkg-config for mingw needs to emit -lws2_32 as Resolved.

I just saw that there is related discussion and a patch for this in T4994 so I will close again here.

Jul 29 2020, 1:17 PM · Restricted Project, Windows, gpgrt, Bug Report
aheinecke closed T5004: Unable to uninstall correctly causes Windows update malfunction as Invalid.

to give you any help I would need to know the exact error. I can only tell you that this is not a problem related to Gpg4win something else must be messy on your system. The Uninstaller of Gpg4win cleans up all registry keys that do not contain user config and all files should be removed unless some other process on the system interferes.

Jul 29 2020, 1:14 PM · Windows 64, Bug Report, gpg4win
aheinecke reopened T4623: pkg-config for mingw needs to emit -lws2_32 as "Open".

This change broke for me the compilation of GPGME which I fixed with: 52f930c1ed7eee6336a41598c90ef3605b7ed02b I found that fix there OK because GPGME explicitly uses ws2_32.

Jul 29 2020, 1:08 PM · Restricted Project, Windows, gpgrt, Bug Report

Jul 27 2020

aheinecke committed rDc60e870e0538: swdb: Update for 3.1.12 (authored by aheinecke).
swdb: Update for 3.1.12
Jul 27 2020, 4:50 PM
aheinecke added a comment to T4999: GPGME: Add interface for quick-set-expire.

Phabricator allows it again to upload patches. It's D507

Jul 27 2020, 3:46 PM · gpgme, kleopatra, gpg4win
aheinecke created D507: core: Add gpgme_op_set_expire.
Jul 27 2020, 3:45 PM · gpgme
aheinecke added a revision to T4999: GPGME: Add interface for quick-set-expire: D507: core: Add gpgme_op_set_expire.
Jul 27 2020, 3:45 PM · gpgme, kleopatra, gpg4win
aheinecke reassigned T4717: Kleopatra: Changing expiry does not change expiry for subkeys from aheinecke to ikloecker.

In Kleopatra/src/dialogs/subkeyswidget.cpp there is already a context menu for subkeys.

Jul 27 2020, 2:58 PM · Restricted Project, kleopatra, gpg4win
aheinecke added a subtask for T4999: GPGME: Add interface for quick-set-expire: T5003: GpgME++: Add support for gpgme_set_expire.
Jul 27 2020, 2:52 PM · gpgme, kleopatra, gpg4win
aheinecke added a parent task for T5003: GpgME++: Add support for gpgme_set_expire: T4999: GPGME: Add interface for quick-set-expire.
Jul 27 2020, 2:52 PM · kleopatra, gpg4win
aheinecke removed a parent task for T5003: GpgME++: Add support for gpgme_set_expire: T4717: Kleopatra: Changing expiry does not change expiry for subkeys.
Jul 27 2020, 2:51 PM · kleopatra, gpg4win
aheinecke removed a subtask for T4717: Kleopatra: Changing expiry does not change expiry for subkeys: T5003: GpgME++: Add support for gpgme_set_expire.
Jul 27 2020, 2:51 PM · Restricted Project, kleopatra, gpg4win
aheinecke created T5003: GpgME++: Add support for gpgme_set_expire.
Jul 27 2020, 2:51 PM · kleopatra, gpg4win
aheinecke added a comment to T4026: GpgOL: Improve handling of mailman modified mails.

Still an issue, just noticed that with the 3.1.12 release announcement, it really looks ugly.

Jul 27 2020, 11:02 AM · gpg4win, gpgol

Jul 24 2020

aheinecke committed rW251ddd88cfbe: web: Update for 3.1.12 (authored by aheinecke).
web: Update for 3.1.12
Jul 24 2020, 3:35 PM
aheinecke committed rWd44cf58b90ef: Fix Kleo version (authored by aheinecke).
Fix Kleo version
Jul 24 2020, 3:35 PM
aheinecke committed rWfe9c2d454edd: Merge branch 'website' of git://git.gnupg.org/gpg4win into website (authored by aheinecke).
Merge branch 'website' of git://git.gnupg.org/gpg4win into website
Jul 24 2020, 3:35 PM
aheinecke committed rW3d22b1dbea8d: po: Finally Use UTF-8 (authored by aheinecke).
po: Finally Use UTF-8
Jul 24 2020, 12:28 PM
aheinecke committed rWa2a0aad223ed: Post release version bump -> 4.0 will be next (authored by aheinecke).
Post release version bump -> 4.0 will be next
Jul 24 2020, 11:50 AM
aheinecke committed rW4f63a2249f7f: Remove additional patches from EXTRA_DIST (authored by aheinecke).
Remove additional patches from EXTRA_DIST
Jul 24 2020, 11:50 AM
aheinecke committed rW69077578c9cf: NEWS and READMEs for todays release (authored by aheinecke).
NEWS and READMEs for todays release
Jul 24 2020, 11:15 AM
aheinecke committed rWaeeabc551a2b: Update libkleo (authored by aheinecke).
Update libkleo
Jul 24 2020, 11:15 AM
aheinecke committed rWd3931a8e13d2: Update mkportable after icon removal (authored by aheinecke).
Update mkportable after icon removal
Jul 24 2020, 11:15 AM
aheinecke committed rWb811bc9546b1: Update copyright year to 2020 (authored by aheinecke).
Update copyright year to 2020
Jul 24 2020, 11:15 AM
aheinecke committed rLIBKLEO223c0b2c5286: Fix enable of ok in newkeyresolver (authored by aheinecke).
Fix enable of ok in newkeyresolver
Jul 24 2020, 11:04 AM
aheinecke committed rLIBKLEOf4d82b591bb7: Add gnupg-registry helper from Kleopatra (authored by aheinecke).
Add gnupg-registry helper from Kleopatra
Jul 24 2020, 11:04 AM

Jul 23 2020

aheinecke committed rGTOd06d83385a0b: Remove experimental marker from draft enc (authored by aheinecke).
Remove experimental marker from draft enc
Jul 23 2020, 12:23 PM
aheinecke committed rGTOb939cacafb35: Disable build of gpgcardgui for now (authored by aheinecke).
Disable build of gpgcardgui for now
Jul 23 2020, 12:23 PM
aheinecke created T5002: Kleopatra: Suggest file name for multi protocol export.
Jul 23 2020, 11:55 AM · kleopatra
aheinecke committed rWd30d9634791c: Minor update of gpg4win-tools (authored by aheinecke).
Minor update of gpg4win-tools
Jul 23 2020, 11:09 AM
aheinecke committed rWb2d8167fc6d0: Use -- split for query and filenames (authored by aheinecke).
Use -- split for query and filenames
Jul 23 2020, 11:09 AM
aheinecke committed rWe8e8968e3416: Fix package find path in cmake toolchain (authored by aheinecke).
Fix package find path in cmake toolchain
Jul 23 2020, 11:09 AM
aheinecke committed rW2d343b05264a: Update NEWS for 3.1.12 (authored by aheinecke).
Update NEWS for 3.1.12
Jul 23 2020, 11:09 AM

Jul 22 2020

aheinecke committed rW3dc68ccfc7c6: Remove no longer needed kleo patches (authored by aheinecke).
Remove no longer needed kleo patches
Jul 22 2020, 5:51 PM
aheinecke committed rW8a93058c01ce: Update KDE Frameworks to latest release (authored by aheinecke).
Update KDE Frameworks to latest release
Jul 22 2020, 5:51 PM
aheinecke committed rWbabb2734924a: Remove upstreamed patch (authored by aheinecke).
Remove upstreamed patch
Jul 22 2020, 5:51 PM
aheinecke committed rW36962fbc87ad: Update qt to 5.15 and patches for it (authored by aheinecke).
Update qt to 5.15 and patches for it
Jul 22 2020, 5:51 PM
aheinecke committed rWea84371e5f50: Remove uneccessary patches (authored by aheinecke).
Remove uneccessary patches
Jul 22 2020, 5:51 PM
aheinecke committed rWa3c8d26591bc: msi: Distribute WXL files (authored by aheinecke).
msi: Distribute WXL files
Jul 22 2020, 5:51 PM
aheinecke committed rW6ef6279bc4c0: msi: Fix 64 bit component registration (authored by aheinecke).
msi: Fix 64 bit component registration
Jul 22 2020, 5:51 PM
aheinecke committed rWc0de5b8ddabe: Update l10n script for changed repo strucutre (authored by aheinecke).
Update l10n script for changed repo strucutre
Jul 22 2020, 5:51 PM
aheinecke committed rW03eb67c3a947: msi: Use APPLICATIONFOLDER instead of INSTDIR (authored by aheinecke).
msi: Use APPLICATIONFOLDER instead of INSTDIR
Jul 22 2020, 5:51 PM
aheinecke committed rW61b3b6cac1fc: msi: Use advanced WixUI (authored by aheinecke).
msi: Use advanced WixUI
Jul 22 2020, 5:51 PM
aheinecke committed rWeb4c58166502: packages: Update our own packages (authored by aheinecke).
packages: Update our own packages
Jul 22 2020, 5:51 PM
aheinecke committed rW8518b0f2c5f1: msi: Fix error handling of wine steps (authored by aheinecke).
msi: Fix error handling of wine steps
Jul 22 2020, 5:51 PM
aheinecke committed rD7611490dcbf6: web: Release GpgOL (authored by aheinecke).
web: Release GpgOL
Jul 22 2020, 12:07 PM
aheinecke committed rOdd8b576736ba: Disable BCC split by default (authored by aheinecke).
Disable BCC split by default
Jul 22 2020, 11:59 AM
aheinecke committed rOe7c403c871a0: po: Update po files and german (authored by aheinecke).
po: Update po files and german
Jul 22 2020, 11:59 AM
aheinecke committed rOdb8ffbc8aa8a: Update NEWS for todays release (authored by aheinecke).
Update NEWS for todays release
Jul 22 2020, 11:59 AM
aheinecke committed rO86cc08a7e0a1: Post release version bump (authored by aheinecke).
Post release version bump
Jul 22 2020, 11:59 AM

Jul 21 2020

aheinecke committed rLIBKLEOd106a9ad776a: Remove accidental debug output (authored by aheinecke).
Remove accidental debug output
Jul 21 2020, 10:46 AM

Jul 20 2020

aheinecke committed rLIBKLEO7f9aa706542a: Fix compliance display in newkeyapprovaldlg (authored by aheinecke).
Fix compliance display in newkeyapprovaldlg
Jul 20 2020, 3:13 PM

Jul 17 2020

aheinecke committed rKLEOPATRA3811ae2678ea: Fix protocol check for SSH export opt (authored by aheinecke).
Fix protocol check for SSH export opt
Jul 17 2020, 9:53 AM
aheinecke created T4999: GPGME: Add interface for quick-set-expire.
Jul 17 2020, 9:53 AM · gpgme, kleopatra, gpg4win

Jul 16 2020

aheinecke committed rKLEOPATRAcca5d3e89624: Extend exportdialogs for subkeys and flags (authored by aheinecke).
Extend exportdialogs for subkeys and flags
Jul 16 2020, 5:14 PM
aheinecke committed rM690d967196d9: qt, cpp: Support export modes (authored by aheinecke).
qt, cpp: Support export modes
Jul 16 2020, 5:03 PM
aheinecke committed rKLEOPATRAed83d62b2e8a: Propose better file names for export (authored by aheinecke).
Propose better file names for export
Jul 16 2020, 3:08 PM
aheinecke committed rKLEOPATRA0a6e22afd5f9: Small version bump (authored by aheinecke).
Small version bump
Jul 16 2020, 3:08 PM
aheinecke changed the status of T4995: Kleopatra: Suggested file names should be clearer from Open to Testing.

Or when there is no name the email will be taken:

Jul 16 2020, 3:02 PM · gpg4win, kleopatra
aheinecke created T4995: Kleopatra: Suggested file names should be clearer.
Jul 16 2020, 2:39 PM · gpg4win, kleopatra
aheinecke added a subtask for T4988: Kleopatra key generation does not use default algorithms 3072 but 2048: T4789: Gpg4win-3.1.12.
Jul 16 2020, 2:35 PM · kleopatra
aheinecke added a parent task for T4789: Gpg4win-3.1.12: T4988: Kleopatra key generation does not use default algorithms 3072 but 2048.
Jul 16 2020, 2:35 PM · gpg4win, Release Info
aheinecke changed the status of T4988: Kleopatra key generation does not use default algorithms 3072 but 2048 from Open to Testing.

Hi, yeah its complicated for Kleopatra to detect the defaults as they can be set both in Kleopatra config and GnuPG config. The GnuPG config overrides the Kleopatra config. Kleo has code to handle this but not when it adds the comboboxes to the GUI. So I've just removed the "default". We only had this for RSA and DSA / Elgamal, for ECC we did not indicate the default.

Jul 16 2020, 2:35 PM · kleopatra

Jul 14 2020

aheinecke committed rO81c048b716ec: Improve handling for disallowed filenames (authored by aheinecke).
Improve handling for disallowed filenames
Jul 14 2020, 2:59 PM
aheinecke committed rO4db95f1b3934: Put BodyFormat before setting the body (authored by aheinecke).
Put BodyFormat before setting the body
Jul 14 2020, 1:53 PM
aheinecke triaged T4835: attachement not displayed when pipe in filename of attachement as Normal priority.

I can reproduce the issue. GpgOL creates a temporary file using the original filename and that fails because the pipe is one of the invalid filename characters on Windows / NTFS.

Jul 14 2020, 1:21 PM · Restricted Project, gpg4win, gpgol
aheinecke changed the status of T4987: GpgOL breaks URLs by inserting a line break after column 71 in text-only messages from Open to Testing.
Jul 14 2020, 1:03 PM · Bug Report, gpg4win
aheinecke added a subtask for T4987: GpgOL breaks URLs by inserting a line break after column 71 in text-only messages: T4789: Gpg4win-3.1.12.
Jul 14 2020, 1:03 PM · Bug Report, gpg4win
aheinecke added a parent task for T4789: Gpg4win-3.1.12: T4987: GpgOL breaks URLs by inserting a line break after column 71 in text-only messages.
Jul 14 2020, 1:03 PM · gpg4win, Release Info
aheinecke added a comment to T4987: GpgOL breaks URLs by inserting a line break after column 71 in text-only messages.

After digging through our complete parser code it turns out that we did everything correctly but Outlook adds the line break when we change the bodyformat from HTML to plain text. So this issue only existed since the fix for: T4639

Jul 14 2020, 1:03 PM · Bug Report, gpg4win

Jul 13 2020

aheinecke claimed T4987: GpgOL breaks URLs by inserting a line break after column 71 in text-only messages.

It's not only for URL's. I've tested with any long line when sending "text/plain" GpgOL properly sends this but displays it wrongly.

Jul 13 2020, 2:03 PM · Bug Report, gpg4win

Jul 9 2020

aheinecke committed rKLEOPATRAb120b8cf4af2: Remove "default" indicator for adv. key sizes (authored by aheinecke).
Remove "default" indicator for adv. key sizes
Jul 9 2020, 1:12 PM
aheinecke created T4989: Gpg4win-4.0.0.
Jul 9 2020, 12:00 PM · gpg4win, Release Info

Jul 7 2020

aheinecke committed rKLEOPATRAb4bd63c17399: Allow safe usage of query (authored by aheinecke).
Allow safe usage of query
Jul 7 2020, 4:51 PM
aheinecke committed rKLEOPATRA9abdda396818: Add double dash for exec command for files (authored by aheinecke).
Add double dash for exec command for files
Jul 7 2020, 4:51 PM
aheinecke committed rWd6f4370fb415: MSI: Add reg keys for GpgEX (authored by aheinecke).
MSI: Add reg keys for GpgEX
Jul 7 2020, 3:01 PM