Page MenuHome GnuPG
Feed Advanced Search

Nov 28 2014

werner added a comment to T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored).

If you add it to gpg.conf the Pinentry won't be used and there are fir sure
cases where things won't work. In an unattended use I can't see a problem right
now.

We can't change the behaviour of --passpharse-fd; it is widely used and:

  if ( !opt.batch && opt.pinentry_mode != PINENTRY_MODE_LOOPBACK)
    { /* Not used but we have to do a dummy read, so that it won't end
         up at the begin of the message if the quite usual trick to
         prepend the passphtrase to the message is used. */

think would break or - worse - may insert the passphrase into the message.

The passphrase is still used for symmetric only encryption in batch mode.

Nov 28 2014, 10:41 AM · gnupg, pinentry, gpgagent, gnupg (gpg21)

Nov 27 2014

troyengel added a comment to T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored).

Roger that, thanks - I've tested it on a VM with my keys and things seem "like
they used to be" for scripting an automated passphrase entry. I specified them
in my ~/.gnupg/pgp.conf and ~/.gnupg/gpg-agent.conf since editing many
individual softwares is not possible at this time, it needs to be backwards
compatible.

What side affects (breaking things?) does having these options permanently
enabled in configs are there? Having the allow in gpg-agent.conf is harmless,
but what about the client side gpg.conf?

If client gpg '--passphrase-fd 0' is useless without '--pinentry-mode loopback',
why not make this an automatic added option (internally) if '--passphrase-fd 0'
is specified? Of what use with gnupg-2.1.x is '--passphrase-fd 0' without
'--pinentry-mode loopback'?

I double-checked the official docs, there's no mention of needing these new
loopback settings in the section for --passphrase-fd 0:

https://www.gnupg.org/documentation/manuals/gnupg/GPG-Esoteric-Options.html#GPG-Esoteric-Options

"If you use 0 for n, the passphrase will be read from STDIN." (but as we know
here, it's not unless the new loopback options are added)

Nov 27 2014, 6:02 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
werner closed T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored) as Invalid.
Nov 27 2014, 12:23 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
werner lowered the priority of T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored) from High to Normal.
Nov 27 2014, 12:23 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
werner removed a project from T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored): Bug Report.
Nov 27 2014, 12:23 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
werner added a comment to T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored).

Like gpgsm has done from its very beginnong, gpg now also does not pknow
anything about the secret keys. This is all delagted to gpg-agent. This means
that telling gpg a passphrase is useless.

But wait. There is a workaround: gpg has the new option

   --pinentry-mode mode
          Set the pinentry mode to mode.  Allowed values for mode are:

          default
                 Use the default of the agent, which is ask.

          ask    Force the use of the Pinentry.

          cancel Emulate use of Pinentry's cancel button.

          error  Return a Pinentry error (``No Pinentry'').

          loopback

                 Redirect Pinentry queries to the caller.  Note that
                 in contrast to Pinentry the user is not prompted
                 again if he enters a bad pass- word.

Thus by using

  gpg --pinentry-mode=loopback

you can do basically the same as with 1.4. It is well tested and
slighly different than in 1.4. Uou also need to configure gpg-agent
with

  --allow-loopback-pinentry

       Allow clients to use the loopback pinentry features; see the
       option pinentry-mode for details.
Nov 27 2014, 12:23 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)

Nov 25 2014

troyengel added a comment to T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored).

A few Arch users are reporting the same regression/breakage, thread here:

https://bbs.archlinux.org/viewtopic.php?pid=1479136

Nov 25 2014, 8:02 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
troyengel set Version to 2.1.1-beta44 (git) on T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored).
Nov 25 2014, 7:57 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)
troyengel added projects to T1772: Using '--passphrase-fd 0' forces pinentry (STDIN ignored): gnupg (gpg21), gpgagent, pinentry, gnupg, Bug Report.
Nov 25 2014, 7:57 PM · gnupg, pinentry, gpgagent, gnupg (gpg21)

Nov 19 2014

