Page MenuHome GnuPG
Feed Advanced Search

Mar 6 2014

werner added a comment to T1622: exits with a fatal error regarding missing trustdb although key is imported.

Fixed with commit 23191d7.
This should be the same patch as used by Debian.

Mar 6 2014, 4:33 PM · Debian, Bug Report, gnupg
werner added a project to T1622: exits with a fatal error regarding missing trustdb although key is imported: Restricted Project.
Mar 6 2014, 4:33 PM · Debian, Bug Report, gnupg
werner changed External Link from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737128&archived=no&mbox=no to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737128 on T1622: exits with a fatal error regarding missing trustdb although key is imported.
Mar 6 2014, 4:11 PM · Debian, Bug Report, gnupg
werner changed Version from 1.4.16 to 1.4.16-1ubuntu1 on T1622: exits with a fatal error regarding missing trustdb although key is imported.
Mar 6 2014, 4:06 PM · Debian, Bug Report, gnupg

Mar 3 2014

bdmurray set External Link to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737128&archived=no&mbox=no on T1622: exits with a fatal error regarding missing trustdb although key is imported.
Mar 3 2014, 9:20 PM · Debian, Bug Report, gnupg
bdmurray added projects to T1622: exits with a fatal error regarding missing trustdb although key is imported: gnupg, Bug Report, Debian.
Mar 3 2014, 9:19 PM · Debian, Bug Report, gnupg
bdmurray set Version to 1.4.16 on T1622: exits with a fatal error regarding missing trustdb although key is imported.
Mar 3 2014, 9:19 PM · Debian, Bug Report, gnupg

Oct 4 2013

werner closed T1486: gpg --verify suggests entire file was verified, even if file contains auxiliary data as Resolved.
Oct 4 2013, 9:27 PM · Documentation, Debian, Bug Report, gnupg
werner removed a project from T1486: gpg --verify suggests entire file was verified, even if file contains auxiliary data: Restricted Project.
Oct 4 2013, 9:27 PM · Documentation, Debian, Bug Report, gnupg
werner added a comment to T1486: gpg --verify suggests entire file was verified, even if file contains auxiliary data.

Done for 1.4.15 and 2.0.22.

Oct 4 2013, 9:27 PM · Documentation, Debian, Bug Report, gnupg
werner added a comment to T1486: gpg --verify suggests entire file was verified, even if file contains auxiliary data.

Will do so.

Oct 4 2013, 2:27 PM · Documentation, Debian, Bug Report, gnupg
werner added a project to T1486: gpg --verify suggests entire file was verified, even if file contains auxiliary data: Restricted Project.
Oct 4 2013, 2:27 PM · Documentation, Debian, Bug Report, gnupg
werner added a project to T1486: gpg --verify suggests entire file was verified, even if file contains auxiliary data: Documentation.
Oct 4 2013, 8:36 AM · Documentation, Debian, Bug Report, gnupg

Aug 21 2013

thijs added a comment to T1486: gpg --verify suggests entire file was verified, even if file contains auxiliary data.

D169: 384_verify_doc.patch

Aug 21 2013, 10:47 PM · Documentation, Debian, Bug Report, gnupg
thijs added a comment to T1486: gpg --verify suggests entire file was verified, even if file contains auxiliary data.

I'm reading in your response that you're not eager to change the behaviour of
--verify in this regard, right?

If that's the case, perhaps you can consider this patch to add a note to the
documentation, making it clear what is expected when using --verify on inline
signed files with auxiliary data. Afterall, we've seen several places where
--verify was used insecurely in the wild, so some warning may be in order.

Aug 21 2013, 10:47 PM · Documentation, Debian, Bug Report, gnupg

Aug 12 2013

dleidert added a comment to T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call.

Hm. The process disappears after some time. Maybe it just needs some time to
finish. Maybe not a bug anymore. Please take a look at it yourself.

Aug 12 2013, 10:11 PM · gpgme, Bug Report, Debian
dleidert changed Version from 1.0.2 to 1.4.2 on T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call.
Aug 12 2013, 10:07 PM · gpgme, Bug Report, Debian
dleidert reopened T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call as "Open".
Aug 12 2013, 10:07 PM · gpgme, Bug Report, Debian
dleidert added a comment to T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call.

