summaryrefslogtreecommitdiffstats
path: root/scd/scdaemon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpgconf: Further simplify the gpgconf option processing.Werner Koch2020-03-141-29/+5
* scd: Re-group the options in the --help output.Werner Koch2020-03-061-12/+25
* gpgconf: Support reading global options (part 2).Werner Koch2020-03-061-2/+3
* Use gpgrt's new option parser for the remaining daemons.Werner Koch2020-02-211-91/+68
* gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch2020-02-201-0/+4
* Spelling cleanup.Daniel Kahn Gillmor2020-02-191-1/+1
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-101-0/+1
* scd: New debug flag "app".Werner Koch2019-09-051-0/+1
* scd: Simplify inclusion of app-common.h.Werner Koch2019-06-211-1/+0
* scd: Bring back --card-timeout option as deprecated.NIIBE Yutaka2019-06-061-0/+5
* scd: Remove unsupported --card-timeout option.NIIBE Yutaka2019-06-041-5/+0
* scd: New option --application-priority.Werner Koch2019-03-281-0/+12
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-1/+1
* scd: signal mask should be set just after npth_init.NIIBE Yutaka2018-03-191-11/+17
* scd: Fix for GNU/Linux suspend/resume.NIIBE Yutaka2018-03-131-4/+2
* scd: Fix status check when using PC/SC.NIIBE Yutaka2018-03-081-0/+2
* scd: Use pipe to kick the loop on NetBSD.NIIBE Yutaka2018-02-071-1/+38
* Change backlog from 5 to 64 and provide option --listen-backlog.Werner Koch2017-12-121-3/+13
* scd: Enable card removal check after select_application.NIIBE Yutaka2017-11-211-0/+1
* w32: Also change the directory on daemon startup.Werner Koch2017-07-251-2/+2
* common: New functions gnupg_daemon_rootdir and gnupg_chdir.Werner Koch2017-07-251-2/+3
* Revert "w32: Change directory on daemon startup."Werner Koch2017-07-251-10/+3
* w32: Change directory on daemon startup.Marcus Brinkmann2017-07-241-3/+10
* Remove -I option to common.NIIBE Yutaka2017-03-071-5/+5
* scd: Close THE_EVENT handle.NIIBE Yutaka2017-03-071-0/+4
* scd: Fix scd_kick_the_loop.NIIBE Yutaka2017-03-031-31/+56
* scd: Minor fixes to silence compiler warnings.NIIBE Yutaka2017-02-161-3/+5
* scd: Fix regression tracking the connection count.NIIBE Yutaka2017-02-011-0/+13
* scd: Remove --debug-disable-ticker option.NIIBE Yutaka2017-01-311-34/+11
* scd: Fix SERIALNO for multiple devices.NIIBE Yutaka2017-01-311-55/+31
* scd: More changes on watching removal of card/reader.NIIBE Yutaka2017-01-271-84/+28
* scd: Improve watching USB device removal.NIIBE Yutaka2017-01-271-5/+7
* scd: Wake up the select when new USB scan.NIIBE Yutaka2017-01-271-6/+45
* scd: Only submit apdu_get_status when needed.NIIBE Yutaka2017-01-261-36/+121
* scd: Fix a race condition for new_reader_slot.NIIBE Yutaka2016-12-291-1/+6
* Remove unused debug flags and add "dns" and "network".Werner Koch2016-12-191-4/+2
* scd,dirmngr: Keep the standard fds when daemonizing.Werner Koch2016-11-161-2/+12
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* Fix use cases of snprintf.NIIBE Yutaka2016-10-211-2/+1
* agent, dirmngr, scd: Fix init_common_subsystems.NIIBE Yutaka2016-10-071-0/+2
* agent, dirmngr, scd: npth_init must be after fork.NIIBE Yutaka2016-10-041-2/+4
* common: Add an assuan logging monitor.Werner Koch2016-09-051-1/+1
* Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor2016-08-121-2/+2
* Cleanup initialization of libgcrypt.Ben Kibbey2016-08-091-8/+0
* scd: Make option --homedir work.Werner Koch2016-06-171-0/+1
* Explicitly restrict socket permissions.Werner Koch2016-06-081-0/+4
* w32: Fix recent build regression.Werner Koch2016-06-081-1/+0
* Do not try to remove the enclosing directory of sockets.Werner Koch2016-06-081-7/+0
* common: New function gnupg_socketdir.Werner Koch2016-06-071-1/+1
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-8/+6