Page MenuHome GnuPG
Feed Advanced Search

Apr 28 2017

wltjr added a comment to T2905: EFL-based pinentry.

I have updated the code and patch. It is ready for review, modification, and ideally inclusion

Apr 28 2017, 11:50 PM · pinentry, Feature Request

Apr 24 2017

aheinecke lowered the priority of T1982: pinentry-qt should fallback to curses if $DISPLAY is set but unavailable from Normal to Low.
Apr 24 2017, 5:55 PM · pinentry, Feature Request
wltjr added a comment to T2905: EFL-based pinentry.

I have noticed some issues, minor code fixes, and a major issue with failing to fall back to tty/ncurses interface when a GUI is not available. I will make the changes, cleanup the code format, etc and re-attach patch.

Apr 24 2017, 5:31 PM · pinentry, Feature Request

Apr 19 2017

wltjr added a comment to T2905: EFL-based pinentry.

The underscores on the Cancel and OK button come from Pinentry. Not sure if I am not handling Locale correctly, or something along those lines. The other stuff does not have it, and setting text the same way.

Apr 19 2017, 4:48 PM · pinentry, Feature Request
wltjr added a comment to T2905: EFL-based pinentry.

Sure thing, and it is "semi" animated. If you fail to enter a correct pin/passphrase. The error message is animated, it will slowly move back and forth from left to right. I can provide further screenshots of its various options, confirm, quality, double entry, etc. The quality bar changes color from red to green, with every shade in between based on quality, 0 red, 100 green, in between other colors/shades between the two.

Apr 19 2017, 4:46 PM · pinentry, Feature Request
marcus added a comment to T2905: EFL-based pinentry.

For reference: D426: Initial patch for EFL based pinentry. Thanks for the explanations of the terminology in the E project!

Apr 19 2017, 1:37 PM · pinentry, Feature Request

Apr 18 2017

wltjr added a comment to T2905: EFL-based pinentry.

I changed it back to EFL from Enlightenment. Enlightenment is a desktop/application coded using the EFL. Like Gnome is coded in GTK. This does not require Enlightenment at all. Just the EFL. Which can be used in GTK/Gnome, or KDE/QT based environments just the same. Also Tizen, etc. Thus I would not call it Enlightenment anywhere, as it really has no relation.

Apr 18 2017, 10:30 PM · pinentry, Feature Request
wltjr renamed T2905: EFL-based pinentry from Enlightment-based pinentry to EFL-based pinentry.
Apr 18 2017, 10:28 PM · pinentry, Feature Request
wltjr added a comment to T2905: EFL-based pinentry.

I created the requested differential. Please let me know what I need to do for inclusion. Thanks!

Apr 18 2017, 10:27 PM · pinentry, Feature Request

Apr 14 2017

wltjr added a comment to T2905: EFL-based pinentry.

Ok I will do that soon as I am finished with refinements and it is ready for re-submission. Thanks!

Apr 14 2017, 3:01 PM · pinentry, Feature Request
marcus added a comment to T2905: EFL-based pinentry.

@wltjr Please upload the patch here: https://dev.gnupg.org/differential/diff/create/ Thanks!

Apr 14 2017, 12:24 PM · pinentry, Feature Request

Apr 13 2017

wltjr added a comment to T2905: EFL-based pinentry.

I got the patch from Mike. It does need some refinements. I will work on the modifications and re-submit. Do you accept PRs on Github? Or should I attach here? Or send to mailing list? Thanks!

Apr 13 2017, 5:18 PM · pinentry, Feature Request

Apr 11 2017

Macho created T3084: pinentry and password managers mix poorly in the S1 Public space.
Apr 11 2017, 6:07 PM · pinentry

Apr 4 2017

wltjr added a comment to T2905: EFL-based pinentry.

I am interested in this, and can look into any needed polishing. Can someone please attach the patches to this bug or a link to where they can be downloaded. Unfortunately mailing list archives strip attachments. I spoke with Mike in IRC who informed me he made a EFL port of pinentry. I was working on that, and still have my code going in case I cannot get a copy of Mikes work. I am willing to do what ever is necessary to get this into pinentry sooner than later. Though I understand it can take some time. Hopefully not the 1yr it took the FLTK based pinentry to be added.

Apr 4 2017, 7:20 PM · pinentry, Feature Request
kai removed a project from T2034: pinentry emacs features need documentation: Duplicate.
Apr 4 2017, 2:54 PM · Bug Report, pinentry