Can you please take a look at it again? If I compile long_genkey.c and run it
via ./long_genkey async it leaves a process behind, which should better be killed:

ps aux | grep gpg
dl 7577 7.0 0.0 24416 1924 pts/2 SL 22:05 0:00 gpg
--enable-special-filenames --use-agent --batch --no-sk-comment --lc-messages
de_DE.utf8 --lc-ctype de_DE.utf8 --status-fd 4 --no-tty --charset utf8
--enable-progress-filter --display :0 --ttyname /dev/pts/2 --ttytype xterm
--gen-key -- -&5

Aug 12 2013, 10:07 PM · gpgme, Bug Report, Debian

Jul 16 2013

werner added a comment to T1509: gnupg2 (gpg-agent): Disable producing of core dumps for gpg-agent via prctl(PR_SET_DUMPABLE, 0) as ssh-agent does.

What is the threat model for this? If you are able to ptrace a process you can
do all other kind of stuff, like replacing gpg with your own code. If the box
has been taken over, we are in game-over state.

Disabling core dumps is a different issue because a core dump leaves traces of
the process on the disk.

Jul 16 2013, 1:17 PM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent

Jul 12 2013

gniibe added a comment to T1509: gnupg2 (gpg-agent): Disable producing of core dumps for gpg-agent via prctl(PR_SET_DUMPABLE, 0) as ssh-agent does.

I think that original reporter's intention is to prevent attaching by ptrace.
By PR_SET_DUMPABLE disabled, ptrace PTRACE_ATTACH won't work any more.
This would be better if we care about kernel compatibility.
In http://bugs.debian.org/714107, I found that setrlimit64 doesn't work reliably
for 2.6.34 or older. PR_SET_DUMPABLE seems to work for even 2.4.x.

Jul 12 2013, 2:15 PM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent

Jun 26 2013

thijs added a comment to T1486: gpg --verify suggests entire file was verified, even if file contains auxiliary data.

Yes. I think we're in agreement that MIME and detached signatures are the best way.

However, the functionality in gpg to check cleartext messages is there. If gpg
is confronted with a cleartext file containing auxilliary data, wouldn't it
better refrain from giving a positive return code when checking that file?

Jun 26 2013, 10:35 AM · Documentation, Debian, Bug Report, gnupg

Jun 20 2013

iankko added a comment to T1509: gnupg2 (gpg-agent): Disable producing of core dumps for gpg-agent via prctl(PR_SET_DUMPABLE, 0) as ssh-agent does.

Hello Werner,

Jun 20 2013, 1:03 PM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent

Jun 19 2013

werner added a comment to T1509: gnupg2 (gpg-agent): Disable producing of core dumps for gpg-agent via prctl(PR_SET_DUMPABLE, 0) as ssh-agent does.

GnuPG uses setrlimit do disable core dumps. It has always done so. See
common/sysutils.c:disable_core_dumps. Do you have a test case which shows that
it does not work?

Jun 19 2013, 11:11 PM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent
iankko added projects to T1509: gnupg2 (gpg-agent): Disable producing of core dumps for gpg-agent via prctl(PR_SET_DUMPABLE, 0) as ssh-agent does: gpgagent, Feature Request, gnupg (gpg20), Debian, gnupg.
Jun 19 2013, 3:00 PM · gnupg, Debian, gnupg (gpg20), Feature Request, gpgagent

May 22 2013

werner added a comment to T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call.

1.0.2 is more than 8 years old. The code chnaged a lot in the meantime. Feel
free to re-open if the problems persists with 1.4.x?

May 22 2013, 2:57 PM · gpgme, Bug Report, Debian
werner closed T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call as Resolved.
May 22 2013, 2:57 PM · gpgme, Bug Report, Debian
werner added a project to T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call: Too Old.
May 22 2013, 2:57 PM · gpgme, Bug Report, Debian

Apr 22 2013

werner added a project to T1060: extract signature from encrypted and signed file/message: gnupg (gpg21).
Apr 22 2013, 10:00 AM · gnupg (gpg21), gnupg, Debian, Feature Request
werner added a comment to T1060: extract signature from encrypted and signed file/message.

Pending for a long time; should be considered for 2.1

