aboutsummaryrefslogtreecommitdiffstats
path: root/doc/debugging.texi (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-12-13g10,sm: Spell out --gen-key.Justus Winter1-1/+2
* g10/gpg.c (opts): Spell out option. * sm/gpgsm.c (opts): Likewise. * doc/gpg.texi: Update accordingly. GnuPG-bug-id: 2700 Signed-off-by: Justus Winter <[email protected]>
2016-09-20doc: Do not end section names with "."Ineiev1-5/+4
2016-09-20doc: Fix spacings.Ineiev1-1/+1
* doc/debugging.texi, doc/dirmngr.texi, doc/gpg-agent.texi, doc/gpg.texi, doc/tools.texi: Fix.
2016-09-20doc: Use the right reference commands.Ineiev1-2/+2
* doc/debugging.texi, doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi, doc/tools.texi: Fix.
2016-09-20doc: Fix typos.Ineiev1-3/+3
* doc/debugging.texi, doc/dirmngr.texi, doc/glossary.texi * doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi * doc/instguide.texi, doc/opt-homedir.texi, doc/scdaemon.texi * doc/specify-user-id.texi, doc/tools.texi: Fix.
2016-02-16doc: Add a gnupg-module-overview picture.Werner Koch1-8/+19
* doc/gnupg-module-overview.svg: New. * doc/debugging.texi (Component interaction): New. * doc/Makefile.am (EXTRA_DIST): Add PNG and PDF versions of gnupg-module-overview.svg. Remove two eps files. (BUILT_SOURCES): Add gnupg-module-overview.pdf and .png. Remove gnupg-card-architecture.epsl (gnupg_TEXINFOS): Add gnupg-module-overview.svg (gnupg.dvi): New. (DISTCLEANFILES): Remove build eps files. -- Many thanks to Emanuel Schütze for helping with the redesign of the module overview. The original file has been used by mere for years in talks but was never a proper part of GnuPG. The EPS files have been removed due to their size. Thus to build the "dvi" target the convert tool is required. Signed-off-by: Werner Koch <[email protected]>
2015-06-09doc: Do not used fixed file names in the manuals.Werner Koch1-2/+2
* doc/mkdefsinc.c: New. * doc/Makefile.am: Include cmacros.am. (EXTRA_DIST): Add mkdefsinc.c defsincdate. (BUILT_SOURCES): Add defsincdate (CLEANFILES): Add mkdefsinc and defs.inc. (mkdefsinc): New rule. (yat2m-stamp): Depend on defs.inc. ($(myman_pages) gnupg.7): Ditto. (gnupg.texi): Remove rule to touch itself. (dist-hook): New. (defsincdate): New. (defs.inc): New. * doc/gnupg.texi: Remove inclusion of version.texi. Include defs.inc. Also include defs.inc in all files used to build man files. Change fixed directory names to those from defs.inc. -- GnuPG-bug-id: 1661 Signed-off-by: Werner Koch <[email protected]>
2015-06-08doc: Change the manual source to be only for GnuPG 2.1Werner Koch1-2/+0
Signed-off-by: Werner Koch <[email protected]>
2014-06-25doc: Improve the rendering of the manualWerner Koch1-4/+9
2011-01-13ifset parts which are not in GnuPG 2.0Werner Koch1-2/+2
2010-12-02Describe new log facilities.Werner Koch1-0/+11
2010-10-01Exporting secret keys via gpg-agent is now basically supported.Werner Koch1-1/+1
A couple of forward ported changes. Doc updates.
2009-07-22Typo fixes. Fixes bug#1093Werner Koch1-8/+8
2009-07-06* debugging.texi (Common Problems): Add a note about corruptedWerner Koch1-0/+9
keys in --search-keys.
2008-08-01Fix !EROFS bug.Werner Koch1-0/+20
Doc updates
2008-03-05Add IF command and new variable functions to gpg-connect-agent.Werner Koch1-1/+20
2007-12-13Allow verification of some broken S-TRUST generated signatures.Werner Koch1-0/+5
2007-08-24tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch1-0/+19
Documentation updates.
2007-07-05Fixed card key generation of gpg2.Werner Koch1-2/+2
Reveal less information about timings while generating a key.
2007-02-05Fix for aegypten issue 720Werner Koch1-0/+40
2006-09-20Cleanups.Werner Koch1-2/+2
2006-06-20Made make distcheck work againWerner Koch1-1/+1
2005-06-07New debugging optionhs, updates to the manual.Werner Koch1-0/+44
2004-11-24Add dirmngr options to gpgconf and updated the DE translationWerner Koch1-1/+1
2004-11-23* b64enc.c: Include stdio.h and string.hWerner Koch1-4/+19
* gpgsm.c: New option --prefer-system-dirmngr. * call-dirmngr.c (start_dirmngr): Implement this option. * gpgconf-comp.c <dirmngr>: Add the proxy options. <gpgsm>: Add --prefer-system-daemon.
2004-06-28Added some doc stuffWerner Koch1-1/+14
2004-06-18* debugging.texi: New.Werner Koch1-0/+82
* gnupg.texi: Include it.