Commit Graph

  • 963ace1f9f
    core: Support direct signing of file with gpg Ingo Klöcker 2023-12-15 10:05:19 +0100
  • 0221d7f28a
    core: Support direct encryption of file with gpg Ingo Klöcker 2023-12-14 10:59:47 +0100
  • b35bcf0040
    doc: Fix documentation for creating encrypted/signed archive Ingo Klöcker 2023-12-14 09:29:43 +0100
  • e18c09cbc4
    qt: Fix validity for (sub)keys generated using QGpgMEQuickJob tobias/fix-expires Tobias Fella 2023-12-13 15:55:55 +0100
  • d5dafb2ae3
    qt: Replace Q_FOREACH with range-for Ingo Klöcker 2023-12-13 11:45:26 +0100
  • f7d69de030
    qt: Replace Q_NULLPTR with nullptr Ingo Klöcker 2023-12-13 10:16:41 +0100
  • 6baccdc0c3
    core: percent decode filename Andre Heinecke 2023-11-30 00:06:08 +0100
  • f212de4a9e
    Post release updates Werner Koch 2023-11-28 16:48:37 +0100
  • 1a26db7175
    Release 1.23.2 gpgme-1.23.2 Werner Koch 2023-11-28 16:42:59 +0100
  • 1bbe2d4b70
    qt: Start dirmngr with gpgconf to avoid multiple instances Ingo Klöcker 2023-11-23 16:13:39 +0100
  • 618fea9e20
    qt: On Windows, use UTF-8 when logging the error text Ingo Klöcker 2023-11-15 11:56:22 +0100
  • 278f92b189
    qt: Remove left-over partial files more persistently Ingo Klöcker 2023-11-15 11:51:51 +0100
  • 185ab7d7ba
    doc: Fix for e.g. and i.e. NIIBE Yutaka 2023-11-15 15:21:07 +0900
  • 77e982579c
    core: Preserve more specific existing failure code Ingo Klöcker 2023-11-14 13:48:48 +0100
  • 1bfd5e92d0
    tests: Add option --chain to run-keylist Werner Koch 2023-11-10 09:44:59 +0100
  • 52d59d75ca
    qt: Deprecate DefaultKeyGenerationJob Ingo Klöcker 2023-11-10 08:55:07 +0100
  • ae332749ee
    build,qt: Build Qt with -fPIC if required or requested Ingo Klöcker 2023-10-30 09:28:54 +0100
  • cf88690cf4
    Update NEWS Ingo Klöcker 2023-10-27 16:14:01 +0200
  • 46f5d5eeb3
    qt: Use temporary .part file names when creating archives Ingo Klöcker 2023-10-27 16:07:16 +0200
  • 8d8985bda1
    qt: Refactor removal of output file on cancel or error Ingo Klöcker 2023-10-27 11:27:29 +0200
  • 0a0a5906d5
    Post release updates Werner Koch 2023-10-27 14:41:52 +0200
  • cadcb38469
    Release 1.23.1 gpgme-1.23.1 Werner Koch 2023-10-27 14:36:15 +0200
  • a0a4cd411c
    Change gpgme-w32-spawn to unicode Andre Heinecke 2023-10-25 17:20:56 +0200
  • 8faaf7b72b
    Post release updates Werner Koch 2023-10-25 11:16:19 +0200
  • aae967ec9c
    Release 1.23.0 gpgme-1.23.0 Werner Koch 2023-10-25 10:56:14 +0200
  • ab25df8328
    qt: Handle cancel in changeexpiryjob Andre Heinecke 2023-10-18 11:13:35 +0200
  • 5c7e4d252a
    qt,doc: Fix typos in source code comments Ingo Klöcker 2023-10-13 09:18:54 +0200
  • 131384b107
    python,doc: Fix typos in documentation and source code comments Ingo Klöcker 2023-10-13 09:18:45 +0200
  • bd448c9cbf
    cpp,doc: Fix typos in API documentation and source code comments Ingo Klöcker 2023-10-13 09:18:32 +0200
  • 57205c1dfa
    doc: Fix typos in documentation and source code comments Ingo Klöcker 2023-10-13 09:18:12 +0200
  • 959f976dfc
    python,examples: Add missing word "License" Marius P 2023-10-05 00:59:31 +0300
  • a9e5a25b56
    cpp: Support new key capability flags Ingo Klöcker 2023-10-05 15:27:52 +0200
  • 0132a1089f
    doc: Fix typo Ingo Klöcker 2023-10-05 15:12:29 +0200
  • b63d203d3b
    core: Add key capability flags has_encrypt etc. Werner Koch 2023-10-05 14:10:01 +0200
  • 349a69b5ea
    core: Check STATUS_FAILURE in export operations. Werner Koch 2023-09-20 12:05:41 +0200
  • 8ad22290df
    gpgme-tool: Support use of Windows HANDLE for INPUT/OUTPUT/MESSAGE. NIIBE Yutaka 2023-09-29 11:01:50 +0900
  • d43d787e9a
    qt: Use UTF-8 for file names on Windows Ingo Klöcker 2023-09-22 09:14:34 +0200
  • 4e321a0f06
    build,qt: Autodetect whether Qt was built with -mno-direct-extern-access Ingo Klöcker 2023-09-21 22:53:00 +0200
  • 927f129663
    build,qt: Optionally build Qt 6 bindings with -mno-direct-extern-access Ingo Klöcker 2023-09-21 10:56:26 +0200
  • 3e64856208
    build,qt: Drop broken check for -fPIC Ingo Klöcker 2023-09-21 10:45:09 +0200
  • e35400bd69
    core: Check STATUS_FAILURE in export operations. wk-master Werner Koch 2023-09-20 12:05:41 +0200
  • 8fde9cbe22
    tests: Re-add --with-secret option Ingo Klöcker 2023-09-04 17:31:18 +0200
  • e36b2d1bce
    New mode to list a v5 fingerprint for v4 packets. Werner Koch 2023-09-04 17:03:01 +0200
  • b80d52a1f7
    build: Change the default for --with-libtool-modification. NIIBE Yutaka 2023-09-01 14:06:25 +0900
  • d75b2a9151
    Support GPGME_ENCRYPT_ALWAYS_TRUST also for S/MIME. Werner Koch 2023-08-31 12:02:02 +0200
  • 3f297387bf
    qt: Allow specifying user IDs to use when refreshing keys via WKD Ingo Klöcker 2023-08-23 12:00:26 +0200
  • aee18a2ab2
    qt,tests: Fix build in source directory, part 2 Christian Hesse 2023-08-22 00:12:05 +0200
  • 24a8c279da
    build: Suggest out-of-source build Ingo Klöcker 2023-08-21 21:32:40 +0200
  • d23528cadf
    qt,tests: Fix build in source directory Ingo Klöcker 2023-08-21 21:08:01 +0200
  • 2ad36f7114
    qt: Add job for refreshing OpenPGP keys via WKD Ingo Klöcker 2023-08-21 16:01:37 +0200
  • fb03a5b3df
    doc: Fix interface changes Ingo Klöcker 2023-08-21 10:19:09 +0200
  • cfeb62d358
    Post release updates Werner Koch 2023-08-21 09:54:04 +0200
  • 8ea7015a23
    Release 1.22.0 gpgme-1.22.0 Werner Koch 2023-08-21 09:41:16 +0200
  • dacbd51c3f
    build: New configure option --with-libtool-modification. NIIBE Yutaka 2023-08-17 14:03:09 +0900
  • 40ca3d5896
    qt: Clean up after failure or cancel of sign/encrypt archive operation Ingo Klöcker 2023-08-16 14:23:15 +0200
  • c3171d0cf1
    qt: Make toLogString helper public Ingo Klöcker 2023-08-15 11:56:40 +0200
  • 7a2a3f317b
    cpp: Remove unused include Ingo Klöcker 2023-08-15 11:50:28 +0200
  • 150a2f9e4e
    tests: Support offline mode in run-import Ingo Klöcker 2023-08-14 11:39:27 +0200
  • bc98f01c85
    core: Use offline mode for all operations of gpgsm engine Ingo Klöcker 2023-08-14 12:23:07 +0200
  • d72811a2c0
    core: Store engine's version string in gpgsm engine Ingo Klöcker 2023-08-14 11:39:27 +0200
  • 8701e98937
    cpp: Expose gpgme_decrypt_result_t.is_mime through cpp API Carl Schwan 2023-07-25 15:39:06 +0200
  • d91d037fc1
    qt: Add setInputEncoding to QGpgMe::EncryptJob Carl Schwan 2023-07-28 10:10:46 +0200
  • a9b28c79e9
    core: Prevent wrong plaintext when verifying clearsigned signature Ingo Klöcker 2023-07-28 16:15:12 +0200
  • 777cf7f2d1
    core: Return bad data error instead of general error on unexpected data Ingo Klöcker 2023-07-28 14:18:05 +0200
  • 0518ed32e2
    build: Update libassuan.m4 for libassuan version 3 in future. NIIBE Yutaka 2023-07-28 14:07:06 +0900
  • e3defc0adf
    qt: Ensure that we check the correct paths Ingo Klöcker 2023-07-08 21:43:33 +0200
  • be0e653ce3
    qt: Fix DLL version in cmake config files Ingo Klöcker 2023-07-08 21:36:35 +0200
  • ad34fcbbec
    qt: Fix check for required files Ingo Klöcker 2023-07-08 20:54:14 +0200
  • 546d3a982d
    Post release updates Werner Koch 2023-07-07 14:01:51 +0200
  • 5bf3e6d075
    Release 1.21.0 gpgme-1.21.0 Werner Koch 2023-07-07 13:33:25 +0200
  • 05ac1ce09f
    build: Add BUILT_SOURCE for better dependency. NIIBE Yutaka 2023-06-23 10:38:24 +0900
  • 1c2459a592
    qt: Support reading signed/encrypted archives directly from a file Ingo Klöcker 2023-06-21 15:24:00 +0200
  • 1a9f192ab4
    core: Support reading the archive to decrypt/verify directly from a file Ingo Klöcker 2023-06-21 14:20:52 +0200
  • e608315392
    qt: Support writing signed/encrypted archives directly to a file Ingo Klöcker 2023-06-19 17:52:30 +0200
  • c38b620039
    core: Support writing the sign/encrypt output directly to a file Ingo Klöcker 2023-06-19 16:31:17 +0200
  • 8b9fabf5d5
    qt: Add a generic hook to start a job Ingo Klöcker 2023-06-19 14:40:47 +0200
  • 23526c3ff2
    qt: Make the run methods of ThreadedJobMixin public Ingo Klöcker 2023-06-19 14:28:14 +0200
  • 4655b2dc6b
    qt: Rename JobPrivate::start to JobPrivate::startNow Ingo Klöcker 2023-06-19 12:53:42 +0200
  • 6f6b35df50
    qt: Return const pointer to JobPrivate class for const pointer to Job Ingo Klöcker 2023-06-19 12:11:58 +0200
  • 5811d069d3
    qt, cpp: Support larger size-hint on 32 bit builds Andre Heinecke 2023-06-16 14:33:19 +0200
  • cbcea4a09b
    cpp: Expose gpgme_data_set_flag through cpp API Andre Heinecke 2023-06-16 12:30:51 +0200
  • 91bbb1e482
    core: Send a input-size-hint for gpgsm. Werner Koch 2023-06-15 13:00:01 +0200
  • 8796456d23
    tests: Add option --cancel to run-encrypt. Werner Koch 2023-06-15 11:00:59 +0200
  • eb68948c43
    core: Use 64 bit instead of gpgme_off_t for some internal functions. Werner Koch 2023-06-15 10:58:57 +0200
  • 7e6d51aa6f
    Fix definition of GPG_ERR_ENABLE_GETTEXT_MACROS Andre Heinecke 2023-06-13 12:45:08 +0200
  • 7990f70107
    doc,cpp: Treat GPG_ERR_FULLY_CANCELED as canceled Ingo Klöcker 2023-06-01 09:34:25 +0200
  • e2103be390
    cpp,python: Respect --disable-gpg-test for tests Biswapriyo Nath 2023-05-28 23:15:48 +0530
  • fbc3963d62
    core: For key signing and uid revoking allow an empty user id. Werner Koch 2023-05-30 11:20:34 +0200
  • 36a68bc530
    python: Fix wrong use of write. Werner Koch 2023-05-23 15:52:25 +0200
  • e622e36f1f
    build: Sync to libtool from libgpg-error for 64-bit Windows. NIIBE Yutaka 2023-05-16 10:52:51 +0900
  • d44a473e27
    doc: Fix Python example code. NIIBE Yutaka 2023-04-26 08:46:45 +0900
  • d99156ff08
    Post release updates Werner Koch 2023-04-20 14:02:34 +0200
  • 451ed47434
    Release 1.20.0 gpgme-1.20.0 Werner Koch 2023-04-20 13:48:17 +0200
  • 7351ef32ce
    core: Support the new macOS Homebrew location. Werner Koch 2023-04-19 09:09:20 +0200
  • a14155d2c1
    build,qt: Simplify check for moc Ingo Klöcker 2023-04-19 09:23:05 +0200
  • e80bf34bf8
    Update NEWS Ingo Klöcker 2023-04-19 09:18:04 +0200
  • 5bd84cfd3f
    cpp: Fix Key::canSign() Ingo Klöcker 2023-04-18 13:16:22 +0200
  • 7d1159c1e9
    core: Avoid printf format warnings due to gpgme_ssize_t. Werner Koch 2023-04-17 15:05:22 +0200
  • 0c29119e06
    core,w32: Fix invocation of gpgtar Werner Koch 2023-04-17 14:02:02 +0200
  • 806a5d18b9
    build: Update gpg-error.m4. NIIBE Yutaka 2023-04-06 08:40:12 +0900