mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
* gpg.texi (GPG Configuration Options): Document keyserver-options
debug.
This commit is contained in:
parent
94be7a4341
commit
a50a274d20
@ -1,3 +1,8 @@
|
|||||||
|
2009-03-16 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpg.texi (GPG Configuration Options): Document keyserver-options
|
||||||
|
debug.
|
||||||
|
|
||||||
2009-03-04 Werner Koch <wk@g10code.com>
|
2009-03-04 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* help.txt (gpg.keygen.size): Add a link to web page.
|
* help.txt (gpg.keygen.size): Add a link to web page.
|
||||||
|
10
doc/gpg.texi
10
doc/gpg.texi
@ -1,5 +1,5 @@
|
|||||||
@c Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
@c Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
|
||||||
@c 2007 Free Software Foundation, Inc.
|
@c 2008, 2009 Free Software Foundation, Inc.
|
||||||
@c This is part of the GnuPG manual.
|
@c This is part of the GnuPG manual.
|
||||||
@c For copying conditions, see the file gnupg.texi.
|
@c For copying conditions, see the file gnupg.texi.
|
||||||
|
|
||||||
@ -1490,6 +1490,12 @@ Set the proxy to use for HTTP and HKP keyservers. This overrides the
|
|||||||
@item max-cert-size
|
@item max-cert-size
|
||||||
When retrieving a key via DNS CERT, only accept keys up to this size.
|
When retrieving a key via DNS CERT, only accept keys up to this size.
|
||||||
Defaults to 16384 bytes.
|
Defaults to 16384 bytes.
|
||||||
|
|
||||||
|
@item debug
|
||||||
|
Turn on debug output in the keyserver helper program. Note that the
|
||||||
|
details of debug output depends on which keyserver helper program is
|
||||||
|
being used, and in turn, on any libraries that the keyserver helper
|
||||||
|
program uses internally (libcurl, openldap, etc).
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@item --completes-needed @code{n}
|
@item --completes-needed @code{n}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user