aheinecke added a comment to T1370: Cannot paste into Pinentry.

With pinentry 0.9 this works in pinentry-gtk under GNU/Linux.

With pinentry 0.8.4 This works in pinentry-qt4 under Windows.

Gpg4win includes a version with paste support since 2.1.0 (I think)

Nov 19 2014, 5:03 PM · pinentry, Feature Request
aheinecke closed T1370: Cannot paste into Pinentry as Resolved.
Nov 19 2014, 5:03 PM · pinentry, Feature Request

Nov 17 2014

werner added a comment to T1760: Port pinentry-ncurses for windows.

Feel free to send a patch ;-). You may want to publish this feature request on
some mailing list and ask for help.

Nov 17 2014, 3:13 PM · pinentry, Feature Request

Nov 15 2014

dma_k added projects to T1760: Port pinentry-ncurses for windows: Feature Request, pinentry.
Nov 15 2014, 10:05 PM · pinentry, Feature Request

Nov 12 2014

Ionic set Version to 0.9.0 on T1758: pinentry Qt4 frontend broken with libc++.
Nov 12 2014, 8:46 PM · Bug Report, pinentry
Ionic added projects to T1758: pinentry Qt4 frontend broken with libc++: pinentry, Bug Report.
Nov 12 2014, 8:46 PM · Bug Report, pinentry
cdbunch set Version to 0.9.0 on T1757: pinentry requires getopt_long but no implementation provided.
Nov 12 2014, 8:02 PM · Bug Report, pinentry
cdbunch added projects to T1757: pinentry requires getopt_long but no implementation provided: pinentry, Bug Report.
Nov 12 2014, 8:02 PM · Bug Report, pinentry

Sep 17 2014

werner added a project to T1243: gpgsm: export secret key p12 failed.: Too Old.
Sep 17 2014, 7:16 PM · Too Old, Bug Report, gnupg, pinentry, S/MIME
werner closed T1243: gpgsm: export secret key p12 failed. as Resolved.
Sep 17 2014, 7:16 PM · Too Old, Bug Report, gnupg, pinentry, S/MIME

Aug 21 2014

aheinecke changed Version from 0.8.1 to 0.8.4 on T1372: pinentry-qt4 passphrase text field too small (Oxygen Style).
Aug 21 2014, 7:43 PM · Bug Report, pinentry
aheinecke claimed T1372: pinentry-qt4 passphrase text field too small (Oxygen Style).
Aug 21 2014, 7:43 PM · Bug Report, pinentry

Aug 18 2014

aheinecke removed a project from T1678: Pinentry-qt4 opens confirm dialog in the background: Restricted Project.
Aug 18 2014, 4:50 PM · Bug Report, Windows 32, pinentry, Windows
aheinecke closed T1678: Pinentry-qt4 opens confirm dialog in the background as Resolved.
Aug 18 2014, 4:50 PM · Bug Report, Windows 32, pinentry, Windows

Aug 12 2014

aheinecke claimed T1262: pinentry does not appear, windows vista, thunderbird, enigmail.
Aug 12 2014, 8:50 PM · gpg4win, Info Needed, Bug Report, pinentry
aheinecke added projects to T1262: pinentry does not appear, windows vista, thunderbird, enigmail: Info Needed, gpg4win.
Aug 12 2014, 8:50 PM · gpg4win, Info Needed, Bug Report, pinentry
aheinecke added a comment to T1262: pinentry does not appear, windows vista, thunderbird, enigmail.

pinentry-qt should have only been the default if you install a gpg4win version
that includes qt.

Could you execute pinetry-qt directly and enter "getpin" in the command line
window that opens?
What happens then?

Aug 12 2014, 8:50 PM · gpg4win, Info Needed, Bug Report, pinentry
aheinecke lowered the priority of T1262: pinentry does not appear, windows vista, thunderbird, enigmail from Unbreak Now! to Normal.
Aug 12 2014, 8:50 PM · gpg4win, Info Needed, Bug Report, pinentry

