| Commit message (Expand) | Author | Files | Lines |
2021-06-24 | python: Do not include the full file names in the docs. | Werner Koch | 1 | -1/+1 |
2021-06-22 | qt: Extend SignKeyJob to create signatures with expiration date | Ingo Klöcker | 4 | -3/+181 |
2021-06-18 | qt: Add missing } | Ingo Klöcker | 1 | -0/+1 |
2021-06-17 | qt: Add some error logging | Ingo Klöcker | 1 | -2/+5 |
2021-06-17 | qt: Do not set empty base DN as query of keyserver URL | Ingo Klöcker | 1 | -1/+3 |
2021-06-17 | qt: Fix API documentation | Ingo Klöcker | 1 | -5/+2 |
2021-06-10 | qt: Flush output after write for QProcess output | Andre Heinecke | 1 | -1/+11 |
2021-06-09 | qt: Explicitly link libgpg-error | Andre Heinecke | 1 | -1/+1 |
2021-06-02 | qt: Add separate logging category for result of config loading | Ingo Klöcker | 3 | -7/+6 |
2021-06-01 | qt: Add support for flags in LDAP server options | Ingo Klöcker | 1 | -27/+48 |
2021-05-05 | qt: Extend SignKeyJob to create trust signatures | Ingo Klöcker | 5 | -5/+629 |
2021-05-05 | qt: Pimpl QGpgMESignKeyJob | Ingo Klöcker | 2 | -43/+41 |
2021-03-05 | qt: Add method for getting config entries for components by entry name | Ingo Klöcker | 2 | -7/+35 |
2021-01-04 | Qt: Undeprecate QByteArray based start functs | Andre Heinecke | 2 | -2/+2 |
2020-11-20 | Revert "cpp: Use portable off_t size_t" | Andre Heinecke | 2 | -2/+2 |
2020-11-18 | cpp: Use portable off_t size_t | Andre Heinecke | 2 | -2/+2 |
2020-11-18 | qt: Avoid empty "[email protected]" signature notations | Ingo Klöcker | 1 | -1/+1 |
2020-11-12 | qt: Fix export of qDebug GpgME::Error overload | Andre Heinecke | 1 | -0/+1 |
2020-11-11 | qt: Add export macro for QDebug operator | Andre Heinecke | 1 | -1/+3 |
2020-11-11 | qt: Allow build with older GnuPG (< 2.2.18). | NIIBE Yutaka | 1 | -1/+4 |
2020-11-03 | qt: Make audit parameters of result signal optional | Ingo Klöcker | 1 | -1/+1 |
2020-10-29 | qt: Add support for revoke signature quick command | Ingo Klöcker | 3 | -2/+38 |
2020-10-29 | qt: Some minor cleanups | Ingo Klöcker | 1 | -13/+3 |
2020-10-23 | qt: Add QDebug stream operator for GpgME::Error | Ingo Klöcker | 3 | -1/+99 |
2020-10-23 | cpp, qt: Add missing comparison operators for version info comparison | Ingo Klöcker | 1 | -0/+32 |
2020-10-23 | cpp, qt: Fix version info comparison | Ingo Klöcker | 1 | -0/+1 |
2020-09-08 | qt: Update the documentation of ListAllKeysJob | Ingo Klöcker | 1 | -2/+3 |
2020-09-07 | qt: List keys once with --with-secret instead of twice | Ingo Klöcker | 2 | -9/+116 |
2020-08-28 | qt: Fix an rfc2253 parser flaw | Werner Koch | 1 | -3/+2 |
2020-08-14 | core: Add error handling to setexpire | Ingo Klöcker | 1 | -0/+9 |
2020-08-11 | qt: Support changing expiry of subkeys | Ingo Klöcker | 3 | -4/+39 |
2020-08-05 | qt: Port to new setExpire() | Ingo Klöcker | 1 | -18/+6 |
2020-08-04 | qt: Add test for setExpire | Ingo Klöcker | 1 | -0/+54 |
2020-07-16 | qt, cpp: Support export modes | Andre Heinecke | 3 | -4/+22 |
2020-05-11 | tests: Remove/change tests for GnuPG 2.3 with no gpg.keyserver. | NIIBE Yutaka | 1 | -30/+0 |
2020-02-19 | qt: Change logging categoryaheinecke/json-test | Andre Heinecke | 10 | -55/+55 |
2020-02-19 | qt: Log execution args of gpg-card | Andre Heinecke | 1 | -3/+5 |
2020-02-12 | qt: Add dummy context to make mixin happy | Andre Heinecke | 1 | -1/+2 |
2020-02-12 | qt: Add GpgCardJob following the job pattern | Andre Heinecke | 8 | -2/+319 |
2019-12-13 | cpp, qt: Use uidhash to select uids for signing | Andre Heinecke | 1 | -0/+1 |
2019-11-07 | qt,tests: Take care for old DSA key using deprecated digest algo. | NIIBE Yutaka | 1 | -0/+4 |
2019-11-06 | qt, tests: Add check for supported versions | Andre Heinecke | 4 | -21/+41 |
2019-11-06 | qt, tests: Replace accidentally commited assert | Andre Heinecke | 1 | -1/+1 |
2019-11-06 | qt,tests: Add test to add an exportable certify | Andre Heinecke | 1 | -0/+88 |
2019-11-04 | qt, tests: Add testcase for multiple remarsk | Andre Heinecke | 1 | -0/+88 |
2019-11-04 | qt,tests: Move remarks test out and extend it | Andre Heinecke | 3 | -114/+325 |
2019-11-01 | qt: Allow adding empty remarks | Andre Heinecke | 1 | -1/+1 |
2019-10-29 | qt,tests: Add test for remarks | Andre Heinecke | 1 | -0/+111 |
2019-10-29 | qt: Extend signkeyjob to handle remarks and dups | Andre Heinecke | 3 | -3/+56 |
2019-03-20 | qt: Handle diagnostic audit log for CMS | Andre Heinecke | 1 | -1/+7 |