| Commit message (Expand) | Author | Age | Files | Lines |
* | indent: Fix spelling | Daniel Kahn Gillmor | 2024-05-31 | 7 | -8/+8 |
* | Merge branch 'STABLE-BRANCH-2-4' into master | Werner Koch | 2024-05-16 | 1 | -0/+1 |
|\ |
|
| * | kbx: Use standard function to setup gcrypt logging in kbxutil. | Werner Koch | 2024-05-16 | 1 | -24/+1 |
* | | Remove the deprecated gcry_set_log_handler. | Werner Koch | 2024-04-23 | 1 | -25/+0 |
* | | kbx: Support kyber in the blob parser. | Werner Koch | 2024-04-09 | 2 | -4/+44 |
* | | kbx: Fix keyid search for mixed v4/v5 case. | Werner Koch | 2024-04-08 | 1 | -28/+25 |
* | | kbx: Have threads monitoring socket takeover and homedir if no inotify. | NIIBE Yutaka | 2024-01-24 | 1 | -117/+229 |
* | | agent,kbx: Fix reliable_homedir_inotify (2/2). | NIIBE Yutaka | 2023-12-26 | 1 | -15/+5 |
* | | agent,kbx: Fix reliable_homedir_inotify (1/2). | NIIBE Yutaka | 2023-12-26 | 1 | -10/+8 |
* | | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2023-12-22 | 3 | -19/+58 |
|\| |
|
| * | kbx: Create public-keys.d, after creating the homedir. | NIIBE Yutaka | 2023-12-19 | 1 | -0/+1 |
| * | keyboxd: Pass lock info back to gpg and gpgsm. | Werner Koch | 2023-12-18 | 1 | -4/+4 |
| * | keyboxd: Timeout on failure to get the database lock. | Werner Koch | 2023-12-18 | 1 | -15/+53 |
* | | gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control. | NIIBE Yutaka | 2023-08-03 | 1 | -0/+1 |
* | | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH. | NIIBE Yutaka | 2023-08-03 | 1 | -6/+0 |
* | | agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept. | NIIBE Yutaka | 2023-08-03 | 1 | -2/+2 |
* | | kbx: Fix error paths to fall back to D-lines. | NIIBE Yutaka | 2023-07-21 | 1 | -10/+12 |
* | | Revert "kbx,w32: Disable the fd-passing." | NIIBE Yutaka | 2023-07-19 | 1 | -7/+1 |
* | | commond: Introduce FD2NUM to express conversion to number of fds. | NIIBE Yutaka | 2023-07-18 | 1 | -1/+1 |
* | | dirmngr,kbk,tools: Fix type casting. | NIIBE Yutaka | 2023-07-18 | 1 | -1/+1 |
* | | common: Introduce FD_DBG to display gnupg_fd_t value. | NIIBE Yutaka | 2023-07-18 | 1 | -3/+3 |
* | | common,gpg,kbx: Factor out open_stream_nc. | NIIBE Yutaka | 2023-07-10 | 1 | -10/+1 |
* | | kbx: Fix memory leak at spawning a thread for data pipe. | NIIBE Yutaka | 2023-07-06 | 1 | -0/+1 |
* | | kbx: Use es_sysopen_nc instead of es_fdopen_nc. | NIIBE Yutaka | 2023-07-06 | 1 | -7/+20 |
* | | Merge branch 'STABLE-BRANCH-2-4' into master | Werner Koch | 2023-07-04 | 1 | -1/+7 |
|\| |
|
| * | kbx: Close file handle when return. | zhangguangzhi | 2023-06-20 | 1 | -0/+4 |
| * | w32: Add missing supportedOS Ids for Windows-10 | Werner Koch | 2023-05-24 | 1 | -0/+1 |
| * | w32: Add missing manifests and set a requestedExecutionLevel. | Werner Koch | 2023-05-24 | 3 | -1/+30 |
| * | kbx,w32: Disable the fd-passing. | Werner Koch | 2023-05-17 | 1 | -1/+7 |
* | | kbx: Close file handle when return. | zhangguangzhi | 2023-06-20 | 1 | -0/+4 |
* | | kbx: Fix datastream_thread and use the data pipe. | NIIBE Yutaka | 2023-06-07 | 1 | -20/+12 |
* | | w32: Fix use of assuan_sendfd. | NIIBE Yutaka | 2023-06-01 | 1 | -2/+13 |
* | | w32: Add missing supportedOS Ids for Windows-10 | Werner Koch | 2023-05-24 | 1 | -0/+1 |
* | | w32: Add missing manifests and set a requestedExecutionLevel. | Werner Koch | 2023-05-24 | 3 | -1/+30 |
|/ |
|
* | kbx: For non-Windows use 64k buffers by default instead of 128k. | Werner Koch | 2023-05-08 | 1 | -1/+7 |
* | kbx: Use custom estream buffering | Werner Koch | 2023-05-08 | 2 | -3/+79 |
* | kbx: Use wrapper functions for es_fclose and es_fopen. | Werner Koch | 2023-05-05 | 4 | -88/+120 |
* | kbx: Add extra flags to fopen for use by Windows. | Werner Koch | 2023-05-04 | 2 | -7/+7 |
* | keyboxd: Allow import of v0 certificates. | Werner Koch | 2023-03-08 | 1 | -1/+6 |
* | build: Remove Windows CE support. | NIIBE Yutaka | 2022-12-09 | 1 | -8/+2 |
* | kbx: Fix for GPG_ERR_SOURCE_DEFAULT. | NIIBE Yutaka | 2022-09-14 | 2 | -8/+3 |
* | Remove remaining support for WindowsCE | Werner Koch | 2022-06-03 | 1 | -15/+2 |
* | kbx: Fix a race condition which results no status report. | NIIBE Yutaka | 2022-04-27 | 3 | -11/+25 |
* | kbx: Fix searching for FPR20 in version 2 blob. | NIIBE Yutaka | 2022-03-24 | 1 | -4/+2 |
* | kbx: Fix allocation check | Jakub Jelen | 2021-11-24 | 1 | -1/+1 |
* | keyboxd: New option --steal-socket. | Werner Koch | 2021-11-13 | 1 | -8/+20 |
* | kbx: Avoid use of uninitialized value. | Jakub Jelen | 2021-11-12 | 1 | -2/+2 |
* | agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep. | NIIBE Yutaka | 2021-10-05 | 1 | -1/+1 |
* | kbx: Let it include keybox.h to avoid multiple typedefs. | NIIBE Yutaka | 2021-09-30 | 1 | -6/+1 |
* | kbx: A 20 byte fingerprint is right filled in version 2 blob. | NIIBE Yutaka | 2021-09-28 | 1 | -0/+2 |