Aug 6 2014

aheinecke added a project to T1678: Pinentry-qt4 opens confirm dialog in the background: Restricted Project.
Aug 6 2014, 3:33 PM · Bug Report, Windows 32, pinentry, Windows
aheinecke added a comment to T1678: Pinentry-qt4 opens confirm dialog in the background.

Thanks for the explanations.

Further analysis showed that the second call to AllowSetForeground window was
blocked by the ForegroundWindowLockTimeout. If you set this timeout to zero
everything worked as expected.

There is a discussion on this under:
http://social.msdn.microsoft.com/Forums/vstudio/en-US/09fa16ba-c6ef-410d-bec2-a99a9b9a98d9/issue-with-foregroundlocktimeout-setforegroundwindow

Which suggests a solution of setting the foregroundlocktimeout to zero before
attempting to set the foreground window. I've found this solution not applicable
for our case as we run into the lock on "AllowSetForegroundWindow" and not when
actually setting the foreground Window.

Another workaround is to call AttachThreadInput on the current foreground thread
call SetForegroundWindow and then detach again. There might be problems with
this approach so it is just used as fallback. But it should resolve this problem
for now.

Aug 6 2014, 3:33 PM · Bug Report, Windows 32, pinentry, Windows
werner added a comment to T1678: Pinentry-qt4 opens confirm dialog in the background.

What I described is done for all pinentries.

Aug 6 2014, 10:32 AM · Bug Report, Windows 32, pinentry, Windows

Aug 5 2014

aheinecke added a comment to T1678: Pinentry-qt4 opens confirm dialog in the background.

Ok, thanks I'll check what happens if

  1. The agent thinks that the passphrase entered is too weak
  2. The agent starts another pinentry
  3. The agent sends "getinfo pid" to the pinentry (this i can see)
  4. ?
Aug 5 2014, 3:19 PM · Bug Report, Windows 32, pinentry, Windows
werner added a comment to T1678: Pinentry-qt4 opens confirm dialog in the background.
  1. The agent starts pinentry.
  2. The agent sends "getinfo pid" to the pinentry"
  3. The agents sends an "INQUIRE PINENTRY_LAUNCHED <pid>" to the caller.

4a. If the caller is gpg, gpg calls AllowSetForegroundWindow for the received
pid; gpg has been started via gpgme and gpgme has called ASFW for gpg.
4b. If the caller is gpgsm, it proxies the PINENTRY_LAUNCHED to gpgme which then
calls ASFG for the pid.

The different methods are required because gpg is a one-off process while gpgsm
may be used several times.

Aug 5 2014, 3:11 PM · Bug Report, Windows 32, pinentry, Windows
aheinecke added a comment to T1678: Pinentry-qt4 opens confirm dialog in the background.

Yes Kleopatra uses gpgme for key generation. Still I don't see how gpgme figures
into this sorry. Should gpgme start gpg-agent and ensure that it has the
setforeground window access right?

  1. The gpg-agent asks for a passphrase with pinentry -> set foreground window is

allowed.

  1. If that passphrase is weak it launches a new pinentry with a confirm dialog

-> set foreground window is not allowed.

And the agent does not have the right to call allowsetforegroundwindow. In the
first case I think this might be because another component gets the PID of the
pinentry and calls allowsetforeground window (have to do further debugging to
check this)

In the second case afaik only gpg-agent is involved and no one sets
allowsetforeground window on the pid of the second pinentry.

Aug 5 2014, 9:36 AM · Bug Report, Windows 32, pinentry, Windows

Aug 4 2014

werner added a comment to T1678: Pinentry-qt4 opens confirm dialog in the background.

BTW, gpgme 1.5.1 has a spawn interface which is better than to code your own in Qt.

Aug 4 2014, 3:36 PM · Bug Report, Windows 32, pinentry, Windows
werner added a comment to T1678: Pinentry-qt4 opens confirm dialog in the background.

