Page MenuHome GnuPG
Feed Advanced Search

Dec 8 2015

emanuel added projects to T2170: Secure delete option for decrypted file: gpg4win, Feature Request, gpgex.
Dec 8 2015, 1:50 PM · gpgex, Feature Request, Won't Fix, gpg4win

Nov 28 2014

aheinecke changed Version from gpg4win 2.2.2 to gpg4win 2.2.3 on T1624: Gpgtar fails when files have non ASCII characters.
Nov 28 2014, 3:12 PM · gnupg, Windows 32, Windows, Bug Report
aheinecke added a project to T1624: Gpgtar fails when files have non ASCII characters: gpa.
Nov 28 2014, 3:12 PM · gnupg, Windows 32, Windows, Bug Report
boehmtho added a comment to T1624: Gpgtar fails when files have non ASCII characters.

I did install gpg4win 2.2.3 which does include the fix for Umlaut. I prefer to
use GPA as frontend for encryption and decryption. For decryption, I did link
.gpg to be always opened with GPA. Unfortunatly if the File or Path to the .gpg
has an Umlaut included the GPA GUI crashes. Only if I use the open button from
GPA the file can be added to the GPA frontend and decrypted. For non-umlaut
files the link to open .gpg works fine. Do you also work on GPA bugs or do I
have to report this under the GPA category?
Thank you & regards,

Nov 28 2014, 2:56 PM · gnupg, Windows 32, Windows, Bug Report

Oct 27 2014

aheinecke added a comment to T1624: Gpgtar fails when files have non ASCII characters.

Oct 27 2014, 7:34 PM · gnupg, Windows 32, Windows, Bug Report
aheinecke added a comment to T1624: Gpgtar fails when files have non ASCII characters.

The error is now handled by Kleopatra:

http://commits.kde.org/kdepim/2a58b4cb452cdb132553c2381ce810bbc2606e55

I'm a bit scared of regressions, though as the Input handling is so
"generalized" in kleo that I don't know if I now broke cases where input errors
are expected :-/

Attached is a screenshot how it looks now with a broken gpgtar version. And
files are no longer deleted as the operation is no longer thought to be successful.

Oct 27 2014, 7:34 PM · gnupg, Windows 32, Windows, Bug Report

Oct 24 2014

aheinecke added a comment to T1624: Gpgtar fails when files have non ASCII characters.

D192: 523_0001-Fix-gpgtar-8-bit-encoding-handling-on-Win32.patch

Oct 24 2014, 6:18 PM · gnupg, Windows 32, Windows, Bug Report
aheinecke added a comment to T1624: Gpgtar fails when files have non ASCII characters.

Werner: Please see attached Patch.

I've tested this with kleopatra and it works now to encrypt a folder which has
special characters in the local code page in filenames. And tested it on the
command line.

This should improve the status quo a lot as full utf16 file names are rarer and
gpgtar / gpg4win is not the only tool which has problems with utf16 filenames ;-)

I did not go for proper unicode support because this would mean:

  1. Convert all command line arguments from native to utf8. (Or even to expect

them to be utf-16 *brr*)

  1. Expect files-from / stdio file names to be utf8 encoded (and update the callers)
  2. Use wide char file io functions. Which would add lots of #ifdefs.

But we would have to discuss if we should do 2. also on non-Windows systems.
Currently gpgtar expects local 8 bit encoding there. So tools using gpgtar would
have to convert their arguments differently for Windows.

Oct 24 2014, 6:18 PM · gnupg, Windows 32, Windows, Bug Report
aheinecke reassigned T1624: Gpgtar fails when files have non ASCII characters from aheinecke to werner.
Oct 24 2014, 6:18 PM · gnupg, Windows 32, Windows, Bug Report
boehmtho added a comment to T1624: Gpgtar fails when files have non ASCII characters.

Thank you for working on this problem. I also use GPA 0.9.4 for Windows as gpg
frontend. Would be great if the fix will make the file encryption working with
umlaut also in GPA and kleopatra.

Thank you & Regards
boehmtho

