mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Add honor-http-proxy.
This commit is contained in:
parent
df05dde9d5
commit
b16d30910a
@ -1,3 +1,7 @@
|
||||
2005-03-09 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgconf-comp.c <dirmngr>: Add honor-http-proxy.
|
||||
|
||||
2005-02-25 Werner Koch <wk@g10code.com>
|
||||
|
||||
* no-libgcrypt.c (gcry_strdup): New.
|
||||
|
@ -746,6 +746,9 @@ static gc_option_t gc_options_dirmngr[] =
|
||||
{ "http-proxy", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
||||
"dirmngr", "|URL|redirect all HTTP requests to URL",
|
||||
GC_ARG_TYPE_STRING, GC_BACKEND_DIRMNGR },
|
||||
{ "honor-http-proxy", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
|
||||
"dirmngr", N_("use system's HTTP proxy setting"),
|
||||
GC_ARG_TYPE_STRING, GC_BACKEND_DIRMNGR },
|
||||
|
||||
{ "LDAP",
|
||||
GC_OPT_FLAG_GROUP, GC_LEVEL_BASIC,
|
||||
|
Loading…
x
Reference in New Issue
Block a user