Apr 22 2013, 10:00 AM · gnupg (gpg21), gnupg, Debian, Feature Request
werner changed Due Date from Feb 1 2010, 1:00 AM to Oct 31 2013, 1:00 AM on T1060: extract signature from encrypted and signed file/message.
Apr 22 2013, 10:00 AM · gnupg (gpg21), gnupg, Debian, Feature Request
werner removed Due Date on T1089: Please store requests in a cache to avoid sending out duplicate requests (mailto: interface).
Apr 22 2013, 9:56 AM · gnupg (gpg23), gnupg, Debian, Feature Request
werner added a project to T1089: Please store requests in a cache to avoid sending out duplicate requests (mailto: interface): gnupg (gpg21).
Apr 22 2013, 9:56 AM · gnupg (gpg23), gnupg, Debian, Feature Request
werner added a project to T1038: Specify and use multiple keyservers: gnupg (gpg21).
Apr 22 2013, 9:54 AM · gnupg (gpg21), gnupg, Debian, Feature Request

Apr 19 2013

werner added a comment to T1064: gpgsm: manual page misses to document options.

Fixed in master

Apr 19 2013, 6:01 PM · backport, gnupg, Debian, Feature Request
werner added a project to T1064: gpgsm: manual page misses to document options: backport.
Apr 19 2013, 6:01 PM · backport, gnupg, Debian, Feature Request

Apr 18 2013

werner added a comment to T1486: gpg --verify suggests entire file was verified, even if file contains auxiliary data.

This is an application problem. For example KMail renders the signed parts in a
frame with a different color so to visible explain what has been signed. Mutt
has a similar feature. We can't do anything about this in gpg than to emit
certain status lines and to output the signed data.

This is long known problem with signatures and not even the worst. MUAs
introduced ways to mitigate the problems 2 decades ago. The best working
solutions is to use PGP/MIME for mail and detached signatures for other data.

Apr 18 2013, 11:10 AM · Documentation, Debian, Bug Report, gnupg

Apr 9 2013

thijs set External Link to http://bugs.debian.org/704645 on T1486: gpg --verify suggests entire file was verified, even if file contains auxiliary data.
Apr 9 2013, 6:05 PM · Documentation, Debian, Bug Report, gnupg
thijs added projects to T1486: gpg --verify suggests entire file was verified, even if file contains auxiliary data: gnupg, Bug Report, Debian.
Apr 9 2013, 6:05 PM · Documentation, Debian, Bug Report, gnupg

Mar 19 2013

werner closed T1414: Please add pkg-config support as Resolved.
Mar 19 2013, 12:44 PM · Won't Fix, gpgme, Debian, Feature Request

Nov 8 2012

werner added a comment to T1276: Typos in German translation.

Fixed for 1.4.13 (e3e5406)

Nov 8 2012, 4:35 PM · Documentation, gnupg (gpg14), Debian, Bug Report, gnupg
werner closed T1276: Typos in German translation as Resolved.
Nov 8 2012, 4:35 PM · Documentation, gnupg (gpg14), Debian, Bug Report, gnupg
werner added a comment to T1173: gpg has no easy way to view the reason and description of revocation sigs.

I would say this should go into 2.1.

Nov 8 2012, 2:44 PM · gnupg, Debian, Feature Request

Nov 7 2012

werner removed a project from T1377: gpg-agent ignores default-cache-ttl-ssh: Bug Report.
Nov 7 2012, 3:26 PM · Not A Bug, Debian, gnupg, gpgagent
werner closed T1377: gpg-agent ignores default-cache-ttl-ssh as Invalid.
Nov 7 2012, 3:26 PM · Not A Bug, Debian, gnupg, gpgagent
werner added a project to T1377: gpg-agent ignores default-cache-ttl-ssh: Not A Bug.
Nov 7 2012, 3:25 PM · Not A Bug, Debian, gnupg, gpgagent
werner added a comment to T1377: gpg-agent ignores default-cache-ttl-ssh.

This is not a bug. The description of --max-cache-ttl reads:

  Set the maximum time a cache entry is valid to @var{n} seconds.  After
  this time a cache entry will be expired even if it has been accessed
  recently.  The default is 2 hours (7200 seconds).

Thus even if you set the cache-ttl-ssh > max-cache-ttl, it will expire after
max-cache-ttl seconds.

Nov 7 2012, 3:25 PM · Not A Bug, Debian, gnupg, gpgagent

Nov 6 2012

