Page MenuHome GnuPG
Feed Advanced Search

Nov 19 2014

aheinecke changed Version from 0.9.4 to master on T1751: GPA crash on Ubuntu with "Unsupported certificate".
Nov 19 2014, 4:03 PM · Ubuntu, Bug Report, gpa

Nov 7 2014

werner added a comment to T1174: Clipboard decryption error, encoding issue.

Indeed this has probably been fixed some time ago and the fix is on
0.9.5. But testing again would be useful.

commit d3f20e7883f2fb9e52e487fd516bdc7b9bc695ed
Author: Werner Koch <wk@gnupg.org>
Date: Fri Aug 16 15:18:57 2013 +0200

    w32: Fix crash due to bad conversions of utf-8 in the clipboard.

    * src/gpgmetools.c (dos_to_unix): Remove.  Remove all calls.
    (dump_data_to_clipboard): Return an error code instead of calling
    exit.
    * src/gpaexportclipop.c
    (gpa_export_clipboard_operation_complete_export): Print success
    message only on success.
    --

    The removal of dos_to_unix is possible due to the patch
    https://bugzilla.gnome.org/show_bug.cgi?id=649390 which will go into
    the next Gtk+ 2.24 version.dos_to_unix was anyway not correct because
    it scanned for an embedded nul but it is not guaranteed that it is
    always called with one.

    The other patch which will be helpful is:
    https://bugzilla.gnome.org/show_bug.cgi?id=696232
    (g_utf8_to_utf16() is not guaranteed to succeed. Check the error and
     return if it failed.)

    Gpg4win uses both patches.

    GnuPG-bug-id: 1525
Nov 7 2014, 8:09 AM · Bug Report, gpa
werner added a comment to T1751: GPA crash on Ubuntu with "Unsupported certificate".

This is likely fixed in 0.9.5 release Sep 1.

Nov 7 2014, 8:03 AM · Ubuntu, Bug Report, gpa

Nov 6 2014

bernhard added projects to T1751: GPA crash on Ubuntu with "Unsupported certificate": gpa, Bug Report, Ubuntu.
Nov 6 2014, 4:41 PM · Ubuntu, Bug Report, gpa
bernhard set Version to 0.9.4 on T1751: GPA crash on Ubuntu with "Unsupported certificate".
Nov 6 2014, 4:41 PM · Ubuntu, Bug Report, gpa
bernhard updated subscribers of T1751: GPA crash on Ubuntu with "Unsupported certificate".
Nov 6 2014, 4:41 PM · Ubuntu, Bug Report, gpa
bernhard updated subscribers of T1174: Clipboard decryption error, encoding issue.
Nov 6 2014, 4:38 PM · Bug Report, gpa
bernhard placed T1174: Clipboard decryption error, encoding issue up for grabs.
Nov 6 2014, 4:38 PM · Bug Report, gpa
bernhard renamed T1174: Clipboard decryption error, encoding issue from Clipboard decryption error to Clipboard decryption error, encoding issue.
Nov 6 2014, 4:38 PM · Bug Report, gpa
bernhard added a comment to T1174: Clipboard decryption error, encoding issue.

Probably needs a retest with gpa 0.9.5

Nov 6 2014, 4:38 PM · Bug Report, gpa
bernhard added a comment to T1568: General Error: Library Returned Unexpected Error.

Hi thanks for the report and for trying gpa!

Could you try Gpg4win 2.2.2 (or the version 2.2.3 if it is release).
Thanks!

Nov 6 2014, 4:36 PM · Info Needed, Bug Report, gpa, gpg4win

Jun 16 2014

werner added projects to T1654: Add group aliases to key listings: Feature Request, gpa.
Jun 16 2014, 8:36 AM · gpa, Feature Request

May 15 2014

werner closed T1637: Let gpa detect detached *.asc signatures as Resolved.
May 15 2014, 5:51 PM · gpa, Bug Report
werner added a comment to T1637: Let gpa detect detached *.asc signatures.

Meanwhile there are a couple of other fixes in GPA.
It might be useful to do a release soon.

May 15 2014, 5:51 PM · gpa, Bug Report

May 12 2014

fk added a comment to T1637: Let gpa detect detached *.asc signatures.

Due to the "in mind" part it took me a while to realize
that your patch is already available ...

