1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Wed Feb 9 15:33:44 CET 2000 Werner Koch

This commit is contained in:
Werner Koch 2000-02-09 14:35:37 +00:00
parent 932049cbe4
commit 673a50de0f
13 changed files with 53 additions and 12 deletions

View file

@ -1,3 +1,9 @@
Wed Feb 9 15:33:44 CET 2000 Werner Koch <wk@gnupg.de>
* gpg.sgml: Describe --ignore-time-conflict.
* gpg.sgml: Fixed a few typos. Thanks to Holger Trapp.
Wed Jan 5 11:51:17 CET 2000 Werner Koch <wk@gnupg.de>
* FAQ: Enhanced answer for the 3des-s2k bug.

View file

@ -1145,6 +1145,16 @@ and encryption keys.
</para></listitem></varlistentry>
<varlistentry>
<term>--ignore-time-conflict</term>
<listitem><para>
GnuPG normally checks that the timestamps associated with keys and
signatures have plausible values. However, sometimes a signature seems to
be older than the key due to clock problems. This option makes these
checks just a warning.
</para></listitem></varlistentry>
<varlistentry>
<term>--lock-once</term>
<listitem><para>
@ -1305,7 +1315,7 @@ Here the key ID is given in the long form as used by OpenPGP.
<listitem><para>
The best way to specify a key ID is by using the fingerprint of
the key. This avoids any ambiguities in case that there are duplicated
kez IDs (which are really rare for the long key IDs).
key IDs (which are really rare for the long key IDs).
</para></listitem>
</varlistentry>
@ -1348,7 +1358,7 @@ only a number.
<term>*Heine</term>
<listitem><para>
By case insensitive substring matching. This is the default mode but
applications maz want to explicitely indicate this bz putting the asterisk
applications may want to explicitely indicate this by putting the asterisk
in front.
</para></listitem>
</varlistentry>
@ -1507,9 +1517,9 @@ is *very* easy to spy out your passphrase!
On many systems this program should be installed as setuid(root). This
is necessary to lock memory pages. Locking memory pages prevents the
operating system from writing memory pages to disk. If you get no
warning message about insecure memory then your operating system supports
warning message about insecure memory 3our operating system supports
locking without being root. The program drops root privileges as soon
as the locked memory is allocated.
as locked memory is allocated.
</para>
</refsect1>