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