Mar 30 2017

admin created pinentry.
Mar 30 2017, 6:42 PM

Mar 22 2017

werner renamed T3011: No close-all in pinentry-gtk from No close-all in pinnetry-gtk to No close-all in pinentry-gtk.
Mar 22 2017, 3:10 PM · Info Needed, Bug Report, pinentry

Mar 21 2017

werner added projects to T3011: No close-all in pinentry-gtk: pinentry, Bug Report.
Mar 21 2017, 10:46 AM · Info Needed, Bug Report, pinentry
werner set Version to master on T3011: No close-all in pinentry-gtk.
Mar 21 2017, 10:46 AM · Info Needed, Bug Report, pinentry

Mar 8 2017

justus added a comment to T2254: Add FLTK frontend for pinentry (for weak computers).

Merged in 6c45eed62214b44fcc11e642b19df7b6ca0da0bd.

Mar 8 2017, 5:34 PM · pinentry, Feature Request
justus closed T2254: Add FLTK frontend for pinentry (for weak computers) as Resolved.
Mar 8 2017, 5:34 PM · pinentry, Feature Request

Mar 2 2017

werner added a project to T2818: expected behavior unclear when using gpg from ssh on a machine with a running X11 session: pinentry.
Mar 2 2017, 7:55 PM · pinentry, Bug Report
werner removed a project from T2818: expected behavior unclear when using gpg from ssh on a machine with a running X11 session: gnupg.
Mar 2 2017, 7:55 PM · pinentry, Bug Report
werner changed Version from 2.1.15 to gnome on T2818: expected behavior unclear when using gpg from ssh on a machine with a running X11 session.
Mar 2 2017, 7:55 PM · pinentry, Bug Report
werner added a comment to T2818: expected behavior unclear when using gpg from ssh on a machine with a running X11 session.

Changed category to pinentry - this is a pinentry-gnome (ie. gcr) problem.

Mar 2 2017, 7:55 PM · pinentry, Bug Report

Feb 13 2017

aheinecke added a comment to T1982: pinentry-qt should fallback to curses if $DISPLAY is set but unavailable.

Testing this I noticed that the curses fallback did not work at all for Qt5
versions of pinentry-qt even if display was unset. This i fixed with cd7b35e

But the DISPLAY=:noexist case is more complicated. The GTK pinentry does a
gtk_init_check which Qt does not have. I don't want to mess with X directly and
would have to look into this more how to do this then only when X is used etc.

There is a similar question on stackoverflow and I don't find any answers there
acceptable:
http://stackoverflow.com/questions/28525435/qt-equivalent-to-gtk-init-check

I've changed the topic to reflect that this is a feature currently not available
in pinentry-qt but I don't see it as a high priority issue.

Feb 13 2017, 6:01 PM · pinentry, Feature Request
aheinecke renamed T1982: pinentry-qt should fallback to curses if $DISPLAY is set but unavailable from graphical pinentries might try to fallback to curses if $DISPLAY is set but unavailable to pinentry-qt should fallback to curses if $DISPLAY is set but unavailable.
Feb 13 2017, 6:01 PM · pinentry, Feature Request
werner added a comment to T1982: pinentry-qt should fallback to curses if $DISPLAY is set but unavailable.

Andre, can you look at it?

Feb 13 2017, 4:20 PM · pinentry, Feature Request
werner reassigned T1982: pinentry-qt should fallback to curses if $DISPLAY is set but unavailable from neal to aheinecke.
Feb 13 2017, 4:20 PM · pinentry, Feature Request
werner updated subscribers of T1982: pinentry-qt should fallback to curses if $DISPLAY is set but unavailable.
Feb 13 2017, 4:20 PM · pinentry, Feature Request

Feb 12 2017

dkg added a comment to T2034: pinentry emacs features need documentation.

So i'm left a little confused here about what the resolution is. neal added
documentation, but ueno suggested it was wrong and contributed a patch for it.
However, that patch hasn't been applied.