It goes all the way back to GPGME via the assuan interface. grep for
_gpgme_allow_set_foreground_window. For GPG the assuan interface is not used.
We do it by passing our internal IOSPAWN_FLAG_ALLOW_SET_FG flag to the
gpgme-w32spawn.c helper which then uses this to call set foreground API.

Does Kleopatra always use gpgme?

Aug 4 2014, 3:34 PM · Bug Report, Windows 32, pinentry, Windows
aheinecke added projects to T1678: Pinentry-qt4 opens confirm dialog in the background: Windows, pinentry, Windows 32, Bug Report.
Aug 4 2014, 12:36 PM · Bug Report, Windows 32, pinentry, Windows

Feb 17 2014

werner closed T1592: Pinentry's max password length is too short as Resolved.
Feb 17 2014, 6:08 PM · Not A Bug, gpg4win, Bug Report, Windows 64, pinentry, OpenPGP, Windows
werner added a project to T1592: Pinentry's max password length is too short: Not A Bug.
Feb 17 2014, 6:08 PM · Not A Bug, gpg4win, Bug Report, Windows 64, pinentry, OpenPGP, Windows

Feb 14 2014

killerog added a comment to T1592: Pinentry's max password length is too short.

Sorry for the delay, the passphrase is 512 characters long (now I should change
it after publishing that here ;-)) and just ascii characters.

Feb 14 2014, 6:55 PM · Not A Bug, gpg4win, Bug Report, Windows 64, pinentry, OpenPGP, Windows

Jan 23 2014

werner added a comment to T1592: Pinentry's max password length is too short.

With GnuPG 1.x, Enigmail takes care of presenting the passphrase dialog.
With GnuPG 2.x GnuPG does it of its own. For that it spawns a small tool
called pinentry which asks for the passphrase. We actually have several
versions of that pinentry. The one you are using is based on Qt (a toolkit) and
has a limit of 256 bytes for the passphrase. The limit may actually be lower if
you are using non-ascii characters, but I can't see how that value is not
sufficient.

How long is your passphrase and does it contain many non-ascii characters (e.g.
Umlauts)?

Jan 23 2014, 9:11 PM · Not A Bug, gpg4win, Bug Report, Windows 64, pinentry, OpenPGP, Windows

Jan 22 2014

killerog added a comment to T1592: Pinentry's max password length is too short.

Jan 22 2014, 9:15 PM · Not A Bug, gpg4win, Bug Report, Windows 64, pinentry, OpenPGP, Windows
killerog added a comment to T1592: Pinentry's max password length is too short.

Hello, Thank you for your reply.

I used the gpg4win-2.2.1.exe binary which I downloaded from gpg4win.org

The popup I mentioned is the screen that asks me for my password when I try to
open an encrypted mail in my mailbox via thunderbird/enigmail. See the
screenshot. In the newer gpg version this popup is replaced by a prompt screen
that says pinentry and will allow only for shorter passwords.

I understand that my password is exceptional long, as I still was (and maybe
still am) a beginner on the encrypted mail part. But backwards compatibility
seems pretty important in the case of encrypted mails and passwords to decrypt them.

Jan 22 2014, 9:15 PM · Not A Bug, gpg4win, Bug Report, Windows 64, pinentry, OpenPGP, Windows

Jan 8 2014

werner added a comment to T1592: Pinentry's max password length is too short.

What do you mean by "openpgp popup"?

Which installation options did you used whethn installing gpg4win? Depending on
the version you get a different pinentry version - we have a qt based one, a GTK
based base, and a very simple native windows pinentry.

Jan 8 2014, 8:03 PM · Not A Bug, gpg4win, Bug Report, Windows 64, pinentry, OpenPGP, Windows
werner added a project to T1592: Pinentry's max password length is too short: gpg4win.
Jan 8 2014, 8:03 PM · Not A Bug, gpg4win, Bug Report, Windows 64, pinentry, OpenPGP, Windows

Dec 27 2013

