aboutsummaryrefslogtreecommitdiffstats
path: root/src/passwd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Trace the use of GPG_ERR_INV_ENGINE.Werner Koch2012-10-191-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 filesWerner Koch2012-09-251-6/+6
| | | | | -- Command used: sed -i 's,[ \t]*$,,' FILE
* Check context pointers for null pointer on entry points.Marcus Brinkmann2011-05-261-0/+7
|
* Detect old gpg versions not featuring the --passwd command.Werner Koch2010-03-121-3/+44
|
* Support gpgme_op_apsswd for GPG.Werner Koch2010-01-081-4/+48
|
* Add an API to change passphrases. Currently only implemented forWerner Koch2010-01-051-0/+95
GPGSM. Requires GnuPG 2.1