summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into passphrase-inquirebjk/passphrase-inquireBen Kibbey2015-08-1429-98/+304
|\
| * Also check the return code in gpg_sign().Ben Kibbey2015-08-121-1/+1
| * Check the return value when starting gpg.Ben Kibbey2015-08-101-3/+3
| * Add offline mode support for CMS keylistingAndre Heinecke2015-07-3113-15/+123
| * build: ignore scissor line for the commit-msg hookPeter Wu2015-07-231-0/+6
| * Add option --lib-version to gpgme-tool.Werner Koch2015-07-231-4/+23
| * Post release updatesWerner Koch2015-06-082-2/+6
| * Release 1.5.5gpgme-1.5.5Werner Koch2015-06-083-5/+11
| * Fix regression with gpgsm 2.0 due to "OPTION with-secret".Werner Koch2015-06-081-16/+30
| * tests: Add option --secret to run-keylist.Werner Koch2015-06-081-1/+8
| * Fix compiler warnings about unused value in TRACE macros.Werner Koch2015-06-082-37/+45
| * Fix test suite for GnuPG 2.1 which uses pubring.kbx.Werner Koch2015-06-088-16/+42
| * 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
* | Parse the INQUIRE_MAXLEN status message.Ben Kibbey2015-04-165-1/+27
* | Add gpgme_set/get_status_cb().Ben Kibbey2015-04-166-0/+100
* | Make use of user passphrase handler during genkey.Ben Kibbey2015-04-141-0/+8
|/
* Post release updates.Werner Koch2015-04-132-2/+6
* Release 1.5.4.gpgme-1.5.4Werner Koch2015-04-133-9/+10
* 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
* Switch to automake 1.14 and update build-aux files.Werner Koch2015-01-3011-829/+1086
* doc: Update gpl.texi to match version from gnupgDaniel Kahn Gillmor2014-12-151-13/+21
* Post release updates.Werner Koch2014-12-113-4/+10
* Release 1.5.3.gpgme-1.5.3Werner Koch2014-12-112-2/+5
* Return an error for some export key operations.Werner Koch2014-12-082-4/+127
* Post release updatesWerner Koch2014-11-213-3/+7
* Release 1.5.2.gpgme-1.5.2Werner Koch2014-11-212-2/+6
* Update the previous commitWerner Koch2014-11-211-58/+54
* Fix returning new signatures when there are none.Ben Kibbey2014-11-211-8/+54
* doc: Clarify the FILE command.Werner Koch2014-11-191-4/+9
* Improve the debug output a bit.Werner Koch2014-11-062-3/+4
* build: Implement SYSROOT feature.Werner Koch2014-10-024-17/+116
* Use --no-sk-comments, not --no-sk-comment.Daniel Kahn Gillmor2014-10-021-2/+2
* Register DCO for Daniel Kahn Gillmor.Werner Koch2014-09-241-1/+9
* Add ftp and git URLs to AUTHORS.Werner Koch2014-09-241-0/+2
* tests: Delay some test file extraction until "make check".Werner Koch2014-09-242-2/+3
* Clean up gpgme's tests/gpg when gpg2.1 is availableDaniel Kahn Gillmor2014-09-242-1/+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-122-4/+8
* gpgme-tool: Fix segv for external key listing.Werner Koch2014-08-121-7/+10
* Post release updates.Werner Koch2014-07-302-1/+5
* Release 1.5.1gpgme-1.5.1Werner Koch2014-07-302-6/+6
* Fix possible realloc overflow for gpgsm and uiserver engines.Werner Koch2014-07-303-2/+5
* w32: Get IOSPAWN flag back in sync with spawn helper.Werner Koch2014-06-262-18/+8
* w32: Add comment about a compiler warningWerner Koch2014-06-261-0/+6
* Add new reason codes to the INV_RECP status code.Werner Koch2014-06-101-0/+8
* Add new keylist mode GPGME_KEYLIST_MODE_WITH_SECRET.Werner Koch2014-06-047-13/+64