Page MenuHome GnuPG

pinentryProject
ActivePublic

Members

  • This project does not have any members.
  • View All

Recent Activity

Wed, Jan 15

ebo closed T6085: pinentry-qt: Earlier passphrase hint when creating new key as Wontfix.

Werner says this won't be fixed…
Because the system can be configured to use constraints which we can't explain except in ABNF, which won't help users.

Wed, Jan 15, 11:55 AM · gnupg, Restricted Project, pinentry

Wed, Jan 8

ikloecker added a comment to T7477: Add a proper title for pineentry on Windows.

Maybe the title should be "Password - Kleopatra" (or similar) if the operation was triggered by Kleopatra.

Wed, Jan 8, 9:13 AM · Windows, gpd5x, pinentry
werner triaged T7477: Add a proper title for pineentry on Windows as Normal priority.
Wed, Jan 8, 8:51 AM · Windows, gpd5x, pinentry
werner added a project to T7477: Add a proper title for pineentry on Windows: Windows.
Wed, Jan 8, 8:51 AM · Windows, gpd5x, pinentry

Tue, Jan 7

CarlSchwan added a comment to T7477: Add a proper title for pineentry on Windows.

as far as I understand both the Gtk and Qt implementation are using pinentry_get_title which does the /proc stuff, but this is only on Linux. On Windows, pinentry_get_title will return the value set in pinentry_init, in our case pineentry-qt or pineentry-qt5.

Tue, Jan 7, 11:11 PM · Windows, gpd5x, pinentry
werner added a comment to T7477: Add a proper title for pineentry on Windows.

Check out the GTK version which scans /proc for the process to find the command line. Very handy for ssh sessions.

Tue, Jan 7, 6:59 PM · Windows, gpd5x, pinentry
CarlSchwan created T7477: Add a proper title for pineentry on Windows.
Tue, Jan 7, 3:52 PM · Windows, gpd5x, pinentry
werner triaged T7459: 5.0.0-beta: Pinentry crashes with 0x000007b as Normal priority.
Tue, Jan 7, 8:34 AM · Windows, pinentry, Bug Report, gpg4win
werner added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

Note that that Beta uses a 64 bit Kleopatra but the GnuPG engine was accidentally build for 32 bit. This will be fixed with the next Beta. That might increase the confusion a bit.

Tue, Jan 7, 8:33 AM · Windows, pinentry, Bug Report, gpg4win

Mon, Jan 6

ikloecker added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

GpgEX requires/uses Kleopatra so that only GnuPG would be left if you could deselect Kleopatra. And that's exactly what the simple installer installs because the simple installer is included in the Gpg4win installer.

Mon, Jan 6, 2:12 PM · Windows, pinentry, Bug Report, gpg4win
JanMosigItemis added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

FYI usually these are my install options:

Mon, Jan 6, 1:32 PM · Windows, pinentry, Bug Report, gpg4win
JanMosigItemis added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

No problem. I can stay on 4.4.x. Just thought I should give the beta a try and let you guys know.

Mon, Jan 6, 1:30 PM · Windows, pinentry, Bug Report, gpg4win
ikloecker added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

Thanks for your feedback. Maybe the "minimal" install is missing a file. It's a beta version for a reason. We'll make sure to fix it for the stable release.

Mon, Jan 6, 1:17 PM · Windows, pinentry, Bug Report, gpg4win
JanMosigItemis added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

None. I just use the command line tools and always perform a "minimal" install. @aheinecke: I already tested it on cmd.exe. Same result. Also I do not have QT installed, or a QT_PLUGIN_PATH set up. The bottom line for me is still:

Mon, Jan 6, 9:37 AM · Windows, pinentry, Bug Report, gpg4win

Mon, Dec 30

gniibe claimed T7470: pinentry warns about obsolete pinentry-emacs for --disable-pinentry-emacs.

Thank you. Fixed in: rPb415f3108921: build: Fix warning about obsolete pinentry-emacs.

Mon, Dec 30, 2:56 AM · pinentry, Bug Report

Fri, Dec 27

