Page MenuHome GnuPG
Feed All Stories

Nov 14 2022

gusnan committed rGPAae9d7fee50ad: passwddlg table to grid (authored by gusnan).
passwddlg table to grid
Nov 14 2022, 11:08 AM
gusnan committed rGPAc50afbf759ad: cast widget to dialog for gtk_dialog_get_content_area (authored by gusnan).
cast widget to dialog for gtk_dialog_get_content_area
Nov 14 2022, 11:08 AM
gusnan committed rGPA0fb5828afe18: gtk_misc_set_alignment is deprecated (authored by gusnan).
gtk_misc_set_alignment is deprecated
Nov 14 2022, 11:08 AM
gusnan committed rGPA2e760c8d2889: Migrate cm-dinsig table to grid (authored by gusnan).
Migrate cm-dinsig table to grid
Nov 14 2022, 11:08 AM
gusnan committed rGPA3887c37adfe0: VBOX is deprecated, set type to BOX (authored by gusnan).
VBOX is deprecated, set type to BOX
Nov 14 2022, 11:08 AM
gusnan committed rGPA33419db219f4: gtk_misc_set_alignment is deprecated (authored by gusnan).
gtk_misc_set_alignment is deprecated
Nov 14 2022, 11:08 AM
gusnan committed rGPAaf877afc94cf: Migrate ownertrust field from table to grid (authored by gusnan).
Migrate ownertrust field from table to grid
Nov 14 2022, 11:08 AM
gusnan committed rGPA9b495c1f6f17: Define as widget to avoid warnings (authored by gusnan).
Define as widget to avoid warnings
Nov 14 2022, 11:08 AM
gusnan committed rGPAc2b0564c3f2b: Fix warning 'passing argyment from incompatible pointer type' (authored by gusnan).
Fix warning 'passing argyment from incompatible pointer type'
Nov 14 2022, 11:08 AM
gusnan committed rGPAfd40ad5cac4d: Use gtk_box_new and not gtk_hbox_new (authored by gusnan).
Use gtk_box_new and not gtk_hbox_new
Nov 14 2022, 11:08 AM
gusnan committed rGPA13c12ae9dda0: Use gtk_box_new instead of gtk_vbox_new (authored by gusnan).
Use gtk_box_new instead of gtk_vbox_new
Nov 14 2022, 11:08 AM
gusnan committed rGPA0f4f022db8f2: Fix some deprecated gtk_[v,h]box_new (authored by gusnan).
Fix some deprecated gtk_[v,h]box_new
Nov 14 2022, 11:08 AM
gusnan committed rGPAa49b7392c434: Use gtk_box_new instead of gtk_hbox_new (authored by gusnan).
Use gtk_box_new instead of gtk_hbox_new
Nov 14 2022, 11:08 AM
gusnan committed rGPA119afc254cac: USe gtk_combo_box_text_prepend instead of gtk_combo_box_prepend_text (authored by gusnan).
USe gtk_combo_box_text_prepend instead of gtk_combo_box_prepend_text
Nov 14 2022, 11:08 AM
gusnan committed rGPAe16d3162107b: Use setlocale instead of deprecated gtk_set_locale (authored by gusnan).
Use setlocale instead of deprecated gtk_set_locale
Nov 14 2022, 11:08 AM
gusnan committed rGPA4031700ffd81: Remove some deprecataed UI calls (authored by gusnan).
Remove some deprecataed UI calls
Nov 14 2022, 11:08 AM
gusnan committed rGPA81be05380812: Use gtk_combo_box_text_new instead of gtk_combo_bxo_entry_new_text (authored by gusnan).
Use gtk_combo_box_text_new instead of gtk_combo_bxo_entry_new_text
Nov 14 2022, 11:08 AM
gusnan committed rGPA95e07080a2a0: gtk_mashal_* shouldn't be used (authored by gusnan).
gtk_mashal_* shouldn't be used
Nov 14 2022, 11:08 AM
gusnan committed rGPA14026d139f8a: Use gtk_box_pack_start (without deprecated _defualts) (authored by gusnan).
Use gtk_box_pack_start (without deprecated _defualts)
Nov 14 2022, 11:08 AM
gusnan committed rGPAbf202cf9cfa1: Some drag structs should use functions to access members now (authored by gusnan).
Some drag structs should use functions to access members now
Nov 14 2022, 11:07 AM
gusnan committed rGPA06fb6abaf61c: Use gtk_dialog_get_content_area instead of dialog->vbox (authored by gusnan).
Use gtk_dialog_get_content_area instead of dialog->vbox
Nov 14 2022, 11:07 AM
gusnan committed rGPA5ee799a30c6b: Use gtk_combo_box_text_new (authored by gusnan).
Use gtk_combo_box_text_new
Nov 14 2022, 11:07 AM
gusnan committed rGPA757a3d93f2ce: Fix another window->vbox (use gtk_dialog_get_content_area) (authored by gusnan).
Fix another window->vbox (use gtk_dialog_get_content_area)
Nov 14 2022, 11:07 AM
gusnan committed rGPA77284ea8b0ee: Use gtk_editable_set_editable instead of gtk_entry_set_editable (authored by gusnan).
Use gtk_editable_set_editable instead of gtk_entry_set_editable
Nov 14 2022, 11:07 AM
gusnan committed rGPAb9f65ebf5d97: Use gtk_combo_box_text_get_active_text (authored by gusnan).
Use gtk_combo_box_text_get_active_text
Nov 14 2022, 11:07 AM
gusnan committed rGPAc8f036629e52: Replace dialog->vbox with gtk_dialog_get_content_area (authored by gusnan).
Replace dialog->vbox with gtk_dialog_get_content_area
Nov 14 2022, 11:07 AM
gusnan committed rGPAedb061d5b449: Use G_OBJECT instead of GTK_OBJECT (authored by gusnan).
Use G_OBJECT instead of GTK_OBJECT
Nov 14 2022, 11:07 AM
gusnan committed rGPA36dfefcc0764: Replace GTK_WIDGET_IS_SENSITIVE with gtk_widget_is_sensitive (authored by gusnan).
Replace GTK_WIDGET_IS_SENSITIVE with gtk_widget_is_sensitive
Nov 14 2022, 11:07 AM
gusnan committed rGPA8b87946b34b1: Replace gtk_combo_box_append_text with gtk_combo_box_text_append (authored by gusnan).
Replace gtk_combo_box_append_text with gtk_combo_box_text_append
Nov 14 2022, 11:07 AM
gusnan committed rGPA7a714bf13a33: Replace deprecated gtk_widget_hide_all with gtk_widget_hide (authored by gusnan).
Replace deprecated gtk_widget_hide_all with gtk_widget_hide
Nov 14 2022, 11:07 AM
gusnan committed rGPA0f4b8188c1d0: Replace deprecated gtk_box_pack_start_defaults with gtk_box_pack_start (authored by gusnan).
Replace deprecated gtk_box_pack_start_defaults with gtk_box_pack_start
Nov 14 2022, 11:07 AM
gusnan committed rGPA3eaf089082ca: Check for GTK 3 in configure.ac (authored by gusnan).
Check for GTK 3 in configure.ac
Nov 14 2022, 11:07 AM
gniibe claimed T6273: AM_PATH_GPGME requires preceding invocation of AM_PATH_GPG_ERROR.
Nov 14 2022, 10:17 AM · gpgme, Bug Report
gniibe claimed T6274: documentation needs update for replacing gpgme-config.
Nov 14 2022, 10:17 AM · Documentation, gpgme, Bug Report
ikloecker claimed T5836: Kleopatra: Optionally, delete private key locally after moving a key to a smartcard.
Nov 14 2022, 9:31 AM · Bug Report, kleopatra, Restricted Project
ikloecker changed the status of T6148: Kleopatra: Simplify Ownertrust dialog from Open to Testing.

