aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* core: Set SECRET flag of subkeys stored on smart cardsIngo Klöcker2022-05-061-0/+1
* cpp: Output more properties of a subkeyIngo Klöcker2022-05-051-3/+9
* cpp,tests: Actually parse the --with-secret optionIngo Klöcker2022-05-051-0/+4
* qt: Revert change of result signal of RefreshKeysJobIngo Klöcker2022-05-052-2/+2
* qt: Use lambda instead of std::bindIngo Klöcker2022-05-051-1/+1
* qt: Emit import result when refreshing OpenPGP keysIngo Klöcker2022-05-048-43/+149
* cpp: Allow retrieving import result of key listing with locate modeIngo Klöcker2022-05-042-3/+10
* core: Handle import status lines during keylist operationIngo Klöcker2022-05-043-23/+55
* cpp: Allow merging the results of two importsIngo Klöcker2022-05-042-0/+135
* qt: Apply compiler hintIngo Klöcker2022-05-021-1/+1
* qt: Use GpgME::Locate aliasIngo Klöcker2022-05-022-2/+2
* qt: Add job for refreshing OpenPGP keysIngo Klöcker2022-05-025-4/+218
* cpp: Add RAII class for saving/restoring the key list modeIngo Klöcker2022-05-022-0/+24
* qt: Add debug helper for Result classes with output stream operatorIngo Klöcker2022-05-021-0/+9
* qt: Factor out helper for getting the fingerprints of some keysIngo Klöcker2022-05-023-6/+23
* qt,doc: Fix some API documentationIngo Klöcker2022-05-024-27/+5
* qt: Fix connection to readyReadStandardOutput signalIngo Klöcker2022-04-292-10/+6
* qt: Add test runner for refresh jobIngo Klöcker2022-04-292-1/+140
* qt: Make RefreshKeysJob result compatible with standard job resultIngo Klöcker2022-04-291-1/+1
* qt: Allow refreshing a list of keysIngo Klöcker2022-04-293-7/+38
* qt: Minor refactoringIngo Klöcker2022-04-291-8/+10
* qt: Rename QGpgMERefreshKeysJob to QGpgMERefreshSMIMEKeysJobIngo Klöcker2022-04-294-24/+24
* cpp,tests: Verify that requested keylist mode is usedIngo Klöcker2022-04-282-0/+12
* cpp: Support new keylist modesIngo Klöcker2022-04-276-13/+37
* core: Support --locate-external-keys command of gpgIngo Klöcker2022-04-277-4/+46
* qt: Rely on the bad passphrase error reported by gpgIngo Klöcker2022-04-251-17/+2
* core: Return BAD_PASSPHRASE error code on symmetric decryption.Ingo Klöcker2022-04-251-2/+21
* qt: Report better error if decryption failed because of bad passphraseIngo Klöcker2022-04-221-7/+20
* cpp: Allow changing the error of a resultIngo Klöcker2022-04-222-0/+9
* doc: Remove explanation about AM_PATH_GPGME_PTH for GNU Pth.NIIBE Yutaka2022-04-081-4/+0
* qt,doc: Fix typo and grammar in API documentationIngo Klöcker2022-04-051-5/+2
* cpp: Handle canceling of an edit operationIngo Klöcker2022-04-051-2/+2
* cpp: Return actual error if revocation failsIngo Klöcker2022-04-053-0/+22
* cpp: Add internal utility function for splitting stringsIngo Klöcker2022-04-051-0/+13
* cpp: Do not export symbols of the Private classIngo Klöcker2022-04-051-1/+1
* core: Don't use internal __assuan functions.NIIBE Yutaka2022-04-052-5/+29
* core: Don't keep using deprecated ath_ API.NIIBE Yutaka2022-04-052-11/+23
* qt: Check arguments passed to the revoke key jobIngo Klöcker2022-03-312-5/+98
* qt,tests: Verify reason code and description of revocationIngo Klöcker2022-03-301-0/+66
* qt: Add job to revoke own OpenPGP keysIngo Klöcker2022-03-3010-5/+495
* cpp: Add interactor to revoke a keyIngo Klöcker2022-03-305-0/+290
* doc: Update NEWSIngo Klöcker2022-03-291-0/+2
* qt: Set default visibility of all symbols to hiddenIngo Klöcker2022-03-281-0/+10
* cpp: Set default visibility of all symbols to hiddenIngo Klöcker2022-03-283-3/+254
* cpp: Put local helper function into unnamed namespaceIngo Klöcker2022-03-281-0/+2
* doc: Remove bogus documentationIngo Klöcker2022-03-281-16/+0
* core: Support keylist mode for op_keylist_from_data.NIIBE Yutaka2022-03-165-5/+11
* qt: Add missing include of config.hIngo Klöcker2022-03-071-0/+4
* qt,doc: Remove comments about throwing exceptionsIngo Klöcker2022-03-077-17/+0
* doc: Update NEWSIngo Klöcker2022-03-071-1/+14