Page MenuHome GnuPG
Feed All Stories

Dec 15 2009

dleidert added a comment to T1172: should document the --edit-key primary uid display format.

D118: 272_gpg.texi.patch

Dec 15 2009, 8:46 PM · gnupg, Debian, Feature Request
dleidert added projects to T1172: should document the --edit-key primary uid display format: Feature Request, Debian, gnupg.
Dec 15 2009, 8:46 PM · gnupg, Debian, Feature Request
dleidert set Version to 1.4.10 on T1172: should document the --edit-key primary uid display format.
Dec 15 2009, 8:46 PM · gnupg, Debian, Feature Request
werner added a comment to T1153: critical certificate extension 2.5.29.36 is not supported.

Implemented for dirmngr. That will go into dirmngr 1.1.0.

Dec 15 2009, 5:48 PM · gnupg, Feature Request
werner closed T1153: critical certificate extension 2.5.29.36 is not supported as Resolved.
Dec 15 2009, 5:48 PM · gnupg, Feature Request
werner removed a project from T1153: critical certificate extension 2.5.29.36 is not supported: In Progress.
Dec 15 2009, 5:48 PM · gnupg, Feature Request
werner added a project to T1169: gpg --no-default-keyring --keyring --verify fails after creation of the homedir (first run): Restricted Project.
Dec 15 2009, 9:53 AM · Debian, Bug Report, gnupg
werner removed a project from T1169: gpg --no-default-keyring --keyring --verify fails after creation of the homedir (first run): In Progress.
Dec 15 2009, 9:53 AM · Debian, Bug Report, gnupg
werner added a comment to T1169: gpg --no-default-keyring --keyring --verify fails after creation of the homedir (first run).

This patch fixes it for me. The problem is the order in that the home directory
is created. Usually it is done while creating a new keyring. Due to
--no-default-keyring no keyring is created and thus when we need to check the
trust the code there creates the directory and failed. I am not sure why I was
not able to replicate it yesterday.

Dec 15 2009, 9:53 AM · Debian, Bug Report, gnupg
werner added a comment to T1169: gpg --no-default-keyring --keyring --verify fails after creation of the homedir (first run).
  • g10/tdbio.c (revision 5221)

+++ g10/tdbio.c (working copy)
@@ -521,7 +521,8 @@

*p = 0;
if( access( fname, F_OK ) ) {
    try_make_homedir( fname );
  • log_fatal( _("%s: directory does not exist!\n"), fname );

+ if (access (fname, F_OK ))
+ log_fatal (_("%s: directory does not exist!\n"), fname);

}
*p = save_slash;
Dec 15 2009, 9:49 AM · Debian, Bug Report, gnupg
werner added a project to T1169: gpg --no-default-keyring --keyring --verify fails after creation of the homedir (first run): In Progress.
Dec 15 2009, 9:16 AM · Debian, Bug Report, gnupg
werner added a comment to T1169: gpg --no-default-keyring --keyring --verify fails after creation of the homedir (first run).

I don't understand the code either. I introduced it 10 years ago on Dec 4 when
I consolidated the make home directory logic. Obviously that code path was
never tested. The previous code called log_fatal only if the home directory
name did not end in ".gnupg". A simple fix would be to add another access test
after try_make_homedir.

Dec 15 2009, 9:16 AM · Debian, Bug Report, gnupg

Dec 14 2009

dleidert added a comment to T1169: gpg --no-default-keyring --keyring --verify fails after creation of the homedir (first run).

And the difference is made by the --no-default-keyring switch. Removing it from
the command makes it work too.

Dec 14 2009, 5:57 PM · Debian, Bug Report, gnupg
dleidert added a comment to T1169: gpg --no-default-keyring --keyring --verify fails after creation of the homedir (first run).

In g10/tdbio.c the code is:

Dec 14 2009, 5:52 PM · Debian, Bug Report, gnupg
dleidert added a comment to T1169: gpg --no-default-keyring --keyring --verify fails after creation of the homedir (first run).