Some additional questions about pinentry-emacs and INSIDE_EMACS that came up in
discussion over on https://bugs.debian.org/854797:

    What's the best way to debug a problem when emacs pinentry
    isn't working?  do we look at gpg?  gpg-agent?  pinentry? emacs itself?
    all of those places?  What happens when the user has two separate
    instances of emacs running?  What if there's an instance of emacs
    running and someone uses tramp to connect to a remote ssh server, and
    gpg-agent is providing the ssh-agent interface?  What if someone uses
    ssh from *outside* of emacs and it talks to a gpg-agent that was
    auto-launched from within an emacs session?  What about when there's an
    instance of emacs running in a graphical session on a machine where the
    same user is also logged into the machine via ssh, and they're using a
    different graphical session?  how does pinentry-emacs interact with
    emacs --daemon and multiple emacsclient instances?

Another few questions:

Why does emacs use /tmp/emacs$UID for the ephemeral socket instead of

/run/user/$UID ?

If OPTION allow-pinentry-emacs is set, but the emacs process isn't

repsonsive (or nothing is listening at all) should pinentry do a second layer of
fallback, e.g. to curses?

Feb 12 2017, 8:36 PM · Bug Report, pinentry

Feb 6 2017

dkg added a comment to T1982: pinentry-qt should fallback to curses if $DISPLAY is set but unavailable.

anyone skilled in qt want to fix this outstanding issue?

Feb 6 2017, 9:26 AM · pinentry, Feature Request

Feb 3 2017

alonbl added a comment to T2049: conflicting pkg-config detection and initialization.

Hi,

I can still see that qt[1] is using the simplified pkg macros[2], while the
configure.ac is using proprietary method[3].

We are still missing PKG_PROG_PKG_CONFIG macro in configure.ac to make pkg
macros happy, this can remove all AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
executions, see pinentry-0.9.5-build.patch, as you have PKG_CONFIG set.

The other changes to use PKG_CHECK_MODULES are optional but is there any reason
why not to use this macro instead of executing the pkg-config manually? This
macro has the advantage of allowing override via environment, and append proper
help.

If you like I can rebase this old patch set.

[1] http://git.gnupg.org/cgi-bin/gitweb.cgi?p=pinentry.git;a=blob;f=m4/qt.m4;hb=HEAD
[2]
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=pinentry.git;a=blob;f=m4/pkg.m4;hb=HEAD
[3]
http:
//git.gnupg.org/cgi-bin/gitweb.cgi?p=pinentry.git;a=blob;f=configure.ac;hb=HEAD#l431

links removed as I got "Edit Error: not allowed (too many links).

Feb 3 2017, 1:50 PM · Gentoo, Bug Report, pinentry
werner added a comment to T2444: Pinentry Does not pass getpin to console.

Is that the gnome3 pinentry? if so please try the gtk-2 pinentry to see whether
it is the same problem.

Feb 3 2017, 12:56 PM · Bug Report, pinentry
werner added a project to T2249: Pinetry field "enter passphrase" won't let me paste in: Feature Request.
Feb 3 2017, 12:53 PM · Feature Request, Info Needed, pinentry
werner removed a project from T2249: Pinetry field "enter passphrase" won't let me paste in: Bug Report.
Feb 3 2017, 12:53 PM · Feature Request, Info Needed, pinentry
werner lowered the priority of T2249: Pinetry field "enter passphrase" won't let me paste in from Normal to Wishlist.
Feb 3 2017, 12:53 PM · Feature Request, Info Needed, pinentry
werner added a project to T1836: gpg-agent --no-detach breaks pinentry-curses, pinentry-tty: Too Old.
Feb 3 2017, 12:44 PM · Too Old, Info Needed, pinentry, Bug Report
werner closed T1836: gpg-agent --no-detach breaks pinentry-curses, pinentry-tty as Resolved.
Feb 3 2017, 12:44 PM · Too Old, Info Needed, pinentry, Bug Report
werner updated subscribers of T2049: conflicting pkg-config detection and initialization.
Feb 3 2017, 12:41 PM · Gentoo, Bug Report, pinentry
werner reassigned T2049: conflicting pkg-config detection and initialization from werner to gnupg-hackers.
Feb 3 2017, 12:41 PM · Gentoo, Bug Report, pinentry
werner added a comment to T2049: conflicting pkg-config detection and initialization.

Someone please check whether this is still the case and come up with a fix?

