aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-03-11Change implementation return type to match the definition.Werner Koch1-1/+1
2014-02-21Always pass correct name to argv[0]. Ignore GPG_AGENT_INFO for gpg2.Werner Koch5-31/+72
2014-02-12Fix type inconsistency between gpgme.h and gpgme.c.Werner Koch1-1/+1
2014-01-07Make gpgconf engine work again - fixes 02ba35c1.Werner Koch2-32/+13
2014-01-07Make gpgme_new return a proper error if no engines are installed.Werner Koch2-15/+34
2014-01-07Print the full PATH in the log if gpg was not found.Werner Koch1-6/+7
2014-01-06Add global flags disable-gpgconf, gpgconf-name, and gpg-name.Werner Koch6-18/+172
2013-12-27Locate engine names only at runtime and prefer GnuPG-2.Werner Koch12-164/+81
2013-08-19Fix possible segv in the gpgme_op_card_edit.Werner Koch1-4/+4
2013-08-09Add function gpgme_data_identify.Werner Koch8-8/+488
2013-08-02Prefer GnuPG-2 engines over GnuPG-1.Werner Koch11-91/+201
2013-08-02w32: Try to locate gpg in the gpgme installation dir.Werner Koch1-73/+156
2013-06-18Add function gpgme_signers_count.Werner Koch4-0/+14
2013-05-28Add convenience macro GPGME_PROTOCOL_OPENPGP.Werner Koch1-0/+2
2013-05-23w32: Fix installing of .def file.Werner Koch1-0/+1
2013-05-22Support --no-encrypt-to also with gpgme_op_encrypt_sign.Werner Koch1-0/+3
2013-05-22Allow symmetric encryption with gpgme_op_encrypt_sign.Werner Koch2-9/+37
2013-05-22gpgme-tool: Allow for symmetric encryption.Werner Koch1-2/+5