Looks good to me and seems to work as expected (on FreeBSD with
gpa 0.9.4, I didn't try with git master). Thanks a lot.

I suspect that (outside the GNU project) ".asc" is more common than
".sig" and would thus sort and check the extensions in alphabetical
order, but obviously it doesn't really matter and I have no data to
support my theory anyway.

May 12 2014, 4:16 PM · gpa, Bug Report

May 9 2014

werner added a comment to T1637: Let gpa detect detached *.asc signatures.

D194: 433_0001-Improve-detection-of-detached-signature-files.patch

May 9 2014, 5:13 PM · gpa, Bug Report
werner added a comment to T1637: Let gpa detect detached *.asc signatures.

I have a somewhat different patch in mind. It cleans up the code and adds an
additional test for the signed_file in addition to ".asc".

May 9 2014, 5:13 PM · gpa, Bug Report

May 5 2014

fk added a comment to T1637: Let gpa detect detached *.asc signatures.

As it turns out the patch also prevents false negatives when
using the "verify" button on the signature file instead of
the signed file.

A couple of screenshots:
http://www.fabiankeil.de/bilder/screenshots/patched-gpa/

May 5 2014, 7:06 PM · gpa, Bug Report
fk added a project to T1637: Let gpa detect detached *.asc signatures: Bug Report.
May 5 2014, 7:06 PM · gpa, Bug Report
fk removed a project from T1637: Let gpa detect detached *.asc signatures: Feature Request.
May 5 2014, 7:06 PM · gpa, Bug Report
fk set Version to 0.9.4 on T1637: Let gpa detect detached *.asc signatures.
May 5 2014, 6:24 PM · gpa, Bug Report
fk added projects to T1637: Let gpa detect detached *.asc signatures: Feature Request, gpa.
May 5 2014, 6:24 PM · gpa, Bug Report

Apr 15 2014

werner added a comment to T1629: GPA creates decrypted files with the default umask.

That is standard Unix behaviour and not a bug. Set your umask properly.
GnuPG does the same.

Do you want to turn this into a feature request?

Apr 15 2014, 12:31 PM · Bug Report, gpa

Apr 9 2014

dlevine added a comment to T1629: GPA creates decrypted files with the default umask.

When decrypting files in the file manager window, GPA 0.9.0 creates the plaintext
files with the user's default permissions. On most Linux distributions, this means
the plaintext file is world readable (i.e. umask 0022 -> permissions 0755).

Apr 9 2014, 3:40 AM · Bug Report, gpa
dlevine set Version to 0.9.0 on T1629: GPA creates decrypted files with the default umask.
Apr 9 2014, 3:37 AM · Bug Report, gpa
dlevine added projects to T1629: GPA creates decrypted files with the default umask: gpa, Bug Report.
Apr 9 2014, 3:37 AM · Bug Report, gpa

Jan 8 2014

werner set Due Date to Jan 15 2014, 1:00 AM on T1599: pressing the [x] button sends a key to the key server instead of cancelling the send..
Jan 8 2014, 7:43 PM · Bug Report, gpa
werner added a comment to T1599: pressing the [x] button sends a key to the key server instead of cancelling the send..

Interesting. Thanks for reporting.

Jan 8 2014, 7:43 PM · Bug Report, gpa
werner raised the priority of T1599: pressing the [x] button sends a key to the key server instead of cancelling the send. from Normal to High.
Jan 8 2014, 7:43 PM · Bug Report, gpa
werner lowered the priority of T1598: using 'preferences' dialog crashes GPA! from High to Normal.
Jan 8 2014, 7:40 PM · Bug Report, gpa

Jan 7 2014

ohmy added projects to T1599: pressing the [x] button sends a key to the key server instead of cancelling the send.: gpa, Bug Report.
Jan 7 2014, 5:59 AM · Bug Report, gpa
ohmy set Version to 0.9.4 on T1599: pressing the [x] button sends a key to the key server instead of cancelling the send..
Jan 7 2014, 5:59 AM · Bug Report, gpa
ohmy set Version to 0.9.4 on T1598: using 'preferences' dialog crashes GPA!.
Jan 7 2014, 5:56 AM · Bug Report, gpa
ohmy added projects to T1598: using 'preferences' dialog crashes GPA!: gpa, Bug Report.
Jan 7 2014, 5:56 AM · Bug Report, gpa

Nov 12 2013

SpamTheClicker lowered the priority of T1568: General Error: Library Returned Unexpected Error from Unbreak Now! to High.
Nov 12 2013, 3:02 PM · Info Needed, Bug Report, gpa, gpg4win
SpamTheClicker added projects to T1568: General Error: Library Returned Unexpected Error: gpg4win, gpa, Bug Report.
Nov 12 2013, 2:57 PM · Info Needed, Bug Report, gpa, gpg4win
SpamTheClicker set Version to 2.2.1 on T1568: General Error: Library Returned Unexpected Error.
Nov 12 2013, 2:57 PM · Info Needed, Bug Report, gpa, gpg4win

Oct 24 2013

werner removed a project from T1513: Conversion / Importing: Restricted Project.
Oct 24 2013, 7:44 AM · Bug Report, gpa
werner closed T1513: Conversion / Importing as Resolved.
Oct 24 2013, 7:44 AM · Bug Report, gpa
werner removed a project from T1525: Gpa crashes on windows when copying a key to the clipboard: Restricted Project.
Oct 24 2013, 7:43 AM · Windows 64, Bug Report, gpa, Windows 32, Windows
werner closed T1525: Gpa crashes on windows when copying a key to the clipboard as Resolved.
Oct 24 2013, 7:43 AM · Windows 64, Bug Report, gpa, Windows 32, Windows

Oct 23 2013

werner added a comment to T1559: GnuPG correctly verifies file signatures via CMD, fails to verify file signatures through GPA.

Please do us a favor and describe what you see on the screenshot. It is not
easy to grep over a shreenshot.

Oct 23 2013, 1:04 PM · Info Needed, Bug Report, gpa

Oct 22 2013

A_Pickle set Version to 0.9.4 on T1559: GnuPG correctly verifies file signatures via CMD, fails to verify file signatures through GPA.
Oct 22 2013, 8:06 PM · Info Needed, Bug Report, gpa
A_Pickle added projects to T1559: GnuPG correctly verifies file signatures via CMD, fails to verify file signatures through GPA: gpa, Bug Report.
Oct 22 2013, 8:06 PM · Info Needed, Bug Report, gpa

Aug 16 2013

werner added a project to T1525: Gpa crashes on windows when copying a key to the clipboard: Restricted Project.
Aug 16 2013, 4:18 PM · Windows 64, Bug Report, gpa, Windows 32, Windows
werner added a comment to T1525: Gpa crashes on windows when copying a key to the clipboard.

Fixed in d3f20e7. Applied patch to gpg4win as well.

Aug 16 2013, 4:18 PM · Windows 64, Bug Report, gpa, Windows 32, Windows
aheinecke added a comment to T1525: Gpa crashes on windows when copying a key to the clipboard.

Aug 16 2013, 12:52 PM · Windows 64, Bug Report, gpa, Windows 32, Windows
aheinecke added a comment to T1525: Gpa crashes on windows when copying a key to the clipboard.

In the backtrace gpa_backtrace2.png you can see that the crash happens:
https://bugzilla.gnome.org/show_bug.cgi?id=696232

If we apply the patch it no longer crashes, but as the error handling in that
patch is just to abort, the text is not copied into the clipboard and we do not
get an error in GPA.

So still some more debugging why invalid utf-8 data is sent from gpa.
As the data worked on comes from GPA and "should" be valid utf-8

Aug 16 2013, 12:52 PM · Windows 64, Bug Report, gpa, Windows 32, Windows

Aug 14 2013

aheinecke added a comment to T1525: Gpa crashes on windows when copying a key to the clipboard.

Backtrace attached. Sorry that it is an image but windows was blocking me from
copying the gdb output to the clipboard.

Aug 14 2013, 6:23 PM · Windows 64, Bug Report, gpa, Windows 32, Windows
aheinecke added a comment to T1525: Gpa crashes on windows when copying a key to the clipboard.

Aug 14 2013, 6:23 PM · Windows 64, Bug Report, gpa, Windows 32, Windows
aheinecke added projects to T1525: Gpa crashes on windows when copying a key to the clipboard: Windows, Windows 32, gpa, Bug Report, Windows 64.
Aug 14 2013, 6:07 PM · Windows 64, Bug Report, gpa, Windows 32, Windows

Aug 10 2013

werner added a comment to T1517: Decrypting Clipboard not working in GPA/Win7 Enterprise.

Has GPA been installed by gpg4win? If so, what version of gpg4win?
If you built it yourself, I need the gpgme version you are using.

Aug 10 2013, 9:10 AM · Info Needed, Bug Report, gpa
werner added a comment to T1513: Conversion / Importing.

GPA was missing features to import and export X.509 certs. I added this with
commit 6742525. This will show show up in 0.9.5 and in any case in a gpg4win
beta release we plan for Monday. Note, that you need the latest gpgme from GIT
for the import feature.

Aug 10 2013, 8:43 AM · Bug Report, gpa
werner added a project to T1513: Conversion / Importing: Restricted Project.
Aug 10 2013, 8:43 AM · Bug Report, gpa

Aug 9 2013

werner closed T923: Backup not working in Vista64 as Resolved.
Aug 9 2013, 9:39 AM · Too Old, Bug Report, gpa
werner added a project to T923: Backup not working in Vista64: Too Old.
Aug 9 2013, 9:39 AM · Too Old, Bug Report, gpa

Aug 5 2013

werner added a comment to T1521: Windows XP "GPA Error - General Error - GPGME library returned an unexpected error" after clicking Change passphrase then cancelling it..

Well, were is the bug report?

Aug 5 2013, 3:31 PM · Bug Report, gpa

Jul 26 2013

vavavr00m added projects to T1521: Windows XP "GPA Error - General Error - GPGME library returned an unexpected error" after clicking Change passphrase then cancelling it.: gpa, Bug Report.
Jul 26 2013, 5:22 PM · Bug Report, gpa

Jul 19 2013

vijeno added projects to T1517: Decrypting Clipboard not working in GPA/Win7 Enterprise: gpa, Bug Report.
Jul 19 2013, 10:00 AM · Info Needed, Bug Report, gpa

Jul 10 2013

metadings added projects to T1513: Conversion / Importing: gpa, Bug Report.
Jul 10 2013, 7:28 AM · Bug Report, gpa

May 1 2013

werner added a project to T1012: w32 / validating signature crashes GPA which tries to dereference a null-pointer: Too Old.
May 1 2013, 11:34 AM · Too Old, Bug Report, gpa, Windows 32, Windows
werner closed T1012: w32 / validating signature crashes GPA which tries to dereference a null-pointer as Resolved.
May 1 2013, 11:34 AM · Too Old, Bug Report, gpa, Windows 32, Windows
werner added a comment to T1012: w32 / validating signature crashes GPA which tries to dereference a null-pointer.

Let's assume that the problem was in the glib library and has been fixed in the
meantime. I will soon release a new Gpg4win version with the latest stable glib
version. Feel free to reopen if you still encounter this problem.

May 1 2013, 11:34 AM · Too Old, Bug Report, gpa, Windows 32, Windows
werner closed T1489: GPA "Verify documents" window doesn't scroll as Resolved.
May 1 2013, 11:25 AM · Feature Request, gpa
werner added a comment to T1489: GPA "Verify documents" window doesn't scroll.

Fixed in 0.9.4, coming soon.

May 1 2013, 11:25 AM · Feature Request, gpa

Apr 19 2013

werner removed a project from T1489: GPA "Verify documents" window doesn't scroll: Bug Report.
Apr 19 2013, 9:17 PM · Feature Request, gpa
werner added a project to T1489: GPA "Verify documents" window doesn't scroll: Feature Request.
Apr 19 2013, 9:17 PM · Feature Request, gpa
werner added a comment to T1489: GPA "Verify documents" window doesn't scroll.

Tested patches are welcome (against git master of course).

Apr 19 2013, 9:17 PM · Feature Request, gpa

Apr 11 2013

mp10auto added projects to T1489: GPA "Verify documents" window doesn't scroll: gpa, Bug Report.
Apr 11 2013, 12:41 AM · Feature Request, gpa

Aug 14 2012

werner added a comment to T1077: GPA does not support symmetric en-/decryption.

Makese sense.

Aug 14 2012, 8:43 PM · gpa, Feature Request
werner closed T1218: Private Key indicated when have/not have as Resolved.
Aug 14 2012, 8:42 PM · Too Old, Bug Report, gpa
werner added a project to T1218: Private Key indicated when have/not have: Too Old.
Aug 14 2012, 8:42 PM · Too Old, Bug Report, gpa
werner added a project to T1250: GPA crash when verifying encryption in clipboard viewer: Too Old.
Aug 14 2012, 8:42 PM · Too Old, gpa, Bug Report
werner closed T1250: GPA crash when verifying encryption in clipboard viewer as Resolved.
Aug 14 2012, 8:42 PM · Too Old, gpa, Bug Report
werner closed T1413: gpa segfaults when trying to apply backend preferences for "GPG for S/MIME" as Resolved.
Aug 14 2012, 8:37 PM · Bug Report, gpa
werner removed a project from T1413: gpa segfaults when trying to apply backend preferences for "GPG for S/MIME": Restricted Project.
Aug 14 2012, 8:37 PM · Bug Report, gpa

Aug 9 2012

werner removed a project from T1416: Possible buffer overflow in src/keyserver.c: Restricted Project.
Aug 9 2012, 4:06 PM · Bug Report, gpa
werner closed T1416: Possible buffer overflow in src/keyserver.c as Resolved.
Aug 9 2012, 4:06 PM · Bug Report, gpa
werner added a comment to T1416: Possible buffer overflow in src/keyserver.c.

0.9.3 has been released.

Aug 9 2012, 4:06 PM · Bug Report, gpa
werner removed a project from T1133: gpa requires gnupg2 but checks for gpgkeys_ldap instead of gpg2keys_ldap: Restricted Project.
Aug 9 2012, 4:05 PM · Bug Report, gpa
werner closed T1133: gpa requires gnupg2 but checks for gpgkeys_ldap instead of gpg2keys_ldap as Resolved.
Aug 9 2012, 4:05 PM · Bug Report, gpa

Aug 8 2012

werner added projects to T759: GPA should register itself with gnome-vfs: Won't Fix, Too Old.
Aug 8 2012, 6:20 AM · Too Old, Won't Fix, gpa, Feature Request
werner added a comment to T759: GPA should register itself with gnome-vfs.

Is there still a gnome VFS? This wish is a bit too old. Re-open it if you like.

Aug 8 2012, 6:20 AM · Too Old, Won't Fix, gpa, Feature Request
werner closed T759: GPA should register itself with gnome-vfs as Resolved.
Aug 8 2012, 6:20 AM · Too Old, Won't Fix, gpa, Feature Request
werner added a project to T1416: Possible buffer overflow in src/keyserver.c: Restricted Project.
Aug 8 2012, 6:18 AM · Bug Report, gpa
werner added a project to T1133: gpa requires gnupg2 but checks for gpgkeys_ldap instead of gpg2keys_ldap: Restricted Project.
Aug 8 2012, 6:18 AM · Bug Report, gpa
werner added a comment to T1133: gpa requires gnupg2 but checks for gpgkeys_ldap instead of gpg2keys_ldap.

I did this change for the forthcoming 0.9.3.

Aug 8 2012, 6:18 AM · Bug Report, gpa

Jul 18 2012

werner reopened T1416: Possible buffer overflow in src/keyserver.c as "Open".
Jul 18 2012, 2:24 PM · Bug Report, gpa
werner added a comment to T1416: Possible buffer overflow in src/keyserver.c.

Fix pushed.

Jul 18 2012, 2:24 PM · Bug Report, gpa
werner closed T1416: Possible buffer overflow in src/keyserver.c as Resolved.
Jul 18 2012, 2:23 PM · Bug Report, gpa
werner added a comment to T1416: Possible buffer overflow in src/keyserver.c.

Regarding the ERR thing: You are right and I wonder why gcc (4.6.3) didn't
caught it.

Jul 18 2012, 2:17 PM · Bug Report, gpa
werner added a comment to T1416: Possible buffer overflow in src/keyserver.c.

The malloc + strcpy is a standard pattern. Example;

  struct {
    int flags;
    char name[1];
  } *foo;

  foo = xmalloc (sizeof *foo + strlen (string));
  strcpy (foo->name, string);

will always work correctly. The sizeof returns the length of the
structure which includes 1 byte for name. The strlen computes the
length of string without the terminator. However we alloacted one
extra byte (the name[1]) and thus everything is fine.

Jul 18 2012, 2:13 PM · Bug Report, gpa

Jul 14 2012

dleidert added a comment to T1416: Possible buffer overflow in src/keyserver.c.

The second thing I was wondering about was, is line 71:

x = g_malloc (sizeof *x + strlen (name) );

strlen() won't count the terminating byte whereas strcpy will copy it.

Jul 14 2012, 6:10 PM · Bug Report, gpa
dleidert added projects to T1416: Possible buffer overflow in src/keyserver.c: gpa, Bug Report.
Jul 14 2012, 6:05 PM · Bug Report, gpa

Jul 13 2012

werner added projects to T1125: General error 2: Info Needed, Too Old.
Jul 13 2012, 2:45 PM · Too Old, Info Needed, Bug Report, gpa
werner closed T1125: General error 2 as Resolved.
Jul 13 2012, 2:45 PM · Too Old, Info Needed, Bug Report, gpa
werner added a comment to T1132: gpa.desktop contains deprecated key Encoding.

Fixed in master.

Jul 13 2012, 2:43 PM · Bug Report, gpa
werner closed T1132: gpa.desktop contains deprecated key Encoding as Resolved.
Jul 13 2012, 2:43 PM · Bug Report, gpa
werner closed T837: Decrypting from CD as Resolved.
Jul 13 2012, 2:40 PM · Bug Report, gpa
werner added a comment to T837: Decrypting from CD.

I assume this has been fixed.

Jul 13 2012, 2:40 PM · Bug Report, gpa