aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpgme-json.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* json: Add proper decrypt_result_t handlingAndre Heinecke2018-08-211-7/+80
* json: Add subkey_algo and defaults to createkeyAndre Heinecke2018-08-201-4/+62
* json: Only use calloc instead of mallocAndre Heinecke2018-08-081-6/+15
* json: Don't error out if chunksize is omittedAndre Heinecke2018-08-081-4/+1
* json: Don't use strdup but the xtrystrdup wrapper.Werner Koch2018-07-191-5/+8
* json: Fix memleak in native msging replAndre Heinecke2018-07-181-0/+4
* 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
* 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: Add with-sec-fprs param to exportAndre Heinecke2018-07-111-5/+68
* json: Add with-secret without secret onlyAndre Heinecke2018-07-091-4/+11
* json: Add keylist mode locateAndre Heinecke2018-07-041-0/+6
* json: Add file handling for debug outputAndre Heinecke2018-06-201-2/+16
* 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
* json: Fix compiler warning.Werner Koch2018-05-281-0/+4
* json: Do not allow to export or delete secret keys.Werner Koch2018-05-281-7/+11
* json: Fix use of get_context.Werner Koch2018-05-281-11/+48
* json: Implement encrypt-signAndre Heinecke2018-05-251-14/+60
* json: Implement delete commandAndre Heinecke2018-05-251-0/+72
* json: Implement op_exportAndre Heinecke2018-05-251-1/+111
* json: Fix double ctx allocAndre Heinecke2018-05-251-3/+0
* json: Add guard in create_keylist_patternsAndre Heinecke2018-05-251-1/+1
* json: Implement import operationAndre Heinecke2018-05-251-1/+126
* json: Improve keylist helpAndre Heinecke2018-05-251-2/+3
* json: Fix keylist pattern handlingAndre Heinecke2018-05-251-20/+64
* json: Add additional commands to helpAndre Heinecke2018-05-251-0/+3
* json: Refactor signature and ei codeAndre Heinecke2018-05-251-162/+81
* json: Implement keylistAndre Heinecke2018-05-251-18/+486
* json: Deduplicate input handling codeAndre Heinecke2018-05-251-184/+62
* json: Add code to gpg_error based messagesAndre Heinecke2018-05-241-50/+104
* json: Implement op_versionAndre Heinecke2018-05-241-0/+86
* json: Implement op_verifyAndre Heinecke2018-05-241-1/+158
* json: Put signature info before data outputAndre Heinecke2018-05-241-9/+9
* json: Add sign to helpAndre Heinecke2018-05-241-0/+1
* json: Add op_signAndre Heinecke2018-05-241-0/+177
* json: Fix invalid function callAndre Heinecke2018-05-241-1/+1
* json: Print signatures for decrypt/verifyAndre Heinecke2018-05-241-0/+211
* json: Minor typo fixesAndre Heinecke2018-05-241-3/+3
* json: Improve auto-base64 encoding to not split UTF-8 chars.Werner Koch2018-05-091-8/+14
* json: Add stpcpy replacement.Werner Koch2018-04-181-0/+13
* core: New convenience constant GPGME_KEYLIST_MODE_LOCATE.Werner Koch2018-04-181-2/+1
* json: Add command "decrypt" to gpgme-json.Werner Koch2018-04-181-7/+139
* json: Improve help meta command in gpgme-json.Werner Koch2018-04-181-7/+17