Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: Do not used fixed file names in the manuals. | Werner Koch | 2015-06-09 | 1 | -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.1 | Werner Koch | 2015-06-08 | 1 | -2/+0 |
| | | | | Signed-off-by: Werner Koch <[email protected]> | ||||
* | doc: Improve the rendering of the manual | Werner Koch | 2014-06-25 | 1 | -4/+9 |
| | |||||
* | ifset parts which are not in GnuPG 2.0 | Werner Koch | 2011-01-13 | 1 | -2/+2 |
| | |||||
* | Describe new log facilities. | Werner Koch | 2010-12-02 | 1 | -0/+11 |
| | |||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 1 | -1/+1 |
| | | | | | | A couple of forward ported changes. Doc updates. | ||||
* | Typo fixes. Fixes bug#1093 | Werner Koch | 2009-07-22 | 1 | -8/+8 |
| | |||||
* | * debugging.texi (Common Problems): Add a note about corrupted | Werner Koch | 2009-07-06 | 1 | -0/+9 |
| | | | | | keys in --search-keys. | ||||
* | Fix !EROFS bug. | Werner Koch | 2008-08-01 | 1 | -0/+20 |
| | | | | | Doc updates | ||||
* | Add IF command and new variable functions to gpg-connect-agent. | Werner Koch | 2008-03-05 | 1 | -1/+20 |
| | |||||
* | Allow verification of some broken S-TRUST generated signatures. | Werner Koch | 2007-12-13 | 1 | -0/+5 |
| | |||||
* | tryu harder to ignore duplicate specified keyrings and -boxes. | Werner Koch | 2007-08-24 | 1 | -0/+19 |
| | | | | | Documentation updates. | ||||
* | Fixed card key generation of gpg2. | Werner Koch | 2007-07-05 | 1 | -2/+2 |
| | | | | | Reveal less information about timings while generating a key. | ||||
* | Fix for aegypten issue 720 | Werner Koch | 2007-02-05 | 1 | -0/+40 |
| | |||||
* | Cleanups. | Werner Koch | 2006-09-20 | 1 | -2/+2 |
| | |||||
* | Made make distcheck work again | Werner Koch | 2006-06-20 | 1 | -1/+1 |
| | |||||
* | New debugging optionhs, updates to the manual. | Werner Koch | 2005-06-07 | 1 | -0/+44 |
| | |||||
* | Add dirmngr options to gpgconf and updated the DE translation | Werner Koch | 2004-11-24 | 1 | -1/+1 |
| | |||||
* | * b64enc.c: Include stdio.h and string.h | Werner Koch | 2004-11-23 | 1 | -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 stuff | Werner Koch | 2004-06-28 | 1 | -1/+14 |
| | |||||
* | * debugging.texi: New. | Werner Koch | 2004-06-18 | 1 | -0/+82 |
* gnupg.texi: Include it. |