Dec 14 2009, 5:27 PM · Debian, Bug Report, gnupg
dleidert added a comment to T1169: gpg --no-default-keyring --keyring --verify fails after creation of the homedir (first run).

It is reproducible here. But the result depends. First what you asked for:

Dec 14 2009, 5:27 PM · Debian, Bug Report, gnupg
werner added a comment to T1169: gpg --no-default-keyring --keyring --verify fails after creation of the homedir (first run).

Tested with gpg 1.4.8 and the current SVN versions of 1.4.x and 2.1.x.
All yield the same output.

Dec 14 2009, 9:55 AM · Debian, Bug Report, gnupg
werner added a comment to T1169: gpg --no-default-keyring --keyring --verify fails after creation of the homedir (first run).

Sorry, I can't replicate this:

Dec 14 2009, 9:48 AM · Debian, Bug Report, gnupg
werner added a project to T1170: Auto-download of imap messages..: Not A Bug.
Dec 14 2009, 9:29 AM · Bug Report, gpgol, Not A Bug
werner added a comment to T1170: Auto-download of imap messages...

Sorry, we can't do anything about it. This is pureley an Outlook problem.
GpgOL does not know anything about IMAP; all what we do is to use the MAPI
interface.

Dec 14 2009, 9:29 AM · Bug Report, gpgol, Not A Bug

Dec 13 2009

dleidert added a comment to T1171: Fails to build on SPARC64.

Sorry, you already fixed this. Closing myself.

Dec 13 2009, 3:01 PM · Debian, Bug Report, gnupg
dleidert closed T1171: Fails to build on SPARC64 as Resolved.
Dec 13 2009, 3:01 PM · Debian, Bug Report, gnupg
dleidert set Version to 1.4.10 on T1171: Fails to build on SPARC64.
Dec 13 2009, 2:57 PM · Debian, Bug Report, gnupg
dleidert set External Link to http://bugs.debian.org/560995 on T1171: Fails to build on SPARC64.
Dec 13 2009, 2:57 PM · Debian, Bug Report, gnupg
dleidert added projects to T1171: Fails to build on SPARC64: gnupg, Bug Report, Debian.
Dec 13 2009, 2:57 PM · Debian, Bug Report, gnupg

Dec 11 2009

mhassman added projects to T1170: Auto-download of imap messages..: gpgol, Bug Report.
Dec 11 2009, 6:58 PM · Bug Report, gpgol, Not A Bug
mhassman set Version to 1.0.1 on T1170: Auto-download of imap messages...
Dec 11 2009, 6:58 PM · Bug Report, gpgol, Not A Bug
werner removed a project from T992: libgcrypt-1.4.4 unconditionally replaces "-O" with "-O1", potentially breaking other $CFLAGS: Restricted Project.
Dec 11 2009, 5:03 PM · patch, Gentoo, libgcrypt, Bug Report
werner added a comment to T992: libgcrypt-1.4.4 unconditionally replaces "-O" with "-O1", potentially breaking other $CFLAGS.

will be in 1.4.5 to be released in a few minutes.

