Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-07-21 | Fix i18n bug. | Werner Koch | 1 | -0/+4 | |
2009-07-07 | Reworked passing of envars to Pinentry. | Werner Koch | 1 | -1/+7 | |
2009-07-01 | Alow batch ode for gpgsm --gen-key. | Werner Koch | 1 | -0/+4 | |
Allow CSR generation using an existing key with gpgsm. | |||||
2009-06-29 | Support the Windows sniffusb tool. | Werner Koch | 1 | -0/+5 | |
2009-06-08 | Help against closed standard descriptors. | Werner Koch | 1 | -0/+4 | |
2009-05-19 | Fix possible system freeze on Mac OS X. | Werner Koch | 1 | -0/+5 | |
2009-04-17 | Add a tool to analyze the CCID protocol on the USB bus. | Werner Koch | 1 | -0/+4 | |
2009-03-03 | Add --reload command to gpgconf. | Werner Koch | 1 | -0/+11 | |
Fix a problem in exechelp.c Get ready for a release. | |||||
2009-02-27 | Fix a gpg2 problem with removed cards. | Werner Koch | 1 | -0/+7 | |
Allow runtime conf change for scdaemon. New commands for scdaemon. | |||||
2009-01-20 | Print more directories with gpgconf --list-dirs. | Werner Koch | 1 | -0/+4 | |
2008-12-09 | Minor fixes. | Werner Koch | 1 | -0/+8 | |
2008-12-08 | Fix bug 901. | Werner Koch | 1 | -0/+6 | |
2008-12-05 | Add option --card-timeout. | Werner Koch | 1 | -0/+10 | |
Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32. | |||||
2008-10-20 | Marked all unused args on non-W32 platforms. | Werner Koch | 1 | -0/+10 | |
2008-10-01 | Add /daatfile command to gpg-connect-agent. | Werner Koch | 1 | -0/+5 | |
2008-09-30 | Extend --list-dirs to print the bindir. | Werner Koch | 1 | -0/+4 | |
2008-08-06 | 2008-08-06 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+3 | |
* 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 | 1 | -0/+5 | |
* 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 | 1 | -0/+6 | |
2008-06-12 | sm/ | Marcus Brinkmann | 1 | -0/+4 | |
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 | 1 | -2/+4 | |
* gpgconf-comp.c: Replace pathname by filename everywhere. | |||||
2008-05-26 | doc/ | Marcus Brinkmann | 1 | -0/+10 | |
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 | 1 | -0/+8 | |
2008-05-19 | doc/ | Marcus Brinkmann | 1 | -0/+15 | |
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 | 1 | -0/+5 | |
Fix in gpgconf for W32. | |||||
2008-04-08 | Enhanced --auto-key-locate. | Werner Koch | 1 | -0/+4 | |
2008-03-26 | Allow standalone build. | Werner Koch | 1 | -0/+6 | |
2008-03-05 | Add IF command and new variable functions to gpg-connect-agent. | Werner Koch | 1 | -0/+7 | |
2008-02-27 | 2008-02-27 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+6 | |
* 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-01 | 2008-02-01 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+5 | |
* gpgconf-comp.c (gc_component_list_options): Fix memcpy. Reported by Marc Mutz. | |||||
2008-01-22 | translation fixes | Werner Koch | 1 | -1/+6 | |
2008-01-17 | 2008-01-17 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+5 | |
* gpgconf-comp.c (change_options_program): Strip duplicated utf8-strings entries for gnupg backend. Don't create them either. | |||||
2007-12-10 | 2007-12-10 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+5 | |
* 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 | 1 | -0/+1 | |
* 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 | 1 | -0/+6 | |
* 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 | 1 | -0/+5 | |
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 | 1 | -0/+1 | |
2007-10-24 | Changed wording of passphrase checking messages. | Werner Koch | 1 | -0/+5 | |
Fixed a segv in gpg-connect-agent. | |||||
2007-10-23 | New option --list-config for gpgconf. | Werner Koch | 1 | -1/+8 | |
2007-10-23 | Fixed wrong entry in the gpg-agent table. | Werner Koch | 1 | -0/+6 | |
2007-10-22 | Replace popen by our own code to help with Windows long files (e.g. those | Werner Koch | 1 | -0/+6 | |
with a space in the name). | |||||
2007-10-19 | Factored utf8 switching code out to i18n.c. | Werner Koch | 1 | -0/+2 | |
2007-10-19 | Enhanced gpg-conect-agent scripting. | Werner Koch | 1 | -0/+13 | |
Typo fixes in comments. | |||||
2007-10-19 | Fixed bug 842 (segv in gpgconf) | Werner Koch | 1 | -0/+5 | |
2007-10-12 | Allow ${foo} syntax for variables. | Werner Koch | 1 | -0/+4 | |
2007-10-11 | Add more sytem variables: cwd, foodir and serverpid. | Werner Koch | 1 | -0/+2 | |
2007-10-11 | * gpg-connect-agent.c (get_var): Expand environment variables. | Werner Koch | 1 | -0/+8 | |
Suggested by Marc Mutz. (set_var): Return the value. (assign_variable): Add arg syslet. (main): New command /slet. | |||||
2007-10-02 | Add commands /run and /bye so that we can better automate tests. | Werner Koch | 1 | -0/+1 | |
Also add option --run. | |||||
2007-10-02 | Extended gpg-connect-agent. | Werner Koch | 1 | -0/+10 | |
New "GETINFO pid" command for scdaemon and gpg-agent. |