summaryrefslogtreecommitdiffstats
path: root/kbx (follow)
Commit message (Expand)AuthorAgeFilesLines
* kbx: Create public-keys.d, after creating the homedir.NIIBE Yutaka2023-12-191-0/+1
* keyboxd: Pass lock info back to gpg and gpgsm.Werner Koch2023-12-181-4/+4
* keyboxd: Timeout on failure to get the database lock.Werner Koch2023-12-181-15/+53
* kbx: Close file handle when return.zhangguangzhi2023-06-201-0/+4
* w32: Add missing supportedOS Ids for Windows-10Werner Koch2023-05-241-0/+1
* w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch2023-05-243-1/+30
* kbx,w32: Disable the fd-passing.Werner Koch2023-05-171-1/+7
* kbx: For non-Windows use 64k buffers by default instead of 128k.Werner Koch2023-05-081-1/+7
* kbx: Use custom estream bufferingWerner Koch2023-05-082-3/+79
* kbx: Use wrapper functions for es_fclose and es_fopen.Werner Koch2023-05-054-88/+120
* kbx: Add extra flags to fopen for use by Windows.Werner Koch2023-05-042-7/+7
* keyboxd: Allow import of v0 certificates.Werner Koch2023-03-081-1/+6
* build: Remove Windows CE support.NIIBE Yutaka2022-12-091-8/+2
* kbx: Fix for GPG_ERR_SOURCE_DEFAULT.NIIBE Yutaka2022-09-142-8/+3
* Remove remaining support for WindowsCEWerner Koch2022-06-031-15/+2
* kbx: Fix a race condition which results no status report.NIIBE Yutaka2022-04-273-11/+25
* kbx: Fix searching for FPR20 in version 2 blob.NIIBE Yutaka2022-03-241-4/+2
* kbx: Fix allocation checkJakub Jelen2021-11-241-1/+1
* keyboxd: New option --steal-socket.Werner Koch2021-11-131-8/+20
* kbx: Avoid use of uninitialized value.Jakub Jelen2021-11-121-2/+2
* agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.NIIBE Yutaka2021-10-051-1/+1
* kbx: Let it include keybox.h to avoid multiple typedefs.NIIBE Yutaka2021-09-301-6/+1
* kbx: A 20 byte fingerprint is right filled in version 2 blob.NIIBE Yutaka2021-09-281-0/+2
* build: Fix several "include file not found" problemsIngo Klöcker2021-09-201-2/+2
* kbx: Fix checksum computation for no UBID entry on disk.NIIBE Yutaka2021-08-271-2/+2
* kbx: Improve debugging of the search descriptions in keyboxd.Werner Koch2021-07-081-3/+69
* kbx: Fix keyboxd searching with multiple patterns.Werner Koch2021-07-082-10/+85
* kbx: Avoid uninitialized readJakub Jelen2021-05-204-4/+9
* keyboxd: Fix searching for exact mail addresses.Werner Koch2021-04-212-2/+17
* Support log-file option from common.conf for all daemon.Werner Koch2021-04-201-2/+29
* kbx: Fix memory leak.Jakub Jelen2021-04-131-2/+2
* agent,kbx: Add LIBASSUAN_CLFAGS.Jakub Jelen2021-04-131-2/+2
* kbxd: Group the options.Werner Koch2021-03-222-13/+11
* kbx: Log debug fixesWerner Koch2021-02-251-2/+4
* Require GpgRT version 1.41.Werner Koch2021-02-101-16/+0
* kbx: Better error message in case of a crippled Libgcrypt.Werner Koch2020-12-021-2/+10
* w32: Replace some fopen by es_fopen.Werner Koch2020-11-111-10/+10
* kbx: Don't put zero-byte for ECC.NIIBE Yutaka2020-11-021-17/+18
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-201-3/+3
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-209-123/+124
* Replace all calls to access by gnupg_accessWerner Koch2020-10-202-5/+8
* keyboxd: Fix duplicates when listing keys by uid.Werner Koch2020-10-051-24/+53
* keyboxd: Make use of the config tableWerner Koch2020-09-251-2/+119
* keyboxd: New command TRANSACTION.Werner Koch2020-09-246-10/+230
* keyboxd: Implement multiple search descriptions.Werner Koch2020-09-243-2/+22
* keyboxd: Fix UDPATE keyblob SQL statementWerner Koch2020-09-241-14/+15
* keyboxd: Remove unused variables.Werner Koch2020-09-241-2/+0
* keyboxd: Extend PUBKEY_INFO status line with an uid ordinal.Werner Koch2020-09-225-29/+99
* kbx: Add bounds check to detect corrupt keyboxes.Werner Koch2020-09-221-6/+99
* sm: Implement delete key in keyboxd modeWerner Koch2020-09-211-0/+3