Ready for testing

Nov 14 2022, 9:17 AM · kleopatra, Restricted Project
mlaurent committed rLIBKLEOaec85a330a0c: Prepare 5.22.0 rc (authored by mlaurent).
Prepare 5.22.0 rc
Nov 14 2022, 7:33 AM
mlaurent committed rKLEOPATRA2432bb71a51b: Prepare 5.22.0 rc (authored by mlaurent).
Prepare 5.22.0 rc
Nov 14 2022, 7:31 AM
werner committed rG3f845c8de73a: agent: Allow trustlist on Windows in Unicode homedirs. (authored by werner).
agent: Allow trustlist on Windows in Unicode homedirs.
Nov 14 2022, 7:21 AM
werner added a comment to T6249: gpgrt: spawn functions.

I don't understand the last two points: This is only about the three standard descriptors but how shall we supply more descriptors? At least in GPGME we definitely need more.

Nov 14 2022, 7:12 AM · gnupg, libassuan, gpgrt
gniibe added a comment to T6249: gpgrt: spawn functions.

Evaluating again, I'd like to change spawn functions like this one in libgpg-error:

Nov 14 2022, 6:52 AM · gnupg, libassuan, gpgrt
CH3NO2 added a comment to T6266: Kleopatra Crashes when Decrypting PGP message in the Notepad .