Oct 24 2014, 9:58 AM · gnupg, Windows 32, Windows, Bug Report

Oct 23 2014

aheinecke added a comment to T1624: Gpgtar fails when files have non ASCII characters.

gpgtar correctly returns an exit code != 0 in case an error happens. This exit
code is eaten by kleopatra so the problem that success is reported on error is
on kleos side.

But gpgtar has the encoding problems. From the kleopatra side it looks ok file
names are handed over to gpgtar in local 8 bit encoding and not in utf-8. And
even directly on the command line it fails.

C:\Users\aheinecke\Desktop>"c:\Program Files\GNU\GnuPG\gpgtar.exe" --skip-crypto
--verbose -o c:\Users\aheinecke\Desktop\test.tar -e fäil.txt
gpgtar: error stat-ing `fΣil.txt': The system cannot find the file specified.

The problem is that internally gpgtar treats argument file names as UTF-8 and
even converts the return value from syscalls like findfirstfile to UTF-8 before
opening them. The open uses the utf8 encoded filename and fails as the file
system usually does not use utf8 file names on Windows.

A workaround would be to convert to ACP (CP_ACP (afaik ACP is correct for
filenames)) instead of converting to UTF-8. But this will not work for ?
but as gpgex and kleopatra already fail earlier on "Non 8 bit representable
characters" this should be acceptable for now.

So two fixes need to be done:

  • Use system 8 bit encoding for open in gpgtar. -> Should fix most problems
  • Handle the return value of gpgtar correctly and escalate it to the user in

kleopatra.

  -> Should make the rest of the problems "uncritical"

I hope to get this done tomorrow evening.

Oct 23 2014, 7:06 PM · gnupg, Windows 32, Windows, Bug Report
bernhard renamed T1624: Gpgtar fails when files have non ASCII characters from gpgex does not work with umlaut to file encryption: gpgex and gpgtar does not work with umlaut.
Oct 23 2014, 11:45 AM · gnupg, Windows 32, Windows, Bug Report

Sep 12 2014

aheinecke added a comment to T1624: Gpgtar fails when files have non ASCII characters.

accidentally removed the original reporter from the nosy. Sorry (readded)

Sep 12 2014, 2:41 PM · gnupg, Windows 32, Windows, Bug Report
aheinecke added projects to T1624: Gpgtar fails when files have non ASCII characters: Windows, gpgtar, Windows 32.
Sep 12 2014, 2:38 PM · gnupg, Windows 32, Windows, Bug Report
aheinecke claimed T1624: Gpgtar fails when files have non ASCII characters.
Sep 12 2014, 2:38 PM · gnupg, Windows 32, Windows, Bug Report
aheinecke updated subscribers of T1624: Gpgtar fails when files have non ASCII characters.
Sep 12 2014, 2:38 PM · gnupg, Windows 32, Windows, Bug Report
aheinecke changed Version from gpg4win 2.2.1 to gpg4win 2.2.2 on T1624: Gpgtar fails when files have non ASCII characters.
Sep 12 2014, 2:38 PM · gnupg, Windows 32, Windows, Bug Report
aheinecke raised the priority of T1624: Gpgtar fails when files have non ASCII characters from High to Unbreak Now!.
Sep 12 2014, 2:38 PM · gnupg, Windows 32, Windows, Bug Report
aheinecke added a comment to T1624: Gpgtar fails when files have non ASCII characters.

I can reproduce this on my test system, if I just create a folder with the name
"földer" Kleopatra / gpg2 /gpgtar don't show an error they just fail silently
and create an empty archive. I guess there is some utf8 to system locale
conversion missing.

As kleopatra offers me the option to "Delete unencrypted files" after encryption
I am marking this as critical as it can lead to data loss.

At least there should be an error so that the removal after the encryption is
not done!

Sep 12 2014, 2:38 PM · gnupg, Windows 32, Windows, Bug Report

Aug 5 2014

werner removed a project from T1516: gpgex crashing Windows explorer (64 bit): Restricted Project.
Aug 5 2014, 3:16 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex
werner closed T1516: gpgex crashing Windows explorer (64 bit) as Resolved.
Aug 5 2014, 3:16 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex

Jul 30 2014

werner added a comment to T1516: gpgex crashing Windows explorer (64 bit).

I won't call that leaking memory.

Jul 30 2014, 2:38 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex

Jul 28 2014

aheinecke added a comment to T1516: gpgex crashing Windows explorer (64 bit).

With your fix it no longer crashes. But you are leaking memory in case
default_homedir returns allocated memory from read_w32_registry_string or
standard_homedir with a successful call to w32_shgetfolderpath.

As the result should be cached in the static variable this is probably not an
issue..

Jul 28 2014, 5:31 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex
werner added a comment to T1516: gpgex crashing Windows explorer (64 bit).

I just pushed a fix.

The problem with gpgme is that we need to stop the Explorer if we want to update
or uninstall gpgme. Given tha we can't use gpgex with the portable version
anyway, I think it is better to keep the existing code and don't switch to gpgme.

Jul 28 2014, 10:21 AM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex
werner added a project to T1516: gpgex crashing Windows explorer (64 bit): Restricted Project.
Jul 28 2014, 10:21 AM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex

Jul 25 2014

aheinecke added a comment to T1516: gpgex crashing Windows explorer (64 bit).

Using gpgme would be nice of course to avoid duplicated functionality (this same
stuff is also implemented in gpgol although without the bug) but remember that
we would then also need a x64 version of gpgme.

Jul 25 2014, 3:52 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex
werner added a comment to T1516: gpgex crashing Windows explorer (64 bit).

The bug is pretty obvious. I consider to rewrite it by calling gpgconf
--list-dirs to get the home directory. This would be simliar to what we do in
gpgme. Or well, we could link to to gpgme to and make use of its higher level
interface.

Jul 25 2014, 3:31 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex

Jul 24 2014

aheinecke added a comment to T1516: gpgex crashing Windows explorer (64 bit).

Thanks for looking at this. If you like I could test your fixes. I currently
have a build setup and a test setup where I can reproduce the crash.

Btw. Maybe I don't understand c++ enough but afaik this just makes no sense and
is broken:

  try { name = ((string) dir) + "\\S.uiserver"; } catch (...) {}

should be rather something like:
if (dir)
name = string(dir) + "\\S.uiserver";

Jul 24 2014, 9:30 AM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex

Jul 23 2014

werner added a comment to T1516: gpgex crashing Windows explorer (64 bit).

I have some fixes sitting here in my local repo. I need to check them.

Jul 23 2014, 3:17 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex
aheinecke added a comment to T1516: gpgex crashing Windows explorer (64 bit).

issue1530 and T1536 also describe this bug.
I've closed the other two as duplicates as this one was the first.

Jul 23 2014, 3:05 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex
aheinecke added projects to T1516: gpgex crashing Windows explorer (64 bit): Windows, gpg4win, Windows 32, Windows 64.
Jul 23 2014, 3:05 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex
aheinecke added a project to T1536: gpgex crashes Win7 64bit when using GNUPGHOME: Duplicate.
Jul 23 2014, 3:03 PM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
aheinecke added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Closing this as a duplicate of T1516

Jul 23 2014, 3:03 PM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
aheinecke added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Duplicate of T1516

Jul 23 2014, 3:03 PM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
aheinecke closed T1536: gpgex crashes Win7 64bit when using GNUPGHOME as Resolved.
Jul 23 2014, 3:03 PM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
aheinecke closed T1530: gpgex crashing Windows 7 64bit Explorer as Resolved.
Jul 23 2014, 3:02 PM · Duplicate, Bug Report, gpgex
aheinecke added a comment to T1530: gpgex crashing Windows 7 64bit Explorer.

This is a duplicate of T1516

Jul 23 2014, 3:02 PM · Duplicate, Bug Report, gpgex
aheinecke added a comment to T1530: gpgex crashing Windows 7 64bit Explorer.

Duplicate of T1516

Jul 23 2014, 3:02 PM · Duplicate, Bug Report, gpgex
aheinecke added a project to T1530: gpgex crashing Windows 7 64bit Explorer: Duplicate.
Jul 23 2014, 3:02 PM · Duplicate, Bug Report, gpgex
aheinecke updated subscribers of T1516: gpgex crashing Windows explorer (64 bit).
Jul 23 2014, 3:01 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex
aheinecke added a comment to T1516: gpgex crashing Windows explorer (64 bit).

Hi Werner,

I've reproduced this crash. Last trace before the crash is uiserver_connect.

I believe the crash (without having a backtrace) to be caused by the free in
default_socket_name or by that weird cast.

dir = default_homedir ();
if (dir)

{

	  try { name = ((string) dir) + "\\S.uiserver"; } catch (...) {}
	  free ((void *) dir);

}

    }

default_homedir can return a pointer to an environment variable or a static
string! So just calling free there is definitely a very bad idea.

standard_homedir (which might also be called from default_homedir) also returns
eiher a Heap allocated value or a static string.

I think we should ensure that default_homedir and standard_homedir always return
allocated memory so that it can be safely freed.

Jul 23 2014, 3:01 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex
aheinecke assigned T1516: gpgex crashing Windows explorer (64 bit) to werner.
Jul 23 2014, 3:01 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex

Jun 29 2014

renatosilva added projects to T1660: Wrong encoding in Portuguese translation: gpgex, Bug Report.
Jun 29 2014, 7:46 PM · Bug Report, gpgex

May 20 2014

yanosz added projects to T1643: gpgex context menu should allow symmetric encryption: Feature Request, gpgex.
May 20 2014, 7:45 PM · gpgex, Feature Request
yanosz set Version to 1.0.0 on T1643: gpgex context menu should allow symmetric encryption.
May 20 2014, 7:45 PM · gpgex, Feature Request

Mar 21 2014

boehmtho added projects to T1624: Gpgtar fails when files have non ASCII characters: gpgex, Bug Report.
Mar 21 2014, 4:30 PM · gnupg, Windows 32, Windows, Bug Report

Sep 8 2013

TodBon changed Version from 1.0.0. beta 24 to 1.0 on T1516: gpgex crashing Windows explorer (64 bit).
Sep 8 2013, 12:14 AM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex
TodBon added a comment to T1516: gpgex crashing Windows explorer (64 bit).

I notice that there are other users with the crash problem who are using a non-
standard location for the home directory, and using GNUPGHOME in the Environment
Variables to point to the homedir.

As an experiment, I tested moving the GNUPGHOME pointer from the "User
variables" to the "System Variables" section of the configuration screen. It
makes NO difference - gpgex crashes Windows 7 Explorer in both scenarios,
although Kleopatra functions as expected in both scenarios.

Sep 8 2013, 12:14 AM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex

Sep 6 2013

bernhard added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

For diagnostic reasons: could you try with Kleopatra as well?

Sep 6 2013, 12:42 PM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
TripleOPS added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Maybe this is relevant:
I only installed gpg, gpgEX and GPA from the GPG4Win package.

Using gpg.exe on the command line works perfect.
I can en- and decrypt files and sign and whatnot.
Only gpgEX is affected.

Sep 6 2013, 12:24 PM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
TripleOPS added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Sep 6 2013, 11:27 AM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
TripleOPS added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

The crash happen regardless of what I did before. Usually I use Q-Dir as file
browser. When I trigger a gpgex action via context menu in one Q-Dir OR Windows
Explorer the program (the one I used) crashes.

I set GNUPGHOME as a user variable via Windows' Extended System Settings.

I followed Bernhard's suggestion and attached the GpgEX debug log.

Sep 6 2013, 11:27 AM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
TripleOPS set Version to 1.1.0 on T1536: gpgex crashes Win7 64bit when using GNUPGHOME.
Sep 6 2013, 11:27 AM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
werner placed T1536: gpgex crashes Win7 64bit when using GNUPGHOME up for grabs.
Sep 6 2013, 11:12 AM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
werner added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Please provide a proper bug report so that we are able to replicate this. For
example, how did you set GNUGHOME, what process have been started before that
etc. A complete run trough on how to exhibit the bug would be a appreciated.

Sep 6 2013, 11:12 AM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
bernhard added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Thanks for asking again, I did not remember that GPGex was missing from the
compendium.

It works similiar to GpgOL, see
http://git.gnupg.org/cgi-
bin/gitweb.cgi?p=gpgex.git;a=blob_plain;f=README;hb=HEAD
and in German:
http://lists.wald.intevation.org/pipermail/gpg4win-users-de/2013-
August/000593.html

Sep 6 2013, 10:29 AM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
bernhard reassigned T1536: gpgex crashes Win7 64bit when using GNUPGHOME from aheinecke to werner.
Sep 6 2013, 10:29 AM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
TripleOPS added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Actually, I can't.
The link you provided leads to a site with some general infos.
There is another link into the compendium with infos about
some GPG4Win components but not a single word on gpgex.

So HOW do I provide some more diagnostic output?

Sep 6 2013, 9:28 AM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
bernhard added projects to T1536: gpgex crashes Win7 64bit when using GNUPGHOME: Windows, gpg4win, Windows 64.
Sep 6 2013, 8:44 AM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
bernhard added a comment to T1536: gpgex crashes Win7 64bit when using GNUPGHOME.

Hi Henning,
thanks for your feedback on Gpg4win and of trying the new Gpgex.

Can you help us further by trying to get some more diagnostic output?
See the link in the last section of http://gpg4win.org/reporting-bugs.html

Best,
Bernhard

Sep 6 2013, 8:43 AM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
bernhard assigned T1536: gpgex crashes Win7 64bit when using GNUPGHOME to aheinecke.
Sep 6 2013, 8:43 AM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows
bernhard updated subscribers of T1536: gpgex crashes Win7 64bit when using GNUPGHOME.
Sep 6 2013, 8:43 AM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows

Sep 5 2013

TripleOPS added projects to T1536: gpgex crashes Win7 64bit when using GNUPGHOME: gpgex, Bug Report.
Sep 5 2013, 3:08 PM · Duplicate, Windows 64, Bug Report, gpg4win, gpgex, Windows

Sep 2 2013

emanuel added a comment to T1324: Encryption of an folder with umlauts failed.

works with Gpg4win 2.2.0. But there is a failure after decrypting folder with
umlauts: see gpg4win wald issue #6451
(https://wald.intevation.org/tracker/index.php?func=detail&aid=6451&group_id=11&atid=126)

Sep 2 2013, 4:47 PM · Bug Report, Windows 32, gpgex, gpg4win, Windows
emanuel closed T1324: Encryption of an folder with umlauts failed as Resolved.
Sep 2 2013, 4:47 PM · Bug Report, Windows 32, gpgex, gpg4win, Windows

Aug 27 2013

TodBon added a comment to T1516: gpgex crashing Windows explorer (64 bit).

Issue 1530 notes that gpgex crashed Explorer (Win7-64bit) when the Environment
Variable for GNUPGHOME is not at the default setting.

I can confirm this! My configuration is customized, and I am not using the
default path.

Aug 27 2013, 2:22 AM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex

Aug 25 2013

Andycap added a comment to T1530: gpgex crashing Windows 7 64bit Explorer.

I've done more testing, If the gnupg folder is not moved from its default
location gpgex.dll works in v 2.2.0.

The gpgex.dll problem occurs in version 2.2.0 when the user's GNUPGHOME
environment variable has been set to a non-default location (not the user's
default \AppData\Roaming\gnupg)

Kleopatra works fine but for some reason gpgex doesn't work. It produces an
error "Cannot connect to the GnuPG interface (Kleopatra): IPC Connect call failed"

Aug 25 2013, 10:03 AM · Duplicate, Bug Report, gpgex

Aug 24 2013

Andycap added projects to T1530: gpgex crashing Windows 7 64bit Explorer: gpgex, Bug Report.
Aug 24 2013, 8:50 PM · Duplicate, Bug Report, gpgex

Aug 20 2013

TodBon added a comment to T1516: gpgex crashing Windows explorer (64 bit).

1 month, and not even a single comment. Am I the ONLY person on earth with this
problem, or the ONLY 1 who cares?

Aug 20 2013, 11:25 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex

Jul 31 2013

Jed added a comment to T1519: GpGEx 1.0.0-beta24(64 bits) doesn't find all my GPG keys.

OK. The case is closed.
In the Kleopatra screens it is always the primary key that is visible. There was
no expiration date on that key. Looking into the properties of the key, I noticed
that there was an expiration date on the subkey.
So I could sign with the key, but not encrypt.

Jul 31 2013, 4:00 PM · gpgex

Jul 30 2013

werner removed a project from T1519: GpGEx 1.0.0-beta24(64 bits) doesn't find all my GPG keys: Bug Report.
Jul 30 2013, 9:57 AM · gpgex
werner added a comment to T1519: GpGEx 1.0.0-beta24(64 bits) doesn't find all my GPG keys.

It seems that one of your keys is not capable of encryption or expired. Thus it
is not be listed for encryption tasks.

Jul 30 2013, 9:57 AM · gpgex
werner closed T1519: GpGEx 1.0.0-beta24(64 bits) doesn't find all my GPG keys as Invalid.
Jul 30 2013, 9:57 AM · gpgex
werner assigned T1365: GpgEX IPC Connect fails after some uptime to aheinecke.
Jul 30 2013, 9:56 AM · Bug Report, gpgex, gpg4win
werner added projects to T1150: Encryption / Decryption hangs after starting from windows explorer: Info Needed, Mistaken, Too Old.
Jul 30 2013, 9:55 AM · Too Old, Mistaken, Info Needed, Bug Report, gpgex
werner closed T1150: Encryption / Decryption hangs after starting from windows explorer as Resolved.
Jul 30 2013, 9:55 AM · Too Old, Mistaken, Info Needed, Bug Report, gpgex

Jul 22 2013

Jed added projects to T1519: GpGEx 1.0.0-beta24(64 bits) doesn't find all my GPG keys: gpgex, Bug Report.
Jul 22 2013, 1:32 PM · gpgex
Jed set Version to 1.0.0-beta24(64bits) on T1519: GpGEx 1.0.0-beta24(64 bits) doesn't find all my GPG keys.
Jul 22 2013, 1:32 PM · gpgex

Jul 17 2013

TodBon added a comment to T1516: gpgex crashing Windows explorer (64 bit).

Here is some additional information which may be helpful:

(1) Output of Events Viewer

Faulting application name: Explorer.EXE, version: 6.1.7601.17567, time stamp:
0x4d672ee4
Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec4aa8e
Exception code: 0xc0000374
Fault offset: 0x00000000000c40f2
Faulting process id: 0x1934
Faulting application start time: 0x01ce82dff437854c
Faulting application path: C:\Windows\Explorer.EXE
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: 9f753f17-eee3-11e2-9f80-0016d33c76d0

I hope this is helpful. Thank you.

Jul 17 2013, 3:30 PM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex
TodBon added projects to T1516: gpgex crashing Windows explorer (64 bit): gpgex, Bug Report.
Jul 17 2013, 3:05 AM · Windows 64, Windows 32, gpg4win, Windows, Bug Report, gpgex

Jul 16 2013

werner added a comment to T1508: GpgEX.

We released a new Beta yesterday and due to a build glich we will update that
today. Thus I close this bug.

The mailman passwords are by design weak and the web page explictly mentions
that you should not use a valuable password. The admin can anyway see everything.

Jul 16 2013, 12:59 PM · Bug Report, gpgex
werner closed T1508: GpgEX as Resolved.
Jul 16 2013, 12:59 PM · Bug Report, gpgex

Jul 14 2013

metadings added a comment to T1508: GpgEX.

Most DLLS and exe files have versioninfos - some where not instantly displayed

due to missing language information.

Yes, I'm also used to discover that "the" version info of an assembly must be
EN-US (or default) regardless of the what I wanted to.

I'm now subscriber to the mailing list, although I hate these mailman mailing
lists, because I found out that they're storing passwords in plaintext in their
database (isn't that weird when developing strong encryption tools?)

Jul 14 2013, 3:28 PM · Bug Report, gpgex

Jul 1 2013

werner added a comment to T1508: GpgEX.

Last week I posted a revamped version og GpgEX 64 and 32 bit to the gnupg-users
mailing list. You may want to try that one. It is also possible to build a
complete new Gpg4win installer with gpgex 32 and 64 bit. We will release a beta
next week.

Most DLLS and exe files have versioninfos - some where not instantly displayed
due to missing language information.

Jul 1 2013, 9:01 PM · Bug Report, gpgex

Jun 27 2013

metadings added a comment to T1508: GpgEX.

That could it be. I got an error log that I deemed not to be that interesting,
however it says

LoadedModule[147]=C:\Program Files\GNU\GnuPG\gpgex.dll
File change date: 28.05.2013 18:46

LoadedModule[148]=C:\Program Files\GNU\GnuPG\libgcc_s_sjlj-1.dll
File change date: 28.05.2013 16:34

LoadedModule[149]=C:\Program Files\GtkSharp\2.12\bin\libstdc++-6.dll
File change date: 27.11.2012 06:56

Actually I found some version string in the binary libpngxxx.dll using Notepad,
but no luck in these three files. It would be very useful if you would compile a
VERSIONINFO structure into your binaries. On Windows, using Explorer and also
tools like SysInternals's autoruns (where I disabled the ext) this is really
helpful to find fast and easily a version and publisher info (when overlooking
the system for malicious files, that's a good indicator).

Found a good answer on stackoverflow:

http://stackoverflow.com/questions/598633/gcc-on-windows-set-description-field-
of-c-executable

-----

Sig[0].Name=Anwendungsname
Sig[0].Value=explorer.exe
Sig[1].Name=Anwendungsversion
Sig[1].Value=6.1.7601.17567
Sig[2].Name=Anwendungszeitstempel
Sig[2].Value=4d6727a7
Sig[3].Name=Fehlermodulname
Sig[3].Value=libstdc++-6.dll
Sig[4].Name=Fehlermodulversion
Sig[4].Value=0.0.0.0
Sig[5].Name=Fehlermodulzeitstempel
Sig[5].Value=50b4b868
Sig[6].Name=Ausnahmecode
Sig[6].Value=c0000005
Sig[7].Name=Ausnahmeoffset
Sig[7].Value=0007aed1
DynamicSig[1].Name=Betriebsystemversion
DynamicSig[1].Value=6.1.7601.2.1.0.768.3
DynamicSig[2].Name=Gebietsschema-ID
DynamicSig[2].Value=1031
DynamicSig[22].Name=Zusatzinformation 1
DynamicSig[22].Value=ef31
DynamicSig[23].Name=Zusatzinformation 2
DynamicSig[23].Value=ef31968b50046133f9fdd00fc890a1a4
DynamicSig[24].Name=Zusatzinformation 3
DynamicSig[24].Value=1008
DynamicSig[25].Name=Zusatzinformation 4
DynamicSig[25].Value=1008829529ade9726731888a07d92dae

Jun 27 2013, 5:21 AM · Bug Report, gpgex

Jun 25 2013

werner added a comment to T1508: GpgEX.

It is possible that GpgEx picks up wrong versions of the GCC support dlls
libstdc++-6.dll and libgcc_s_sjlj-1.dll. They might have been installed by some
other software. Thus my question whether you use any software which has been
build with gcc.

The problem is that we are not able to define the order of DLL searches for the
explorer plugin. Experiments with a Manifest didn't reveal a solution either.

For that reason the next version will link those support libraries static. The
new 64 bit GpgEX posted to the devel list already uses this.

Jun 25 2013, 5:07 PM · Bug Report, gpgex

Jun 19 2013

metadings added a comment to T1508: GpgEX.

Here I found some documents that may help, but I don't know if this is actually the
crash failure.

How to Digitally Sign Microsoft Files (.exe, .cab, .dll, .ocx, .msi, .xpi)
http://www.thegeekstuff.com/2010/03/microsoft-digital-signatures/

Making Your Application UAC Aware
http://www.codeproject.com/Articles/17968/Making-Your-Application-UAC-Aware

PS: Only other non-default extensions I'm using are 7-Zip, FileZilla, Hermann
Schinagl's LinkShellExtension and Malwarebytes. However disabling GpgEx.dll solved the
problem.

Jun 19 2013, 2:59 AM · Bug Report, gpgex
metadings added a comment to T1508: GpgEX.

I'm running Win7 x86 HomePremium German. I installed by a mingw release by
extracting somewhere, but don't use it. I'm usually using VS2010 for C#/Web.

The issue was (the unsigned) gpgex library, registered for File and Directory
context menus in Windows Explorer. Without disabling the extension, this rendered
Windows Explorer unusable.

For users will be no other option than uninstalling.

Look here for actually valid certificates:
http://www.trustcenter.de/en/infocenter/root_certificates_601.htm

Gruß

Jun 19 2013, 2:48 AM · Bug Report, gpgex

Jun 18 2013

werner added a comment to T1508: GpgEX.

Please give more details. What OS are you using, what other explorer extensions
are used and so on. Do you use other software which might have been build using
gcc (mingw)?

Regarding the UI: Welcome to the strange world of S/MIME and X.509
certificates. I can't count the hours I spend looking for a certain certificate
:-(.

Jun 18 2013, 10:42 AM · Bug Report, gpgex

Jun 15 2013

metadings added projects to T1508: GpgEX: gpgex, Bug Report.
Jun 15 2013, 5:35 PM · Bug Report, gpgex

Aug 14 2012

werner added a comment to T1365: GpgEX IPC Connect fails after some uptime.

Can you please also test with GPA?

Aug 14 2012, 8:44 PM · Bug Report, gpgex, gpg4win

Aug 19 2011

aheinecke added projects to T1365: GpgEX IPC Connect fails after some uptime: gpg4win, gpgex, Bug Report.
Aug 19 2011, 4:17 PM · Bug Report, gpgex, gpg4win
aheinecke set Version to 2.1.0 on T1365: GpgEX IPC Connect fails after some uptime.
Aug 19 2011, 4:17 PM · Bug Report, gpgex, gpg4win

Mar 17 2011

werner placed T1324: Encryption of an folder with umlauts failed up for grabs.
Mar 17 2011, 4:52 PM · Bug Report, Windows 32, gpgex, gpg4win, Windows
werner lowered the priority of T1324: Encryption of an folder with umlauts failed from High to Normal.
Mar 17 2011, 4:52 PM · Bug Report, Windows 32, gpgex, gpg4win, Windows
emanuel added projects to T1324: Encryption of an folder with umlauts failed: Windows, gpg4win, gpgex, Windows 32, Bug Report.
Mar 17 2011, 3:36 PM · Bug Report, Windows 32, gpgex, gpg4win, Windows

Feb 21 2011

werner added a project to T1227: Gpg.exe hangs while decrypting files in Win 2k3: gnupg.
Feb 21 2011, 5:39 PM · gnupg

Sep 17 2010

werner closed T1280: GpgEX not working with Windows7/64Bit as Resolved.
Sep 17 2010, 4:15 PM · Won't Fix, Bug Report, gpgex
werner added a comment to T1280: GpgEX not working with Windows7/64Bit.

You may switch Windows to use the 32 bit explorer version. This solves the problem.

Sep 17 2010, 4:15 PM · Won't Fix, Bug Report, gpgex
werner added a project to T1280: GpgEX not working with Windows7/64Bit: Won't Fix.
Sep 17 2010, 4:15 PM · Won't Fix, Bug Report, gpgex