Page MenuHome GnuPG
Feed All Stories

Jul 22 2009

schot added projects to T1093: various typos in documentation: Feature Request, gnupg.
Jul 22 2009, 1:19 PM · gnupg, Feature Request
schot added a comment to T1093: various typos in documentation.

D101: 236_doc-fixes.diff

Jul 22 2009, 1:19 PM · gnupg, Feature Request
schot set Version to 2.0.13-svn5088 on T1093: various typos in documentation.
Jul 22 2009, 1:19 PM · gnupg, Feature Request
werner closed T1028: GnuPG accessed from > 1 PC sumultaneously as Resolved.
Jul 22 2009, 11:21 AM · Bug Report, gnupg
werner added a comment to T929: --fix-trustdb not implemented for a long time, but recommended.

No, --fix-trustdb is a hidden command and may get a new life in the future.

Jul 22 2009, 11:19 AM · kks, Bug Report, gnupg
bernhard added a comment to T929: --fix-trustdb not implemented for a long time, but recommended.

Thanks for the change, I will check it out.
Did you consider removing the option --fix-trustdb
if you do not intend to implement it?
I would consider removal to be good, if the warning
is all what people get in the foreseeable future.
The existance of the options assumes that there is code
to do the fixing behind it.

Jul 22 2009, 10:58 AM · kks, Bug Report, gnupg
werner added a project to T929: --fix-trustdb not implemented for a long time, but recommended: Restricted Project.
Jul 22 2009, 10:35 AM · kks, Bug Report, gnupg
werner added a comment to T929: --fix-trustdb not implemented for a long time, but recommended.

Fixed in svn 5087.

Jul 22 2009, 10:35 AM · kks, Bug Report, gnupg

Jul 21 2009

bernhard renamed T929: --fix-trustdb not implemented for a long time, but recommended from --fix-trustdb not implemented for a long time to --fix-trustdb not implemented for a long time, but recommended.
Jul 21 2009, 10:27 PM · kks, Bug Report, gnupg
bernhard changed Version from 1.4.9 to 2.0.12 on T929: --fix-trustdb not implemented for a long time, but recommended.
Jul 21 2009, 10:26 PM · kks, Bug Report, gnupg
bernhard removed Due Date on T929: --fix-trustdb not implemented for a long time, but recommended.
Jul 21 2009, 10:26 PM · kks, Bug Report, gnupg
bernhard removed projects from T929: --fix-trustdb not implemented for a long time, but recommended: Stalled, Feature Request.
Jul 21 2009, 10:26 PM · kks, Bug Report, gnupg
bernhard added projects to T929: --fix-trustdb not implemented for a long time, but recommended: Bug Report, kks.
Jul 21 2009, 10:26 PM · kks, Bug Report, gnupg
bernhard added a comment to T929: --fix-trustdb not implemented for a long time, but recommended.

An admin saw this suggestion in front of a user and got annoyed
that the recommendation

"the trustdb is corrupted; please run \"gpg --fix-trustdb\".\n") );

in tdbio_invalid(void) gnupg-2.0.12 did not work.

Jul 21 2009, 10:26 PM · kks, Bug Report, gnupg
bernhard reassigned T929: --fix-trustdb not implemented for a long time, but recommended from gnupg-hackers to werner.
Jul 21 2009, 10:26 PM · kks, Bug Report, gnupg
werner added a comment to T1088: v2 smartcard fails to generate any pgp keys (BSD).

Are you still using the 4040?

Jul 21 2009, 1:54 PM · Info Needed, Bug Report, Not A Bug, gnupg

Jul 20 2009

johans added a comment to T1088: v2 smartcard fails to generate any pgp keys (BSD).

Werner Koch via BTS wrote:

If that all does not help, a log file from gpg-agent would be useful.
Required options gpg-agent.conf are the log-file and "debug 1024".