Feb 3 2017, 12:41 PM · Gentoo, Bug Report, pinentry
werner closed T1391: pinentry-curses does not work when caller does not own the tty (for example, when su'ed) as Resolved.
Feb 3 2017, 12:39 PM · Too Old, Info Needed, Bug Report, pinentry
werner added a project to T1391: pinentry-curses does not work when caller does not own the tty (for example, when su'ed): Too Old.
Feb 3 2017, 12:39 PM · Too Old, Info Needed, Bug Report, pinentry
werner added a comment to T2739: pinentry can't access GPG_TTY after su/sudo to another user on GNU/Linux.

The Debian report is waiting since October for a reply from the orig. submitter.

Feb 3 2017, 12:37 PM · Bug Report, Debian, pinentry
werner reassigned T2254: Add FLTK frontend for pinentry (for weak computers) from werner to justus.
Feb 3 2017, 12:28 PM · pinentry, Feature Request
werner updated subscribers of T2254: Add FLTK frontend for pinentry (for weak computers).
Feb 3 2017, 12:28 PM · pinentry, Feature Request
werner added a comment to T2254: Add FLTK frontend for pinentry (for weak computers).

justus: we recently talked about this. Would you like to work on this. I am in
particular interested to use it for Windows statically linked.

Feb 3 2017, 12:28 PM · pinentry, Feature Request

Jan 23 2017

werner removed a project from T2139: pinentry option to see the password in cleartext: Restricted Project.
Jan 23 2017, 11:25 PM · pinentry, Feature Request, gpg4win
werner closed T2139: pinentry option to see the password in cleartext as Resolved.
Jan 23 2017, 11:25 PM · pinentry, Feature Request, gpg4win
werner closed T2452: pinentry-curses fails with ERR 83886343 Line passed to IPC too long <Pinentry> when --ttytype is unusable as Resolved.
Jan 23 2017, 11:25 PM · Bug Report, pinentry
werner removed a project from T2452: pinentry-curses fails with ERR 83886343 Line passed to IPC too long <Pinentry> when --ttytype is unusable: Restricted Project.
Jan 23 2017, 11:25 PM · Bug Report, pinentry

Jan 16 2017

justus closed T2920: pinentry-gnome3's window has no default title as Resolved.
Jan 16 2017, 4:34 PM · Bug Report, pinentry
justus claimed T2920: pinentry-gnome3's window has no default title.
Jan 16 2017, 4:34 PM · Bug Report, pinentry
justus renamed T2920: pinentry-gnome3's window has no default title from pinentry-gnome3 to pinentry-gnome3's window has no default title.
Jan 16 2017, 4:34 PM · Bug Report, pinentry
justus added a comment to T2920: pinentry-gnome3's window has no default title.

Fixed in 8e3aa3204e74e8d7a7538e0d0f04e555f140131b.

Jan 16 2017, 4:34 PM · Bug Report, pinentry
justus added a comment to T2905: EFL-based pinentry.

FTR: EFL == enlightenment foundation libraries. Calling this
"Enlightenment-based" is like calling the GTK pinentry "Metacity-based".

It does work, but contrary to my expectations it is rather unpolished. I'll
talk to Mike.

Jan 16 2017, 10:51 AM · pinentry, Feature Request

Jan 13 2017

brammel set Version to 0.9.7-3 on T2920: pinentry-gnome3's window has no default title.
Jan 13 2017, 1:52 PM · Bug Report, pinentry
brammel added projects to T2920: pinentry-gnome3's window has no default title: pinentry, Bug Report.
Jan 13 2017, 1:52 PM · Bug Report, pinentry

Jan 6 2017

werner renamed T2905: EFL-based pinentry from EFL-based pinentry to Enlightment-based pinentry.
Jan 6 2017, 7:19 PM · pinentry, Feature Request
neal set External Link to https://lists.gnupg.org/pipermail/gnupg-devel/2016-October/031807.html on T2905: EFL-based pinentry.
Jan 6 2017, 12:26 PM · pinentry, Feature Request
neal added projects to T2905: EFL-based pinentry: Feature Request, pinentry.
Jan 6 2017, 12:26 PM · pinentry, Feature Request
neal updated subscribers of T2905: EFL-based pinentry.
Jan 6 2017, 12:26 PM · pinentry, Feature Request

Dec 16 2016

aheinecke added projects to T2875: Pinentry-curses fallback + gpg / gpgsm can lead to endless 100% cpu loop: pinentry, Bug Report.
Dec 16 2016, 3:36 PM · Bug Report, pinentry

Dec 4 2016

archange added a comment to T2177: pinentry: Passphrase not recognized in Thunderbird/Enigmail.

Little update with latest 1.0.0 release:

– nothing new regarding pinentry-gnome3, still working nicely;
– nothing new regarding pinentry-gtk-2, but I know why it doesn’t take into
account my dead keys anymore and it’s not an issue on pinentry side;
– thanks to the new “show passphrase” button, I’ve been able to figure where the
issue lies with pinentry-qt: while invoked in the terminal, it does take into
account my dead keys, but while invoked via Thunderbird/Enigmail, it does not
(altought pinentry-gnome3 does).

So I suppose this is in fact an issue with Enigmail… Any hints on what they
could be doing wrong so that I can report this to them?

Dec 4 2016, 11:03 AM · FAQ, Bug Report, pinentry
archange changed Version from 0.9.7 to 1.0.0 on T2177: pinentry: Passphrase not recognized in Thunderbird/Enigmail.
Dec 4 2016, 11:03 AM · FAQ, Bug Report, pinentry

Nov 18 2016

iazz added projects to T2843: pinentry-gnome3 not falling back to pinentry-curses as it should: pinentry, Bug Report.
Nov 18 2016, 2:34 PM · Bug Report, pinentry

Oct 10 2016

archange renamed T2177: pinentry: Passphrase not recognized in Thunderbird/Enigmail from pinentry: Passphrase not recognized by most backends to pinentry: Passphrase not recognized in Thunderbird/Enigmail.
Oct 10 2016, 9:14 PM · FAQ, Bug Report, pinentry
archange added a comment to T2177: pinentry: Passphrase not recognized in Thunderbird/Enigmail.

So, regarding Qt, the issue has been acknowledged
(https://bugreports.qt.io/browse/QTBUG-56452). Using IBus as suggested in
https://bugreports.qt.io/browse/QTBUG-49438, I know have dead keys working
properly in most apps. But…

Previously, the situation was as following:

— pinentry-qt4 was working everywhere.
– pinentry-qt was not working properly for me because I wasn’t able to input
some characters.
– pinentry-gnome3 wasn’t showing up in Thunderbird/Enigmail, but worked OK in a
terminal (GETPIN).
– pinentry-gtk-2 was working properly in a terminal (GETPIN), but not in
Thunderbird/Enigmail (deciphering failed, with the right passphrase obviously).

And now:

– pinentry-qt4 doesn’t exist anymore.
– pinentry-qt is as pinentry-gtk-2 was before: works OK in a terminal (GETPIN),
but not in Thunderbird (fails to decipher). Sighs…
– pinentry-gnome3 does show up in Thunderbird/Enigmail, and works correctly. I’m
currently using this one, even if that’s not totally satisfying.
– pinentry-gtk-2 doesn’t take my dead keys into account anymore.

For the last one, honestly I don’t care, gtk2 is being phased out, and it’s
probably not an issue on pinentry side.

However, the fact pinentry-qt doesn’t work correctly in Thunderbird/Enigmail is
strange. Do you think this is an issue with pinentry-qt or these programs?

Oct 10 2016, 9:14 PM · FAQ, Bug Report, pinentry

Oct 7 2016

gniibe set External Link to https://bugs.debian.org/836772 on T2739: pinentry can't access GPG_TTY after su/sudo to another user on GNU/Linux.
Oct 7 2016, 5:06 AM · Bug Report, Debian, pinentry
gniibe renamed T2739: pinentry can't access GPG_TTY after su/sudo to another user on GNU/Linux from pinentry can't access GPG_TTY after /bin/login or sudo to another user on GNU/Linux to pinentry can't access GPG_TTY after su/sudo to another user on GNU/Linux.
Oct 7 2016, 4:38 AM · Bug Report, Debian, pinentry

Oct 6 2016

gniibe renamed T2739: pinentry can't access GPG_TTY after su/sudo to another user on GNU/Linux from pinentry can't access GPG_TTY after login or sudo to pinentry can't access GPG_TTY after /bin/login or sudo to another user on GNU/Linux.
Oct 6 2016, 5:55 AM · Bug Report, Debian, pinentry
gniibe added projects to T2739: pinentry can't access GPG_TTY after su/sudo to another user on GNU/Linux: pinentry, Debian, Bug Report.
Oct 6 2016, 5:12 AM · Bug Report, Debian, pinentry

Sep 29 2016

justus closed T2320: pinentry: Fix -Wimplicit-function-declaration warning in pinentry-curses.c [patch] as Resolved.
Sep 29 2016, 11:12 AM · Bug Report, pinentry

Sep 21 2016

werner added a comment to T2696: SETREPEAT support for pinentry-curses.

SETREPEAT is an optional feature - thus I changed this to a feature requests.

Sep 21 2016, 9:50 PM · Feature Request, pinentry
werner removed a project from T2696: SETREPEAT support for pinentry-curses: Bug Report.
Sep 21 2016, 9:49 PM · Feature Request, pinentry
werner added a project to T2696: SETREPEAT support for pinentry-curses: Feature Request.
Sep 21 2016, 9:49 PM · Feature Request, pinentry

Sep 20 2016

neal added projects to T2696: SETREPEAT support for pinentry-curses: pinentry, Bug Report.
Sep 20 2016, 3:26 PM · Feature Request, pinentry
neal set External Link to https://lists.gnupg.org/pipermail/gnupg-devel/2016-August/031506.html on T2696: SETREPEAT support for pinentry-curses.
Sep 20 2016, 3:26 PM · Feature Request, pinentry

Sep 1 2016

werner added a project to T2452: pinentry-curses fails with ERR 83886343 Line passed to IPC too long <Pinentry> when --ttytype is unusable: Restricted Project.
Sep 1 2016, 10:13 AM · Bug Report, pinentry
werner added a comment to T2452: pinentry-curses fails with ERR 83886343 Line passed to IPC too long <Pinentry> when --ttytype is unusable.

curses can't figure out the window size and thus it returns -1 for the size.
Pinentry's test for the required window size thus returns an error.

I have added new error codes to libgpg-error to either return
ERR 83886383 Screen or window too small <Pinentry>
or in our case:
ERR 83886383 Required environment variable not set <Pinentry>

That does not directly point to a problem with the TTY but it shows the cause
for the error (COLUMNS, LINES etc not set).

Sep 1 2016, 10:12 AM · Bug Report, pinentry

Aug 30 2016

dkg added projects to T2452: pinentry-curses fails with ERR 83886343 Line passed to IPC too long <Pinentry> when --ttytype is unusable: pinentry, Bug Report.
Aug 30 2016, 12:38 AM · Bug Report, pinentry

Aug 19 2016

lavajgh added projects to T2444: Pinentry Does not pass getpin to console: pinentry, Bug Report.
Aug 19 2016, 10:10 PM · Bug Report, pinentry
lavajgh set Version to 0.9.7 on T2444: Pinentry Does not pass getpin to console.
Aug 19 2016, 10:10 PM · Bug Report, pinentry

Aug 11 2016

gupsgr added a comment to T2320: pinentry: Fix -Wimplicit-function-declaration warning in pinentry-curses.c [patch].

Can you please test if the following patch that has been committed recently

fixes your problem?

https://git.gnupg.org/cgi-bin/gitweb.cgi?p=pinentry.git;a=commitdiff;h=2227f67af53f38d3d7f97760f2553d2c9ed05969

Cloning the git repository (commit id 2227f67af53f38d3d7f97760f2553d2c9ed05969)
followed by

autogen.sh
./configure --enable-maintainer-mode
make

works, i.e. the warning/error is not present any more.
So this patch seems to fix the issue.

The command line for gcc backs this observation (note the includes):

gcc -DHAVE_CONFIG_H -I. -I.. -I/usr/include/ncursesw -I../pinentry -Wall -g
-O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wformat -Wno-format-y2k
-Wformat-security -W -Wno-sign-compare -Wno-missing-field-initializers -Wdeclaratio
n-after-statement -Wno-pointer-sign -Wpointer-arith -MT pinentry-curses.o -MD
-MP -MF .deps/pinentry-curses.Tpo -c -o pinentry-curses.o pinentry-curses.c

Aug 11 2016, 8:31 PM · Bug Report, pinentry

Aug 8 2016

justus claimed T2320: pinentry: Fix -Wimplicit-function-declaration warning in pinentry-curses.c [patch].
Aug 8 2016, 11:09 AM · Bug Report, pinentry
justus added a comment to T2320: pinentry: Fix -Wimplicit-function-declaration warning in pinentry-curses.c [patch].

Can you please test if the following patch that has been committed recently
fixes your problem?

https://git.gnupg.org/cgi-bin/gitweb.cgi?
p=pinentry.git;a=commitdiff;h=2227f67af53f38d3d7f97760f2553d2c9ed05969

(It is not NCURSES_INCLUDE, but NCURSES_CFLAGS should be set by
PKG_CHECK_MODULES.)

Thanks!

Aug 8 2016, 11:09 AM · Bug Report, pinentry

Aug 7 2016

gupsgr added a comment to T2320: pinentry: Fix -Wimplicit-function-declaration warning in pinentry-curses.c [patch].

What operating system are you using?

I'm using Gentoo.

(referring to the discussion you linked):

pkg-config ncursesw --cflags returns "-I/usr/include/ncursesw", which is the
correct path. However, this include is not listed in the gcc command line (see
initial message).

I'm no expert in make nor autotools, but looking at pinentry/Makefile $COMPILE
uses $INCLUDES and $AM_CPPFLAGS. However $INCLUDES is not defined and
$AM_CPPFLAGS only adds -I../secmem. Also, nothing seems to use the variable
$NCURSES_INCLUDE (which is set to the pkg-config value "-I/usr/include/ncursesw").

This leads me to the wild guess that the pkg-config definitions for ncurses are
ignored by configure (or however sets up the Makefile). Instead the default
include directory /usr/include is used which has the wrong curses.h header. I
would like to submit a patch, but I sadly have no knowledge about make and automake.

Aug 7 2016, 7:42 AM · Bug Report, pinentry

Aug 2 2016

justus claimed T2430: pinentry gtk2 should grab pointer as well as keyboard.
Aug 2 2016, 12:49 PM · Bug Report, pinentry
justus closed T2430: pinentry gtk2 should grab pointer as well as keyboard as Resolved.
Aug 2 2016, 12:49 PM · Bug Report, pinentry
justus added a comment to T2430: pinentry gtk2 should grab pointer as well as keyboard.

Fixed in 2f1f1f06.

Grabbing the pointer might have unexpected repercussions though, e.g. one isn't
able to move windows around anymore. Let's see how it turns out.

Aug 2 2016, 12:49 PM · Bug Report, pinentry
justus added projects to T2434: pinentry-gtk-2's --no-global-grab does not work as advertised: pinentry, Bug Report.
Aug 2 2016, 12:44 PM · Bug Report, pinentry
justus set Version to master on T2434: pinentry-gtk-2's --no-global-grab does not work as advertised.
Aug 2 2016, 12:44 PM · Bug Report, pinentry
justus added a comment to T2320: pinentry: Fix -Wimplicit-function-declaration warning in pinentry-curses.c [patch].

What operating system are you using?

We had the exact same patch committed (21e83f42) and later reverted (f0db3192).
Discussion: https://lists.gnupg.org/pipermail/gnupg-devel/2015-June/030051.html

Aug 2 2016, 12:27 PM · Bug Report, pinentry

Aug 1 2016

justus closed T2375: regression: "could not grab keyboard" as Resolved.
Aug 1 2016, 6:04 PM · Bug Report, pinentry
justus added a comment to T2375: regression: "could not grab keyboard".

This is really weird. Merely not adding the password reveal button to the hbox
'fixes' this problem. Therefore, I don't believe that the patch introduces the
bug, it merely makes it manifest itself.

I looked around in the related gtk bits, but I believe the problem might be in
the X server, or the asynchronous interaction with it. I don't believe it is
worth digging further into X.

Workaround committed in ad390f29.

Aug 1 2016, 6:04 PM · Bug Report, pinentry
justus claimed T2375: regression: "could not grab keyboard".
Aug 1 2016, 6:04 PM · Bug Report, pinentry

Jul 30 2016

dkg added projects to T2430: pinentry gtk2 should grab pointer as well as keyboard: pinentry, Bug Report.
Jul 30 2016, 6:56 PM · Bug Report, pinentry
dkg set Version to 0.9.7 on T2430: pinentry gtk2 should grab pointer as well as keyboard.
Jul 30 2016, 6:56 PM · Bug Report, pinentry

Jul 25 2016

justus added a comment to T2355: --import of a keypair together with --batch results in no pinentry and i/o errors.

Ah, I misunderstood your problem. In the future, please paste all program interactions in one chunk
in the right order. We did merge some changes related to exporting of secret keys, so it may very
well be solved by that.

Thanks for caring :)

Jul 25 2016, 11:02 AM · Bug Report, gpgagent, gnupg (gpg21), Windows, gnupg, Windows 32, pinentry