aboutsummaryrefslogtreecommitdiffstats
path: root/kbx (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-24w32: Add missing supportedOS Ids for Windows-10Werner Koch1-0/+1
2023-05-24w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch3-1/+30
2023-05-08kbx: For non-Windows use 64k buffers by default instead of 128k.Werner Koch1-1/+7
2023-05-08kbx: Use custom estream bufferingWerner Koch2-3/+79
2023-05-05kbx: Use wrapper functions for es_fclose and es_fopen.Werner Koch4-88/+120
2023-05-04kbx: Add extra flags to fopen for use by Windows.Werner Koch2-7/+7
2023-03-08keyboxd: Allow import of v0 certificates.Werner Koch1-1/+6
2022-12-09build: Remove Windows CE support.NIIBE Yutaka1-8/+2
2022-09-14kbx: Fix for GPG_ERR_SOURCE_DEFAULT.NIIBE Yutaka2-8/+3
2022-06-03Remove remaining support for WindowsCEWerner Koch1-15/+2
2022-04-27kbx: Fix a race condition which results no status report.NIIBE Yutaka3-11/+25
2022-03-24kbx: Fix searching for FPR20 in version 2 blob.NIIBE Yutaka1-4/+2
2021-11-24kbx: Fix allocation checkJakub Jelen1-1/+1
2021-11-13keyboxd: New option --steal-socket.Werner Koch1-8/+20
2021-11-12kbx: Avoid use of uninitialized value.Jakub Jelen1-2/+2
2021-10-05agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.NIIBE Yutaka1-1/+1
2021-09-30kbx: Let it include keybox.h to avoid multiple typedefs.NIIBE Yutaka1-6/+1
2021-09-28kbx: A 20 byte fingerprint is right filled in version 2 blob.NIIBE Yutaka1-0/+2
2021-09-20build: Fix several "include file not found" problemsIngo Klöcker1-2/+2
2021-08-27kbx: Fix checksum computation for no UBID entry on disk.NIIBE Yutaka1-2/+2
2021-07-08kbx: Improve debugging of the search descriptions in keyboxd.Werner Koch1-3/+69
2021-07-08kbx: Fix keyboxd searching with multiple patterns.Werner Koch2-10/+85
2021-05-20kbx: Avoid uninitialized readJakub Jelen4-4/+9
2021-04-21keyboxd: Fix searching for exact mail addresses.Werner Koch2-2/+17
2021-04-20Support log-file option from common.conf for all daemon.Werner Koch1-2/+29
2021-04-13kbx: Fix memory leak.Jakub Jelen1-2/+2
2021-04-13agent,kbx: Add LIBASSUAN_CLFAGS.Jakub Jelen1-2/+2
2021-03-22kbxd: Group the options.Werner Koch2-13/+11
2021-02-25kbx: Log debug fixesWerner Koch1-2/+4
2021-02-10Require GpgRT version 1.41.Werner Koch1-16/+0
2020-12-02kbx: Better error message in case of a crippled Libgcrypt.Werner Koch1-2/+10
2020-11-11w32: Replace some fopen by es_fopen.Werner Koch1-10/+10
2020-11-02kbx: Don't put zero-byte for ECC.NIIBE Yutaka1-17/+18
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch1-3/+3
2020-10-20Replace most of the remaining stdio calls by estream calls.Werner Koch9-123/+124
2020-10-20Replace all calls to access by gnupg_accessWerner Koch2-5/+8
2020-10-05keyboxd: Fix duplicates when listing keys by uid.Werner Koch1-24/+53
2020-09-25keyboxd: Make use of the config tableWerner Koch1-2/+119
2020-09-24keyboxd: New command TRANSACTION.Werner Koch6-10/+230
2020-09-24keyboxd: Implement multiple search descriptions.Werner Koch3-2/+22
2020-09-24keyboxd: Fix UDPATE keyblob SQL statementWerner Koch1-14/+15
2020-09-24keyboxd: Remove unused variables.Werner Koch1-2/+0
2020-09-22keyboxd: Extend PUBKEY_INFO status line with an uid ordinal.Werner Koch5-29/+99
2020-09-22kbx: Add bounds check to detect corrupt keyboxes.Werner Koch1-6/+99
2020-09-21sm: Implement delete key in keyboxd modeWerner Koch1-0/+3
2020-09-11keyboxd: Implement lookup by short and long keyid.Werner Koch1-53/+42
2020-09-11keyboxd: Add ephemeral and revoked flag to the sqlite backend.Werner Koch5-22/+65
2020-09-10keyboxd: Add basic support for X.509.Werner Koch5-67/+311
2020-09-10keyboxd: Use D-lines instead of a separate thread.Werner Koch2-4/+10
2020-09-10keyboxd: Add options --openpgp and --x509 to SEARCH.Werner Koch4-47/+112