aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* qt: Use QGpgMEExportJob also for export of secret keysIngo Klöcker2022-01-046-19/+152
* cpp: Allow export of secret keysIngo Klöcker2022-01-042-13/+87
* cpp: Mark ExportNoUID flag as obsoleteIngo Klöcker2022-01-041-1/+1
* core: Add new option --secret-subkey to help texts.Ingo Klöcker2022-01-042-1/+3
* cpp: Remove obsolete workaroundIngo Klöcker2022-01-041-18/+0
* core: New export mode to export secret subkeys.Ingo Klöcker2022-01-047-5/+51
* doc: Remove documentation of obsolete export mode flagIngo Klöcker2022-01-041-4/+0
* core: Check for unsupported export mode flagsIngo Klöcker2022-01-041-0/+12
* core: Check for combination of ssh mode with other mode flagsIngo Klöcker2022-01-041-0/+10
* core: Factor out the check for valid export mode flags.Ingo Klöcker2022-01-041-38/+22
* qt: Detect an import error caused by a wrong passwordIngo Klöcker2021-12-221-1/+17
* qt,tests: Add test runner for testing the import jobIngo Klöcker2021-12-222-1/+101
* cpp: Check fpr of import status for NULLIngo Klöcker2021-12-221-1/+3
* core: Detect bad passphrase error on certificate importIngo Klöcker2021-12-224-7/+63
* build: Update for newer autoconf.NIIBE Yutaka2021-12-221-3/+3
* qt: Allow specifying an import filter when importing keysIngo Klöcker2021-12-154-8/+79
* qt: Avoid test failure when test is run multiple timesIngo Klöcker2021-12-151-16/+26
* qt: Fix erroneous reuse of JobPrivate objectsIngo Klöcker2021-12-151-0/+1
* core: Allow setting import filters when importing keysIngo Klöcker2021-12-1411-6/+70
* qt: Add pattern used for WKD lookup to resultIngo Klöcker2021-12-144-12/+23
* core: Set --key-origin option only if supported by gpgIngo Klöcker2021-12-141-1/+1
* qt: Allow setting key origin when importing keysIngo Klöcker2021-12-146-9/+229
* qt,tests: Skip WKD lookup tests by defaultIngo Klöcker2021-12-143-2/+17
* core: Allow specifiying a key origin when importing keysIngo Klöcker2021-12-1312-8/+81
* doc: Fix a few errors in the documentation of gpgme_op_import_*Ingo Klöcker2021-12-131-7/+7
* qt: Support WKD lookup without implicit importIngo Klöcker2021-12-1313-8/+727
* qt: Fix example for using the asynchronous job APIIngo Klöcker2021-12-131-0/+1
* cpp,tests: Add test runner for doing a WKD lookup without importIngo Klöcker2021-12-102-1/+166
* cpp: Add new supported components to API docs of dirInfo()Ingo Klöcker2021-12-101-1/+2
* core: Support all components with dirinfo()Ingo Klöcker2021-12-103-0/+75
* cpp: Return engine info for engine used by the contextIngo Klöcker2021-12-071-1/+1
* cpp: Factor out common code of GpgME::engineInfo() overloadsIngo Klöcker2021-12-071-28/+26
* core: Make the gpgconf option parsing of string types more robustWerner Koch2021-11-251-2/+4
* tests: Silence libtool warning on Windows.Werner Koch2021-11-251-0/+6
* core: Support dirinfo("socketdir")Werner Koch2021-11-254-11/+24
* posix: Use poll instead, when available, removing use of select.NIIBE Yutaka2021-11-256-16/+269
* gpgme.pc: Fix library dependency and use of includedir, libdir.NIIBE Yutaka2021-11-121-3/+3
* tests: Build using GPG_ERROR_MT_LIBS for thread use.NIIBE Yutaka2021-11-121-4/+12
* tests: Use GPG_ERROR_MT_LIBS for a test with threads.NIIBE Yutaka2021-11-111-2/+3
* libtool: Link without -flat_namespace for macOS.NIIBE Yutaka2021-11-101-9/+4
* qt: Fix build against Qt 5.9Ingo Klöcker2021-09-132-3/+3
* build: Fix make distcheck problem.Werner Koch2021-08-272-4/+4
* qt: Expect UTF-8 on stderr on WindowsAndre Heinecke2021-08-271-44/+1
* Add missing files for distributionAndre Heinecke2021-08-272-1/+3
* core: Use flexible array member if compiler has support.NIIBE Yutaka2021-08-132-3/+4
* core: Fix results returned by gpgme_data_* functionsIngo Klöcker2021-08-032-4/+36
* core: Support closefrom also for glibc.Jiri Kucera2021-07-271-1/+1
* core: Ensure gpg.conf for tests is recreated if necessaryIngo Klöcker2021-07-082-5/+7
* Make sure expiration time is interpreted as unsigned numberIngo Klöcker2021-07-081-1/+1
* qt: Allow retrieving the default value of a config entryIngo Klöcker2021-06-295-11/+77