aboutsummaryrefslogtreecommitdiffstats
path: root/common/status.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gpg: Print a new FAILURE status after most commands.Werner Koch2015-09-081-5/+6
| | | | | | | | | | | | | | | | | | * common/status.h (STATUS_FAILURE): New. * g10/cpr.c (write_status_failure): New. * g10/gpg.c (main): Call write_status_failure for all commands which print an error message here. -- This status line can be used similar to the error code returned by commands send over the Assuan interface in gpgsm. We don't emit them in gpgsm because there we already have that Assuan interface to return proper error code. This change helps GPGME to return better error codes. (backported from master 9cdff09743c473a12359bfdb914578ede0e4e3e2) Signed-off-by: Werner Koch <[email protected]>
* gpg: Add a DECRYPTION_INFO status.Werner Koch2012-01-311-0/+1
| | | | | | | | | | | | * common/status.h (STATUS_DECRYPTION_INFO): New. * g10/encr-data.c: Include status.h. (decrypt_data): Emit STATUS_DECRYPTION_INFO line. -- DECRYPTION_INFO <mdc_method> <sym_algo> Print information about the symmetric encryption algorithm and the MDC method. This will be emitted even if the decryption fails.
* Return a posiive status message for a successfull passphrase change.Werner Koch2010-03-121-1/+2
|
* Improved detection of bad/invalid signer keys.Werner Koch2009-08-061-0/+3
|
* Started to implement the audit log feature.Werner Koch2007-11-191-0/+132
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.