aboutsummaryrefslogtreecommitdiffstats
path: root/scd/scdaemon.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-14scd,w32: Fix posssible lockup due to lost select results.Werner Koch1-2/+5
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-06-25scd: Factor out scd_init_event function.NIIBE Yutaka1-26/+31
2024-06-17Fix the previous commit.NIIBE Yutaka1-0/+2
2024-06-17scd: Fix how scdaemon pipe server finishes.NIIBE Yutaka1-8/+5
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-2/+2
2024-03-07scd: Let the CCID module auto detach the kernel driver.Werner Koch1-0/+19
2023-11-21scd: New option --debug-allow-pin-logging.Werner Koch1-0/+5
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-09-13gpg,common,scd,sm: Function prototype fixes for modern compiler.NIIBE Yutaka1-1/+1
2022-05-05scd: New debug flags "card".Werner Koch1-0/+1
2022-03-31scd,tpm2d: Fix for consistent use of socket FD.NIIBE Yutaka1-1/+1
2022-03-29scd,w32: Fix socket resource leak.NIIBE Yutaka1-23/+26
2021-10-05agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.NIIBE Yutaka1-1/+1
2021-04-28scd: Fix problem with reader list becoming empty.Werner Koch1-1/+3
2021-04-20Support log-file option from common.conf for all daemon.Werner Koch1-0/+12
2021-03-31scd: Replace all assert macros by the log_assert macro.Werner Koch1-1/+0
2021-03-12scd: New option --pcsc-shared.Werner Koch1-0/+3
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