Several such bugs have been fixed in the meantime. I can't repeat it anymore.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Dec 19 2014
The context menu of the key manager now has a "refresh key" item.
Dec 15 2014
Dec 8 2014
Yes, it is part of the gpg4win, it is the latest version. 2.2.3 but the last
versions also have the same problem.
Dec 4 2014
From where did you get the gpa.exe - was it part of gpg4win; if so which version?
Nov 28 2014
I've changed the category to gpa, adjusted the topic and version to 2.2.3
As you've already described the problem together with GPA here I think this is
better then opening a new bug.
I'll also no longer call this critical as the original data loss problem
(Encrypting files where one has an umlaut -> kleo thinks its a success and
deletes the original) Should be resolved.
The fix in GPA should be fairly easy. Some conversion from native to utf-8 on
input and utf-8 to native on output. So I'm taking this issue.
Werner: Could you please take a look at the patch for gpgtar. I will probably
propose something quite similar for GPA. Not real unicode support but at least
for 8 bit filenames.
Nov 21 2014
0.9.6 will be release today, thus I close it.
GNOME--
Nov 19 2014
It's not crashing for me with master but its not fixed.
I acidentally ran into this while checking out a windows crash and found the cause:
echo $GPG_AGENT_INFO /run/user/1000/keyring-Lvs93w/gpg:0:1
At least this was my problem and as "Ubuntu" is the platform it is likely that
this was the original problem.
I've commented in the launchpad report.
Nov 7 2014
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
This is likely fixed in 0.9.5 release Sep 1.
Nov 6 2014
Probably needs a retest with gpa 0.9.5
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!
Jun 16 2014
May 15 2014
Meanwhile there are a couple of other fixes in GPA.
It might be useful to do a release soon.
May 12 2014
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 9 2014
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 5 2014
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/
Apr 15 2014
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 9 2014
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).
Jan 8 2014
Interesting. Thanks for reporting.
Jan 7 2014
Nov 12 2013
Oct 24 2013
Oct 23 2013
Please do us a favor and describe what you see on the screenshot. It is not
easy to grep over a shreenshot.
Oct 22 2013
Aug 16 2013
Fixed in d3f20e7. Applied patch to gpg4win as well.
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 14 2013
Backtrace attached. Sorry that it is an image but windows was blocking me from
copying the gdb output to the clipboard.
Aug 10 2013
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.
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 9 2013
Aug 5 2013
Well, were is the bug report?
Jul 26 2013
Jul 19 2013
Jul 10 2013
May 1 2013
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.
Fixed in 0.9.4, coming soon.
Apr 19 2013
Tested patches are welcome (against git master of course).
Apr 11 2013
Aug 14 2012
Makese sense.
Aug 9 2012
0.9.3 has been released.