Dec 11 2009, 5:03 PM · patch, Gentoo, libgcrypt, Bug Report
werner closed T992: libgcrypt-1.4.4 unconditionally replaces "-O" with "-O1", potentially breaking other $CFLAGS as Resolved.
Dec 11 2009, 5:03 PM · patch, Gentoo, libgcrypt, Bug Report
dleidert set Version to 1.4.10 on T1169: gpg --no-default-keyring --keyring --verify fails after creation of the homedir (first run).
Dec 11 2009, 4:51 PM · Debian, Bug Report, gnupg
dleidert added projects to T1169: gpg --no-default-keyring --keyring --verify fails after creation of the homedir (first run): gnupg, Bug Report, Debian.
Dec 11 2009, 4:51 PM · Debian, Bug Report, gnupg
dleidert set External Link to http://bugs.debian.org/560692 on T1169: gpg --no-default-keyring --keyring --verify fails after creation of the homedir (first run).
Dec 11 2009, 4:51 PM · Debian, Bug Report, gnupg
werner closed T1075: please renew libtool as Resolved.
Dec 11 2009, 4:26 PM · libgcrypt, Feature Request, Won't Fix
werner removed a project from T1167: OS crash in slow_gatherer on Windows 2000: Restricted Project.
Dec 11 2009, 4:25 PM · Bug Report, libgcrypt
werner closed T1167: OS crash in slow_gatherer on Windows 2000 as Resolved.
Dec 11 2009, 4:25 PM · Bug Report, libgcrypt
werner added a comment to T1167: OS crash in slow_gatherer on Windows 2000.

According to the wrieshark tracker, this has been solved.
Fix will be in 1.4.5.

Dec 11 2009, 4:25 PM · Bug Report, libgcrypt
werner removed Due Date on T1168: User Agent Fails on Mac Open Directory Mounted Home Directories.
Dec 11 2009, 1:34 PM · Too Old, Info Needed, gnupg, Bug Report
werner added a project to T1168: User Agent Fails on Mac Open Directory Mounted Home Directories: gnupg.
Dec 11 2009, 1:34 PM · Too Old, Info Needed, gnupg, Bug Report
werner added a comment to T1168: User Agent Fails on Mac Open Directory Mounted Home Directories.

I assume you mean GnuPG 2.0.12. That version is no longer current. Please test
with the 2.0.13. I recall that we had a similar report on the mailing list
which was more detailed.

Dec 11 2009, 1:34 PM · Too Old, Info Needed, gnupg, Bug Report
werner added a comment to T1165: Manual page for GPA.

Applied (rev 1024). Thanks.

Dec 11 2009, 1:31 PM · gpa, Feature Request
werner closed T1165: Manual page for GPA as Resolved.
Dec 11 2009, 1:31 PM · gpa, Feature Request
gw1500se added a project to T1168: User Agent Fails on Mac Open Directory Mounted Home Directories: Bug Report.
Dec 11 2009, 1:20 PM · Too Old, Info Needed, gnupg, Bug Report
gw1500se set Due Date to Dec 11 2009, 1:00 AM on T1168: User Agent Fails on Mac Open Directory Mounted Home Directories.
Dec 11 2009, 1:20 PM · Too Old, Info Needed, gnupg, Bug Report
gw1500se set Version to 2.0.12 on T1168: User Agent Fails on Mac Open Directory Mounted Home Directories.
Dec 11 2009, 1:20 PM · Too Old, Info Needed, gnupg, Bug Report
gw1500se added a comment to T1168: User Agent Fails on Mac Open Directory Mounted Home Directories.

Dec 11 2009, 1:20 PM · Too Old, Info Needed, gnupg, Bug Report

Dec 10 2009

werner added a project to T992: libgcrypt-1.4.4 unconditionally replaces "-O" with "-O1", potentially breaking other $CFLAGS: Restricted Project.
Dec 10 2009, 5:08 PM · patch, Gentoo, libgcrypt, Bug Report
werner added a comment to T992: libgcrypt-1.4.4 unconditionally replaces "-O" with "-O1", potentially breaking other $CFLAGS.

Okay, for the development version I implemented a configure option
--disable-O-flag-munging
This is in the SVN trunk, rev 1415.
I believe that is the least intrusive change. Is it important for you; thus
shall I backport it to 1.4.5 which will be released in a few days?