ametzler1 renamed T7470: pinentry warns about obsolete pinentry-emacs for --disable-pinentry-emacs from pinentry warn son oblsolte pinentry-ema to pinentry warns about obsolete pinentry-emacs for --disable-pinentry-emacs.
Fri, Dec 27, 2:22 PM · pinentry, Bug Report

Dec 20 2024

ikloecker added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

What components of Gpg4win other than GnuPG do you use?

Dec 20 2024, 3:06 PM · Windows, pinentry, Bug Report, gpg4win
aheinecke added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

Yeah that is a messed up environment mixing elf and windows binaries. There is no which on windows. It is called where. So if your terminal is able to execute which then this is some kind of Linux environment on Windows. The winpty error comes from the terminal. Please use cmd.exe for all tests.

Dec 20 2024, 2:53 PM · Windows, pinentry, Bug Report, gpg4win
JanMosigItemis added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

I just tried to call pinentry directly on Windows cmd prompt:

Dec 20 2024, 12:06 PM · Windows, pinentry, Bug Report, gpg4win
JanMosigItemis added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

Thanks for the comments. This is a regular git for Windows install which afaik uses mingw64. The messup with the binaries brought in by git has always been this way. I am using aliases to differentiate between the different versions. One might think that this may cause things to break, however all used to work well with 4.x versions.

Dec 20 2024, 11:04 AM · Windows, pinentry, Bug Report, gpg4win
werner added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

gpg: [stdin]: clear-sign failed: No pinentrysrc/libwinpty/winpty.cc, line 924

Dec 20 2024, 10:54 AM · Windows, pinentry, Bug Report, gpg4win
JanMosigItemis added a comment to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b.

Here you are:

Dec 20 2024, 10:25 AM · Windows, pinentry, Bug Report, gpg4win

Dec 16 2024

aheinecke closed T6887: pinentry-qt: Add desktop file for wayland icon as Resolved.
Dec 16 2024, 9:11 PM · pinentry
werner added a project to T7459: 5.0.0-beta: Pinentry crashes with 0x000007b: pinentry.
Dec 16 2024, 3:04 PM · Windows, pinentry, Bug Report, gpg4win

Dec 6 2024

ebo edited projects for T6491: Pinentry-Qt: Password prompt for each subkey if password change is cancelled, added: gpd5x; removed Restricted Project.

This issue looks still the same from the user perspective as in the task description with Gpg4win 4.4. Therefore tagging it for gpd5x

Dec 6 2024, 9:26 AM · gpd5x, kleopatra, pinentry, gnupg24 (gnupg-2.4.2)

Oct 22 2024

ikloecker added a comment to T6491: Pinentry-Qt: Password prompt for each subkey if password change is cancelled.

Making pinentry issue "fully canceled" if the user clicks Cancel breaks decryption of data that is encrypted with multiple keys of the owner. The user woudn't be asked for the password of their second key if they canceled the pinentry for the password of the first key.

Oct 22 2024, 10:56 AM · gpd5x, kleopatra, pinentry, gnupg24 (gnupg-2.4.2)

Sep 25 2024

gniibe closed T6641: pinentry-tty & pinentry-curses breaks tty when timeout occurs or CTRL-C is pressed as Resolved.

Fixed in pinentry 1.3, when using GnuPG 2.4 or later.

Sep 25 2024, 4:56 AM · gnupg, pinentry

Sep 9 2024

gniibe changed the status of T7218: pinentry memory leak from Open to Testing.

Thank you. Applied.

Sep 9 2024, 7:58 AM · pinentry, Bug Report

Jul 30 2024

aheinecke closed T7230: pinentry-qt: Show passphrase icon nearly invisible in dark mode and high contrast as Resolved.

Tested on Linux, modern Windows and Windows 10 2016.

Jul 30 2024, 10:26 PM · pinentry, Restricted Project
aheinecke triaged T7230: pinentry-qt: Show passphrase icon nearly invisible in dark mode and high contrast as Normal priority.
Jul 30 2024, 8:10 PM · pinentry, Restricted Project
aheinecke created T7230: pinentry-qt: Show passphrase icon nearly invisible in dark mode and high contrast.
Jul 30 2024, 8:10 PM · pinentry, Restricted Project

Jul 26 2024

