aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-07-05w32: Fallback to 2.1 reg key for gpgconf searchAndre Heinecke1-3/+14
2016-07-01core: Clarify documentation of tofu_stats addressAndre Heinecke1-1/+6
2016-07-01core: Fix identify for armored detached sigsAndre Heinecke1-1/+1
2016-06-23core: Add closer inspection of "PGP MESSAGE".Werner Koch1-2/+27
2016-06-23core: Add a base 64 decoder.Werner Koch3-1/+272
2016-06-22core: Detect compressed signed OpenPGP data.Werner Koch1-9/+18
2016-06-21tests: Add new test tool run-identify.Werner Koch1-0/+2
2016-06-21core: Enhance gpgme_data_identify to detect binary PGP messages.Werner Koch2-1/+231
2016-06-14core: Make sure FD_SET is not used with an out of range fd.Werner Koch1-0/+12
2016-06-01core: Set notation flags for verify.Werner Koch3-8/+42
2016-05-27Speedup closing of fds before exec.Werner Koch1-7/+47
2016-05-27src: Fix typo.Justus Winter1-1/+1
2016-05-27Improve comments.Justus Winter1-4/+6
2016-05-25src: Fix trace string.Justus Winter1-1/+1
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