aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-12gpgconf: Show also the used nPth version with -VWerner Koch1-1/+4
2024-02-16dirmngr: Fix keep-alive flag handling.NIIBE Yutaka1-1/+9
2024-02-16dirmngr: Fix the regression of use of proxy for TLS connection.NIIBE Yutaka1-12/+2
2024-02-15dirmngr: Fix proxy with TLS.NIIBE Yutaka1-7/+1
2024-01-29doc: Fix spelling errors found by lintian.Werner Koch4-5/+5
2024-01-26dirmngr: For CRL issuer verification trust the system's root CA.Werner Koch1-0/+1
2023-10-02dirmngr: Add code to support the negotiation auth method.Werner Koch2-39/+369
2023-10-02dirmngr: Extended the http_get_header function.Werner Koch6-14/+23
2023-09-26dirmngr: Fix handling of the HTTP Content-LengthWerner Koch1-16/+140
2023-09-26dirmngr: Require gnutls 3.2Werner Koch1-138/+193
2023-09-26dirmngr: Improve error codes returned from http fetching.Werner Koch3-14/+20
2023-09-26dirmngr: Implement automatic proxy detection on Windows.Werner Koch4-3/+163
2023-09-26dirmngr: Further simplify the http code and improve a message.Werner Koch1-125/+99
2023-09-26dirmngr: Cleanup the http module.Werner Koch2-315/+447
2023-09-11dirmngr: Relax the detection of the "none" keyserver.Werner Koch1-2/+7
2023-09-06dirmngr: Allow conf files to disable default keyservers.Werner Koch1-4/+18
2023-08-24dirmngr: Fix LDAP time parser.Werner Koch1-1/+2
2023-07-21dirmngr: Add doc for faked-system-timeAndre Heinecke1-2/+7
2023-07-05dirmngr: Enable the call of ks_ldap_help_variables when USE_LDAP.NIIBE Yutaka1-0/+2
2023-06-20delete redundant characterszhangguangzhi1-1/+1
2023-06-19dirmngr: New option --ignore-crl-extensions.Werner Koch3-0/+21
2023-06-19gpgsm: Support SENDCERT_SKI for --call-dirmngrWerner Koch1-0/+1
2023-06-15dirmngr: Disable the HTTP redirect rewriting.Werner Koch5-6/+11
2023-06-15dirmngr: New option --compatibility-flags.Werner Koch2-0/+35
2023-06-07dirmngr: Extend the AD_QUERY command.Werner Koch3-8/+251
2023-05-24w32: Add missing supportedOS Ids for Windows-10Werner Koch2-2/+2
2023-05-24w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch7-4/+257
2023-05-01dirmngr: Fix API of functions wrt their error type.NIIBE Yutaka2-10/+10
2023-04-04dirmngr: Return modifyTimestamp and add server option --newer.Werner Koch7-27/+195
2023-03-20dirmngr: New command AD_QUERY.Werner Koch8-138/+758
2023-03-16dirmngr: Add framework to implement a fake CRL feature.Werner Koch6-2/+87
2023-03-10dirmngr: Add command "GETINFO stats".Werner Koch7-35/+56
2023-03-09dirmngr: Distinguish between "no crl" and "crl not trusted".Werner Koch5-11/+29
2023-03-08dirmngr: Minor code cleanup in the CRL cache.Werner Koch1-10/+25
2023-03-03doc: Typo fixes and new notes in DETAILSWerner Koch1-1/+1
2023-02-23dirmngr: New debug flag "keeptmp".Werner Koch2-1/+4
2023-01-11dirmngr: Cleanup of the no-Tor check with --gpgconf-* commandsWerner Koch1-8/+15
2022-12-09build: Remove Windows CE support.NIIBE Yutaka1-2/+2
2022-12-05gpgsm: Print revocation date and reason in cert listings.Werner Koch3-25/+70
2022-11-29doc: Comment typo fixWerner Koch1-2/+2
2022-11-25dirmngr: Silence ocsp debug output.Werner Koch1-2/+5
2022-11-15dirmngr: Fix verification of ECDSA signed CRLs.Werner Koch2-3/+4
2022-10-20agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument.NIIBE Yutaka1-1/+1
2022-10-14dirmngr: Fix build with no LDAP support.NIIBE Yutaka1-0/+2
2022-10-05dirmngr: Support paged LDAP mode for KS_GETWerner Koch3-37/+214
2022-10-04dirmngr: New options --first and --next for KS_GET.Werner Koch6-133/+345
2022-09-29dirmngr: Minor fix for baseDN fallback.Werner Koch1-37/+22
2022-09-29dirnmgr: Fix the function prototype.NIIBE Yutaka1-1/+1
2022-09-29dirmngr: Change interrogate_ldap_dn for better memory semantics.NIIBE Yutaka1-28/+12
2022-09-29dirmngr: Interrogate LDAP server when base DN specified.Joey Berkovitz1-7/+26