aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* core: New function gpgme_op_tofu_policyWerner Koch2016-09-1419-3/+448
* core: Defer implementation of gpgme_op_createkey with gpg < 2.1Werner Koch2016-09-141-0/+6
* core: New function gpgme_op_keysign.Werner Koch2016-09-1419-13/+638
* python: Clarify that we support Python 2.7 too.Justus Winter2016-09-143-3/+3
* python: Trim imports.Justus Winter2016-09-144-4/+0
* python: Improve error handling.Justus Winter2016-09-141-2/+12
* python: Adapt to TOFU changes.Justus Winter2016-09-141-4/+1
* python: Improve build system integration.Justus Winter2016-09-142-64/+12
* core: New function gpgme_op_revuid.Werner Koch2016-09-148-15/+94
* core: Change a parameter for the engine's genkey function.Werner Koch2016-09-146-23/+37
* python: Build for both Python2 and Python3.Justus Winter2016-09-145-18/+177
* python: Import from __future__ to align behavior of Python 2.7.Justus Winter2016-09-1459-0/+177
* python: Use more generic shebang.Justus Winter2016-09-1438-38/+38
* core: New function gpgme_op_adduid.Werner Koch2016-09-147-33/+192
* core: New function gpgme_op_createsubkey.Werner Koch2016-09-147-33/+196
* core: Use const char * where appropriate.Werner Koch2016-09-138-25/+35
* core: Cast away the common const problem with spawn and argv.Werner Koch2016-09-132-5/+5
* core: Fix condition-always-true warning in trace macro.Werner Koch2016-09-131-1/+1
* core: Mark unused function args.Werner Koch2016-09-1320-1/+86
* tests: Mark lots of unused vars and fix const mismatches.Werner Koch2016-09-1336-216/+289
* tests: Use gpgme_io_write in passhrase callbacks.Werner Koch2016-09-133-20/+21
* core: Do not pass const char* to functions taking a char*.Werner Koch2016-09-135-8/+20
* build: Use more compiler warningsWerner Koch2016-09-131-0/+29
* core: New function gpgme_op_create_key.Werner Koch2016-09-1313-59/+775
* python: Handle slight differences between Python 2 and 3.Justus Winter2016-09-136-32/+61
* python: Fix types and error handling.Justus Winter2016-09-131-11/+26
* python: Avoid Python3-only form of super().Justus Winter2016-09-121-4/+5
* python: Make type translation compatible with Python 2.7.Justus Winter2016-09-122-13/+78
* python: Avoid hardcoding the interpreter.Justus Winter2016-09-121-2/+2
* python: Do not rely on subprocess.DEVNULL.Justus Winter2016-09-121-2/+7
* tests: Fix version comparison.Justus Winter2016-09-121-2/+2
* tests: Make signature notation test compatible with older GnuPGs.Justus Winter2016-09-122-3/+40
* qt: Fix some includesAndre Heinecke2016-09-123-3/+7
* qt: Fix tofu test.Justus Winter2016-09-121-6/+6
* core,cpp: Extend the TOFU information.Werner Koch2016-09-077-23/+85
* tests: Set passphrase cb in t-encrypt-mixedAndre Heinecke2016-09-061-0/+2
* core: Check for gpg version for loopback modeAndre Heinecke2016-09-061-1/+1
* core: Fix passphrase cb for mixed sym encryptAndre Heinecke2016-09-062-3/+2
* qt: Clarify comment and strings in tofuinfo testAndre Heinecke2016-09-051-4/+8
* qt: Enable signcount checks in tofuinfo testAndre Heinecke2016-09-051-12/+27
* cpp: Add convenience update function to a keyAndre Heinecke2016-09-052-0/+28
* cpp: Add ostream operators for key and uidAndre Heinecke2016-09-052-0/+42
* qt: Add missing header redirectionAndre Heinecke2016-09-052-3/+13
* qt: Include cpp before core directoryAndre Heinecke2016-09-051-1/+1
* qt: Fix 2.1 t-support copyAndre Heinecke2016-08-251-1/+3
* qt: Fix and extend TofuInfo test.Andre Heinecke2016-08-251-10/+51
* qt: Fix keyring copy in testsAndre Heinecke2016-08-253-3/+3
* qt: Add generic flag support for keylistjobsAndre Heinecke2016-08-253-1/+10
* qt: Ensure that current src dir is included firstAndre Heinecke2016-08-251-2/+3
* cpp: Add WithTofu Keylist ModeAndre Heinecke2016-08-253-1/+6