Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trace the use of GPG_ERR_INV_ENGINE. | Werner Koch | 2012-10-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * src/debug.h: Include "gpgme.h" (_gpgme_trace_gpgme_error): New. (trace_gpg_error): New macro. Use it in all files where we return GPG_ERR_INV_ENGINE; also "include debug.h" as needed. -- This is a pretty common error code but often it is hard to figure out the actual cause. With debug level 4 we now print the file name and line number where this error code is generated by gpgme. Along with the git revision printed in the first log lines, this should give us an easier way to track down the problems related to this error code. | ||||
* | Remove all trailing whitespace from source files | Werner Koch | 2012-09-25 | 1 | -6/+6 |
| | | | | | -- Command used: sed -i 's,[ \t]*$,,' FILE | ||||
* | Check context pointers for null pointer on entry points. | Marcus Brinkmann | 2011-05-26 | 1 | -0/+7 |
| | |||||
* | Detect old gpg versions not featuring the --passwd command. | Werner Koch | 2010-03-12 | 1 | -3/+44 |
| | |||||
* | Support gpgme_op_apsswd for GPG. | Werner Koch | 2010-01-08 | 1 | -4/+48 |
| | |||||
* | Add an API to change passphrases. Currently only implemented for | Werner Koch | 2010-01-05 | 1 | -0/+95 |
GPGSM. Requires GnuPG 2.1 |