werner set External Link to http://bugs.debian.org/606759 on T1377: gpg-agent ignores default-cache-ttl-ssh.
Nov 6 2012, 11:31 PM · Not A Bug, Debian, gnupg, gpgagent

Aug 17 2012

gatuno added a comment to T1241: gnupg: need an option to automatically refuse signing photo-ids.

May I ask for the status of this bug?

Aug 17 2012, 9:10 PM · gnupg, Debian, Feature Request
gatuno added a comment to T1098: Better ordering of "help" output in --edit-key mode.

May I ask what happen with this bug?

Just trying to keep track of these bugs in Debian Bug Tracking System.

Aug 17 2012, 9:06 PM · Documentation, gnupg, Debian, Feature Request

Jul 20 2012

gatuno added a comment to T1173: gpg has no easy way to view the reason and description of revocation sigs.

Sorry for reviving this bug, but, What is this implemented in gpg 1.4.x series?

Or this is going to be in the gpg 2.x series?

Jul 20 2012, 11:51 PM · gnupg, Debian, Feature Request
gatuno added a comment to T1000: Cannot use revoked subkeys for decription using a smartcard.

No, I can't reproduce the problem. I just came to check the status of the bug.
Thanks for the info werner.

Jul 20 2012, 11:46 PM · Too Old, scd, Debian, Bug Report, gnupg
gatuno closed T1000: Cannot use revoked subkeys for decription using a smartcard as Resolved.
Jul 20 2012, 11:46 PM · Too Old, scd, Debian, Bug Report, gnupg
werner added a comment to T1428: --fingerprint and --with-fingerprint create slightly different results.

The first example runs gpg on a file and displays what it sees in the file. The
--with-fingerprint only adds the fingerprint. The second example is a shortcut
for --list-keys --with-fingerprint and lists the keys known to gpg.

Given that running gpg on any file is not well defined; I would consider this a
minor bug. However, gpg 2.1 messes the output completely up and thus I need to
do something for it. But not for 1.4.

Jul 20 2012, 9:48 AM · gnupg (gpg21), Debian, Bug Report, gnupg
werner added a comment to T1000: Cannot use revoked subkeys for decription using a smartcard.

It was set to resolved in 2011 because I was not able to replicate it. Are you
now able to replicate the problem?

Jul 20 2012, 9:37 AM · Too Old, scd, Debian, Bug Report, gnupg
gatuno added a comment to T1394: man page documents some unsupported parameters.

Hi!

These options are going to be removed from the manpage?

Jul 20 2012, 12:54 AM · gnupg, Debian, Feature Request
gatuno added a comment to T1000: Cannot use revoked subkeys for decription using a smartcard.

Hi!

Is this bug solved? And if yes, in what version is resolved?

Jul 20 2012, 12:35 AM · Too Old, scd, Debian, Bug Report, gnupg
gatuno reopened T1000: Cannot use revoked subkeys for decription using a smartcard as "Open".
Jul 20 2012, 12:35 AM · Too Old, scd, Debian, Bug Report, gnupg

Jul 19 2012

dleidert added projects to T1428: --fingerprint and --with-fingerprint create slightly different results: gnupg, Bug Report, Debian.
Jul 19 2012, 11:48 PM · gnupg (gpg21), Debian, Bug Report, gnupg
dleidert set Version to 1.4.12 on T1428: --fingerprint and --with-fingerprint create slightly different results.
Jul 19 2012, 11:48 PM · gnupg (gpg21), Debian, Bug Report, gnupg

Jul 18 2012

werner added a project to T1414: Please add pkg-config support: Won't Fix.
Jul 18 2012, 2:37 PM · Won't Fix, gpgme, Debian, Feature Request
werner added a comment to T1414: Please add pkg-config support.

The gpgme-config scripts goes along with the gpgme.m4 code. A .pc file won't be
able to do what we can do with this combination.

Please disregard my stupid comments about GPA. I was on the wrong track.

Jul 18 2012, 2:37 PM · Won't Fix, gpgme, Debian, Feature Request
werner raised the priority of T1422: Improve misleading message when trying to decrypt a file without the public key available from Wishlist to Normal.
Jul 18 2012, 2:33 PM · Bug Report, gnupg, Debian
werner added a project to T1422: Improve misleading message when trying to decrypt a file without the public key available: Bug Report.
Jul 18 2012, 2:33 PM · Bug Report, gnupg, Debian
werner removed a project from T1422: Improve misleading message when trying to decrypt a file without the public key available: Feature Request.
Jul 18 2012, 2:33 PM · Bug Report, gnupg, Debian
werner added a comment to T1422: Improve misleading message when trying to decrypt a file without the public key available.

