Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add "gpgconf --kill dirmngr" and avoid useless launch before a kill. | Werner Koch | 2014-11-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * common/asshelp.c (start_new_gpg_agent): Add arg autostart. Change all callers to use 1 for it. (start_new_dirmngr): Ditto. * tools/gpg-connect-agent.c: Add option --no-autostart. (main): Default autostart to 1. (start_agent): Implement no-autostart. * tools/gpgconf-comp.c (gpg_agent_runtime_change): Use --no-autostart. (scdaemon_runtime_change): Ditto. (dirmngr_runtime_change): New. Signed-off-by: Werner Koch <[email protected]> | ||||
* | Change license for some files in common to LGPLv3+/GPLv2+. | Werner Koch | 2012-04-20 | 1 | -6/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | Having the LGPL on the common GnuPG code helps to share code between GnuPG and related projects (like GPGME and Libassuan). This is good for interoperability and to reduces bugs. * common/asshelp.c, common/asshelp.h, common/asshelp2.c, common/b64dec.c * common/b64enc.c, common/convert.c, common/dns-cert.c * common/dns-cert.h common/exechelp-posix.c, common/exechelp-w32.c * common/exechelp-w32ce.c, common/exechelp.h, common/get-passphrase.c * common/get-passphrase.h, common/gettime.c, common/gpgrlhelp.c * common/helpfile.c, common/homedir.c, common/http.c, common/http.h * common/i18n.c, common/init.c, common/init.h, common/iobuf.c * common/iobuf.h, common/localename.c, common/membuf.c, common/membuf.h * common/miscellaneous.c, common/openpgp-oid.c, common/openpgpdefs.h * common/percent.c, common/pka.c, common/pka.h, common/session-env.c * common/session-env.h, common/sexp-parse.h, common/sexputil.c * common/signal.c, common/srv.c, common/srv.h, common/ssh-utils.c * common/ssh-utils.h, common/sysutils.c, common/sysutils.h * common/tlv.c, common/tlv.h, common/ttyio.c, common/ttyio.h * common/userids.c, common/userids.h, common/xasprintf.c: Change license to LGPLv3+/GPLv2+/ | ||||
* | agent: New function agent_print_status. | Werner Koch | 2012-02-07 | 1 | -0/+4 |
| | | | | | | * common/asshelp2.c (vprint_assuan_status): New. (print_assuan_status): Re-implement using above func. * agent/command.c (agent_print_status): New. | ||||
* | common: Add function print_assuan_status. | Werner Koch | 2012-02-06 | 1 | -0/+11 |
| | | | | | | * common/asshelp2.c: New. (print_assuan_status): New function. * common/Makefile.am (common_sources): Add asshelp2.c. | ||||
* | scd: New option --debug-assuan-log-cats. | Werner Koch | 2011-12-13 | 1 | -0/+1 |
| | | | | | | | | | | | | * scd/scdaemon.c (oDebugAssuanLogCats): New. (opts): Add option --debug-assuan-log-cats. (main): Implement option. * common/asshelp.c (set_libassuan_log_cats): New. -- The old way of setting the logging categories with an environment variable is awkward if sdaemon is spawned from a running gpg-agent. | ||||
* | Auto-start dirmngr. | Werner Koch | 2010-08-16 | 1 | -0/+12 |
| | |||||
* | Use a custom log handler for libassuan. | Werner Koch | 2010-03-11 | 1 | -0/+3 |
| | |||||
* | Reworked passing of envars to Pinentry. | Werner Koch | 2009-07-07 | 1 | -11/+5 |
| | |||||
* | Started to implement the audit log feature. | Werner Koch | 2007-11-19 | 1 | -2/+6 |
| | | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes. | ||||
* | Changed to GPLv3. | Werner Koch | 2007-07-04 | 1 | -4/+2 |
| | | | | | Removed intl/. | ||||
* | Implemented the --gen-key command as we can't use the gpgsm-gencert.sh under ↵ | Werner Koch | 2007-06-21 | 1 | -0/+16 |
| | | | | Windows. | ||||
* | Updated FSF's address. | Werner Koch | 2006-06-20 | 1 | -1/+2 |
| | |||||
* | Avoid the " map_to_assuan_status called with no error source" diagnostic. | Werner Koch | 2004-12-18 | 1 | -0/+1 |
| | |||||
* | Preparing for a release | Werner Koch | 2004-03-06 | 1 | -0/+36 |