| Commit message (Expand) | Author | Files | Lines |
2023-08-03 | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH. | NIIBE Yutaka | 1 | -4/+0 |
2023-08-03 | agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept. | NIIBE Yutaka | 1 | -2/+2 |
2023-07-19 | dirmngr: Add doc for faked-system-time | Andre Heinecke | 1 | -2/+7 |
2023-07-18 | commond: Introduce FD2NUM to express conversion to number of fds. | NIIBE Yutaka | 1 | -1/+1 |
2023-07-18 | common: Introduce FD_DBG to display gnupg_fd_t value. | NIIBE Yutaka | 1 | -4/+4 |
2023-06-19 | dirmngr: New option --ignore-crl-extensions. | Werner Koch | 1 | -0/+7 |
2023-06-15 | dirmngr: New option --compatibility-flags. | Werner Koch | 1 | -0/+20 |
2023-05-26 | agent,dirmngr: Shutdown fix for supervised mode. | NIIBE Yutaka | 1 | -1/+6 |
2023-03-20 | dirmngr: New command AD_QUERY. | Werner Koch | 1 | -0/+2 |
2023-03-16 | dirmngr: Add framework to implement a fake CRL feature. | Werner Koch | 1 | -1/+9 |
2023-03-10 | dirmngr: Add command "GETINFO stats". | Werner Koch | 1 | -2/+3 |
2023-02-23 | dirmngr: New debug flag "keeptmp". | Werner Koch | 1 | -1/+2 |
2023-01-11 | dirmngr: Cleanup of the no-Tor check with --gpgconf-* commands | Werner Koch | 1 | -8/+15 |
2022-08-31 | dirmngr: New option --debug-cache-expired-certs. | Werner Koch | 1 | -1/+8 |
2022-04-26 | dirmngr: Fix for C90 compiler. | NIIBE Yutaka | 1 | -1/+2 |
2022-04-25 | Deprecate the --supervised options. | Werner Koch | 1 | -1/+4 |
2022-02-01 | dirmngr: Avoid initial delay on the first keyserver access. | Werner Koch | 1 | -0/+9 |
2022-01-25 | gpgconf: Return --ldapserver and --keyserver from dirmngr. | Werner Koch | 1 | -8/+7 |
2021-11-13 | agent,dirmngr: New option --steal-socket | Werner Koch | 1 | -1/+12 |
2021-10-06 | dirmngr: New option --ignore-cert | Werner Koch | 1 | -4/+49 |
2021-10-05 | agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep. | NIIBE Yutaka | 1 | -1/+1 |
2021-06-16 | dirmngr: Fix build with --disable-ldap. | NIIBE Yutaka | 1 | -0/+2 |
2021-06-16 | dirmngr: Use --ldaptimeout for OpenPGP LDAP keyservers. | Werner Koch | 1 | -3/+5 |
2021-06-16 | dirmngr: New option --ldapserver | Werner Koch | 1 | -2/+37 |
2021-04-20 | Support log-file option from common.conf for all daemon. | Werner Koch | 1 | -2/+29 |
2020-11-19 | gpgconf: Also print revision of libksba. | Werner Koch | 1 | -3/+4 |
2020-10-21 | common: New functions gnupg_opendir et al. | Werner Koch | 1 | -1/+1 |
2020-10-20 | Replace all calls to stat by gnupg_stat. | Werner Koch | 1 | -1/+1 |
2020-10-20 | Replace all calls to access by gnupg_access | Werner Koch | 1 | -1/+1 |
2020-10-02 | gpgconf: New option --show-versions. | Werner Koch | 1 | -1/+67 |
2020-07-02 | dirmngr: Silence annoying warning for missing default ldap server file. | Werner Koch | 1 | -5/+8 |
2020-03-14 | gpgconf: Further simplify the gpgconf option processing. | Werner Koch | 1 | -54/+2 |
2020-03-06 | dirmngr: Re-group the options in the --help output. | Werner Koch | 1 | -50/+81 |
2020-03-06 | gpgconf: Support reading global options (part 2). | Werner Koch | 1 | -2/+4 |
2020-02-22 | agent,dirmngr: Re-read the user specified config file. | Werner Koch | 1 | -2/+8 |
2020-02-21 | Use gpgrt's new option parser for the remaining daemons. | Werner Koch | 1 | -102/+80 |
2020-02-20 | gpg: Use gpgrt's new option parser to provide a global conf file. | Werner Koch | 1 | -0/+4 |
2020-02-18 | Spelling cleanup. | Daniel Kahn Gillmor | 1 | -2/+2 |
2020-02-10 | build: Always use EXTERN_UNLESS_MAIN_MODULE pattern. | Werner Koch | 1 | -0/+1 |
2019-11-27 | dirmngr: Replace no-strict-overflow pragma by wrapv pragma. | Werner Koch | 1 | -3/+8 |
2019-11-12 | dirmngr: Use IPv4 or IPv6 interface only if available. | Werner Koch | 1 | -0/+1 |
2019-11-12 | dirmngr: Tune down err on missing ldapservers file | Andre Heinecke | 1 | -1/+1 |
2019-03-11 | dirmngr: Avoid testing for Tor with --gpgconf-list. | Werner Koch | 1 | -1/+6 |
2019-01-25 | dirmngr: Fix initialization of assuan's nPth hook. | NIIBE Yutaka | 1 | -1/+1 |
2018-10-24 | all: fix spelling and typos | Daniel Kahn Gillmor | 1 | -4/+4 |
2018-09-11 | dirmngr: Serialize access to hosttable. | NIIBE Yutaka | 1 | -0/+5 |
2018-04-27 | dirmngr: Silence log output from dirmngr_ldap. | Werner Koch | 1 | -1/+2 |
2017-12-12 | Change backlog from 5 to 64 and provide option --listen-backlog. | Werner Koch | 1 | -2/+13 |
2017-12-11 | dirmngr: Add a background task framework. | Werner Koch | 1 | -2/+12 |
2017-12-11 | dirmngr: Keep track of domains used for WKD queries | Werner Koch | 1 | -0/+3 |