aboutsummaryrefslogtreecommitdiffstats
path: root/kbx/keyboxd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-05w32: On socket nonce mismatch close the socket.Werner Koch1-2/+3
2025-03-05Log the Windows system error code at more places.Werner Koch1-2/+6
2024-08-02keyboxd: New getinfo subcommand "connections".Werner Koch1-1/+0
2024-07-09common: On Windows, we care about how PIPE handles are inherited.NIIBE Yutaka1-1/+1
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
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-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-18commond: Introduce FD2NUM to express conversion to number of fds.NIIBE Yutaka1-1/+1
2023-07-18common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka1-3/+3
2022-06-03Remove remaining support for WindowsCEWerner Koch1-15/+2
2021-11-13keyboxd: New option --steal-socket.Werner Koch1-8/+20
2021-10-05agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.NIIBE Yutaka1-1/+1
2021-05-20kbx: Avoid uninitialized readJakub Jelen1-1/+4
2021-04-20Support log-file option from common.conf for all daemon.Werner Koch1-2/+29
2021-03-22kbxd: Group the options.Werner Koch1-11/+11
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch1-3/+3
2020-03-14gpgconf: Further simplify the gpgconf option processing.Werner Koch1-20/+0
2020-02-22Use gpgrt's new option parser for the new keyboxd.Werner Koch1-102/+88
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-2/+2
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch1-0/+1
2020-01-02kbx: Initial support for an SQLite backendWerner Koch1-2/+4
2019-12-23kbx: Change keyboxd to work only with one database.Werner Koch1-2/+2
2019-09-10kbx: Allow fd-passing for the keyboxd.Werner Koch1-1/+7
2019-08-06kbx: Add framework for the SEARCH commandWerner Koch1-1/+23
2018-09-05kbx: Add framework for a public key daemon.Werner Koch1-0/+1817