summaryrefslogtreecommitdiffstats
path: root/dirmngr/dirmngr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dirmngr: Add doc for faked-system-timeAndre Heinecke2023-07-191-2/+7
* commond: Introduce FD2NUM to express conversion to number of fds.NIIBE Yutaka2023-07-181-1/+1
* common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka2023-07-181-4/+4
* Merge branch 'STABLE-BRANCH-2-4' into masterWerner Koch2023-07-041-0/+27
|\
| * dirmngr: New option --ignore-crl-extensions.Werner Koch2023-06-191-0/+7
| * dirmngr: New option --compatibility-flags.Werner Koch2023-06-151-0/+20
* | agent,dirmngr: Shutdown fix for supervised mode.NIIBE Yutaka2023-05-261-1/+6
|/
* dirmngr: New command AD_QUERY.Werner Koch2023-03-201-0/+2
* dirmngr: Add framework to implement a fake CRL feature.Werner Koch2023-03-161-1/+9
* dirmngr: Add command "GETINFO stats".Werner Koch2023-03-101-2/+3
* dirmngr: New debug flag "keeptmp".Werner Koch2023-02-231-1/+2
* dirmngr: Cleanup of the no-Tor check with --gpgconf-* commandsWerner Koch2023-01-111-8/+15
* dirmngr: New option --debug-cache-expired-certs.Werner Koch2022-08-311-1/+8
* dirmngr: Fix for C90 compiler.NIIBE Yutaka2022-04-261-1/+2
* Deprecate the --supervised options.Werner Koch2022-04-251-1/+4
* dirmngr: Avoid initial delay on the first keyserver access.Werner Koch2022-02-011-0/+9
* gpgconf: Return --ldapserver and --keyserver from dirmngr.Werner Koch2022-01-251-8/+7
* agent,dirmngr: New option --steal-socketWerner Koch2021-11-131-1/+12
* dirmngr: New option --ignore-certWerner Koch2021-10-061-4/+49
* agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.NIIBE Yutaka2021-10-051-1/+1
* dirmngr: Fix build with --disable-ldap.NIIBE Yutaka2021-06-161-0/+2
* dirmngr: Use --ldaptimeout for OpenPGP LDAP keyservers.Werner Koch2021-06-161-3/+5
* dirmngr: New option --ldapserverWerner Koch2021-06-161-2/+37
* Support log-file option from common.conf for all daemon.Werner Koch2021-04-201-2/+29
* gpgconf: Also print revision of libksba.Werner Koch2020-11-191-3/+4
* common: New functions gnupg_opendir et al.Werner Koch2020-10-211-1/+1
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-201-1/+1
* Replace all calls to access by gnupg_accessWerner Koch2020-10-201-1/+1
* gpgconf: New option --show-versions.Werner Koch2020-10-021-1/+67
* dirmngr: Silence annoying warning for missing default ldap server file.Werner Koch2020-07-021-5/+8
* gpgconf: Further simplify the gpgconf option processing.Werner Koch2020-03-141-54/+2
* dirmngr: Re-group the options in the --help output.Werner Koch2020-03-061-50/+81
* gpgconf: Support reading global options (part 2).Werner Koch2020-03-061-2/+4
* agent,dirmngr: Re-read the user specified config file.Werner Koch2020-02-221-2/+8
* Use gpgrt's new option parser for the remaining daemons.Werner Koch2020-02-211-102/+80
* 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-2/+2
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-101-0/+1
* dirmngr: Replace no-strict-overflow pragma by wrapv pragma.Werner Koch2019-11-271-3/+8
* dirmngr: Use IPv4 or IPv6 interface only if available.Werner Koch2019-11-121-0/+1
* dirmngr: Tune down err on missing ldapservers fileAndre Heinecke2019-11-121-1/+1
* dirmngr: Avoid testing for Tor with --gpgconf-list.Werner Koch2019-03-111-1/+6
* dirmngr: Fix initialization of assuan's nPth hook.NIIBE Yutaka2019-01-251-1/+1
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-4/+4
* dirmngr: Serialize access to hosttable.NIIBE Yutaka2018-09-111-0/+5
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-05-131-1/+2
|\
| * dirmngr: Silence log output from dirmngr_ldap.Werner Koch2018-04-271-1/+2
* | Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2017-12-181-2/+13
|\|
| * Change backlog from 5 to 64 and provide option --listen-backlog.Werner Koch2017-12-121-2/+13
| * dirmngr: Add a background task framework.Werner Koch2017-12-111-2/+12