1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-06 23:17:47 +02:00

Added some doc stuff

This commit is contained in:
Werner Koch 2004-06-28 07:42:33 +00:00
parent 3571968f04
commit 6e4f619b3c
5 changed files with 30 additions and 2 deletions

8
TODO
View File

@ -1,5 +1,13 @@
-*- outline -*- -*- outline -*-
* Keylisting
Add the keygrip to the dump output
Explain how to setup a root CA key as trusted
Look for new system-wide certificates
Explain how trustlist.txt might be managed.
* src/base64 * src/base64
** Make parsing more robust ** Make parsing more robust
Currently we don't cope with overlong lines in the best way. Currently we don't cope with overlong lines in the best way.

View File

@ -1,3 +1,7 @@
2004-06-22 Werner Koch <wk@g10code.com>
* glossary.texi: New.
2004-06-18 Werner Koch <wk@gnupg.org> 2004-06-18 Werner Koch <wk@gnupg.org>
* debugging.texi: New. * debugging.texi: New.

View File

@ -22,7 +22,7 @@ info_TEXINFOS = gnupg.texi
gnupg_TEXINFOS = \ gnupg_TEXINFOS = \
gpgsm.texi gpg-agent.texi scdaemon.texi assuan.texi\ gpgsm.texi gpg-agent.texi scdaemon.texi assuan.texi\
debugging.texi contrib.texi gpl.texi fdl.texi debugging.texi glossary.texi contrib.texi gpl.texi fdl.texi
DISTCLEANFILES = gnupg.tmp gnupg.ops DISTCLEANFILES = gnupg.tmp gnupg.ops

View File

@ -17,7 +17,7 @@ solve the problem at hand.
@menu @menu
* Debugging Tools:: Description of some useful tools * Debugging Tools:: Description of some useful tools
* Common Problems:: Commonly seen problems.
@end menu @end menu
@ -80,3 +80,16 @@ in a standard way and directly available from @command{gpgsm}.
@node Common Problems
@section Commonly Seen Problems
@itemize @bullet
@item Error code @samp{Not supported} from Dirmngr
Most likely the option @option{enable-ocsp} is active for gpgsm
but Dirmngr's OCSP feature has not been enabled using
@option{allow-ocsp} in @file{dirmngr.conf}.
@end itemize

View File

@ -134,6 +134,7 @@ Miscellaneous
Indices Indices
* Glossary:: Short descrition of used terms.
* Option Index:: Index to command line options. * Option Index:: Index to command line options.
* Index:: Index of concepts and symbol names. * Index:: Index of concepts and symbol names.
@end menu @end menu
@ -155,6 +156,8 @@ Indices
@c Indexes @c Indexes
@c --------------------------------------------------------------------- @c ---------------------------------------------------------------------
@include glossary.texi
@node Option Index @node Option Index
@unnumbered Option Index @unnumbered Option Index