That is actually a bug.

Jul 18 2012, 2:33 PM · Bug Report, gnupg, Debian
werner added a comment to T1423: Description of 'key' command could be improved.

I will consider that for 2.1. Doing it for 1.4 will break all translations and
thus I don't belive it will be an improvement in the end.

Jul 18 2012, 2:31 PM · gnupg, Debian, Feature Request
werner closed T1425: Please default to 4096 bit keys for RSA as Resolved.
Jul 18 2012, 2:29 PM · gnupg, Debian, Feature Request, Won't Fix
werner added a project to T1425: Please default to 4096 bit keys for RSA: Won't Fix.
Jul 18 2012, 2:29 PM · gnupg, Debian, Feature Request, Won't Fix
werner added a comment to T1425: Please default to 4096 bit keys for RSA.

We don't see a reason for this. 2k is the current best practise. See the long
discussions on gnupg-users which pop up every few months.

Jul 18 2012, 2:29 PM · gnupg, Debian, Feature Request, Won't Fix
werner added a comment to T1424: gpg --quiet doesn't suppress messages "requesting key XXX ..." / noise on STDERR/STDOUT.

I need to verify this. It is possible that we do a keylisting while importing
keys and the keylisting prints to stdout. If that is the case, we can't change
it because gpgme and scripts may reply on it.

Using --quiet for --refresh-keys makse sens, though.

Jul 18 2012, 2:28 PM · gnupg, Debian, Feature Request
werner added a comment to T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call.

You mean there is a useless process running which should better be killed, right?

Jul 18 2012, 12:31 PM · gpgme, Bug Report, Debian

Jul 17 2012

dleidert renamed T1424: gpg --quiet doesn't suppress messages "requesting key XXX ..." / noise on STDERR/STDOUT from gpg --quiet doesn't suppress messages "requesting key XXX ..." to gpg --quiet doesn't suppress messages "requesting key XXX ..." / noise on STDERR/STDOUT.
Jul 17 2012, 8:26 PM · gnupg, Debian, Feature Request
dleidert added a comment to T1424: gpg --quiet doesn't suppress messages "requesting key XXX ..." / noise on STDERR/STDOUT.

Another user reported in this (I can verify it):

During a full refresh of the keyring, gpg seems to output all information
to STDERR and STDOUT. This makes it inconvenient to have a cron job to refresh
keys, because it can result in a very large and fairly useless mail.

Please ensure that normal output goes to STDOUT and errors and warnings to
STDERR so that problems aren't lost in the noise from this command.

Indeed some "normal" messages go to stderr and some warnings go to stdout.

Jul 17 2012, 8:25 PM · gnupg, Debian, Feature Request
dleidert added projects to T1425: Please default to 4096 bit keys for RSA: Feature Request, Debian, gnupg.
Jul 17 2012, 8:02 PM · gnupg, Debian, Feature Request, Won't Fix
dleidert set External Link to http://bugs.debian.org/611802 on T1424: gpg --quiet doesn't suppress messages "requesting key XXX ..." / noise on STDERR/STDOUT.
Jul 17 2012, 7:56 PM · gnupg, Debian, Feature Request
dleidert added projects to T1424: gpg --quiet doesn't suppress messages "requesting key XXX ..." / noise on STDERR/STDOUT: Feature Request, Debian, gnupg.
Jul 17 2012, 7:56 PM · gnupg, Debian, Feature Request
dleidert added projects to T1423: Description of 'key' command could be improved: Feature Request, Debian, gnupg.
Jul 17 2012, 12:02 AM · gnupg, Debian, Feature Request

Jul 16 2012

dleidert added projects to T1422: Improve misleading message when trying to decrypt a file without the public key available: Feature Request, Debian, gnupg.
Jul 16 2012, 11:51 PM · Bug Report, gnupg, Debian

Jul 13 2012