Jul 20 2009, 8:25 PM · Info Needed, Bug Report, Not A Bug, gnupg
werner closed T1092: Bad FTP Links as Resolved.
Jul 20 2009, 7:42 PM · Bug Report, Not A Bug, gpgweb
werner added a comment to T1092: Bad FTP Links.

Okay, okay, I remove the "pub/".

Jul 20 2009, 7:42 PM · Bug Report, Not A Bug, gpgweb
werner reopened T1092: Bad FTP Links as "Open".
Jul 20 2009, 7:42 PM · Bug Report, Not A Bug, gpgweb
werner closed T1092: Bad FTP Links as Resolved.
Jul 20 2009, 7:39 PM · Bug Report, Not A Bug, gpgweb
skavoovie reopened T1092: Bad FTP Links as "Open".
Jul 20 2009, 5:50 PM · Bug Report, Not A Bug, gpgweb
skavoovie added a comment to T1092: Bad FTP Links.

Then why is it referenced in multiple locations in the GnuPG website?!

Jul 20 2009, 5:50 PM · Bug Report, Not A Bug, gpgweb
werner added a project to T999: dirmngr sometimes hangs (rt#5740): Restricted Project.
Jul 20 2009, 5:37 PM · kks, dirmngr, Bug Report
werner added a comment to T999: dirmngr sometimes hangs (rt#5740).

I guess I found it. The process was simply leaking file descriptors during the
LOOKUP commands. This should explain the hangings we noticed by some folks.
The fix is in svn rev 318. It boils down to this little patch:

Jul 20 2009, 5:36 PM · kks, dirmngr, Bug Report
bernhard added a comment to T999: dirmngr sometimes hangs (rt#5740).

I have an strace log for the time before the kill, it is quite boring only
4130804 lines of
2951 select(10, [9], NULL, NULL, {0, 0}) = 1 (in [9], left {0, 0})
2951 read(9, ""..., 8192) = 0
2951 fcntl64(9, F_GETFL) = 0x2 (flags O_RDWR)
2951 fcntl64(9, F_GETFL) = 0x2 (flags O_RDWR)
2951 select(10, [9], NULL, NULL, {0, 0}) = 1 (in [9], left {0, 0})
2951 read(9, ""..., 8192) = 0
2951 fcntl64(9, F_GETFL) = 0x2 (flags O_RDWR)
2951 fcntl64(9, F_GETFL) = 0x2 (flags O_RDWR)
2951 select(10, [9], NULL, NULL, {0, 0}) = 1 (in [9], left {0, 0})
2951 read(9, ""..., 8192) = 0
2951 fcntl64(9, F_GETFL) = 0x2 (flags O_RDWR)
2951 fcntl64(9, F_GETFL) = 0x2 (flags O_RDWR)

Jul 20 2009, 12:44 PM · dirmngr, kks, Bug Report
werner added a project to T1091: gpg2 --expert --gen-key doesn't allow Elgamal > 3072: backport.
Jul 20 2009, 11:54 AM · Bug Report, gnupg
werner added a project to T1091: gpg2 --expert --gen-key doesn't allow Elgamal > 3072: Restricted Project.
Jul 20 2009, 11:54 AM · Bug Report, gnupg
werner added a comment to T1091: gpg2 --expert --gen-key doesn't allow Elgamal > 3072.

Fixed in svn 5083. Will be backported to 1.4 if needed.
Thanks.

Jul 20 2009, 11:54 AM · Bug Report, gnupg
werner removed a project from T1090: Using --send-keys without key should exit with an error or print warning: In Progress.
Jul 20 2009, 11:35 AM · Ubuntu, gnupg, Feature Request
werner added a comment to T1090: Using --send-keys without key should exit with an error or print warning.

Done for 2.0 in svn r5082; will also be packaged with gnupg 1.4.10.

Jul 20 2009, 11:35 AM · Ubuntu, gnupg, Feature Request
werner closed T1090: Using --send-keys without key should exit with an error or print warning as Resolved.
Jul 20 2009, 11:35 AM · Ubuntu, gnupg, Feature Request
werner added a comment to T1090: Using --send-keys without key should exit with an error or print warning.

We can't print an error message because that would let gpg treturn with an error
code and lead to problesm with scripts which assume the current way of doing
things. A warning is possible but Unix tools generally don't do that.

Jul 20 2009, 11:31 AM · Ubuntu, gnupg, Feature Request
werner added a project to T1090: Using --send-keys without key should exit with an error or print warning: In Progress.
Jul 20 2009, 11:31 AM · Ubuntu, gnupg, Feature Request
werner added a comment to T1092: Bad FTP Links.

Obviously you found that software thus I don't see a problem. ftp.gnupg.dk is
not related to gnupg.org in any way.

Jul 20 2009, 11:29 AM · Bug Report, Not A Bug, gpgweb
werner closed T1092: Bad FTP Links as Resolved.
Jul 20 2009, 11:29 AM · Bug Report, Not A Bug, gpgweb
werner added a project to T1092: Bad FTP Links: Not A Bug.
Jul 20 2009, 11:29 AM · Bug Report, Not A Bug, gpgweb
bernhard renamed T999: dirmngr sometimes hangs (rt#5740) from dirmngr ldap doesn't timeout when using ldap proxy to dirmngr ldap doesn't timeout when using ldap proxy (rt#5740).
Jul 20 2009, 11:04 AM · dirmngr, kks, Bug Report
bernhard added a comment to T999: dirmngr sometimes hangs (rt#5740).

New log with svn rev 313 send to Werner on friday. The user had killed dirmngr.
(I am putting the internal reference in the topic.)

Jul 20 2009, 11:04 AM · dirmngr, kks, Bug Report

Jul 18 2009

schot added a comment to T1091: gpg2 --expert --gen-key doesn't allow Elgamal > 3072.

D100: 235_issue1091.diff

Jul 18 2009, 12:12 PM · Bug Report, gnupg
schot added a comment to T1091: gpg2 --expert --gen-key doesn't allow Elgamal > 3072.

I looked at the source code and believe to have found the problem. Attached is a
diff against the latest svn that fixes this issue.

Jul 18 2009, 12:12 PM · Bug Report, gnupg

Jul 17 2009

johans added a comment to T1088: v2 smartcard fails to generate any pgp keys (BSD).

Werner Koch via BTS wrote:

Are you sure that you are using the latest gpg-agent;

Jul 17 2009, 9:29 PM · Info Needed, Bug Report, Not A Bug, gnupg
skavoovie added projects to T1092: Bad FTP Links: gpgweb, Bug Report.
Jul 17 2009, 7:08 PM · Bug Report, Not A Bug, gpgweb
schot set Version to 2.0.12 on T1091: gpg2 --expert --gen-key doesn't allow Elgamal > 3072.
Jul 17 2009, 4:03 PM · Bug Report, gnupg
schot added projects to T1091: gpg2 --expert --gen-key doesn't allow Elgamal > 3072: gnupg, Bug Report.
Jul 17 2009, 4:03 PM · Bug Report, gnupg
dleidert set Version to 1.4.9 on T1090: Using --send-keys without key should exit with an error or print warning.
Jul 17 2009, 11:12 AM · Ubuntu, gnupg, Feature Request
dleidert added projects to T1090: Using --send-keys without key should exit with an error or print warning: Feature Request, gnupg, Ubuntu.
Jul 17 2009, 11:12 AM · Ubuntu, gnupg, Feature Request
dleidert set External Link to https://bugs.launchpad.net/bugs/389694 on T1090: Using --send-keys without key should exit with an error or print warning.
Jul 17 2009, 11:12 AM · Ubuntu, gnupg, Feature Request
werner added a comment to T1088: v2 smartcard fails to generate any pgp keys (BSD).

Are you sure that you are using the latest gpg-agent; i./e. that which comes
with the SVN version of GnuPG? The easiest way to use a nwer gpg-agent trhan
one that is already running is by using

Jul 17 2009, 10:28 AM · Info Needed, Bug Report, Not A Bug, gnupg

Jul 16 2009

johans added a comment to T1088: v2 smartcard fails to generate any pgp keys (BSD).

Werner Koch via BTS wrote:

However, I reverse engineered the protocol used by the Windows driver
and figured out how that driver does it. The SVN version has a hack
which basically works. I tested the 4040 and it works in most cases.
The hack is not 100% reliable but I was able to generate and use keys.

Jul 16 2009, 9:16 PM · Info Needed, Bug Report, Not A Bug, gnupg
werner added a comment to T1089: Please store requests in a cache to avoid sending out duplicate requests (mailto: interface).

For obvious reasons the mailto scheme is not very useful. It is not even build
by default; you have to use ./configure --enabe-mailto. OTOH, I see that a way
to batch up keys for later retrieval is a nice feature - it should hwoever not
be limited to the mailto scheme.

Jul 16 2009, 3:11 PM · gnupg (gpg23), gnupg, Debian, Feature Request
dleidert renamed T1089: Please store requests in a cache to avoid sending out duplicate requests (mailto: interface) from store requests in a cache to Please store requests in a cache to avoid sending out duplicate requests (mailto: interface).
Jul 16 2009, 12:29 PM · gnupg (gpg23), gnupg, Debian, Feature Request
dleidert set External Link to http://bugs.debian.org/454741 on T1089: Please store requests in a cache to avoid sending out duplicate requests (mailto: interface).
Jul 16 2009, 12:28 PM · gnupg (gpg23), gnupg, Debian, Feature Request
dleidert set Version to 1.4.9 on T1089: Please store requests in a cache to avoid sending out duplicate requests (mailto: interface).
Jul 16 2009, 12:28 PM · gnupg (gpg23), gnupg, Debian, Feature Request
dleidert added projects to T1089: Please store requests in a cache to avoid sending out duplicate requests (mailto: interface): Feature Request, Debian, gnupg.
Jul 16 2009, 12:28 PM · gnupg (gpg23), gnupg, Debian, Feature Request
werner added a project to T1088: v2 smartcard fails to generate any pgp keys (BSD): Not A Bug.
Jul 16 2009, 8:44 AM · Info Needed, Bug Report, Not A Bug, gnupg
werner added a comment to T1088: v2 smartcard fails to generate any pgp keys (BSD).

Sorry, Omnikey based readers are broken for keys >= ~ 2048 bit. See
http://pcsclite.alioth.debian.org/ccid_extended_apdu.html . The 4040 might not
be listed but it uses the same chip and doesn't work either.

Jul 16 2009, 8:44 AM · Info Needed, Bug Report, Not A Bug, gnupg
werner added a project to T1087: Internationalized Domain Names (IDN) in UID: not a valid email address: Restricted Project.
Jul 16 2009, 8:33 AM · gnupg, Debian, Feature Request
werner removed a project from T1087: Internationalized Domain Names (IDN) in UID: not a valid email address: In Progress.
Jul 16 2009, 8:33 AM · gnupg, Debian, Feature Request
werner added a project to T1087: Internationalized Domain Names (IDN) in UID: not a valid email address: In Progress.
Jul 16 2009, 8:29 AM · gnupg, Debian, Feature Request
werner added a comment to T1087: Internationalized Domain Names (IDN) in UID: not a valid email address.

UID are expected to be UTF-8, IDN conversion should be done by the MUA.

Jul 16 2009, 8:29 AM · gnupg, Debian, Feature Request

Jul 15 2009

johans set Version to 2.0.12 on T1088: v2 smartcard fails to generate any pgp keys (BSD).
Jul 15 2009, 11:50 PM · Info Needed, Bug Report, gnupg, Not A Bug
johans added projects to T1088: v2 smartcard fails to generate any pgp keys (BSD): gnupg, Bug Report.
Jul 15 2009, 11:50 PM · Info Needed, Bug Report, gnupg, Not A Bug
dleidert set Version to 1.4.9 on T1087: Internationalized Domain Names (IDN) in UID: not a valid email address.
Jul 15 2009, 1:39 PM · gnupg, Debian, Feature Request
dleidert set External Link to http://bugs.debian.org/537122 on T1087: Internationalized Domain Names (IDN) in UID: not a valid email address.
Jul 15 2009, 1:39 PM · gnupg, Debian, Feature Request
dleidert added projects to T1087: Internationalized Domain Names (IDN) in UID: not a valid email address: Feature Request, Debian, gnupg.
Jul 15 2009, 1:39 PM · gnupg, Debian, Feature Request

Jul 14 2009

werner added a project to T1086: German translation: non-revocable != nicht-exportfähig: Restricted Project.
Jul 14 2009, 10:01 PM · Debian, Bug Report, gnupg
werner added a comment to T1086: German translation: non-revocable != nicht-exportfähig.

Already fixed in my working copy. Will be commited with other translation
changes later the week.

Jul 14 2009, 10:01 PM · Debian, Bug Report, gnupg
dleidert added projects to T1086: German translation: non-revocable != nicht-exportfähig: gnupg, Bug Report, Debian.
Jul 14 2009, 12:19 AM · Debian, Bug Report, gnupg
dleidert set External Link to http://bugs.debian.org/536827 on T1086: German translation: non-revocable != nicht-exportfähig.
Jul 14 2009, 12:19 AM · Debian, Bug Report, gnupg
dleidert set Version to 1.4.9 on T1086: German translation: non-revocable != nicht-exportfähig.
Jul 14 2009, 12:19 AM · Debian, Bug Report, gnupg

Jul 13 2009

werner added a comment to T1085: Minor issues in Dutch translationregarding fully vs. ultimately.

Fixed in SVN. Thanks.

Jul 13 2009, 11:23 AM · Ubuntu, Bug Report, gnupg
werner closed T1085: Minor issues in Dutch translationregarding fully vs. ultimately as Resolved.
Jul 13 2009, 11:23 AM · Ubuntu, Bug Report, gnupg

Jul 10 2009

dleidert added projects to T1085: Minor issues in Dutch translationregarding fully vs. ultimately: gnupg, Bug Report, Ubuntu.
Jul 10 2009, 12:03 PM · Ubuntu, Bug Report, gnupg
dleidert set Version to 1.4.9 on T1085: Minor issues in Dutch translationregarding fully vs. ultimately.
Jul 10 2009, 12:03 PM · Ubuntu, Bug Report, gnupg
dleidert set External Link to https://bugs.launchpad.net/bugs/397395 on T1085: Minor issues in Dutch translationregarding fully vs. ultimately.
Jul 10 2009, 12:03 PM · Ubuntu, Bug Report, gnupg

Jul 9 2009

werner added a project to T811: t-gettime fail: Not A Bug.
Jul 9 2009, 4:40 PM · Not A Bug, Gentoo, Bug Report, gnupg
werner removed a project from T811: t-gettime fail: Stalled.
Jul 9 2009, 4:40 PM · Not A Bug, Gentoo, Bug Report, gnupg
werner closed T811: t-gettime fail as Resolved.
Jul 9 2009, 4:40 PM · Not A Bug, Gentoo, Bug Report, gnupg
werner added a comment to T811: t-gettime fail.

not a bug or - if at all - a bug in glibc. Further discussion please on the ML

Jul 9 2009, 4:40 PM · Not A Bug, Gentoo, Bug Report, gnupg
werner closed T1047: agent_send_all_options() sets wrong ttyname on input from STDIN as Resolved.
Jul 9 2009, 4:36 PM · Debian, Bug Report, Not A Bug, gnupg
werner added a project to T1033: Should lockfiles of 'probably dead' processes be removed?: Restricted Project.
Jul 9 2009, 4:36 PM · gnupg, Feature Request
werner added a comment to T1033: Should lockfiles of 'probably dead' processes be removed?.

Will be released with 1.4.10.

Jul 9 2009, 4:36 PM · gnupg, Feature Request
werner added a comment to T1028: GnuPG accessed from > 1 PC sumultaneously.

You can change the location of the keystore by cetting the environment variable
GNUPGHOME.

Jul 9 2009, 4:34 PM · Bug Report, gnupg
werner closed T1007: Configure script fails on size detection with '--enable-minimal' as Resolved.
Jul 9 2009, 4:29 PM · Bug Report, gnupg
werner closed T982: Bad key message when decrypting a message encrypted with a symmetric cipher as Resolved.
Jul 9 2009, 4:28 PM · Windows 32, Not A Bug, Windows, Bug Report, gnupg
werner changed Due Date from Jan 15 2009, 1:00 AM to Sep 30 2009, 2:00 AM on T926: gpgsm does not accept CA certificate w/o CRL.
Jul 9 2009, 4:27 PM · Too Old, S/MIME, gnupg
werner removed Due Date on T945: GNUPG does not emit key-capabilities or expiration dates when --list-secret-keys is used without arguments.
Jul 9 2009, 4:26 PM · Bug Report, gnupg
werner added a project to T945: GNUPG does not emit key-capabilities or expiration dates when --list-secret-keys is used without arguments: Stalled.
Jul 9 2009, 4:26 PM · Bug Report, gnupg
werner added a comment to T1072: gpg2 corrupts trustdb.gpg with debug output.

ping

Jul 9 2009, 4:25 PM · Bug Report, gnupg
werner added a comment to T1046: --quiet --passphrase ... outputs passphrase message.

The first part is not easy to fix and would require quite some rework. I don't
think this is justified.

Jul 9 2009, 4:24 PM · Won't Fix, Ubuntu, gnupg, Feature Request
werner added a project to T1068: Please document kbxutil: Won't Fix.
Jul 9 2009, 4:21 PM · Won't Fix, gnupg, Debian, Feature Request
werner closed T1068: Please document kbxutil as Resolved.
Jul 9 2009, 4:21 PM · Won't Fix, gnupg, Debian, Feature Request
werner added projects to T1073: [PATCH] fix confusing "Invalid character in name" message: Feature Request, Stalled.
Jul 9 2009, 4:19 PM · Feature Request, gnupg
werner removed a project from T1073: [PATCH] fix confusing "Invalid character in name" message: Bug Report.
Jul 9 2009, 4:19 PM · Feature Request, gnupg
werner added a comment to T1073: [PATCH] fix confusing "Invalid character in name" message.

Enter a "?" on the prompt and it will show you the valid characters.
We can't change this right now because this would break all translations.

Jul 9 2009, 4:19 PM · Feature Request, gnupg
werner lowered the priority of T1073: [PATCH] fix confusing "Invalid character in name" message from Normal to Wishlist.
Jul 9 2009, 4:19 PM · Feature Request, gnupg
werner closed T1078: Minor typo in translations of "Really move the primary key? (y/N) " as Resolved.
Jul 9 2009, 10:05 AM · Bug Report, gnupg
werner removed a project from T1078: Minor typo in translations of "Really move the primary key? (y/N) ": Restricted Project.
Jul 9 2009, 10:05 AM · Bug Report, gnupg
werner added a comment to T1078: Minor typo in translations of "Really move the primary key? (y/N) ".

Okay, I marked the zh_CN entry as fuzz.

Jul 9 2009, 10:05 AM · Bug Report, gnupg