aboutsummaryrefslogtreecommitdiffstats
path: root/doc/debugging.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor style fixes.NIIBE Yutaka2023-10-051-2/+2
| | | | | | -- Signed-off-by: NIIBE Yutaka <[email protected]>
* doc: Fix a debug hint on the keybox format.Werner Koch2019-07-181-6/+2
| | | | --
* g10,sm: Spell out --gen-key.Justus Winter2016-12-131-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]>
* doc: Do not end section names with "."Ineiev2016-09-201-5/+4
|
* doc: Fix spacings.Ineiev2016-09-201-1/+1
| | | | | * doc/debugging.texi, doc/dirmngr.texi, doc/gpg-agent.texi, doc/gpg.texi, doc/tools.texi: Fix.
* doc: Use the right reference commands.Ineiev2016-09-201-2/+2
| | | | | * doc/debugging.texi, doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi, doc/tools.texi: Fix.
* doc: Fix typos.Ineiev2016-09-201-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.
* doc: Add a gnupg-module-overview picture.Werner Koch2016-02-161-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]>
* doc: Do not used fixed file names in the manuals.Werner Koch2015-06-091-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]>
* doc: Change the manual source to be only for GnuPG 2.1Werner Koch2015-06-081-2/+0
| | | | Signed-off-by: Werner Koch <[email protected]>
* doc: Improve the rendering of the manualWerner Koch2014-06-251-4/+9
|
* ifset parts which are not in GnuPG 2.0Werner Koch2011-01-131-2/+2
|
* Describe new log facilities.Werner Koch2010-12-021-0/+11
|
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-1/+1
| | | | | | A couple of forward ported changes. Doc updates.
* Typo fixes. Fixes bug#1093Werner Koch2009-07-221-8/+8
|
* * debugging.texi (Common Problems): Add a note about corruptedWerner Koch2009-07-061-0/+9
| | | | | keys in --search-keys.
* Fix !EROFS bug.Werner Koch2008-08-011-0/+20
| | | | | Doc updates
* Add IF command and new variable functions to gpg-connect-agent.Werner Koch2008-03-051-1/+20
|
* Allow verification of some broken S-TRUST generated signatures.Werner Koch2007-12-131-0/+5
|
* tryu harder to ignore duplicate specified keyrings and -boxes.Werner Koch2007-08-241-0/+19
| | | | | Documentation updates.
* Fixed card key generation of gpg2.Werner Koch2007-07-051-2/+2
| | | | | Reveal less information about timings while generating a key.
* Fix for aegypten issue 720Werner Koch2007-02-051-0/+40
|
* Cleanups.Werner Koch2006-09-201-2/+2
|
* Made make distcheck work againWerner Koch2006-06-201-1/+1
|
* New debugging optionhs, updates to the manual.Werner Koch2005-06-071-0/+44
|
* Add dirmngr options to gpgconf and updated the DE translationWerner Koch2004-11-241-1/+1
|
* * b64enc.c: Include stdio.h and string.hWerner Koch2004-11-231-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.
* Added some doc stuffWerner Koch2004-06-281-1/+14
|
* * debugging.texi: New.Werner Koch2004-06-181-0/+82
* gnupg.texi: Include it.