killerog added projects to T1592: Pinentry's max password length is too short: Windows, OpenPGP, pinentry, Windows 64, Bug Report.
Dec 27 2013, 11:36 PM · Not A Bug, gpg4win, Bug Report, Windows 64, pinentry, OpenPGP, Windows
killerog set Version to 2.2.1 on T1592: Pinentry's max password length is too short.
Dec 27 2013, 11:36 PM · Not A Bug, gpg4win, Bug Report, Windows 64, pinentry, OpenPGP, Windows

Nov 22 2013

aheinecke closed T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button. as Resolved.
Nov 22 2013, 4:19 PM · Duplicate, Bug Report, pinentry, Not A Bug
aheinecke added a comment to T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button..

For the record. This is now optional in pinentry 0.8.4 you can pass
--enable-pinentry-qt4-clipboard to configure to enable clipboard and paste support.

Nov 22 2013, 4:11 PM · Duplicate, Bug Report, pinentry, Not A Bug
aheinecke reopened T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button. as "Open".
Nov 22 2013, 4:11 PM · Duplicate, Bug Report, pinentry, Not A Bug

Nov 4 2013

werner closed T1565: pinentry-0.8.3 compilation warning as Resolved.
Nov 4 2013, 10:35 AM · Bug Report, Not A Bug, pinentry
werner added a project to T1565: pinentry-0.8.3 compilation warning: Not A Bug.
Nov 4 2013, 10:35 AM · Bug Report, Not A Bug, pinentry

Nov 3 2013

Mirraz added projects to T1565: pinentry-0.8.3 compilation warning: pinentry, Bug Report.
Nov 3 2013, 11:50 AM · Bug Report, Not A Bug, pinentry
Mirraz set Version to 0.8.3 on T1565: pinentry-0.8.3 compilation warning.
Nov 3 2013, 11:50 AM · Bug Report, Not A Bug, pinentry

May 13 2013

alonbl set External Link to https://bugs.gentoo.org/show_bug.cgi?id=468430 on T1494: pinentry to support 'ncurses --with-termlib'.
May 13 2013, 9:58 PM · Feature Request, Gentoo, pinentry
alonbl renamed T1494: pinentry to support 'ncurses --with-termlib' from ping entry to support 'ncurses --with-termlib' to pinentry to support 'ncurses --with-termlib'.
May 13 2013, 9:58 PM · Feature Request, Gentoo, pinentry

May 5 2013

alonbl added a comment to T1494: pinentry to support 'ncurses --with-termlib'.

pkg-config variant.

There is also ncurses-config option...

May 5 2013, 1:19 PM · Feature Request, Gentoo, pinentry
alonbl added a comment to T1494: pinentry to support 'ncurses --with-termlib'.

D172: 374_pinentry-0.8.2-ncurses-pkg-config.patch

May 5 2013, 1:19 PM · Feature Request, Gentoo, pinentry
alonbl set Version to master on T1494: pinentry to support 'ncurses --with-termlib'.
May 5 2013, 1:18 PM · Feature Request, Gentoo, pinentry
alonbl added projects to T1494: pinentry to support 'ncurses --with-termlib': pinentry, Bug Report, Gentoo.
May 5 2013, 1:18 PM · Feature Request, Gentoo, pinentry

Jan 13 2013

dark_templar set External Link to https://bugs.gentoo.org/show_bug.cgi?id=376375 on T1463: pinentry-curses crashes with SIGSEGV if can't find terminfo.
Jan 13 2013, 12:44 PM · Gentoo, Bug Report, pinentry
dark_templar set Version to 0.8.2 on T1463: pinentry-curses crashes with SIGSEGV if can't find terminfo.
Jan 13 2013, 12:44 PM · Gentoo, Bug Report, pinentry
dark_templar added projects to T1463: pinentry-curses crashes with SIGSEGV if can't find terminfo: pinentry, Bug Report, Gentoo.
Jan 13 2013, 12:44 PM · Gentoo, Bug Report, pinentry

Jan 11 2013

