aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-10-02build: Implement SYSROOT feature.origin/bjk/masterWerner Koch1-7/+52
2014-10-02Use --no-sk-comments, not --no-sk-comment.Daniel Kahn Gillmor1-2/+2
2014-08-12gpgme-tool: Print fingerprint and keyid with keyservers.Werner Koch1-1/+3
2014-08-12Handle modern keyserver output which may emit the fingerprint.Werner Koch1-9/+44
2014-08-12gpgme-tool: Install gpgme-tool.Werner Koch1-4/+6
2014-08-12gpgme-tool: Fix segv for external key listing.Werner Koch1-7/+10
2014-07-30Fix possible realloc overflow for gpgsm and uiserver engines.Werner Koch2-2/+2
2014-06-26w32: Get IOSPAWN flag back in sync with spawn helper.Werner Koch2-18/+8
2014-06-26w32: Add comment about a compiler warningWerner Koch1-0/+6
2014-06-10Add new reason codes to the INV_RECP status code.Werner Koch1-0/+8
2014-06-04Add new keylist mode GPGME_KEYLIST_MODE_WITH_SECRET.Werner Koch5-7/+42
2014-05-13Add 6 new GPGME_STATUS_ codes.Werner Koch2-18/+31
2014-05-08Add field CURVE to the key info.Werner Koch4-1/+26
2014-05-08Fix a memory access and a double slash bug.Werner Koch2-2/+2
2014-05-08Map public key algos returned by gpg to gpgme values.Werner Koch8-17/+51
2014-05-08Add GPGME_ENCRYPT_NO_COMPRESS flag.Werner Koch3-3/+12
2014-04-16w32: Fix another memleak on error.Werner Koch2-0/+5
2014-04-15w32: Fix memleak in an error code paths.Werner Koch2-1/+5
2014-04-15Fix possible zombie processes.Werner Koch1-3/+14
2014-04-10Actually implement flags for gpgme_op_spawn.Werner Koch5-8/+19
2014-04-10Add GPGME_PROTOCOL_SPAWN and gpgme_op_spawn.Werner Koch17-16/+723
2014-04-10Add gpgme_get_dirinfo.Werner Koch4-0/+32
2014-04-10Make use of internal iospawn flags more flexible.Werner Koch10-35/+43
2014-04-10Make sure a spawned process has all standard fds connected.Werner Koch1-33/+18
2014-03-13Add configure option --enable-fixed-path.Werner Koch1-1/+5
2014-03-11Avoid pointer arithmetic on void pointer.Werner Koch1-1/+2