aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-05-21api: Return Tofu info for signatures.Werner Koch3-1/+259
2016-05-21api: Add new context flag "raw-description".Werner Koch2-2/+16
2016-05-21core: New functions to help parsing of status lines.Werner Koch2-0/+56
2016-05-19api: Add new function gpgme_set_ctx_flag.Werner Koch20-51/+177
2016-05-19api: Remove arbitrary restriction from gpgme_op_verify.Werner Koch1-2/+0
2016-05-18Fix typo in compatibility declarationAndre Heinecke1-1/+1
2016-05-17Return dedicated error code for all subkeys expired or revoked.Werner Koch6-15/+123
2016-05-10Allow cc to detect missing cases in a switch.Werner Koch1-2/+2
2016-03-08Remove obsolete w32-qt codeAndre Heinecke5-1938/+2
2016-01-15Fix possible _SC_OPEN_MAX max problem on AIX.Werner Koch1-0/+13
2015-12-09w32: Avoid conflict with Mingw-w64 version 4.0.4-1Werner Koch1-2/+2
2015-12-04Return on user cancellation of delete operationDaiki Ueno1-0/+32
2015-12-02Fix typos found by codespell.Justus Winter7-12/+12
2015-10-29Make use of user passphrase handler during passwd.Ben Kibbey1-0/+8
2015-10-28w32: Add extra diagnostic about possible missing gpgme-w32spawn.exe.Werner Koch1-2/+7
2015-10-28w32: Improve locating gpgconf on 64 bit systems.Werner Koch1-2/+7
2015-10-28w32: Add new global flag "w32-inst-dir".Werner Koch4-1/+41
2015-10-16cleanup: Fix type mismatch around gpgme_error_t.NIIBE Yutaka2-2/+2
2015-08-31gpgme-tool: Switch to argparse.c for option parsing.Werner Koch4-491/+1862
2015-08-30Add gpgme_pubkey_algo_stringWerner Koch6-29/+70
2015-08-26Make use of GPGRT macros is available.Werner Koch1-12/+17
2015-08-25Avoid -Wundef warnings if gpgme.h is used by g++.Werner Koch1-20/+24
2015-08-25Relax ttyname_r error checksDaiki Ueno5-29/+24
2015-08-25Cleanup layout of gpgme.hWerner Koch2-167/+225
2015-08-25Improve error return by checking the FAILURE status.Werner Koch11-2/+98
2015-08-24Call status_cb for an ERROR status seen in the passphrase handler.Werner Koch1-0/+12
2015-08-24w32: Look for gpgconf in the new GnuPG 2.1 install dir.Werner Koch1-6/+13
2015-08-24w32: Expect gpgme-w32spawn.exe only in the gpgme installation dir.Werner Koch1-58/+65
2015-08-24w32: Print the installation directory in debug mode.Werner Koch2-1/+15
2015-08-24Add an export secret key feature.Werner Koch5-16/+71
2015-08-16Parse INQUIRE_MAXLEN in the passphrase callback.Ben Kibbey1-3/+15
2015-08-15Fix gpgme_{get,set}_status_cb to match documentation.Ben Kibbey1-1/+11
2015-08-15Parse the INQUIRE_MAXLEN status message.Ben Kibbey5-1/+27
2015-08-15Add gpgme_set/get_status_cb().Ben Kibbey5-0/+56
2015-08-15Make use of user passphrase handler during genkey.Ben Kibbey1-0/+8
2015-08-12Also check the return code in gpg_sign().Ben Kibbey1-1/+1
2015-08-11Check the return value when starting gpg.Ben Kibbey1-3/+3
2015-07-31Add offline mode support for CMS keylistingAndre Heinecke11-15/+81
2015-07-23Add option --lib-version to gpgme-tool.Werner Koch1-4/+23
2015-06-08Fix regression with gpgsm 2.0 due to "OPTION with-secret".Werner Koch1-16/+30
2015-06-08Fix compiler warnings about unused value in TRACE macros.Werner Koch2-37/+45
2015-06-05Set GPGME_SIGSUM_KEY_REVOKED also for gpg.Matthew Barnes1-0/+7
2015-06-05Fix segv for userids with a backslash.Werner Koch1-0/+1
2015-04-13w32: Use -static-libgcc to avoid linking to libgcc_s_sjlj-1.dll.Werner Koch1-4/+8
2015-03-16Fix potential crash in trace macro.Werner Koch3-5/+3
2015-03-16Fix one byte too short malloc.Werner Koch1-1/+1
2014-12-08Return an error for some export key operations.Werner Koch2-4/+127
2014-11-21Update the previous commitWerner Koch1-58/+54
2014-11-21Fix returning new signatures when there are none.Ben Kibbey1-8/+54
2014-11-06Improve the debug output a bit.Werner Koch1-2/+2