diff options
author | David Shaw <[email protected]> | 2004-04-29 03:42:54 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2004-04-29 03:42:54 +0000 |
commit | 0842905be3400129a42dd78e89e3b9fd06af5487 (patch) | |
tree | 2ecab520a2d57a45089dcb1dd72fedb293efb41d /g10/keyserver.c | |
parent | * card-util.c (card_edit): Require PIN only for generate. (diff) | |
download | gnupg-0842905be3400129a42dd78e89e3b9fd06af5487.tar.gz gnupg-0842905be3400129a42dd78e89e3b9fd06af5487.zip |
* main.h, keylist.c (show_notation): Add argument to show only user
notations, only standard notations, or both. Change all callers.
* keyserver.c (keyserver_spawn): We still need EXEC_TEMPFILE_ONLY.
Diffstat (limited to '')
-rw-r--r-- | g10/keyserver.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g10/keyserver.c b/g10/keyserver.c index f0d5ba057..8b71a6340 100644 --- a/g10/keyserver.c +++ b/g10/keyserver.c @@ -719,6 +719,10 @@ keyserver_spawn(int action,STRLIST list,KEYDB_SEARCH_DESC *desc, assert(keyserver); +#ifdef EXEC_TEMPFILE_ONLY + opt.keyserver_options.use_temp_files=1; +#endif + /* Push the libexecdir into path. If DISABLE_KEYSERVER_PATH is set, use the 0 arg to replace the path. */ #ifdef DISABLE_KEYSERVER_PATH |