Seems to has been missed to be synced. Issue is still there.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Aug 14 2009
Aug 13 2009
Hi Marcus,
On Thu, Aug 13, 2009 at 01:29:26PM -0000, Marcus Brinkmann via BTS wrote:
Marcus Brinkmann <marcus@g10code.com> added the comment:
I don't see a reason to apply the patch, there are no po files generated for
pinentry. Is this to sync our copy of gtksecentry of another project? I
checked krb5-auth-dialog in Ubuntu, and it does not have this patch.
The patch is in krb5-auth-dialog's upstream. Ubuntu is lagging as
usual, Debian has it.
I don't see a reason to apply the patch, there are no po files generated for
pinentry. Is this to sync our copy of gtksecentry of another project? I
checked krb5-auth-dialog in Ubuntu, and it does not have this patch.
Quite right, claws actually does invoke AC_SYS_LARGEFILE.
Aug 11 2009
If this is pursued, I suggest doing it as a subsystem external to GnuPG. GnuPG
can generate keyserver information files (via --keyserver-options
use-temp-files). An external program can gather these files and manage them
however it likes, then pass them to the keyserver helper programs when it is
ready to.
Aug 7 2009
Jul 28 2009
Jul 22 2009
Applied to 5089. Thanks.
Jul 21 2009
An admin saw this suggestion in front of a user and got annoyed
that the recommendation
"the trustdb is corrupted; please run \"gpg --fix-trustdb\".\n") );
in tdbio_invalid(void) gnupg-2.0.12 did not work.
Jul 20 2009
Done for 2.0 in svn r5082; will also be packaged with gnupg 1.4.10.
We can't print an error message because that would let gpg treturn with an error
code and lead to problesm with scripts which assume the current way of doing
things. A warning is possible but Unix tools generally don't do that.
Jul 17 2009
Jul 16 2009
For obvious reasons the mailto scheme is not very useful. It is not even build
by default; you have to use ./configure --enabe-mailto. OTOH, I see that a way
to batch up keys for later retrieval is a nice feature - it should hwoever not
be limited to the mailto scheme.
UID are expected to be UTF-8, IDN conversion should be done by the MUA.
Jul 15 2009
Jul 9 2009
Will be released with 1.4.10.
The first part is not easy to fix and would require quite some rework. I don't
think this is justified.
Enter a "?" on the prompt and it will show you the valid characters.
We can't change this right now because this would break all translations.
Done for 2.0.13:
Jul 8 2009
This looks pretty much like a pc/sc problem. Please shutdown pcscd and use the
internal CCID driver. With PC/SC we don't have any control over the USB - we
don't even know what this is.
Jul 4 2009
More info:
- scd killscd works when in the replug-without-hibernate case, for hibernate, a restart of pcscd is needed (probably not a scd problem).
- when I don't issue any commands to scd while the reader is unplugged, I can re-plug it anywhere (same or different usb port) and scd recognises this as a USABLE->ACTIVE->NOCARD->USABLE transition chain
- when I issue a SERIALNO command while the reader is unplugged, I get "Card Error" back (sitenote: shouldn't that be a ERR_NO_CARD_READER?) and that one sticks until a KILLSCD.
- this is not the case for other commands (tested: GETINFO version).
Jul 3 2009
Marcus, please apply that.
Jul 2 2009
Any chance this gets applied?
Jun 24 2009
Jun 19 2009
Thanks, I put it in (rev206).
Jun 17 2009
Marcus, I think we can close this now.
Can someone please check this?
Jun 15 2009
We won't do any changes to 1.4 anymore. You need t wait for 1.5; sorry.
Jun 2 2009
You are keeping me pretty busy :-)
kbxutil is more a debug tool and may change at any time. I don't think that a
man page is useful.
Jun 1 2009
See these threads for example:
The internals are already set for multiple keyservers (opt.keyserver is a
strlist, etc.) I had to implement it for the auto-key-retrieve feature, which
does support multiple servers.
May 29 2009
May 28 2009
On Thu, May 28, 2009 at 03:03:07PM -0000, Werner Koch via BTS wrote:
Sorry, I mixed this up with gpgshell. Actually I might have done that for a
long time and ignored the existance of that project. Too bad.
Change 5028 for 2.0.
See the recent threads on gnupg-devel for a discussion on this topic.
May 26 2009
Change 5024 for 1.4. Will do 2.0 shortly.
May 22 2009
Interestingly enough, it's no longer the default in libcurl. We'll have to do
it for both the libcurl and emulation cases.
This is the occasionally-requested "--unwrap" command which would stop
processing after a single layer of the file. I.e. convert Enc(Sign(data)) to
Sign(data).
May 19 2009
Thanks, that did it.
May 13 2009
The options --batch or --no-tty will help you.
May 12 2009
Forget the second part. It prints this message only, if it indeed needs input
and giving --yes works in this case too. So there was a fault on my side.