@aheinecke What additional information do you need ?

Nov 14 2022, 5:27 AM · Info Needed, kleopatra, Bug Report
l10n daemon script <scripty@kde.org> committed rLIBKLEO27273453f40a: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 14 2022, 4:25 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO50080deb24c9: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 14 2022, 3:10 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA24c49d2f687d: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 14 2022, 3:09 AM

Nov 13 2022

werner added a member for Contributor: ametzler1.
Nov 13 2022, 7:39 PM
mlaurent committed rLIBKLEO49dcf9f3ff5f: Prepare 5.22 rc (authored by mlaurent).
Prepare 5.22 rc
Nov 13 2022, 1:08 PM
ametzler1 created T6274: documentation needs update for replacing gpgme-config.
Nov 13 2022, 8:03 AM · Documentation, gpgme, Bug Report
ametzler1 added a project to T6273: AM_PATH_GPGME requires preceding invocation of AM_PATH_GPG_ERROR: gpgme.
Nov 13 2022, 7:55 AM · gpgme, Bug Report
ametzler1 created T6273: AM_PATH_GPGME requires preceding invocation of AM_PATH_GPG_ERROR.
Nov 13 2022, 7:53 AM · gpgme, Bug Report
l10n daemon script <scripty@kde.org> committed rKLEOPATRA6de3b8b5a1d0: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 13 2022, 4:13 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRAbe289e59bf26: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 13 2022, 3:07 AM

Nov 12 2022

werner added a comment to T5851: dev.gnupg.org static resources not loaded on safari.

I just moved Phabricator to a new machine and created separte certificates for files.gnupg.net and dev.gnupg.org.

Nov 12 2022, 4:23 PM · MacOS, dev.gnupg.org
l10n daemon script <scripty@kde.org> committed rKLEOPATRAf3ae8bfb1b28: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 12 2022, 3:07 AM

Nov 11 2022

ikloecker committed rKLEOPATRAbe05498b4ec0: Make invent happy (authored by ikloecker).
Make invent happy
Nov 11 2022, 3:49 PM
ikloecker committed rKLEOPATRAd8edf42c8843: Simplify changing the owner trust of keys (authored by ikloecker).
Simplify changing the owner trust of keys
Nov 11 2022, 1:48 PM
ikloecker committed rKLEOPATRAf63d3a61be6b: Remove obsolete owner trust dialog (authored by ikloecker).
Remove obsolete owner trust dialog
Nov 11 2022, 1:48 PM
ikloecker committed rKLEOPATRA68f242061dd6: Remove unused c'tors and superfluous methods (authored by ikloecker).
Remove unused c'tors and superfluous methods
Nov 11 2022, 1:48 PM
ikloecker committed rM6bcfbb3498f0: core: Check for nullptr (authored by ikloecker).
core: Check for nullptr
Nov 11 2022, 12:17 PM
werner closed T6272: gpg --cleartext and truncated lines as Resolved.

You need to handle them in a correct way. Just checking with gpg is
not enough because you don't know what has been signed. You need to
look at the signed data which gpg gives you by using the --output
option. And there you see only the signed data and not the extra
"aaa" you added after having signed the plaintext. It is not
different from adding stuff before the -----BEGIN PGP SIGNED ... line.

Nov 11 2022, 8:26 AM · Bug Report, gnupg
DemiMarie added a comment to T6272: gpg --cleartext and truncated lines .

Actually I am not sure whether this is really a bug and that the fix is needed. What has been signed and verified is what gpg has seen and what --output has written. For example a line in the cleartext format may read "- From my " but what actually has been signed was "From my". If a line has been truncated --output will write only the truncated and thus verified data and not what was in the cleartext format.

Nov 11 2022, 12:39 AM · Bug Report, gnupg

Nov 10 2022

werner triaged T6272: gpg --cleartext and truncated lines as Normal priority.

