mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
* gpg.sgml: Document keyserver-option http-proxy, import-option
merge-only, remove old honor-http-proxy, --merge-only, and --emulate-md-encode-bug. Document COLUMNS and LINES.
This commit is contained in:
parent
4c4f29d256
commit
1c5b33a126
@ -1,3 +1,9 @@
|
||||
2004-02-25 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpg.sgml: Document keyserver-option http-proxy, import-option
|
||||
merge-only, remove old honor-http-proxy, --merge-only, and
|
||||
--emulate-md-encode-bug. Document COLUMNS and LINES.
|
||||
|
||||
2004-02-12 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gnupg.7: Clarify that 'gpgv' doesn't encrypt, and that's not a
|
||||
|
43
doc/gpg.sgml
43
doc/gpg.sgml
@ -45,6 +45,7 @@
|
||||
<!entity ParmValue "<parameter>value</parameter>">
|
||||
<!entity ParmNameValue "<parameter>name=value</parameter>">
|
||||
<!entity ParmNameValues "<parameter>name=value1 <optional>value2 value3 ...</optional></parameter>">
|
||||
<!entity OptEqualsValue "<optional>=value</optional>">
|
||||
]>
|
||||
|
||||
<refentry id="gpg">
|
||||
@ -632,8 +633,9 @@ keyring. The fast version is currently just a synonym.
|
||||
</para>
|
||||
<para>
|
||||
There are a few other options which control how this command works.
|
||||
Most notable here is the --merge-only option which does not insert new keys
|
||||
but does only the merging of new signatures, user-IDs and subkeys.
|
||||
Most notable here is the --keyserver-option merge-only option which
|
||||
does not insert new keys but does only the merging of new signatures,
|
||||
user-IDs and subkeys.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
|
||||
@ -1166,11 +1168,12 @@ be repeated multiple times to increase the verbosity level.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>honor-http-proxy</term>
|
||||
<term>http-proxy&OptEqualsValue;</term>
|
||||
<listitem><para>
|
||||
For keyserver schemes that use HTTP (such as HKP), try to access the
|
||||
keyserver over the proxy set with the environment variable
|
||||
"http_proxy".
|
||||
keyserver over a proxy. If a &ParmValue; is specified, use this as
|
||||
the HTTP proxy. If no &ParmValue; is specified, try to use the value
|
||||
of the environment variable "http_proxy".
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
@ -1217,6 +1220,13 @@ give you back one subkey. Defaults to no for regular --import and to
|
||||
yes for keyserver --recv-keys.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>merge-only</term>
|
||||
<listitem><para>
|
||||
During import, allow key updates to existing keys, but do not allow
|
||||
any new keys to be imported. Defaults to no.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
@ -2354,15 +2364,6 @@ This is not for normal use. Use the source to see for what it might be useful.
|
||||
This is not for normal use. Use the source to see for what it might be useful.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--emulate-md-encode-bug</term>
|
||||
<listitem><para>
|
||||
GnuPG versions prior to 1.0.2 had a bug in the way a signature was
|
||||
encoded. This options enables a workaround by checking faulty
|
||||
signatures again with the encoding used in old versions. This may
|
||||
only happen for Elgamal signatures which are not widely used.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--show-session-key</term>
|
||||
<listitem><para>
|
||||
@ -2417,12 +2418,6 @@ understand the implications of what it allows you to do, leave this
|
||||
off. --no-expert disables this option.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--merge-only</term>
|
||||
<listitem><para>
|
||||
Don't insert new keys into the keyrings while doing an import.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>--allow-secret-key-import</term>
|
||||
<listitem><para>
|
||||
@ -2719,6 +2714,14 @@ be used to override it.</para></listitem>
|
||||
<listitem><para>Only honored when the keyserver-option
|
||||
honor-http-proxy is set.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>COLUMNS</term>
|
||||
<term>LINES</term>
|
||||
<listitem><para>
|
||||
Used to size some displays to the full size of the screen.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
</variablelist>
|
||||
|
||||
</refsect1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user