aheinecke triaged T7222: pinentry-qt: On PKCS#12 import pinentry shows spaces with pinentry-formatted-passphrase as Normal priority.
Jul 26 2024, 9:31 AM · Restricted Project, pinentry

Jul 25 2024

werner triaged T7218: pinentry memory leak as Low priority.
Jul 25 2024, 10:46 AM · pinentry, Bug Report

Jul 24 2024

Jakuje created T7218: pinentry memory leak.
Jul 24 2024, 10:27 AM · pinentry, Bug Report

Jul 10 2024

aheinecke closed T7065: pinentry 1.3.0 ships desktop file with icons, but does not install them as Resolved.
Jul 10 2024, 1:26 PM · pinentry, Bug Report

Jul 4 2024

ikloecker closed T6513: Kleopatra: Require GpgME 1.21, a subtask of T6491: Pinentry-Qt: Password prompt for each subkey if password change is cancelled, as Resolved.
Jul 4 2024, 4:20 PM · gpd5x, kleopatra, pinentry, gnupg24 (gnupg-2.4.2)
ebo updated the task description for T4346: Remove gpg-agent passphrase nags for empty / none passphrase.
Jul 4 2024, 12:06 PM · gnupg24, gpg4win, pinentry

Jul 3 2024

werner added a comment to T7046: Release Pinentry 1.3.x.

Noteworthy changes in version 1.3.1 (2024-07-03)

Jul 3 2024, 11:38 AM · pinentry, Release Info

Jun 30 2024

modernNeo added a comment to T7156: do not get prompted to save passphrase to password manager when using pinentry-curses.

is there a keyring/password manager that is not dependent on a desktop environment that the terminal pinentry supports?

Jun 30 2024, 2:21 AM · pinentry, Feature Request

Jun 20 2024

werner triaged T7156: do not get prompted to save passphrase to password manager when using pinentry-curses as Normal priority.

Different pinentries provide different options. The curses pinentry does not have that external password manager thingy. Mixing GUI and tty use seems to be a rare case.

Jun 20 2024, 12:26 PM · pinentry, Feature Request

May 8 2024

debohman added a comment to T6444: pinentry-1.2.1 does not configure against libgpg-error-1.47.

Verified in pinentry-1.3.0.

May 8 2024, 9:04 AM · pinentry
gniibe closed T6444: pinentry-1.2.1 does not configure against libgpg-error-1.47 as Resolved.

Fixed in pinentry 1.3.0.

May 8 2024, 8:28 AM · pinentry

Apr 9 2024

ikloecker changed the status of T6883: pinentry: Add Qt 6 variant from Open to Testing.

This was done by Tobias.

Apr 9 2024, 11:17 AM · pinentry, Restricted Project, gpg4win

Mar 28 2024

Jakuje added a comment to T7065: pinentry 1.3.0 ships desktop file with icons, but does not install them.

For the reference, for now i just did the dummy install in the Fedora spec file:

Mar 28 2024, 1:30 PM · pinentry, Bug Report
werner assigned T7065: pinentry 1.3.0 ships desktop file with icons, but does not install them to TobiasFella.

Tobias, if you find some time, can you please see how this can be done.

Mar 28 2024, 1:18 PM · pinentry, Bug Report
Jakuje created T7065: pinentry 1.3.0 ships desktop file with icons, but does not install them.
Mar 28 2024, 12:15 PM · pinentry, Bug Report

Mar 18 2024

thesamesam added a comment to T7031: New pinentry release for Qt 6 support?.

Thank you!

Mar 18 2024, 3:58 PM · KF6, qt, pinentry, Feature Request
werner closed T7031: New pinentry release for Qt 6 support? as Resolved.

See T7046 for the release info. Note that the mentioned fix for kwallet already landed.

Mar 18 2024, 12:27 PM · KF6, qt, pinentry, Feature Request
werner renamed T7046: Release Pinentry 1.3.x from Release Pinentry 1.3.0 to Release Pinentry 1.3.x.
Mar 18 2024, 12:22 PM · pinentry, Release Info
werner renamed T5566: Release Pinentry 1.2.x from Release Pinentry 1.2.0 to Release Pinentry 1.2.x.
Mar 18 2024, 12:22 PM · Release Info, pinentry