aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tools.texi (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-01-27gpg-connect-tool: Take the string "true" as a true condition.Werner Koch1-5/+12
* tools/gpg-connect-agent.c (main): Handle strings "true" and "yes" in conditions as expected.
2011-10-12Put more options into the options indexWerner Koch1-1/+0
Also removed the single letter options from the index.
2011-02-23Lock scdaemon to CCID if once found.Werner Koch1-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.
2011-01-13ifset parts which are not in GnuPG 2.0Werner Koch1-1/+4
2010-12-02Describe new log facilities.Werner Koch1-0/+1
2010-10-14All tests work are again workingWerner Koch1-0/+11
2010-08-18Fix regression in logging.Werner Koch1-5/+45
Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream.
2010-06-10Include dirmngr manualWerner Koch1-0/+162
2009-07-22Typo fixes. Fixes bug#1093Werner Koch1-16/+16
2009-06-02Fix for bug#1066.Werner Koch1-1/+1
A couple of minor changes.
2009-01-20Print more directories with gpgconf --list-dirs.Werner Koch1-4/+7
2008-12-09Minor fixes.Werner Koch1-8/+13
2008-10-13Explain how to delete a secret X.509 key.Werner Koch1-1/+1
2008-10-01Add /daatfile command to gpg-connect-agent.Werner Koch1-0/+8
2008-06-19Add the group option to gpgconf and define the new type "alias list".Werner Koch1-0/+5
2008-05-26Minor bug fixes and document new gpg-connect-feature.Werner Koch1-5/+6
2008-05-26doc/Marcus Brinkmann1-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.
2008-05-19doc/Marcus Brinkmann1-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.
2008-05-06add gpg-zip man page.Werner Koch1-2/+145
2008-03-05Add IF command and new variable functions to gpg-connect-agent.Werner Koch1-3/+18
2008-02-272008-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+11
* tools.texi (Listing options): Document new types.
2008-01-28Typo and grammer fixes by Justin Pryzby.Werner Koch1-2/+2
2008-01-102008-01-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-11/+13
* tools.texi (gpgconf): Some clarifications.
2007-10-24Add a /while loop.Werner Koch1-1/+33
2007-10-23New option --list-config for gpgconf.Werner Koch1-7/+70
2007-10-19Enhanced gpg-conect-agent scripting.Werner Koch1-4/+105
Typo fixes in comments.
2007-08-31Make gpgconf --list-components also print the name of the executable program.Werner Koch1-6/+11
2007-08-29Extended the --check-program output: Error messages are now inlcued in anWerner Koch1-5/+22
easy parsable format.
2007-08-29New command --check-programs for gpgconf.Werner Koch1-0/+68
2007-06-06First steps towards supporting W32.Werner Koch1-1/+1
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-04-03Add a way to get a listing of available CCID readers.Werner Koch1-0/+18
2007-03-07The Cherry XX44 keyboard's PINpad does now work.Werner Koch1-2/+47
DINSIG and NKS card applications are now also PIN pad aware.
2007-03-06Support for a global gpgconf configuration file.Werner Koch1-0/+30
2006-12-06Fixes for CVE-2006-6235Werner Koch1-124/+1
2006-09-13Various fixes and new features.Werner Koch1-0/+25
Enhanced gpg-connect-agent.
2006-09-08doc fixesWerner Koch1-4/+41
2006-08-22added missing gpgv man pageWerner Koch1-0/+130
2006-08-18More man pages. Added include files for 2 common paragraphs.Werner Koch1-28/+124
2006-08-17include support and texi fixesWerner Koch1-14/+45
2005-12-16Fixed importing certs created by newer versions of Mozilla.Werner Koch1-0/+12
2005-09-06The BELPIC card does now work.Werner Koch1-3/+42
2005-05-18Changed the scdaemon to handle concurrent sessions. AdjustedWerner Koch1-0/+10
gpg-agent accordingly. Code cleanups.
2005-04-27(symcryptrun): Added.Werner Koch1-0/+94
2005-02-24* gpg-agent.c (handle_connections): Need to check for events ifWerner Koch1-0/+62
select returns with -1. * tools.texi (gpg-connect-agent): New. * app-openpgp.c (get_one_do): Never try to get a non cacheable object from the cache. (get_one_do): Add new arg to return an error code. Changed all callers. (do_getattr): Let it return a proper error code. * app.c (select_application): Return an error code and the application context in an new arg. * command.c (open_card): Adjusted for that. Don't use the fallback if no card is present. Return an error if the card has been removed without a reset. (do_reset, cmd_serialno): Clear that error flag. (TEST_CARD_REMOVAL): New. Use it with all command handlers. * scdaemon.c (ticker_thread): Termintate if a shutdown is pending. * apdu.c: Added some PCSC error codes. (pcsc_error_to_sw): New. (reset_pcsc_reader, pcsc_get_status, pcsc_send_apdu) (open_pcsc_reader): Do proper error code mapping. * gpg-connect-agent.c: New. * Makefile.am: Add it.
2004-12-22* gnupg.texi: Reordered.Werner Koch1-10/+12
* contrib.texi: Updated.
2004-12-21(gpg-preset-passphrase): New section.Werner Koch1-474/+42
2004-12-21* preset-passphrase.c (preset_passphrase): Handle --passphrase.Werner Koch1-1/+503
* Makefile.am (gpg_preset_passphrase_LDADD): Reorder libs so that pwquery may use stuff from jnlib. Conditionally add -lwsock2 (gpg_protect_tool_LDADD): Ditto. * preset-passphrase.c (main): Use default_homedir(). (main) [W32]: Initialize sockets. * simple-pwquery.c (agent_open) [W32]: Implement for W32. (readline) [W32]: Use recv instead of read. (writen) [W32]: Use send instead of write. (my_stpcpy): Define a stpcpy replacement so that this file continues to be self-contained. (agent_send_all_options) [W32]: Don't call ttyname. * gnupg-badge-openpgp.eps, gnupg-badge-openpgp.jpg: New * gnupg.texi: Add a logo. * sysnotes.texi: New. * gpgsm.c (main): Use default_homedir(). (main) [W32]: Default to disabled CRL checks. * gpgconf-comp.c (get_config_pathname) [DOSISH]: Detect absolute pathnames with a drive letter.
2004-10-22(Helper Tools): Document gpgsm-gencert.sh.Werner Koch1-0/+18
2004-09-30* gpg.texi: New.Werner Koch1-6/+13
* gnupg.texi: Include gpg.texi * tools.texi: Add a few @command markups. * gpgsm.texi: Ditto * gpg-agent.texi: Ditto. * scdaemon.texi: Ditto.
2004-09-292004-09-30 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-2/+498
* tools.texi (Changing options): Add documentation for gpgconf.