Is there still a gnome VFS? This wish is a bit too old. Re-open it if you like.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Aug 9 2012
Aug 8 2012
I did this change for the forthcoming 0.9.3.
Jul 18 2012
Fix pushed.
Regarding the ERR thing: You are right and I wonder why gcc (4.6.3) didn't
caught it.
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 14 2012
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 13 2012
Fixed in master.
I assume this has been fixed.
Given that 2.1 will remove the helpers, I doubt that it makes sense to
put a lot of work into a new detection feature. What do you think of
this change:
- a/configure.ac
+++ b/configure.ac
@@ -157,8 +157,9 @@ if test -z "$GPG"; then
fi
dnl Find the keyserver plugins. Assume that gpgkeys_ldap is always available
-AC_PATH_PROG(GPGKEYS_LDAP, gpgkeys_ldap, [${libexecdir}/gnupg/gpgkeys_ldap],
- [$PATH:/usr/libexec/gnupg/:/usr/lib/gnupg/])
+AC_PATH_PROGS(GPGKEYS_LDAP, gpg2keys_ldap gpgkeys_ldap,
+ [${libexecdir}/gnupg/gpg2keys_ldap],
+ [$PATH:/usr/libexec/gnupg:/usr/lib/gnupg2:/usr/lib/gnupg])
KEYSERVER_HELPERS_DIR=dirname $GPGKEYS_LDAP
if test -z "$KEYSERVER_HELPERS_DIR"; then
AC_MSG_ERROR([[
That is we check for gpg2keys_ldap first and also put the Debian
directory into the PATH.
Applied to master (fb738b2). Thanks.
Jul 8 2012
Jul 4 2012
Doesn't occur in 0.9.2. Closing as 'resolved' myself.
Jul 2 2012
Apr 10 2012
Make sure that you paste a complete message. Use the command line if in doubt.
This is very likely a user error; ask on gnupg-users at gnupg.org for help
Apr 2 2012
after pasting to clipboard i hit decrypt button but get the error message-
"General Error
This is probably a bug in GPA
GPA will now try to recover from this error".
nothing happens,gpa doesnt recover.
any suggestions please?
i am using it with web based hushmail running windows xp home
Dec 12 2011
There is no version 2.1 of GPA.
Please tell us more details.
Fixed in commit 1ce38d7
Nov 16 2011
May 12 2011
Stored files can be in any encoding, as they are not displayed, so
interpretation is up to the user. But for a displayed string, the encoding matters.
Seems to be fixed in gpg4win 2.1.0
Oct 26 2010
Jun 14 2010
A better way to fix this is by looking at the output of gpgconf. Should not be
too hard to fix.
Sorry, without a detailed derror escription we can't help you. There are a
couple of known problems but gpg4win 1.1 is in any case not anymore under active
development.
May 12 2010
No info received - assuming everything is fine now.
May 6 2010
Apr 30 2010
Dec 21 2009
According to T1157 changing the locale does not help.
We need more input to figure out the problems. Please continue at issue#1125;
closing this one.
Duplicate of T1125
Dec 18 2009
According to the error message this seems to be well and the message is probably
the result of a test for an valid UTF-8 char, but the stored file was creadted
from the same copy step via a second paste in the same step.
The content probably contains umlauts or accented characters for example in the
comment line or the text before the BEGIN PGP lines. We currently require the
clipboard to have valid utf-8 (or ascii) characters.
Dec 16 2009
I have not tried with differnt volumes, but the current gpg4win release works
fine with regards to admin and normal user. Harry, can you please test if this
is still an issue, or if you have moved on from Windows 2000, I will just close
the report.
Dec 11 2009
Applied (rev 1024). Thanks.
Dec 10 2009
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 8 2009
Thanks. Commited to the SVN -r 1023.
Dec 6 2009
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.
Nov 28 2009
It was a problem with the gpgme Debian package: