diff options
author | Werner Koch <wk@gnupg.org> | 2002-08-23 10:02:08 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2002-08-23 10:02:08 +0200 |
commit | 277a9a3755b255173ba122d4f574f2b3400477b3 (patch) | |
tree | f155b30f54c6564dbc1085481a048f8bfd47da1a /doc | |
parent | * gpg.sgml: Clarify meaning of keyserver option include-revoked. (diff) | |
download | gnupg2-277a9a3755b255173ba122d4f574f2b3400477b3.tar.xz gnupg2-277a9a3755b255173ba122d4f574f2b3400477b3.zip |
Include intl/ in the CVS again; otherwise we are not able to
re-recreate a distribution from CVS.
Some minor other fixes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/DETAILS | 10 |
2 files changed, 13 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 6670c58e4..8f5f06c01 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -2,6 +2,10 @@ * gpg.sgml: Clarify meaning of keyserver option include-revoked. +2002-08-21 Werner Koch <wk@gnupg.org> + + * DETAILS: Added IMPORT_PROBLEM. + 2002-08-20 David Shaw <dshaw@jabberwocky.com> * DETAILS: Clarify that trust letters 'q' and '-' can be treated diff --git a/doc/DETAILS b/doc/DETAILS index 37fcd0bb6..45862f372 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -270,8 +270,16 @@ more arguments in future versions. IMPORTED <long keyid> <username> The keyid and name of the signature just imported + IMPORT_PROBLEM <reason> [<fingerprint>] + Issued for each import failure. Reason codes are: + 0 := "No specific reason given". + 1 := "Invalid Certificate". + 2 := "Issuer Certificate missing". + 3 := "Certificate Chain too long". + 4 := "Error storing certificate". + IMPORT_RES <count> <no_user_id> <imported> <imported_rsa> <unchanged> - <n_uids> <n_subk> <n_sigs> <n_revoc> <sec_read> <sec_imported> <sec_dups> + <n_uids> <n_subk> <n_sigs> <n_revoc> <sec_read> <sec_imported> <sec_dups> <not_imported> Final statistics on import process (this is one long line) FILE_START <what> <filename> |