Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 576677 Details for
Bug 548528
kleopatra fails to import certificate - Decryption failed
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch fixing gpg-protect-tool session_env handling
gnupg-2.0.18-protect-tool-env.patch (text/plain), 1003 bytes, created by
Tomáš Trnka
on 2012-04-11 05:57:04 UTC
(
hide
)
Description:
Patch fixing gpg-protect-tool session_env handling
Filename:
MIME Type:
Creator:
Tomáš Trnka
Created:
2012-04-11 05:57:04 UTC
Size:
1003 bytes
patch
obsolete
>diff -u -r gnupg-2.0.18.orig/agent/protect-tool.c gnupg-2.0.18/agent/protect-tool.c >--- gnupg-2.0.18.orig/agent/protect-tool.c 2011-07-22 14:00:44.000000000 +0200 >+++ gnupg-2.0.18/agent/protect-tool.c 2012-04-10 22:42:17.397613438 +0200 >@@ -102,6 +102,7 @@ > static int opt_status_msg; > static const char *opt_p12_charset; > static const char *opt_agent_program; >+static session_env_t opt_session_env; > > static char *get_passphrase (int promptno); > static void release_passphrase (char *pw); >@@ -1040,6 +1041,7 @@ > > opt_homedir = default_homedir (); > >+ opt_session_env = session_env_new (); > > pargs.argc = &argc; > pargs.argv = &argv; >@@ -1091,7 +1093,7 @@ > opt.verbose, > opt_homedir, > opt_agent_program, >- NULL, NULL, NULL); >+ NULL, NULL, opt_session_env); > > if (opt_prompt) > opt_prompt = percent_plus_unescape (opt_prompt, 0);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 548528
:
381979
|
381980
|
381990
|
468628
| 576677