| Commit message (Expand) | Author | Files | Lines |
2025-03-26 | keyboxd: Searching UpperCaseAddress. | NIIBE Yutaka | 1 | -10/+28 |
2025-03-05 | w32: On socket nonce mismatch close the socket. | Werner Koch | 1 | -2/+3 |
2025-03-05 | Log the Windows system error code at more places. | Werner Koch | 1 | -2/+6 |
2025-02-06 | kbx: Fix for building without keyboxd. | Werner Koch | 3 | -3/+32 |
2024-09-27 | sm: Optmize clearing of the ephemeral flag. | Werner Koch | 1 | -0/+12 |
2024-09-19 | kbx: Fix a race condition on DATABASE_HD. | NIIBE Yutaka | 1 | -3/+6 |
2024-08-02 | keyboxd: New getinfo subcommand "connections". | Werner Koch | 2 | -1/+7 |
2024-07-09 | common: On Windows, we care about how PIPE handles are inherited. | NIIBE Yutaka | 1 | -1/+1 |
2024-07-09 | common,kbx,tests: Clean up the PIPE function API. | NIIBE Yutaka | 1 | -10/+20 |
2024-05-31 | indent: Fix spelling | Daniel Kahn Gillmor | 7 | -8/+8 |
2024-05-16 | kbx: Use standard function to setup gcrypt logging in kbxutil. | Werner Koch | 1 | -24/+1 |
2024-04-23 | Remove the deprecated gcry_set_log_handler. | Werner Koch | 1 | -25/+0 |
2024-04-09 | kbx: Support kyber in the blob parser. | Werner Koch | 2 | -4/+44 |
2024-04-08 | kbx: Fix keyid search for mixed v4/v5 case. | Werner Koch | 1 | -28/+25 |
2024-01-24 | kbx: Have threads monitoring socket takeover and homedir if no inotify. | NIIBE Yutaka | 1 | -117/+229 |
2023-12-26 | agent,kbx: Fix reliable_homedir_inotify (2/2). | NIIBE Yutaka | 1 | -15/+5 |
2023-12-26 | agent,kbx: Fix reliable_homedir_inotify (1/2). | NIIBE Yutaka | 1 | -10/+8 |
2023-12-19 | kbx: Create public-keys.d, after creating the homedir. | NIIBE Yutaka | 1 | -0/+1 |
2023-12-18 | keyboxd: Pass lock info back to gpg and gpgsm. | Werner Koch | 1 | -4/+4 |
2023-12-18 | keyboxd: Timeout on failure to get the database lock. | Werner Koch | 1 | -15/+53 |
2023-08-03 | gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control. | NIIBE Yutaka | 1 | -0/+1 |
2023-08-03 | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH. | NIIBE Yutaka | 1 | -6/+0 |
2023-08-03 | agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept. | NIIBE Yutaka | 1 | -2/+2 |
2023-07-21 | kbx: Fix error paths to fall back to D-lines. | NIIBE Yutaka | 1 | -10/+12 |
2023-07-19 | Revert "kbx,w32: Disable the fd-passing." | NIIBE Yutaka | 1 | -7/+1 |
2023-07-18 | commond: Introduce FD2NUM to express conversion to number of fds. | NIIBE Yutaka | 1 | -1/+1 |
2023-07-18 | dirmngr,kbk,tools: Fix type casting. | NIIBE Yutaka | 1 | -1/+1 |
2023-07-18 | common: Introduce FD_DBG to display gnupg_fd_t value. | NIIBE Yutaka | 1 | -3/+3 |
2023-07-10 | common,gpg,kbx: Factor out open_stream_nc. | NIIBE Yutaka | 1 | -10/+1 |
2023-07-06 | kbx: Fix memory leak at spawning a thread for data pipe. | NIIBE Yutaka | 1 | -0/+1 |
2023-07-06 | kbx: Use es_sysopen_nc instead of es_fdopen_nc. | NIIBE Yutaka | 1 | -7/+20 |
2023-06-20 | kbx: Close file handle when return. | zhangguangzhi | 1 | -0/+4 |
2023-06-20 | kbx: Close file handle when return. | zhangguangzhi | 1 | -0/+4 |
2023-06-07 | kbx: Fix datastream_thread and use the data pipe. | NIIBE Yutaka | 1 | -20/+12 |
2023-06-01 | w32: Fix use of assuan_sendfd. | NIIBE Yutaka | 1 | -2/+13 |
2023-05-24 | w32: Add missing supportedOS Ids for Windows-10 | Werner Koch | 1 | -0/+1 |
2023-05-24 | w32: Add missing supportedOS Ids for Windows-10 | Werner Koch | 1 | -0/+1 |
2023-05-24 | w32: Add missing manifests and set a requestedExecutionLevel. | Werner Koch | 3 | -1/+30 |
2023-05-24 | w32: Add missing manifests and set a requestedExecutionLevel. | Werner Koch | 3 | -1/+30 |
2023-05-17 | kbx,w32: Disable the fd-passing. | Werner Koch | 1 | -1/+7 |
2023-05-08 | kbx: For non-Windows use 64k buffers by default instead of 128k. | Werner Koch | 1 | -1/+7 |
2023-05-08 | kbx: Use custom estream buffering | Werner Koch | 2 | -3/+79 |
2023-05-05 | kbx: Use wrapper functions for es_fclose and es_fopen. | Werner Koch | 4 | -88/+120 |
2023-05-04 | kbx: Add extra flags to fopen for use by Windows. | Werner Koch | 2 | -7/+7 |
2023-03-08 | keyboxd: Allow import of v0 certificates. | Werner Koch | 1 | -1/+6 |
2022-12-09 | build: Remove Windows CE support. | NIIBE Yutaka | 1 | -8/+2 |
2022-09-14 | kbx: Fix for GPG_ERR_SOURCE_DEFAULT. | NIIBE Yutaka | 2 | -8/+3 |
2022-06-03 | Remove remaining support for WindowsCE | Werner Koch | 1 | -15/+2 |
2022-04-27 | kbx: Fix a race condition which results no status report. | NIIBE Yutaka | 3 | -11/+25 |
2022-03-24 | kbx: Fix searching for FPR20 in version 2 blob. | NIIBE Yutaka | 1 | -4/+2 |