Dec 10 2009, 5:08 PM · patch, Gentoo, libgcrypt, Bug Report
werner removed a project from T905: _gcry_mpih_rshift undefined: Stalled.
Dec 10 2009, 4:37 PM · Too Old, Assembler, Info Needed, Bug Report, libgcrypt
werner added a project to T905: _gcry_mpih_rshift undefined: Too Old.
Dec 10 2009, 4:37 PM · Too Old, Assembler, Info Needed, Bug Report, libgcrypt
werner closed T905: _gcry_mpih_rshift undefined as Resolved.
Dec 10 2009, 4:37 PM · Too Old, Assembler, Info Needed, Bug Report, libgcrypt
werner added a comment to T1154: While encrypting file getting error.

Sorry, this is not a help line.
Ask on the gcrypt-devel ML or get commercial support.

Dec 10 2009, 4:36 PM · libgcrypt
werner added a project to T1152: Problem compiling libgcrypt 1.4.4: Info Needed.
Dec 10 2009, 4:34 PM · Too Old, Info Needed, Bug Report, libgcrypt
werner added a comment to T1152: Problem compiling libgcrypt 1.4.4.

A bit more of context is required. OS, CPU, libc version, etc.

Dec 10 2009, 4:34 PM · Too Old, Info Needed, Bug Report, libgcrypt
werner added a comment to T983: unaligned access in CTR mode.

I have implemented the mentioned checks for CTR in libgcrypt trunk, rev 1414.

Dec 10 2009, 4:32 PM · Bug Report, libgcrypt
werner closed T983: unaligned access in CTR mode as Resolved.
Dec 10 2009, 4:32 PM · Bug Report, libgcrypt
werner removed Due Date on T983: unaligned access in CTR mode.
Dec 10 2009, 4:32 PM · Bug Report, libgcrypt
dleidert reopened T1165: Manual page for GPA as "Open".
Dec 10 2009, 3:48 PM · gpa, Feature Request
dleidert added a comment to T1165: Manual page for GPA.

D117: 269_diff

Dec 10 2009, 3:48 PM · gpa, Feature Request
dleidert added a comment to T1165: Manual page for GPA.

