aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete w32-qt codeAndre Heinecke2016-03-085-1938/+2
* Fix possible _SC_OPEN_MAX max problem on AIX.Werner Koch2016-01-151-0/+13
* w32: Avoid conflict with Mingw-w64 version 4.0.4-1Werner Koch2015-12-091-2/+2
* Return on user cancellation of delete operationDaiki Ueno2015-12-041-0/+32
* Fix typos found by codespell.Justus Winter2015-12-027-12/+12
* Make use of user passphrase handler during passwd.Ben Kibbey2015-10-291-0/+8
* w32: Add extra diagnostic about possible missing gpgme-w32spawn.exe.Werner Koch2015-10-281-2/+7
* w32: Improve locating gpgconf on 64 bit systems.Werner Koch2015-10-281-2/+7
* w32: Add new global flag "w32-inst-dir".Werner Koch2015-10-284-1/+41
* cleanup: Fix type mismatch around gpgme_error_t.NIIBE Yutaka2015-10-162-2/+2
* gpgme-tool: Switch to argparse.c for option parsing.Werner Koch2015-08-314-491/+1862
* Add gpgme_pubkey_algo_stringWerner Koch2015-08-306-29/+70
* Make use of GPGRT macros is available.Werner Koch2015-08-261-12/+17
* Avoid -Wundef warnings if gpgme.h is used by g++.Werner Koch2015-08-251-20/+24
* Relax ttyname_r error checksDaiki Ueno2015-08-255-29/+24
* Cleanup layout of gpgme.hWerner Koch2015-08-252-167/+225
* Improve error return by checking the FAILURE status.Werner Koch2015-08-2511-2/+98
* Call status_cb for an ERROR status seen in the passphrase handler.Werner Koch2015-08-241-0/+12
* w32: Look for gpgconf in the new GnuPG 2.1 install dir.Werner Koch2015-08-241-6/+13
* w32: Expect gpgme-w32spawn.exe only in the gpgme installation dir.Werner Koch2015-08-241-58/+65
* w32: Print the installation directory in debug mode.Werner Koch2015-08-242-1/+15
* Add an export secret key feature.Werner Koch2015-08-245-16/+71
* Parse INQUIRE_MAXLEN in the passphrase callback.Ben Kibbey2015-08-161-3/+15
* Fix gpgme_{get,set}_status_cb to match documentation.Ben Kibbey2015-08-151-1/+11
* Parse the INQUIRE_MAXLEN status message.Ben Kibbey2015-08-155-1/+27
* Add gpgme_set/get_status_cb().Ben Kibbey2015-08-155-0/+56
* Make use of user passphrase handler during genkey.Ben Kibbey2015-08-151-0/+8
* Also check the return code in gpg_sign().Ben Kibbey2015-08-121-1/+1
* Check the return value when starting gpg.Ben Kibbey2015-08-111-3/+3
* Add offline mode support for CMS keylistingAndre Heinecke2015-07-3111-15/+81
* Add option --lib-version to gpgme-tool.Werner Koch2015-07-231-4/+23
* Fix regression with gpgsm 2.0 due to "OPTION with-secret".Werner Koch2015-06-081-16/+30
* Fix compiler warnings about unused value in TRACE macros.Werner Koch2015-06-082-37/+45
* Set GPGME_SIGSUM_KEY_REVOKED also for gpg.Matthew Barnes2015-06-051-0/+7
* Fix segv for userids with a backslash.Werner Koch2015-06-051-0/+1
* w32: Use -static-libgcc to avoid linking to libgcc_s_sjlj-1.dll.Werner Koch2015-04-131-4/+8
* Fix potential crash in trace macro.Werner Koch2015-03-163-5/+3
* Fix one byte too short malloc.Werner Koch2015-03-161-1/+1
* Return an error for some export key operations.Werner Koch2014-12-082-4/+127
* Update the previous commitWerner Koch2014-11-211-58/+54
* Fix returning new signatures when there are none.Ben Kibbey2014-11-211-8/+54
* Improve the debug output a bit.Werner Koch2014-11-061-2/+2
* build: Implement SYSROOT feature.origin/bjk/masterWerner Koch2014-10-021-7/+52
* Use --no-sk-comments, not --no-sk-comment.Daniel Kahn Gillmor2014-10-021-2/+2
* gpgme-tool: Print fingerprint and keyid with keyservers.Werner Koch2014-08-121-1/+3
* Handle modern keyserver output which may emit the fingerprint.Werner Koch2014-08-121-9/+44
* gpgme-tool: Install gpgme-tool.Werner Koch2014-08-121-4/+6
* gpgme-tool: Fix segv for external key listing.Werner Koch2014-08-121-7/+10
* Fix possible realloc overflow for gpgsm and uiserver engines.Werner Koch2014-07-302-2/+2
* w32: Get IOSPAWN flag back in sync with spawn helper.Werner Koch2014-06-262-18/+8