aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/dirmngr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* dirmngr: Use the same thread init strategy as gpg-agent et al.Werner Koch2025-03-061-29/+42
* w32: On socket nonce mismatch close the socket.Werner Koch2025-03-051-1/+2
* Log the Windows system error code at more places.Werner Koch2025-03-051-1/+4
* Stronger deprecate the --supervised option.Werner Koch2025-01-081-1/+1
* gpgconf: Show also the used nPth version with -VWerner Koch2024-11-121-1/+4
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-3/+3
* Merge branch 'STABLE-BRANCH-2-4'Werner Koch2023-11-071-0/+1
|\
| * dirmngr: Implement automatic proxy detection on Windows.Werner Koch2023-09-261-0/+1
| * dirmngr: Add doc for faked-system-timeAndre Heinecke2023-07-211-2/+7
* | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH.NIIBE Yutaka2023-08-031-4/+0
* | agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept.NIIBE Yutaka2023-08-031-2/+2
* | 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-181-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