| Commit message (Expand) | Author | Age | Files | Lines |
* | scd,w32: Fix posssible lockup due to lost select results. | Werner Koch | 2025-03-14 | 1 | -2/+5 |
* | Log the Windows system error code at more places. | Werner Koch | 2025-03-05 | 1 | -3/+6 |
* | common: On Windows, we care about how PIPE handles are inherited. | NIIBE Yutaka | 2024-07-09 | 1 | -1/+1 |
* | scd: Factor out scd_init_event function. | NIIBE Yutaka | 2024-06-25 | 1 | -26/+31 |
* | Fix the previous commit. | NIIBE Yutaka | 2024-06-17 | 1 | -0/+2 |
* | scd: Fix how scdaemon pipe server finishes. | NIIBE Yutaka | 2024-06-17 | 1 | -8/+5 |
* | indent: Fix spelling | Daniel Kahn Gillmor | 2024-05-31 | 1 | -2/+2 |
* | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2024-03-12 | 1 | -0/+19 |
|\ |
|
| * | scd: Let the CCID module auto detach the kernel driver. | Werner Koch | 2024-03-07 | 1 | -0/+19 |
* | | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2023-12-22 | 1 | -0/+5 |
|\| |
|
| * | scd: New option --debug-allow-pin-logging. | Werner Koch | 2023-11-21 | 1 | -0/+5 |
* | | gpg,agent,kbx,sm,scd,tpm2d,g13: Use assuan_control. | NIIBE Yutaka | 2023-08-03 | 1 | -0/+2 |
* | | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH. | NIIBE Yutaka | 2023-08-03 | 1 | -4/+0 |
* | | agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept. | NIIBE Yutaka | 2023-08-03 | 1 | -2/+2 |
* | | commond: Introduce FD2NUM to express conversion to number of fds. | NIIBE Yutaka | 2023-07-18 | 1 | -1/+1 |
* | | common: Introduce FD_DBG to display gnupg_fd_t value. | NIIBE Yutaka | 2023-07-18 | 1 | -4/+4 |
|/ |
|
* | gpg,common,scd,sm: Function prototype fixes for modern compiler. | NIIBE Yutaka | 2022-09-13 | 1 | -1/+1 |
* | scd: New debug flags "card". | Werner Koch | 2022-05-05 | 1 | -0/+1 |
* | scd,tpm2d: Fix for consistent use of socket FD. | NIIBE Yutaka | 2022-03-31 | 1 | -1/+1 |
* | scd,w32: Fix socket resource leak. | NIIBE Yutaka | 2022-03-29 | 1 | -23/+26 |
* | agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep. | NIIBE Yutaka | 2021-10-05 | 1 | -1/+1 |
* | scd: Fix problem with reader list becoming empty. | Werner Koch | 2021-04-28 | 1 | -1/+3 |
* | Support log-file option from common.conf for all daemon. | Werner Koch | 2021-04-20 | 1 | -0/+12 |
* | scd: Replace all assert macros by the log_assert macro. | Werner Koch | 2021-03-31 | 1 | -1/+0 |
* | scd: New option --pcsc-shared. | Werner Koch | 2021-03-12 | 1 | -0/+3 |
* | gpgconf: Further simplify the gpgconf option processing. | Werner Koch | 2020-03-14 | 1 | -29/+5 |
* | scd: Re-group the options in the --help output. | Werner Koch | 2020-03-06 | 1 | -12/+25 |
* | gpgconf: Support reading global options (part 2). | Werner Koch | 2020-03-06 | 1 | -2/+3 |
* | Use gpgrt's new option parser for the remaining daemons. | Werner Koch | 2020-02-21 | 1 | -91/+68 |
* | gpg: Use gpgrt's new option parser to provide a global conf file. | Werner Koch | 2020-02-20 | 1 | -0/+4 |
* | Spelling cleanup. | Daniel Kahn Gillmor | 2020-02-18 | 1 | -1/+1 |
* | build: Always use EXTERN_UNLESS_MAIN_MODULE pattern. | Werner Koch | 2020-02-10 | 1 | -0/+1 |
* | scd: New debug flag "app". | Werner Koch | 2019-09-05 | 1 | -0/+1 |
* | scd: Simplify inclusion of app-common.h. | Werner Koch | 2019-06-21 | 1 | -1/+0 |
* | scd: Bring back --card-timeout option as deprecated. | NIIBE Yutaka | 2019-06-06 | 1 | -0/+5 |
* | scd: Remove unsupported --card-timeout option. | NIIBE Yutaka | 2019-06-04 | 1 | -5/+0 |
* | scd: New option --application-priority. | Werner Koch | 2019-03-28 | 1 | -0/+12 |
* | all: fix spelling and typos | Daniel Kahn Gillmor | 2018-10-24 | 1 | -1/+1 |
* | scd: signal mask should be set just after npth_init. | NIIBE Yutaka | 2018-03-19 | 1 | -11/+17 |
* | scd: Fix for GNU/Linux suspend/resume. | NIIBE Yutaka | 2018-03-13 | 1 | -4/+2 |
* | scd: Fix status check when using PC/SC. | NIIBE Yutaka | 2018-03-08 | 1 | -0/+2 |
* | scd: Use pipe to kick the loop on NetBSD. | NIIBE Yutaka | 2018-02-07 | 1 | -1/+38 |
* | Change backlog from 5 to 64 and provide option --listen-backlog. | Werner Koch | 2017-12-12 | 1 | -3/+13 |
* | scd: Enable card removal check after select_application. | NIIBE Yutaka | 2017-11-21 | 1 | -0/+1 |
* | w32: Also change the directory on daemon startup. | Werner Koch | 2017-07-25 | 1 | -2/+2 |
* | common: New functions gnupg_daemon_rootdir and gnupg_chdir. | Werner Koch | 2017-07-25 | 1 | -2/+3 |
* | Revert "w32: Change directory on daemon startup." | Werner Koch | 2017-07-25 | 1 | -10/+3 |
* | w32: Change directory on daemon startup. | Marcus Brinkmann | 2017-07-24 | 1 | -3/+10 |
* | Remove -I option to common. | NIIBE Yutaka | 2017-03-07 | 1 | -5/+5 |
* | scd: Close THE_EVENT handle. | NIIBE Yutaka | 2017-03-07 | 1 | -0/+4 |