aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgme-json.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-21json: Add information about revocation keys to key list resultIngo Klöcker1-0/+28
2023-01-31json: New operation "identify" and convenience option --identify.Werner Koch1-1/+126
2022-04-27core: Support --locate-external-keys command of gpgIngo Klöcker1-0/+5
2020-11-09Require at least libgpg-error 1.36Werner Koch1-24/+0
2020-07-15core: New keylist mode GPGME_KEYLIST_MODE_WITH_KEYGRIP.Werner Koch1-0/+6
2019-02-28json: Fix cosmetic error in the repl.Werner Koch1-1/+1
2019-01-25json: Better use gpgme_freeWerner Koch1-1/+1
2019-01-25json: Fix minor memory leaks.Werner Koch1-6/+14
2018-12-17core: Silence newer compiler warnings.Werner Koch1-1/+1
2018-11-16Add SPDX identifiers to most source filesWerner Koch1-3/+3
2018-11-08spelling: fix misspellingsDaniel Kahn Gillmor1-6/+6
2018-10-18doc: use https:// for www.gnu.orgDaniel Kahn Gillmor1-1/+1
2018-09-19json: Remove subkey-algo from createkey command.Werner Koch1-82/+7
2018-08-29json: Fix detached verifyAndre Heinecke1-20/+23
2018-08-28json: Delete primary key if subkey gen failsAndre Heinecke1-2/+22
2018-08-28json: Allow NULL request in encode and chunkAndre Heinecke1-2/+1
2018-08-27json: Do not put FILE_NAME into the verify result.Werner Koch1-2/+1
2018-08-23json: Add sender and file name to encryptAndre Heinecke1-0/+21
2018-08-21json: Add proper decrypt_result_t handlingAndre Heinecke1-7/+80
2018-08-20json: Add subkey_algo and defaults to createkeyAndre Heinecke1-4/+62
2018-08-08json: Only use calloc instead of mallocAndre Heinecke1-6/+15
2018-08-08json: Don't error out if chunksize is omittedAndre Heinecke1-4/+1
2018-07-19json: Don't use strdup but the xtrystrdup wrapper.Werner Koch1-5/+8
2018-07-18json: Fix memleak in native msging replAndre Heinecke1-0/+4
2018-07-18json: Ensure that native msging request is stringAndre Heinecke1-1/+2
2018-07-18json: Fix crash by ensuring response is never NULLAndre Heinecke1-7/+43
2018-07-18json: Fix memory errors in create_keylist_patternsAndre Heinecke1-5/+4
2018-07-16json: Fix crash on invalid jsonAndre Heinecke1-2/+2
2018-07-16json: Fix uninitialized key unref in op_deleteAndre Heinecke1-1/+1
2018-07-11json: Add with-sec-fprs param to exportAndre Heinecke1-5/+68
2018-07-09json: Add with-secret without secret onlyAndre Heinecke1-4/+11
2018-07-04json: Add keylist mode locateAndre Heinecke1-0/+6
2018-06-20json: Add file handling for debug outputAndre Heinecke1-2/+16
2018-06-08json: Return fingerprint as createkey resultAndre Heinecke1-2/+10
2018-06-08json: Add op_createkeyAndre Heinecke1-0/+86
2018-06-08json: Generalize chunking and getmoreAndre Heinecke1-125/+141
2018-06-07json: Rework verify_result_to_jsonAndre Heinecke1-39/+159
2018-06-07json: Add direct way to query a config optionAndre Heinecke1-12/+109
2018-06-07json: Add op_config to query gpgconfAndre Heinecke1-1/+207
2018-05-28json: Fix compiler warning.Werner Koch1-0/+4
2018-05-28json: Do not allow to export or delete secret keys.Werner Koch1-7/+11
2018-05-28json: Fix use of get_context.Werner Koch1-11/+48
2018-05-25json: Implement encrypt-signAndre Heinecke1-14/+60
2018-05-25json: Implement delete commandAndre Heinecke1-0/+72
2018-05-25json: Implement op_exportAndre Heinecke1-1/+111
2018-05-25json: Fix double ctx allocAndre Heinecke1-3/+0
2018-05-25json: Add guard in create_keylist_patternsAndre Heinecke1-1/+1
2018-05-25json: Implement import operationAndre Heinecke1-1/+126
2018-05-25json: Improve keylist helpAndre Heinecke1-2/+3
2018-05-25json: Fix keylist pattern handlingAndre Heinecke1-20/+64