aboutsummaryrefslogtreecommitdiffstats
path: root/scd/scdaemon.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-20Avoid simple memory dumps via ptraceDaniel Kahn Gillmor1-0/+9
2019-04-02scd: Add dummy option --application-priority.Werner Koch1-1/+8
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
2016-12-29scd: Fix a race condition for new_reader_slot.NIIBE Yutaka1-1/+6
2016-12-19Remove unused debug flags and add "dns" and "network".Werner Koch1-4/+2
2016-11-16scd,dirmngr: Keep the standard fds when daemonizing.Werner Koch1-2/+12
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-21Fix use cases of snprintf.NIIBE Yutaka1-2/+1
2016-10-07agent, dirmngr, scd: Fix init_common_subsystems.NIIBE Yutaka1-0/+2
2016-10-04agent, dirmngr, scd: npth_init must be after fork.NIIBE Yutaka1-2/+4
2016-09-05common: Add an assuan logging monitor.Werner Koch1-1/+1
2016-08-12Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor1-2/+2
2016-08-09Cleanup initialization of libgcrypt.Ben Kibbey1-8/+0
2016-06-17scd: Make option --homedir work.Werner Koch1-0/+1
2016-06-08Explicitly restrict socket permissions.Werner Koch1-0/+4
2016-06-08w32: Fix recent build regression.Werner Koch1-1/+0
2016-06-08Do not try to remove the enclosing directory of sockets.Werner Koch1-7/+0
2016-06-07common: New function gnupg_socketdir.Werner Koch1-1/+1
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-8/+6
2015-12-02build: Require at least Libassuan 2.4.1.Werner Koch1-11/+0
2015-06-23Allow use of debug flag names for all tools.Werner Koch1-13/+26
2015-04-24common: Remove two JNLIB_ macros (jnlib merge).Werner Koch1-2/+1
2015-04-06Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch1-4/+4
2015-01-28Add a hook to be called right after main.Werner Koch1-0/+1
2014-12-15gpg: Add sub-command "factory-reset" to --card-edit.Werner Koch1-2/+3
2014-12-01scd: Implement socket redirection.Werner Koch1-25/+67
2014-11-11Remove use of gnulib (part 1)Werner Koch1-1/+0
2014-11-04Change a couple of files to use abbreviated copyright notes.Werner Koch1-2/+2
2014-10-10Use a unique capitalization for "Note:".Werner Koch1-2/+2
2014-10-03Remove support for the GPG_AGENT_INFO envvar.Werner Koch1-64/+17