aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | json: Ensure that native msging request is stringAndre Heinecke2018-07-181-1/+2
* | | | | json: Fix crash by ensuring response is never NULLAndre Heinecke2018-07-181-7/+43
* | | | | json: Fix memory errors in create_keylist_patternsAndre Heinecke2018-07-181-5/+4
* | | | | qt: Handle encoding for diagnosticsAndre Heinecke2018-07-181-1/+53
* | | | | json: Fix crash on invalid jsonAndre Heinecke2018-07-161-2/+2
* | | | | json: Fix uninitialized key unref in op_deleteAndre Heinecke2018-07-161-1/+1
* | | | | json: Minor cleanups in cJSON.cWerner Koch2018-07-161-5/+23
* | | | | json: Fix buffer overflow in cJSON.cWerner Koch2018-07-161-3/+8
* | | | | python bindings: example scriptsBen McGinnes2018-07-132-2/+2
* | | | | json: Add with-sec-fprs param to exportAndre Heinecke2018-07-111-5/+68
* | | | | example scripts: python work-aroundsBen McGinnes2018-07-101-3/+3
* | | | | docs: python bindings howtoBen McGinnes2018-07-091-1251/+1235
* | | | | json: Add with-secret without secret onlyAndre Heinecke2018-07-091-4/+11
* | | | | tests: Add --with-secret to run-keylist.cAndre Heinecke2018-07-091-0/+6
* | | | | doc: More explicit doc for EXTERN and LOCAL modes.Andre Heinecke2018-07-091-2/+8
* | | | | Add ctx flag for auto-key-locateAndre Heinecke2018-07-096-0/+67
* | | | | python bindings: howto examplesBen McGinnes2018-07-0713-67/+71
* | | | | qt: Handle OpenPGP Diagnostic logAndre Heinecke2018-07-051-5/+27
* | | | | cpp: Add enum mapping for GPGME_AUDIT_LOG_DIAGAndre Heinecke2018-07-052-0/+5
* | | | | core: Add gpg auditlog to get diagnosticsAndre Heinecke2018-07-057-4/+168
* | | | | cpp: Fix memory of DecryptionResult::symkeyAlgoAndre Heinecke2018-07-041-0/+7
* | | | | json: Add keylist mode locateAndre Heinecke2018-07-041-0/+6
* | | | | python bindings: scheming serpentsBen McGinnes2018-07-011-69/+17
* | | | | python bindings: gpg.coreBen McGinnes2018-07-011-27/+79
* | | | | m4 update: python 3.7Ben McGinnes2018-06-291-7/+4
* | | | | python bindings: python 3.7Ben McGinnes2018-06-295-8/+17
* | | | | whitespace police:Ben McGinnes2018-06-281-2/+2
* | | | | docs: python bindings howtoBen McGinnes2018-06-281-0/+358
* | | | | python bindings examplesBen McGinnes2018-06-281-0/+110
* | | | | python bindings examplesBen McGinnes2018-06-281-0/+73
* | | | | python bindings examples: three export scriptsBen McGinnes2018-06-283-0/+223
* | | | | python bindings: import exampleBen McGinnes2018-06-281-0/+91
* | | | | python bindings: export secret keysBen McGinnes2018-06-281-1/+42
* | | | | python bindings: export public keysBen McGinnes2018-06-281-6/+18
* | | | | python bindings: export public keysBen McGinnes2018-06-281-1/+58
* | | | | json: Add file handling for debug outputAndre Heinecke2018-06-201-2/+16
* | | | | python bindings: core import statementsBen McGinnes2018-06-171-3/+3
* | | | | python bindings: core — PEP8 complianceBen McGinnes2018-06-171-77/+101
* | | | | python bindings: core - key importgsoc/jacob-key-importBen McGinnes2018-06-171-9/+37
* | | | | python bindings: core key importBen McGinnes2018-06-163-5/+31
* | | | | script: groups.pyBen McGinnes2018-06-101-1/+7
* | | | | cpp: Add proper gpgme_op_createkeyAndre Heinecke2018-06-083-0/+26
* | | | | json: Return fingerprint as createkey resultAndre Heinecke2018-06-081-2/+10
* | | | | json: Add op_createkeyAndre Heinecke2018-06-081-0/+86
* | | | | json: Generalize chunking and getmoreAndre Heinecke2018-06-081-125/+141
* | | | | json: Rework verify_result_to_jsonAndre Heinecke2018-06-071-39/+159
* | | | | json: Add direct way to query a config optionAndre Heinecke2018-06-071-12/+109
* | | | | json: Add op_config to query gpgconfAndre Heinecke2018-06-071-1/+207
* | | | | examples: python howtoBen McGinnes2018-06-073-0/+262
* | | | | core: Return a better error code on certain decryption failures.Werner Koch2018-06-061-12/+47