aboutsummaryrefslogtreecommitdiffstats
path: root/kbx (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-04Fix gnupg_create_{inbound,outbound}_pipe API.gniibe/spawnNIIBE Yutaka1-9/+9
2024-07-03Use gnupg_fd_t for create_pipe_and_estream.NIIBE Yutaka1-6/+16
2024-05-31indent: Fix spellingDaniel Kahn Gillmor7-8/+8
2024-05-16kbx: Use standard function to setup gcrypt logging in kbxutil.Werner Koch1-24/+1
2024-04-23Remove the deprecated gcry_set_log_handler.Werner Koch1-25/+0
2024-04-09kbx: Support kyber in the blob parser.Werner Koch2-4/+44
2024-04-08kbx: Fix keyid search for mixed v4/v5 case.Werner Koch1-28/+25
2024-01-24kbx: Have threads monitoring socket takeover and homedir if no inotify.NIIBE Yutaka1-117/+229
2023-12-26agent,kbx: Fix reliable_homedir_inotify (2/2).NIIBE Yutaka1-15/+5
2023-12-26agent,kbx: Fix reliable_homedir_inotify (1/2).NIIBE Yutaka1-10/+8
2023-12-19kbx: Create public-keys.d, after creating the homedir.NIIBE Yutaka1-0/+1
2023-12-18keyboxd: Pass lock info back to gpg and gpgsm.Werner Koch1-4/+4
2023-12-18keyboxd: Timeout on failure to get the database lock.Werner Koch1-15/+53
2023-08-03gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control.NIIBE Yutaka1-0/+1
2023-08-03agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH.NIIBE Yutaka1-6/+0
2023-08-03agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept.NIIBE Yutaka1-2/+2
2023-07-21kbx: Fix error paths to fall back to D-lines.NIIBE Yutaka1-10/+12
2023-07-19Revert "kbx,w32: Disable the fd-passing."NIIBE Yutaka1-7/+1
2023-07-18commond: Introduce FD2NUM to express conversion to number of fds.NIIBE Yutaka1-1/+1
2023-07-18dirmngr,kbk,tools: Fix type casting.NIIBE Yutaka1-1/+1
2023-07-18common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka1-3/+3
2023-07-10common,gpg,kbx: Factor out open_stream_nc.NIIBE Yutaka1-10/+1
2023-07-06kbx: Fix memory leak at spawning a thread for data pipe.NIIBE Yutaka1-0/+1
2023-07-06kbx: Use es_sysopen_nc instead of es_fdopen_nc.NIIBE Yutaka1-7/+20
2023-06-20kbx: Close file handle when return.zhangguangzhi1-0/+4
2023-06-20kbx: Close file handle when return.zhangguangzhi1-0/+4
2023-06-07kbx: Fix datastream_thread and use the data pipe.NIIBE Yutaka1-20/+12
2023-06-01w32: Fix use of assuan_sendfd.NIIBE Yutaka1-2/+13
2023-05-24w32: Add missing supportedOS Ids for Windows-10Werner Koch1-0/+1
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-24w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch3-1/+30
2023-05-17kbx,w32: Disable the fd-passing.Werner Koch1-1/+7
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