werner lowered the priority of T1391: pinentry-curses does not work when caller does not own the tty (for example, when su'ed) from High to Normal.
Jan 11 2013, 2:59 PM · Too Old, Info Needed, Bug Report, pinentry

Jan 10 2013

jaromil added a comment to T1391: pinentry-curses does not work when caller does not own the tty (for example, when su'ed).

try starting pinentry with these options (ASSUAN commands) where $TTY and $LANG
are correctly set in current environment

OPTION ttyname=$TTY
OPTION lc-ctype=$LANG

Jan 10 2013, 10:28 AM · Too Old, Info Needed, Bug Report, pinentry

Nov 23 2012

wavexx added projects to T1453: pinentry-gtk2: ESC not handled: pinentry, Bug Report.
Nov 23 2012, 9:01 PM · Bug Report, pinentry
wavexx added a comment to T1453: pinentry-gtk2: ESC not handled.

D160: 360_pinentry-gtk2.patch

Nov 23 2012, 9:01 PM · Bug Report, pinentry

Mar 26 2012

werner added a project to T1189: p12 import brings up pinentry in a different way (so it does not appear sometimes): Too Old.
Mar 26 2012, 2:45 PM · Too Old, pinentry, gpgagent, Bug Report, gnupg
werner removed a project from T1189: p12 import brings up pinentry in a different way (so it does not appear sometimes): Info Needed.
Mar 26 2012, 2:45 PM · Too Old, pinentry, gpgagent, Bug Report, gnupg
werner added a comment to T1189: p12 import brings up pinentry in a different way (so it does not appear sometimes).

Please re-open if you still see this problem.

Mar 26 2012, 2:45 PM · Too Old, pinentry, gpgagent, Bug Report, gnupg
werner closed T1189: p12 import brings up pinentry in a different way (so it does not appear sometimes) as Resolved.
Mar 26 2012, 2:45 PM · Too Old, pinentry, gpgagent, Bug Report, gnupg

Feb 10 2012

enegaard added projects to T1391: pinentry-curses does not work when caller does not own the tty (for example, when su'ed): pinentry, Bug Report.
Feb 10 2012, 2:57 PM · Too Old, Info Needed, Bug Report, pinentry

Jan 3 2012

werner added a project to T1368: Pate clipboard text into pinentry: pinentry.
Jan 3 2012, 7:05 PM · Won't Fix, pinentry, Feature Request
werner closed T1203: gpg-agent/pinentry does work on certain ttys (/dev/pts/?) as Resolved.
Jan 3 2012, 6:59 PM · Too Old, Bug Report, pinentry, gpgagent
werner added a comment to T1203: gpg-agent/pinentry does work on certain ttys (/dev/pts/?).

Meanwhile even 2.0.18 is out. Closing it.

Jan 3 2012, 6:59 PM · Too Old, Bug Report, pinentry, gpgagent
werner added a project to T1203: gpg-agent/pinentry does work on certain ttys (/dev/pts/?): Too Old.
Jan 3 2012, 6:59 PM · Too Old, Bug Report, pinentry, gpgagent
werner removed a project from T1203: gpg-agent/pinentry does work on certain ttys (/dev/pts/?): Restricted Project.
Jan 3 2012, 6:59 PM · Too Old, Bug Report, pinentry, gpgagent

Dec 13 2011

maxp added projects to T1383: pinentry-curses exits without cleanup: pinentry, Bug Report.
Dec 13 2011, 7:38 PM · Bug Report, pinentry
maxp set Version to 0.8.1 on T1383: pinentry-curses exits without cleanup.
Dec 13 2011, 7:38 PM · Bug Report, pinentry

Oct 11 2011

werner closed T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button. as Resolved.
Oct 11 2011, 11:23 AM · Duplicate, Bug Report, pinentry, Not A Bug
werner added a project to T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button.: Duplicate.
Oct 11 2011, 11:23 AM · Duplicate, Bug Report, pinentry, Not A Bug
werner added a comment to T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button..

See also T1370

Oct 11 2011, 11:23 AM · Duplicate, Bug Report, pinentry, Not A Bug
werner added a comment to T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button..

Duplicate of T1370

Oct 11 2011, 11:23 AM · Duplicate, Bug Report, pinentry, Not A Bug
werner added a project to T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button.: Not A Bug.
Oct 11 2011, 11:18 AM · Duplicate, Bug Report, pinentry, Not A Bug
werner added a comment to T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button..

This is on purpose for the GTK version. The authors of the Qt version obviously
think that this is not important.

Oct 11 2011, 11:18 AM · Duplicate, Bug Report, pinentry, Not A Bug

Oct 10 2011

thomas added a comment to T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button..

strange thing is that this works with pinentry-qt

Oct 10 2011, 2:53 PM · Duplicate, Bug Report, Not A Bug, pinentry
ludwig set Version to 0.8.1 on T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button..
Oct 10 2011, 1:15 PM · Duplicate, Bug Report, Not A Bug, pinentry
ludwig added projects to T1374: Pinentry: Cannot paste a passphrase into the textfield with middle mouse button.: pinentry, Bug Report.
Oct 10 2011, 1:15 PM · Duplicate, Bug Report, Not A Bug, pinentry

Sep 30 2011

ludwig added a comment to T1372: pinentry-qt4 passphrase text field too small (Oxygen Style).

Screenshot shows the small textfield.

Sep 30 2011, 10:26 AM · Bug Report, pinentry
ludwig added a comment to T1372: pinentry-qt4 passphrase text field too small (Oxygen Style).

Sep 30 2011, 10:26 AM · Bug Report, pinentry
ludwig added a comment to T1372: pinentry-qt4 passphrase text field too small (Oxygen Style).

(The height of the passphrase textfield is too small)

Sep 30 2011, 10:21 AM · Bug Report, pinentry
ludwig added projects to T1372: pinentry-qt4 passphrase text field too small (Oxygen Style): pinentry, Bug Report.
Sep 30 2011, 10:19 AM · Bug Report, pinentry
ludwig set Version to 0.8.1 on T1372: pinentry-qt4 passphrase text field too small (Oxygen Style).
Sep 30 2011, 10:19 AM · Bug Report, pinentry

Sep 28 2011

theblazingangel added projects to T1370: Cannot paste into Pinentry: Feature Request, pinentry.
Sep 28 2011, 5:53 PM · pinentry, Feature Request
ludwig added a comment to T1357: pinentry-qt4 appears in the background.

tested with gnupg 2.0.18 and pinentry 0.8.0 pinentry-qt4 starts in background
tested with gnupg 2.0.18 and pinentry 0.8.1: pinentry-qt4 starts in foreground
as excepted.

Sep 28 2011, 11:47 AM · Bug Report, pinentry
ludwig closed T1357: pinentry-qt4 appears in the background as Resolved.
Sep 28 2011, 11:47 AM · Bug Report, pinentry
thomas added a comment to T1357: pinentry-qt4 appears in the background.

These are the versions in Debian squeeze.
The same happens with gnupg 2.0.17 and pinentry 0.8.0, we have not tested 0.8.1 yet.

Sep 28 2011, 9:45 AM · Bug Report, pinentry
thomas assigned T1357: pinentry-qt4 appears in the background to ludwig.
Sep 28 2011, 9:45 AM · Bug Report, pinentry

Sep 27 2011

werner added a comment to T1357: pinentry-qt4 appears in the background.

gnupg 2.0.14 ? You should uodate this before reporting a bug.
pinentry 0.8.1 was released 10 months ago - please test with that one first.

Sep 27 2011, 5:40 PM · Bug Report, pinentry

Sep 19 2011

thomas added a comment to T1357: pinentry-qt4 appears in the background.

Confirmed with different user accounts and window managers (KDE, stumpwm, ...).
The qt3 version works without problems.

Sep 19 2011, 4:38 PM · Bug Report, pinentry

Aug 25 2011

werner closed T1364: passphrase not accepted (migration from 1.4.9. to 2.0.17) as Resolved.
Aug 25 2011, 10:08 AM · Mistaken, Bug Report, pinentry