quite right, I didn't check the code. I guess this can be closed then?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 3 2009
Mar 2 2009
Marcus: I don't understand cour comment: XAUTHORITY is passed through since 2.0.8.
Fixed in svn
Feb 28 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:
Feb 17 2009
Jan 28 2009
Duh, this is already implemented:
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.
Jan 14 2009
Duplicate of T950
Right, this is the second point in T950. I am closing this request therefore.
Dec 15 2008
Dec 10 2008
Closing this report, as nothing happened in half a year with regards to the
finnish translation.
This is a good feature request, but it requires some coding to make it work. I
think that this should be done via a context popup menu on the keylisting
entries (in addition to a menu entry).
Implemented in 0.10.x
Due to time constraints, the 0.9 series of GpgOL is no longer supported.
I am sorry for this inconvenience. Gpg4win/2 will soon be released featuring a
heavily rewritten GpgOL.
Attestation has been removed in 0.10.
Due to time constraints, the 0.9 series of GpgOL is no longer supported.
I am sorry for this inconvenience. Gpg4win/2 will soon be released featuring a
heavily rewritten GpgOL.
This is so that we can use the OOM to read the body.
This is still on my todo list.
Due to time constraints, the 0.9 series of GpgOL is no longer supported.
I am sorry for this inconvenience. Gpg4win/2 will soon be released featuring a
heavily rewritten GpgOL.
This has been implemented.
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.
The 0.9 series is not anymore supported.
Dec 8 2008
Done in 4888. For scdaemon this is a half second and for gpg-agent every third
second.
Dec 5 2008
Dec 4 2008
Thanks, I put the version in #975 into SVN.
Duplicate of T975
Nov 25 2008
This looks pretty much like an autoconf bug. However, a broken instalaltion of
a compiler is a bad sign for a system, so one might even be thabnkful for such a
message ;-).
Note that there is another fr.po update as T975.
Nov 21 2008
Nov 18 2008
configure script of libgcrypt (and libgpg-error) does not run without a C++
compiler installed, throwing "C++ compiler fails sanity check". However, when
manually "fixing" the configure script to not exit when it can't find a compiler
and instead continue, libgpg-error and libgcrypt configure and build properly,
even without a C++ compiler.