Please find a minor patch attached. It fixes the formatting of the headline
(command should be all-uppercase). It further introduces a few formatting
requests (e.g. don't hyphenate the filename or the reference to gtk-options.

Dec 10 2009, 3:48 PM · gpa, Feature Request
werner added a comment to T1153: critical certificate extension 2.5.29.36 is not supported.

Commited to 2.0 and trunk, rev. 5224.
Now for dirmngr.

Dec 10 2009, 12:39 PM · gnupg, Feature Request
werner added a project to T1153: critical certificate extension 2.5.29.36 is not supported: In Progress.
Dec 10 2009, 12:39 PM · gnupg, Feature Request
werner added a comment to T1153: critical certificate extension 2.5.29.36 is not supported.

Okay, I implemented that for gpgsm:

Dec 10 2009, 12:15 PM · gnupg, Feature Request
werner added a comment to T1166: Connecting once-per-key for keys with keyserver preference vs server violate reconnection limit.

That is a hard to fix problem. We don't have the infrastructure to merge
keyserver requests. Adding this to gpg will be quite some work. A tentative
plan to implement this would require a local daemon to cache requests (e.g.
enhancing dirmngr) and to rework gpg to allow for asynchronous updates.

Dec 10 2009, 11:33 AM · Ubuntu, gnupg, Feature Request
werner added a comment to T1167: OS crash in slow_gatherer on Windows 2000.

As suggested I have excluded the ID 17 on W2000 systems. I never had this
problem on my W2000 system, so I can't test whether this is sufficient. Please
try the test dll at:

Dec 10 2009, 11:24 AM · Bug Report, libgcrypt
werner added a project to T1167: OS crash in slow_gatherer on Windows 2000: Restricted Project.
Dec 10 2009, 11:24 AM · Bug Report, libgcrypt
michelinux added a comment to T1153: critical certificate extension 2.5.29.36 is not supported.

Dear Mr. Koch,

Dec 10 2009, 12:50 AM · gnupg, Feature Request

Dec 8 2009

gerald.combs set Version to 1.4.4 on T1167: OS crash in slow_gatherer on Windows 2000.
Dec 8 2009, 7:14 PM · Bug Report, libgcrypt
gerald.combs set External Link to https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3270 on T1167: OS crash in slow_gatherer on Windows 2000.
Dec 8 2009, 7:14 PM · Bug Report, libgcrypt
gerald.combs added projects to T1167: OS crash in slow_gatherer on Windows 2000: libgcrypt, Bug Report.
Dec 8 2009, 7:14 PM · Bug Report, libgcrypt
dleidert added a comment to T1166: Connecting once-per-key for keys with keyserver preference vs server violate reconnection limit.

From my investigation the only workaround seems to be the no-honor-keyserver-url
option. What I could imagine is, to test, if the given keyserver pref of a key
is equal to the specified preferred keyserver and delay this key processing and
process it with all other keys without keyserver prefs. However this won't solve
the problem completely, as all other keys would still be processed one after the
other (which BTW sounds reasonable to me).

Dec 8 2009, 6:37 PM · Ubuntu, gnupg, Feature Request
dleidert added projects to T1166: Connecting once-per-key for keys with keyserver preference vs server violate reconnection limit: Feature Request, gnupg, Ubuntu.
Dec 8 2009, 6:31 PM · Ubuntu, gnupg, Feature Request
dleidert set Version to 1.4.10, 2.0.* on T1166: Connecting once-per-key for keys with keyserver preference vs server violate reconnection limit.
Dec 8 2009, 6:31 PM · Ubuntu, gnupg, Feature Request
dleidert set External Link to https://bugs.launchpad.net/bugs/494017 on T1166: Connecting once-per-key for keys with keyserver preference vs server violate reconnection limit.
Dec 8 2009, 6:31 PM · Ubuntu, gnupg, Feature Request
werner added a comment to T1165: Manual page for GPA.

Thanks. Commited to the SVN -r 1023.

Dec 8 2009, 6:23 PM · gpa, Feature Request
werner closed T1165: Manual page for GPA as Resolved.
Dec 8 2009, 6:23 PM · gpa, Feature Request

Dec 6 2009

dleidert added a comment to T1165: Manual page for GPA.

After talking to Arthur, the author of the manual page, the manual page is
provided under the GNU General Public license version 2 or (at your option) any
later version.

Dec 6 2009, 2:53 PM · gpa, Feature Request
dleidert added projects to T1165: Manual page for GPA: Feature Request, gpa.
Dec 6 2009, 1:36 PM · gpa, Feature Request
dleidert added a comment to T1165: Manual page for GPA.

Dec 6 2009, 1:36 PM · gpa, Feature Request
dleidert set Version to 0.9.0 on T1165: Manual page for GPA.
Dec 6 2009, 1:36 PM · gpa, Feature Request

Dec 4 2009

werner added a comment to T1153: critical certificate extension 2.5.29.36 is not supported.

Well, it will be some work to parse the description of policyConstraints and
policyMappings and see who it fits into the GnuPG system.

Dec 4 2009, 4:07 PM · gnupg, Feature Request
werner lowered the priority of T1128: gpg should detect ambigious keys specifications from Normal to Wishlist.
Dec 4 2009, 3:58 PM · Feature Request, Debian, gnupg
werner added a project to T1128: gpg should detect ambigious keys specifications: Feature Request.
Dec 4 2009, 3:58 PM · Feature Request, Debian, gnupg
werner added a comment to T1128: gpg should detect ambigious keys specifications.

I don't think this is a proper solution. --default-key has the same problem as
--local-user. What we can do is to fail if a key has been specified in a
non-unique way. Selecting one by chance is a Bad Thing.

Dec 4 2009, 3:58 PM · Feature Request, Debian, gnupg
werner removed a project from T1128: gpg should detect ambigious keys specifications: Bug Report.
Dec 4 2009, 3:58 PM · Feature Request, Debian, gnupg
werner added a comment to T1129: Should cope better with read-only keyrings.

These bug reports are sometimes mixing two different issues: The
debian-keyring and r/o keyrings for other purposes.

Dec 4 2009, 3:36 PM · Stalled, gnupg, Debian, Feature Request
werner closed T1144: Czech translation update for gnupg-2 r5164 as Resolved.
Dec 4 2009, 3:07 PM · gnupg, Feature Request
werner added a comment to T1144: Czech translation update for gnupg-2 r5164.

Thanks. Commited to branches/STABLE-BRANCH-2-0/.

Dec 4 2009, 3:07 PM · gnupg, Feature Request
Robert.Dahlem added a comment to T1155: Solaris 8: estream-printf.c:52:21: stdint.h: No such file or directory.

Requested information has been sent by e-mail.

Dec 4 2009, 12:59 PM · Bug Report, gnupg
werner added a project to T1164: gpg2 on Windows - wrong status-fd output for ATTRIBUTE: Restricted Project.
Dec 4 2009, 11:27 AM · Bug Report
werner added a comment to T1164: gpg2 on Windows - wrong status-fd output for ATTRIBUTE.

That is a funny bug. Well not really funny but hard to believe if you don't
consider some of the patches we apply in gpg4win. In gpg4win 2.0.1 is a patch
which adds 2 addtional status code macros. The patch obviously patches the
sources (common/status.h). The patch then triggers a make rule to rebuild
status-codes.h from status.h. Due to the vpath build and a bug in the makefile
we end up with two status-codes.h files. This explains why we have two ideas of
the STATUS_ATTRIBUTE macro's value, which are off by 2.

Dec 4 2009, 11:27 AM · Bug Report

Dec 3 2009

patrick added a comment to T1164: gpg2 on Windows - wrong status-fd output for ATTRIBUTE.

yes, it's the official binary release from ftp.gpg4win.org.

Dec 3 2009, 10:54 AM · Bug Report
werner added a project to T1161: gpg messes with /var/run/utmp?: Info Needed.
Dec 3 2009, 10:02 AM · Bug Report, gnupg, Not A Bug
werner added a comment to T1164: gpg2 on Windows - wrong status-fd output for ATTRIBUTE.

PLease do a gpg --version which gives teh exact version number of the binary you
are actually using. Is that the gpg4win downloaded from ftp.gpg4win.org?

Dec 3 2009, 10:01 AM · Bug Report
werner added a project to T1155: Solaris 8: estream-printf.c:52:21: stdint.h: No such file or directory: Info Needed.
Dec 3 2009, 10:00 AM · Bug Report, gnupg
werner added a comment to T1155: Solaris 8: estream-printf.c:52:21: stdint.h: No such file or directory.

Forget my previous comment. All checks should be there. Can you please send me
your config.log file by PM (wk at gnupg.org)?

Dec 3 2009, 10:00 AM · Bug Report, gnupg
werner added a comment to T1155: Solaris 8: estream-printf.c:52:21: stdint.h: No such file or directory.

estream-printf has been taken from gnupg 2.0 which includes the required macros
due to a side effect of using otehr gnulib functions. I missed to add the
required tests.

Dec 3 2009, 9:51 AM · Bug Report, gnupg
patrick added a comment to T1164: gpg2 on Windows - wrong status-fd output for ATTRIBUTE.

That's gpg2 2.0.12, installed as part of gpg4win 2.0.1 (binary version installed).

Dec 3 2009, 9:00 AM · Bug Report

Dec 2 2009

werner added a comment to T1163: trustlist is not used at all on some platforms.

Aihhh. The failure mode depends on the malloc implementation. We are only
shrinking memory and thus some implementations simply return the same pointer.
Obviously not in BSD.

Dec 2 2009, 6:43 PM · gpgagent, Bug Report, gnupg, patch
werner closed T1163: trustlist is not used at all on some platforms as Resolved.
Dec 2 2009, 6:43 PM · gpgagent, Bug Report, gnupg, patch