aboutsummaryrefslogtreecommitdiffstats
path: root/g10/g10.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2003-03-11 22:12:20 +0000
committerDavid Shaw <[email protected]>2003-03-11 22:12:20 +0000
commit2c717d9038f3e63ffd2bf1f1873299fc13670cf3 (patch)
tree8424a23110cdcd7185ddfb5bba03c8b71b26894d /g10/g10.c
parent* http.c (connect_server): Use DNS SRV to get a server list. Fail over to (diff)
downloadgnupg-2c717d9038f3e63ffd2bf1f1873299fc13670cf3.tar.gz
gnupg-2c717d9038f3e63ffd2bf1f1873299fc13670cf3.zip
* options.h, g10.c (main), keyserver.c (kopts): Add "try-dns-srv"
keyserver option. Defaults to on. * passphrase.c (agent_get_passphrase): Fix memory leak with symmetric messages. Fix segfault with symmetric messages. Fix incorrect prompt with symmetric messages.
Diffstat (limited to '')
-rw-r--r--g10/g10.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/g10/g10.c b/g10/g10.c
index 82663219b..0226243ad 100644
--- a/g10/g10.c
+++ b/g10/g10.c
@@ -1166,6 +1166,7 @@ main( int argc, char **argv )
EXPORT_INCLUDE_NON_RFC|EXPORT_INCLUDE_ATTRIBUTES;
opt.keyserver_options.include_subkeys=1;
opt.keyserver_options.include_revoked=1;
+ opt.keyserver_options.try_dns_srv=1;
opt.trust_model=TM_OPENPGP;
opt.mangle_dos_filenames = 1;