Crash due to a NULL pointer dereference.
Not a Windows specific bug.
Fixed in svn 4935.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 2 2009
Fixed in svn
Right, it was fixed in 1.4.8. The regression is due to the update to a newer
gettext version which still suffers from the same problem David worked around in
1.4.8. I don't have a simple workaround unless you can use the autotools to
create a new configure script.
Mar 1 2009
Feb 19 2009
I think the easiest fix is to use /bin/pwd at both places.
Feb 18 2009
Not a bug - sorry. bash returns a different value for pwd on my system than
does sh/ksh. This is because I have a symlink in my path.
It requires a POSIX shell and as far as I can see there is no dependency on a
non-standard feature. In particualr the check:
Yeah, I should rework this. What I am using for years is a simple:
Feb 17 2009
Feb 10 2009
Feb 9 2009
To further explain the problem:
- Note that we need to include all other libs here as well because
- some compilers don't care about inline functions and insert
- references to symbols used in unused inline functions.
This has already been fixed on 2009-01-22 in the SVN for keyserver/.
Fixed in SVN revision 4928 in both branches. Thanks.
Confirmed also for current SVN.
Feb 5 2009
Here is an example OpenPGP certificate with only the certify flag set, if you
want to test with it.
Feb 4 2009
Feb 3 2009
::sigh:: OK, this was my software that's wrapping gpg. It was getting several
[GNUPG:] KEYEXPIRED responses and reporting the error before noticing that the
encryption actually succeeded. On other keys this wasn't a problem... but in
this cause the behavior is consistent (--always-trust was in fact on).
Feb 2 2009
It's worth noting that --always-trust enables this to work... however,
--always-trust isn't required on other keys that don't seem to be built like this.
Jan 28 2009
Duh, this is already implemented:
The build is broken. We had a report on the mailing list from SuSE and they
figured that the SuSE Toolchain is broken. Thus you need to update your OS - I
am not sure whether this is available. Please check the gnupg-users or
gnupg-devel mailing lists for further info.
Jan 26 2009
*checks*/encrypt.test.logs, I suppose?
What is the content of tests/encrypt.test.log ?
Jan 25 2009
Jan 19 2009
Support for a couple of strings and their German translation has been added in
svn revision 4919.
gpgsm 2.0.10-0kk1
Jan 15 2009
Thank you for the information, with it I will be able to alter behaviour on the
fly (via system variable) but anyway, it would be really great gpg could pass
an argument -- I think it is a bit more elegant way to control the behaviour.
We can't do that because gpg2 requires gpg-agent (not to a 100% right now but
eventually there will be no way without gpg-agent). Pinentry is a property of
gpg-agent and you can control which pinentry to use by using a symlink or
gpg-agent's option --pinentry-program.
This only occurs in Windows, not in Linux.
I'm sorry, I believe that you wanted me to do this on the other end; when
encrypting. I can sucessfully use -d on the created output file, but it seems
*to me* that the funtionality allowing to paste to a windows command line
program(GnuPG), in the windows command line, especially when I am able to do
the same thing in GnuPG when not using a symmetric cipher, should be expected.
That was all done from the command line in Windows XP, exactly as shown.
Adding the output line defeats the purpose for me, but it still does the same
thing even if I add the output line; no output file is produced and I get the
same message.
Jan 14 2009
Jan 5 2009
I have no problems decrypting this message, thus it must be a c+pproblem on your
site. Use the option
--output FILE
to direct the ciphertext to a file so it does not get in the way while entering
the passphrase.
Dec 23 2008
When using GnuPG 1.4.9 for Windows(official build), I cannot paste an
encrypted message that was created using a symmetric cipher and decrypt. I
receive a bad key messages as shown in the example below which uses the
password "test".
Dec 15 2008
Dec 12 2008
I wonder how you created this problem. BEGIN_SIGNING is emitted after the agent
has been connected. The agent is also automatically started if not running; I
simulated a non-existing agent, using "--agent-program /bin/true":
Dec 10 2008
In principle, this can happen on Un*x systems, too. There is no guarantee about
the filesystem encoding. Glib has special interfaces for filename conversion
(G_FILENAME_ENCODING) to deal with this.
Closing this report, as nothing happened in half a year with regards to the
finnish translation.
Can't be done for 2.0.10. Will be considered later.
This has been discussed in the past but I might reconsider. Won't happen for
2.0.10, though.
Dec 9 2008
Can't replicate that anymore with the current version.
Dec 8 2008
Done in 4888. For scdaemon this is a half second and for gpg-agent every third
second.
No, that is not correct. --batch just means that the program is not run
interactivly. Whether stdin is connected to a tty or a pipe does not matter.
All proper Unix tools behave this way. If you call a program which takes input
from stdin, it is always a very good idea to connect stdin to /dev/null.
See the previous comments. This is not a bug.
Applied. svn rev 4887.