Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option --no-autostart. | Werner Koch | 2014-11-28 | 1 | -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 Koch | 2014-10-30 | 1 | -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 translation | Werner Koch | 2014-10-29 | 1 | -1/+1 |
| | | | | | -- Also fixed a typo in the docs. | ||||
* | doc: Add note regarding gpg-preset-passphrase and --max-cache-ttl. | Werner Koch | 2014-06-24 | 1 | -4/+5 |
| | | | | | -- GnuPG-bug-id: 1615 | ||||
* | doc: Minor texi updates. | Werner Koch | 2014-06-03 | 1 | -0/+2 |
| | | | | -- | ||||
* | gpgconf: Add command --launch. | Werner Koch | 2014-04-08 | 1 | -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 Koch | 2014-03-14 | 1 | -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 Koch | 2012-01-27 | 1 | -5/+12 |
| | | | | | * tools/gpg-connect-agent.c (main): Handle strings "true" and "yes" in conditions as expected. | ||||
* | Put more options into the options index | Werner Koch | 2011-10-12 | 1 | -1/+0 |
| | | | | Also removed the single letter options from the index. | ||||
* | Lock scdaemon to CCID if once found. | Werner Koch | 2011-02-23 | 1 | -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.0 | Werner Koch | 2011-01-13 | 1 | -1/+4 |
| | |||||
* | Describe new log facilities. | Werner Koch | 2010-12-02 | 1 | -0/+1 |
| | |||||
* | All tests work are again working | Werner Koch | 2010-10-14 | 1 | -0/+11 |
| | |||||
* | Fix regression in logging. | Werner Koch | 2010-08-18 | 1 | -5/+45 |
| | | | | | | Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream. | ||||
* | Include dirmngr manual | Werner Koch | 2010-06-10 | 1 | -0/+162 |
| | |||||
* | Typo fixes. Fixes bug#1093 | Werner Koch | 2009-07-22 | 1 | -16/+16 |
| | |||||
* | Fix for bug#1066. | Werner Koch | 2009-06-02 | 1 | -1/+1 |
| | | | | | A couple of minor changes. | ||||
* | Print more directories with gpgconf --list-dirs. | Werner Koch | 2009-01-20 | 1 | -4/+7 |
| | |||||
* | Minor fixes. | Werner Koch | 2008-12-09 | 1 | -8/+13 |
| | |||||
* | Explain how to delete a secret X.509 key. | Werner Koch | 2008-10-13 | 1 | -1/+1 |
| | |||||
* | Add /daatfile command to gpg-connect-agent. | Werner Koch | 2008-10-01 | 1 | -0/+8 |
| | |||||
* | Add the group option to gpgconf and define the new type "alias list". | Werner Koch | 2008-06-19 | 1 | -0/+5 |
| | |||||
* | Minor bug fixes and document new gpg-connect-feature. | Werner Koch | 2008-05-26 | 1 | -5/+6 |
| | |||||
* | doc/ | Marcus Brinkmann | 2008-05-26 | 1 | -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 Brinkmann | 2008-05-19 | 1 | -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 Koch | 2008-05-06 | 1 | -2/+145 |
| | |||||
* | Add IF command and new variable functions to gpg-connect-agent. | Werner Koch | 2008-03-05 | 1 | -3/+18 |
| | |||||
* | 2008-02-27 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-02-27 | 1 | -0/+11 |
| | | | | | * tools.texi (Listing options): Document new types. | ||||
* | Typo and grammer fixes by Justin Pryzby. | Werner Koch | 2008-01-28 | 1 | -2/+2 |
| | |||||
* | 2008-01-10 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-01-10 | 1 | -11/+13 |
| | | | | | * tools.texi (gpgconf): Some clarifications. | ||||
* | Add a /while loop. | Werner Koch | 2007-10-24 | 1 | -1/+33 |
| | |||||
* | New option --list-config for gpgconf. | Werner Koch | 2007-10-23 | 1 | -7/+70 |
| | |||||
* | Enhanced gpg-conect-agent scripting. | Werner Koch | 2007-10-19 | 1 | -4/+105 |
| | | | | | Typo fixes in comments. | ||||
* | Make gpgconf --list-components also print the name of the executable program. | Werner Koch | 2007-08-31 | 1 | -6/+11 |
| | |||||
* | Extended the --check-program output: Error messages are now inlcued in an | Werner Koch | 2007-08-29 | 1 | -5/+22 |
| | | | | | easy parsable format. | ||||
* | New command --check-programs for gpgconf. | Werner Koch | 2007-08-29 | 1 | -0/+68 |
| | |||||
* | First steps towards supporting W32. | Werner Koch | 2007-06-06 | 1 | -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 Koch | 2007-04-03 | 1 | -0/+18 |
| | |||||
* | The Cherry XX44 keyboard's PINpad does now work. | Werner Koch | 2007-03-07 | 1 | -2/+47 |
| | | | | | DINSIG and NKS card applications are now also PIN pad aware. | ||||
* | Support for a global gpgconf configuration file. | Werner Koch | 2007-03-06 | 1 | -0/+30 |
| | |||||
* | Fixes for CVE-2006-6235 | Werner Koch | 2006-12-06 | 1 | -124/+1 |
| | |||||
* | Various fixes and new features. | Werner Koch | 2006-09-13 | 1 | -0/+25 |
| | | | | | Enhanced gpg-connect-agent. | ||||
* | doc fixes | Werner Koch | 2006-09-08 | 1 | -4/+41 |
| | |||||
* | added missing gpgv man page | Werner Koch | 2006-08-22 | 1 | -0/+130 |
| | |||||
* | More man pages. Added include files for 2 common paragraphs. | Werner Koch | 2006-08-18 | 1 | -28/+124 |
| | |||||
* | include support and texi fixes | Werner Koch | 2006-08-17 | 1 | -14/+45 |
| | |||||
* | Fixed importing certs created by newer versions of Mozilla. | Werner Koch | 2005-12-16 | 1 | -0/+12 |
| | |||||
* | The BELPIC card does now work. | Werner Koch | 2005-09-06 | 1 | -3/+42 |
| | |||||
* | Changed the scdaemon to handle concurrent sessions. Adjusted | Werner Koch | 2005-05-18 | 1 | -0/+10 |
| | | | | | gpg-agent accordingly. Code cleanups. | ||||
* | (symcryptrun): Added. | Werner Koch | 2005-04-27 | 1 | -0/+94 |
| |