Actually I am not sure whether this is really a bug and that the fix is needed. What has been signed and verified is what gpg has seen and what --output has written. For example a line in the cleartext format may read "- From my " but what actually has been signed was "From my". If a line has been truncated --output will write only the truncated and thus verified data and not what was in the cleartext format.

Nov 10 2022, 3:25 PM · Bug Report, gnupg
werner committed rG976e9d608367: gpg: Fix verification of cleartext signatures with overlong lines. (authored by werner).
gpg: Fix verification of cleartext signatures with overlong lines.
Nov 10 2022, 2:57 PM
werner committed rG80ccded0421e: agent: Allow trustlist on Windows in Unicode homedirs. (authored by werner).
agent: Allow trustlist on Windows in Unicode homedirs.
Nov 10 2022, 2:57 PM
ebo closed T5708: Kleopatra: Configure expiration date default in config as Resolved.

works as described by Ingo

Nov 10 2022, 2:40 PM · kleopatra, g10code, Restricted Project
ebo closed T5666: Create dropdown box for the reader-port option., a subtask of T5662: Kleopatra: Show a list of detected card readers, as Resolved.
Nov 10 2022, 1:31 PM · Restricted Project, kleopatra, Feature Request
ebo closed T5666: Create dropdown box for the reader-port option. as Resolved.

works

Nov 10 2022, 1:31 PM · Restricted Project, kleopatra, Feature Request
werner added a comment to T5666: Create dropdown box for the reader-port option..

The distinction between reader and card is not easy and PS/SC is also not helpful here. The user needs to resort to trial and error. With 2.3 things are much easier because we do not need to select the reader anymore.

Nov 10 2022, 12:47 PM · Restricted Project, kleopatra, Feature Request
ebo closed T5689: Kleopatra: Make config pages hideable again as Resolved.

works

Nov 10 2022, 12:40 PM · kleopatra, Restricted Project
werner added a member for Contributor: DemiMarie.
Nov 10 2022, 12:28 PM
werner created T6272: gpg --cleartext and truncated lines .
Nov 10 2022, 12:27 PM · Bug Report, gnupg
werner triaged T6271: The old FSF address in libgcrypt source code as Low priority.

Thanks. There should also be SPDX indentifiers everywhere.

Nov 10 2022, 12:25 PM · Documentation, libgcrypt, Bug Report
Jakuje created T6271: The old FSF address in libgcrypt source code.
Nov 10 2022, 11:57 AM · Documentation, libgcrypt, Bug Report
ebo closed T5638: Make Kleopatra group configuration exportable, a subtask of T5175: Kleopatra: Add support for custom groups, as Resolved.
Nov 10 2022, 10:46 AM · Restricted Project, kleopatra
ebo closed T5638: Make Kleopatra group configuration exportable as Resolved.

works

Nov 10 2022, 10:46 AM · Restricted Project, Feature Request, kleopatra
gniibe added a comment to T6249: gpgrt: spawn functions.

Examining again, I realized that the current spawn API (not published yet, only available in libgpg-error master) is not that useful in general (or difficult to use), while it works somehow.

Nov 10 2022, 5:59 AM · gnupg, libassuan, gpgrt

Nov 9 2022

amalon added a comment to T5931: OpenSSH 8.9, 9.0, and 9.1 can't authenticate with gpg-agent and usb token (Gnuk >= 1.2.16 is required).
In T5931#165009, @alexk wrote:

A workaround you can add the following line to ~/.ssh/config or /etc/ssh/ssh_config:

KexAlgorithms -sntrup761x25519-sha512@openssh.com

For me ssh -o KexAlgorithms=-sntrup761x25519-sha512@openssh.com ... does work as well.

Nov 9 2022, 7:40 PM · gnupg24, workaround, Documentation, gnupg (gpg23), ssh, gpgagent
werner committed rGbd825ead36af: gpg: Import stray revocation certificates. (authored by werner).
gpg: Import stray revocation certificates.
Nov 9 2022, 4:00 PM
werner committed rGa9044b4a239b: gpg: Fix trusted introducer for user-ids with only the mbox. (authored by werner).
gpg: Fix trusted introducer for user-ids with only the mbox.
Nov 9 2022, 4:00 PM
ebo closed T5362: Kleopatra: Add warning in compliance mode if gnupg version is not compliant as Resolved.

works as advertised

