Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-07-21 | Fix i18n bug. | Werner Koch | 2 | -1/+5 | |
2009-07-21 | Make bug reporting address easier changeable. | Werner Koch | 5 | -11/+10 | |
2009-07-07 | Release session_env. | Werner Koch | 1 | -5/+6 | |
2009-07-07 | Reworked passing of envars to Pinentry. | Werner Koch | 2 | -2/+14 | |
2009-07-02 | Create a pkcs#10 request directly from a card. | Werner Koch | 1 | -1/+3 | |
Deprecate gpgsm-gencert.sh script. | |||||
2009-07-01 | Alow batch ode for gpgsm --gen-key. | Werner Koch | 2 | -5/+9 | |
Allow CSR generation using an existing key with gpgsm. | |||||
2009-06-29 | Support the Windows sniffusb tool. | Werner Koch | 2 | -7/+102 | |
2009-06-08 | Help against closed standard descriptors. | Werner Koch | 2 | -0/+6 | |
2009-05-19 | Fix possible system freeze on Mac OS X. | Werner Koch | 3 | -14/+10 | |
2009-04-17 | Add a tool to analyze the CCID protocol on the USB bus. | Werner Koch | 3 | -1/+795 | |
2009-04-01 | Import/export of pkcs#12 now uses the gpg-agent directly. | Werner Koch | 2 | -2/+2 | |
Removed duplicated code (percent unescaping). | |||||
2009-03-03 | Add --reload command to gpgconf. | Werner Koch | 4 | -6/+95 | |
Fix a problem in exechelp.c Get ready for a release. | |||||
2009-02-27 | Fix a gpg2 problem with removed cards. | Werner Koch | 2 | -13/+42 | |
Allow runtime conf change for scdaemon. New commands for scdaemon. | |||||
2009-01-28 | Make --allow-admin the default. | Werner Koch | 1 | -2/+2 | |
2009-01-20 | Print more directories with gpgconf --list-dirs. | Werner Koch | 2 | -1/+44 | |
2008-12-09 | Minor fixes. | Werner Koch | 5 | -7/+12 | |
2008-12-08 | Fix bug 901. | Werner Koch | 2 | -3/+18 | |
2008-12-05 | Add option --card-timeout. | Werner Koch | 3 | -22/+71 | |
Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32. | |||||
2008-11-11 | Minor cleanups. | Werner Koch | 1 | -0/+2 | |
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 5 | -7/+29 | |
2008-10-01 | Add /daatfile command to gpg-connect-agent. | Werner Koch | 2 | -13/+78 | |
2008-09-30 | Extend --list-dirs to print the bindir. | Werner Koch | 2 | -0/+6 | |
2008-09-03 | Fix gpg-preset-passphrase bug. | Werner Koch | 1 | -0/+2 | |
Cleanups | |||||
2008-08-06 | 2008-08-06 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -1/+4 | |
* gpgconf-comp.c (gc_options_gpgsm): Change type of keyserver option to GC_ARG_TYPE_LDAP_SERVER. | |||||
2008-08-06 | Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -1/+13 | |
* gpgconf-comp.c (retrieve_options_from_file): Transfer the NO_CHANGE flag from the file name option to the list option. | |||||
2008-08-01 | Fix !EROFS bug. | Werner Koch | 1 | -1/+1 | |
Doc updates | |||||
2008-06-19 | Add the group option to gpgconf and define the new type "alias list". | Werner Koch | 2 | -0/+14 | |
2008-06-12 | sm/ | Marcus Brinkmann | 2 | -0/+7 | |
2008-06-12 Marcus Brinkmann <[email protected]> * gpgsm.h (struct keyserver_spec): New struct. (opt): Add member keyserver. * gpgsm.c (keyserver_list_free, parse_keyserver_line): New functions. (main): Implement --keyserver option. * call-dirmngr.c (prepare_dirmngr): Send LDAPSERVER commands. tools/ 2008-06-12 Marcus Brinkmann <[email protected]> * gpgconf-comp.c (gc_options_gpgsm): Add option keyserver. | |||||
2008-05-26 | 2008-05-26 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -88/+90 | |
* gpgconf-comp.c: Replace pathname by filename everywhere. | |||||
2008-05-26 | doc/ | Marcus Brinkmann | 4 | -17/+43 | |
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-26 | Make --runtime option of gpgconf under W32 work. | Werner Koch | 3 | -1/+37 | |
2008-05-19 | doc/ | Marcus Brinkmann | 4 | -108/+177 | |
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-09 | Updated German translation. | Werner Koch | 2 | -1/+26 | |
Fix in gpgconf for W32. | |||||
2008-04-08 | Enhanced --auto-key-locate. | Werner Koch | 2 | -0/+7 | |
2008-03-27 | Utilize new automake vars for proper installation into doc/. | Werner Koch | 1 | -1/+1 | |
2008-03-26 | Allow standalone build. | Werner Koch | 2 | -4/+20 | |
2008-03-05 | Add IF command and new variable functions to gpg-connect-agent. | Werner Koch | 2 | -10/+85 | |
2008-02-27 | 2008-02-27 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -0/+23 | |
* gpgconf-comp.c (option_check_validity): For now, error out on empty strings. (enum): Add GC_ARG_TYPE_PUB_KEY and GC_ARG_TYPE_SEC_KEY. | |||||
2008-02-19 | Improve certificate chain construction. | Werner Koch | 1 | -0/+3 | |
Extend PKITS framework | |||||
2008-02-01 | 2008-02-01 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -1/+6 | |
* gpgconf-comp.c (gc_component_list_options): Fix memcpy. Reported by Marc Mutz. | |||||
2008-01-22 | translation fixes | Werner Koch | 2 | -4/+9 | |
2008-01-17 | 2008-01-17 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -1/+17 | |
* gpgconf-comp.c (change_options_program): Strip duplicated utf8-strings entries for gnupg backend. Don't create them either. | |||||
2007-12-12 | Doc fixes. | Werner Koch | 1 | -2/+2 | |
Add more files to POTFILES. Protect against malloc bombs. | |||||
2007-12-10 | 2007-12-10 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -7/+32 | |
* gpgconf-comp.c (gc_component_list_options): Fix up expert level of group. | |||||
2007-12-04 | 2007-12-04 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -2/+2 | |
* gpgconf-comp.c (gc_component_list_components): Do not print a trailing semi-colon to ensure forward compatibility, as this would indicate another empty field. (gc_process_gpgconf_conf): Likewise. | |||||
2007-12-03 | 2007-12-04 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2 | -1/+7 | |
* gpgconf-comp.c (gc_component_list_components): Do not print a trailing semi-colon to ensure forward compatibility, as this would indicate another empty field. | |||||
2007-11-19 | Started to implement the audit log feature. | Werner Koch | 2 | -1/+6 | |
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | |||||
2007-10-24 | Add a /while loop. | Werner Koch | 3 | -16/+220 | |
2007-10-24 | Changed wording of passphrase checking messages. | Werner Koch | 2 | -2/+9 | |
Fixed a segv in gpg-connect-agent. | |||||
2007-10-23 | New option --list-config for gpgconf. | Werner Koch | 4 | -23/+98 | |