dleidert added projects to T1415: gpgme_cancel() does not stop gpg process from finishing asynchronous call: Debian, Bug Report, gpgme.
Jul 13 2012, 10:10 PM · gpgme, Bug Report, Debian
dleidert added a comment to T1414: Please add pkg-config support.

This won't add a dependency on pkg-config. The reporter requests, that you
ship a .pc file, so packages dependening on gpgme can use pkg-config to
determine compiler and linker flags when building against gpgme. There is no
request to make gpa use pkg-config.

Jul 13 2012, 2:39 PM · Won't Fix, gpgme, Debian, Feature Request
werner closed T1410: Update to gpa manual page as Resolved.
Jul 13 2012, 2:14 PM · Debian, Feature Request
werner added a comment to T1410: Update to gpa manual page.

Done. Thanks.

Jul 13 2012, 2:14 PM · Debian, Feature Request
werner added a comment to T1414: Please add pkg-config support.

In general I don't like pkg-config because it adds an extra dependecy above the
required libraries and introduces other problems. However, for GPA we already
have lot of dependencies and thus I would accept a patch.

Jul 13 2012, 1:53 PM · Won't Fix, gpgme, Debian, Feature Request

Jul 8 2012

dleidert added projects to T1414: Please add pkg-config support: Feature Request, Debian, gpgme.
Jul 8 2012, 7:55 PM · Won't Fix, gpgme, Debian, Feature Request

Jul 4 2012

dleidert set Version to 0.9.2 on T1410: Update to gpa manual page.
Jul 4 2012, 10:00 PM · Debian, Feature Request
dleidert set External Link to http://anonscm.debian.org/viewvc/pkg-gnupg/gpa/branches/experimental/debian/gpa.1?view=co on T1410: Update to gpa manual page.
Jul 4 2012, 10:00 PM · Debian, Feature Request
dleidert added projects to T1410: Update to gpa manual page: Feature Request, Debian.
Jul 4 2012, 10:00 PM · Debian, Feature Request

Mar 26 2012

werner added a comment to T1276: Typos in German translation.

Fixed for 2.0.19 (8b9fb19).

Mar 26 2012, 2:41 PM · Documentation, gnupg (gpg14), Debian, Bug Report, gnupg
werner added projects to T1276: Typos in German translation: gnupg (gpg14), Documentation.
Mar 26 2012, 2:41 PM · Documentation, gnupg (gpg14), Debian, Bug Report, gnupg
werner closed T1393: small correction for gpg manpage on default-cert-level as Resolved.
Mar 26 2012, 2:33 PM · Debian, Bug Report, gnupg
werner added a comment to T1393: small correction for gpg manpage on default-cert-level.

Fixed in GIT master (0ad03d2). Will go into future releases of all branches.

Mar 26 2012, 2:33 PM · Debian, Bug Report, gnupg

Feb 20 2012

thijs set Version to 1.4.12 on T1394: man page documents some unsupported parameters.
Feb 20 2012, 10:03 PM · gnupg, Debian, Feature Request
thijs added projects to T1394: man page documents some unsupported parameters: Feature Request, Debian, gnupg.
Feb 20 2012, 10:03 PM · gnupg, Debian, Feature Request
thijs added projects to T1393: small correction for gpg manpage on default-cert-level: gnupg, Bug Report, Debian.
Feb 20 2012, 9:58 PM · Debian, Bug Report, gnupg

Dec 12 2011

werner added a comment to T1131: Typos/misspelled words.

Fixed in commit 1ce38d7

Dec 12 2011, 10:26 AM · Debian, Bug Report, gpa
werner closed T1131: Typos/misspelled words as Resolved.
Dec 12 2011, 10:26 AM · Debian, Bug Report, gpa

Oct 16 2011

eric_kuroneko.ca added projects to T1377: gpg-agent ignores default-cache-ttl-ssh: gpgagent, gnupg, Bug Report, Debian.
Oct 16 2011, 8:37 AM · Not A Bug, Debian, gnupg, gpgagent
eric_kuroneko.ca set Version to 2.0.18 on T1377: gpg-agent ignores default-cache-ttl-ssh.
Oct 16 2011, 8:37 AM · Not A Bug, Debian, gnupg, gpgagent

Jul 1 2011

werner added a project to T1000: Cannot use revoked subkeys for decription using a smartcard: Too Old.
Jul 1 2011, 12:10 PM · Too Old, scd, Debian, Bug Report, gnupg