aboutsummaryrefslogtreecommitdiffstats
path: root/tpm2d/tpm2daemon.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-05Log the Windows system error code at more places.Werner Koch1-3/+6
2024-07-09common: On Windows, we care about how PIPE handles are inherited.NIIBE Yutaka1-1/+1
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-3/+3
2023-10-02tpm2d: Fix call to assuan_control.NIIBE Yutaka1-1/+1
2023-08-16tpm2d: Fix call to assuan_control.NIIBE Yutaka1-1/+1
2023-08-03gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control.NIIBE Yutaka1-0/+2
2023-08-03agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH.NIIBE Yutaka1-4/+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-4/+4
2022-04-08tpm: Fix recently introduced syntax errorWerner Koch1-2/+2
2022-03-31scd,tpm2d: Fix for consistent use of socket FD.NIIBE Yutaka1-1/+1
2022-03-30tpm2d: Fix socket resource leak on Windows.NIIBE Yutaka1-24/+26
2021-10-05agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.NIIBE Yutaka1-1/+1
2021-03-11tpmd2: Add copyright blurbs.Werner Koch1-0/+1
2021-03-10tpm2d: Add tpm2daemon codeJames Bottomley1-265/+120
2020-03-14gpgconf: Further simplify the gpgconf option processing.Werner Koch1-29/+5
2020-03-06scd: Re-group the options in the --help output.Werner Koch1-12/+25
2020-03-06gpgconf: Support reading global options (part 2).Werner Koch1-2/+3
2020-02-21Use gpgrt's new option parser for the remaining daemons.Werner Koch1-91/+68
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch1-0/+4
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-1/+1
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch1-0/+1
2019-09-05scd: New debug flag "app".Werner Koch1-0/+1
2019-06-21scd: Simplify inclusion of app-common.h.Werner Koch1-1/+0
2019-06-06scd: Bring back --card-timeout option as deprecated.NIIBE Yutaka1-0/+5
2019-06-04scd: Remove unsupported --card-timeout option.NIIBE Yutaka1-5/+0
2019-03-28scd: New option --application-priority.Werner Koch1-0/+12
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-1/+1
2018-03-19scd: signal mask should be set just after npth_init.NIIBE Yutaka1-11/+17
2018-03-13scd: Fix for GNU/Linux suspend/resume.NIIBE Yutaka1-4/+2
2018-03-08scd: Fix status check when using PC/SC.NIIBE Yutaka1-0/+2
2018-02-07scd: Use pipe to kick the loop on NetBSD.NIIBE Yutaka1-1/+38
2017-12-12Change backlog from 5 to 64 and provide option --listen-backlog.Werner Koch1-3/+13
2017-11-21scd: Enable card removal check after select_application.NIIBE Yutaka1-0/+1
2017-07-25w32: Also change the directory on daemon startup.Werner Koch1-2/+2
2017-07-25common: New functions gnupg_daemon_rootdir and gnupg_chdir.Werner Koch1-2/+3
2017-07-25Revert "w32: Change directory on daemon startup."Werner Koch1-10/+3
2017-07-24w32: Change directory on daemon startup.Marcus Brinkmann1-3/+10
2017-03-07Remove -I option to common.NIIBE Yutaka1-5/+5
2017-03-07scd: Close THE_EVENT handle.NIIBE Yutaka1-0/+4
2017-03-03scd: Fix scd_kick_the_loop.NIIBE Yutaka1-31/+56
2017-02-16scd: Minor fixes to silence compiler warnings.NIIBE Yutaka1-3/+5
2017-01-31scd: Fix regression tracking the connection count.NIIBE Yutaka1-0/+13
2017-01-31scd: Remove --debug-disable-ticker option.NIIBE Yutaka1-34/+11
2017-01-31scd: Fix SERIALNO for multiple devices.NIIBE Yutaka1-55/+31
2017-01-27scd: More changes on watching removal of card/reader.NIIBE Yutaka1-84/+28
2017-01-27scd: Improve watching USB device removal.NIIBE Yutaka1-5/+7
2017-01-27scd: Wake up the select when new USB scan.NIIBE Yutaka1-6/+45
2017-01-26scd: Only submit apdu_get_status when needed.NIIBE Yutaka1-36/+121