Nov 9 2022, 3:12 PM · Restricted Project, kleopatra
bernhard closed T5627: 'SHA256SUM -?' or '...-help' incorrectly shows SHA1SUM name when displaying own command syntax as Resolved.

Fixed, to be released with Gpg4win 4.0.5.

Nov 9 2022, 2:18 PM · Bug Report, gpg4win
bernhard committed rW8fe604bf3bda: Fix sha256sum usage output. (authored by bernhard).
Fix sha256sum usage output.
Nov 9 2022, 2:13 PM
alexk added a project to T5931: OpenSSH 8.9, 9.0, and 9.1 can't authenticate with gpg-agent and usb token (Gnuk >= 1.2.16 is required): workaround.

A workaround you can add the following line to ~/.ssh/config or /etc/ssh/ssh_config:

Nov 9 2022, 10:51 AM · gnupg24, workaround, Documentation, gnupg (gpg23), ssh, gpgagent
werner added a comment to T4656: Windows 64-bit: functions which use pid_t.

AFAIK, Microsoft stated that the value of a HANDLE will always fit into a DWORD; i.e. only the lower 32 bits are used even on a 64 bit Windows.

Nov 9 2022, 10:02 AM · Memo
gniibe added a comment to T4656: Windows 64-bit: functions which use pid_t.

Now, we implemented fd passing on Windows in libassuan.
Note that the process identifier (represented by DWORD) and handle for a process (represented by HANDLE) are different things.

Nov 9 2022, 9:39 AM · Memo
mlaurent committed rLIBKLEO79825dfd5033: GIT_SILENT: branch is open (authored by mlaurent).
GIT_SILENT: branch is open
Nov 9 2022, 8:06 AM
mlaurent committed rKLEOPATRAc1ba435c86f0: GIT_SILENT: branch is open (authored by mlaurent).
GIT_SILENT: branch is open
Nov 9 2022, 8:04 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO003444638be9: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 9 2022, 4:13 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA29c0ddd8b06f: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Nov 9 2022, 4:05 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO54ba03981d8d: SVN_SILENT made messages (.desktop file) - always resolve ours (authored by l10n daemon script <scripty@kde.org>).
SVN_SILENT made messages (.desktop file) - always resolve ours
Nov 9 2022, 4:05 AM
gniibe committed rAba84b780df97: w32: Have PROCESS_HANDLE in struct assuan_context_s. (authored by gniibe).
w32: Have PROCESS_HANDLE in struct assuan_context_s.
Nov 9 2022, 3:56 AM
gniibe committed rG8afa9735a696: gpg: Move w32_system function. (authored by gniibe).
gpg: Move w32_system function.
Nov 9 2022, 2:51 AM
CH3NO2 added a comment to T6266: Kleopatra Crashes when Decrypting PGP message in the Notepad .

On the command line using:
gpg -o output.txt --decrypt "yourfile.asc"

Nov 9 2022, 2:41 AM · Info Needed, kleopatra, Bug Report
gniibe committed rA7e6f3f007d64: tests: Use common code for Windows. (authored by gniibe).
tests: Use common code for Windows.
Nov 9 2022, 1:52 AM

Nov 8 2022

gniibe added a comment to T6249: gpgrt: spawn functions.

Here is the change of GnuPG to use new spawn functions from libgpg-error:

Nov 8 2022, 7:36 AM · gnupg, libassuan, gpgrt
gniibe committed rA8962c1e774e7: tests: Add fdpassing-socket.sh script. (authored by gniibe).
tests: Add fdpassing-socket.sh script.
Nov 8 2022, 6:43 AM
l10n daemon script <scripty@kde.org> committed rLIBKLEO6b253841aa6e: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 8 2022, 4:41 AM
l10n daemon script <scripty@kde.org> committed rKLEOPATRA6db13f6c28c8: GIT_SILENT Sync po/docbooks with svn (authored by l10n daemon script <scripty@kde.org>).
GIT_SILENT Sync po/docbooks with svn
Nov 8 2022, 4:28 AM

Nov 7 2022

ikloecker claimed T6148: Kleopatra: Simplify Ownertrust dialog.
Nov 7 2022, 8:13 AM · kleopatra, Restricted Project
ikloecker added a parent task for T6268: Kleopatra: Diagnostic output when importing keys: T6208: Kleopatra: Provide log for all jobs.
Nov 7 2022, 8:11 AM · kleopatra, Restricted Project