aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tools.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tools: Remove gpgkey2ssh.Werner Koch2016-01-091-73/+0
| | | | | | | | | | * tools/gpgkey2ssh.c: Remove. * tools/Makefile.am (bin_PROGRAMS): Ditto. -- Also remove it form the docs. Signed-off-by: Werner Koch <[email protected]>
* doc: Note that gpgkey2ssh is deprecated.Neal H. Walfield2015-11-051-0/+2
| | | | | | | * doc/tools.texi (gpgkey2ssh): Note that gpgkey2ssh is deprecated. -- Signed-off-by: Neal H. Walfield <[email protected]>
* doc: Add documentation for gpgkey2ssh.Neal H. Walfield2015-11-051-0/+71
| | | | | | | | | | * doc/tools.texi: Add documentation for gpgkey2ssh. -- Signed-off-by: Neal H. Walfield <[email protected]> Co-authored-by: Daniel Kahn Gillmor <[email protected]> GnuPG-bug-id: 1067 Debian-bug-id 380241
* Fix typosDaniel Kahn Gillmor2015-10-281-1/+1
| | | | --
* drop long-deprecated gpgsm-gencert.shDaniel Kahn Gillmor2015-07-031-37/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tools/gpgsm-gencert.sh: remove deprecated script entirely. It is fully replaced by gpgsm --gen-key * doc/tools.texi: remove gpgsm-gencert.sh documentation * .gitignore: no longer ignore gpgsm-gencert.sh manpage * doc/Makefile.am: quit making the manpage * tools/Makefile.am: quit distributing the script * doc/howto-create-a-server-cert.texi: overhaul documentation to use gpgsm --gen-key and tweak explanations -- The commit deprecating gpgsm-gencert.sh (81972ca7d53ff1996e0086702a09d4405bdc2a7e) dates back exactly 6 years. https://codesearch.debian.net/results/gpgsm-gencert.sh suggests that in all of debian it is only referenced in documentation (for poldi and scute) and example files (libept), and isn't actually used directly anywhere. Furthermore, trying to use gpgsm-gencert.sh to make a simple webserver certificate-signing request failed for me, following the examples in doc/howto-create-a-server-cert.texi exactly. It's time we ripped off this band-aid :) Signed-off-by: Daniel Kahn Gillmor <[email protected]>
* doc: Do not used fixed file names in the manuals.Werner Koch2015-06-091-0/+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-8/+1
| | | | Signed-off-by: Werner Koch <[email protected]>
* doc: Fix some typos and add missing options.Werner Koch2015-01-221-6/+12
| | | | | | | | | | | -- GnuPG-bug-id: 1602 I added options shown with --help but missing in the man page. However, --help won't show everything listed in the man age and frankly there are even more options not listed anywhere (to see them use --dump-options).
* Add option --no-autostart.Werner Koch2014-11-281-0/+5
| | | | | | | | | | | | | | * g10/gpg.c: Add option --no-autostart. * sm/gpgsm.c: Ditto. * g10/options.h (opt): Add field autostart. * sm/gpgsm.h (opt): Ditto. * g10/call-agent.c (start_agent): Print note if agent was not autostarted. * sm/call-agent.c (start_agent): Ditto. * g10/call-dirmngr.c (create_context): Likewise. * sm/call-dirmngr.c (start_dirmngr_ext): Ditto. Signed-off-by: Werner Koch <[email protected]>
* tests: Speed up the genkey1024.test by using not so strong random.Werner Koch2014-10-301-1/+5
| | | | | | | | | | | | | * agent/gpg-agent.c (oDebugQuickRandom): New. (opts): New option --debug-quick-random. (main): Use new option. * common/asshelp.c (start_new_gpg_agent): Add hack to pass an additional argument for the agent name. * tests/openpgp/defs.inc: Pass --debug-quick-random to the gpg-agent starting parameters. * tests/openpgp/version.test: Ditto. Signed-off-by: Werner Koch <[email protected]>
* po: Add a new German translationWerner Koch2014-10-291-1/+1
| | | | | -- Also fixed a typo in the docs.
* doc: Add note regarding gpg-preset-passphrase and --max-cache-ttl.Werner Koch2014-06-241-4/+5
| | | | | -- GnuPG-bug-id: 1615
* doc: Minor texi updates.Werner Koch2014-06-031-0/+2
| | | | --
* gpgconf: Add command --launch.Werner Koch2014-04-081-0/+8
| | | | | | | * tools/gpgconf.c: Add command --launch. * tools/gpgconf-comp.c (gc_component_launch): New. Signed-off-by: Werner Koch <[email protected]>
* gpg-connect-agent: Make it easier to connect to the dirmngr.Werner Koch2014-03-141-0/+12
| | | | | * tools/gpg-connect-agent.c: Add options --dirmngr and --dirmngr-program.
* gpg-connect-tool: Take the string "true" as a true condition.Werner Koch2012-01-271-5/+12
| | | | | * tools/gpg-connect-agent.c (main): Handle strings "true" and "yes" in conditions as expected.
* Put more options into the options indexWerner Koch2011-10-121-1/+0
| | | | Also removed the single letter options from the index.
* Lock scdaemon to CCID if once found.Werner Koch2011-02-231-46/+52
| | | | | | | | This solves a problem where ccid was used, the card unplugged and then scdaemon tries to find a new (plugged in) reader and thus will eventually try PC/SC over and over again. Also added an explicit --kill command to gpgconf.
* ifset parts which are not in GnuPG 2.0Werner Koch2011-01-131-1/+4
|
* Describe new log facilities.Werner Koch2010-12-021-0/+1
|
* All tests work are again workingWerner Koch2010-10-141-0/+11
|
* Fix regression in logging.Werner Koch2010-08-181-5/+45
| | | | | | Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream.
* Include dirmngr manualWerner Koch2010-06-101-0/+162
|
* Typo fixes. Fixes bug#1093Werner Koch2009-07-221-16/+16
|
* Fix for bug#1066.Werner Koch2009-06-021-1/+1
| | | | | A couple of minor changes.
* Print more directories with gpgconf --list-dirs.Werner Koch2009-01-201-4/+7
|
* Minor fixes.Werner Koch2008-12-091-8/+13
|
* Explain how to delete a secret X.509 key.Werner Koch2008-10-131-1/+1
|
* Add /daatfile command to gpg-connect-agent.Werner Koch2008-10-011-0/+8
|
* Add the group option to gpgconf and define the new type "alias list".Werner Koch2008-06-191-0/+5
|
* Minor bug fixes and document new gpg-connect-feature.Werner Koch2008-05-261-5/+6
|
* doc/Marcus Brinkmann2008-05-261-0/+7
| | | | | | | | | | | | | | | | | | 2008-05-26 Marcus Brinkmann <[email protected]> * tools.texi (Invoking gpgconf): Document --list-dirs. tools/ 2008-05-26 Marcus Brinkmann <[email protected]> * gpgconf.c (enum cmd_and_opt_values): Add aListDirs. (opts): Add aListDirs option. (main): Handle aListDirs. * gpgconf.h (gc_percent_escape): New declaration. * gpgconf-comp.c (my_percent_escape): Make non-static and rename to ... (gc_percent_escape): ... this. Change all callers.
* doc/Marcus Brinkmann2008-05-191-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | 2008-05-20 Marcus Brinkmann <[email protected]> * tools.texi (Invoking gpgconf): Add --dry-run and --check-options. (Checking programs): Document --check-options. tools/ 2008-05-20 Marcus Brinkmann <[email protected]> * gpgconf.h (gc_component_check_programs): Rename to ... (gc_check_programs): ... this. (gc_component_change_options): Add argument OUT. (gc_component_check_options): New function. * gpgconf.c (enum cmd_and_opt_values): New option aCheckOptions. (opts): Add new option aCheckOptions (aka --check-options). (main): Handle new option aCheckOptions. * gpgconf-comp.c (gc_component_check_programs): Rename to ... (gc_check_programs): ... this. Refactor core of it to ... (gc_component_check_options): ... this new function. (gc_component_change_options): Add new argument OUT. Externally verify all changes. Implement option --dry-run.
* add gpg-zip man page.Werner Koch2008-05-061-2/+145
|
* Add IF command and new variable functions to gpg-connect-agent.Werner Koch2008-03-051-3/+18
|
* 2008-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-271-0/+11
| | | | | * tools.texi (Listing options): Document new types.
* Typo and grammer fixes by Justin Pryzby.Werner Koch2008-01-281-2/+2
|
* 2008-01-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-01-101-11/+13
| | | | | * tools.texi (gpgconf): Some clarifications.
* Add a /while loop.Werner Koch2007-10-241-1/+33
|
* New option --list-config for gpgconf.Werner Koch2007-10-231-7/+70
|
* Enhanced gpg-conect-agent scripting.Werner Koch2007-10-191-4/+105
| | | | | Typo fixes in comments.
* Make gpgconf --list-components also print the name of the executable program.Werner Koch2007-08-311-6/+11
|
* Extended the --check-program output: Error messages are now inlcued in anWerner Koch2007-08-291-5/+22
| | | | | easy parsable format.
* New command --check-programs for gpgconf.Werner Koch2007-08-291-0/+68
|
* First steps towards supporting W32.Werner Koch2007-06-061-1/+1
| | | | | | | This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
* Add a way to get a listing of available CCID readers.Werner Koch2007-04-031-0/+18
|
* The Cherry XX44 keyboard's PINpad does now work.Werner Koch2007-03-071-2/+47
| | | | | DINSIG and NKS card applications are now also PIN pad aware.
* Support for a global gpgconf configuration file.Werner Koch2007-03-061-0/+30
|
* Fixes for CVE-2006-6235Werner Koch2006-12-061-124/+1
|
* Various fixes and new features.Werner Koch2006-09-131-0/+25
| | | | | Enhanced gpg-connect-agent.