diff options
author | Werner Koch <[email protected]> | 2002-12-03 08:12:53 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-12-03 08:12:53 +0000 |
commit | 768ded7c030d65635481a1218877c1e6bbb0d829 (patch) | |
tree | b4bcde8a64fbf84e33908f1d31e365bf6327107e | |
parent | * gpg.sgml: Point out that if the user absolutely must, it's better to use (diff) | |
download | gnupg-768ded7c030d65635481a1218877c1e6bbb0d829.tar.gz gnupg-768ded7c030d65635481a1218877c1e6bbb0d829.zip |
Marked unused slots in the trustdb.
Diffstat (limited to '')
-rw-r--r-- | doc/DETAILS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index d37fda408..b9599f12d 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -587,17 +587,17 @@ FIXME: The layout changed, document it here. 1 byte max_cert_depth The three items are used to check whether the cached validity value from the dir record can be used. - 1 u32 locked flags + 1 u32 locked flags [not used] 1 u32 timestamp of trustdb creation 1 u32 timestamp of last modification which may affect the validity of keys in the trustdb. This value is checked against the validity timestamp in the dir records. - 1 u32 timestamp of last validation + 1 u32 timestamp of last validation [currently not used] (Used to keep track of the time, when this TrustDB was checked against the pubring) - 1 u32 record number of keyhashtable + 1 u32 record number of keyhashtable [currently not used] 1 u32 first free record - 1 u32 record number of shadow directory hash table + 1 u32 record number of shadow directory hash table [currently not used] It does not make sense to combine this table with the key table because the keyid is not in every case a part of the fingerprint. 1 u32 record number of the trusthashtbale |