summaryrefslogtreecommitdiffstats
path: root/dirmngr (follow)
Commit message (Expand)AuthorAgeFilesLines
* dirmngr: Fix keep-alive flag handling.NIIBE Yutaka2024-02-161-1/+9
* dirmngr: Fix the regression of use of proxy for TLS connection.NIIBE Yutaka2024-02-161-12/+2
* dirmngr: Fix proxy with TLS.NIIBE Yutaka2024-02-151-7/+1
* doc: Fix spelling errors found by lintian.Werner Koch2024-01-294-5/+5
* dirmngr: For CRL issuer verification trust the system's root CA.Werner Koch2024-01-261-0/+1
* dirmngr: Add code to support the negotiation auth method.Werner Koch2023-10-022-39/+369
* dirmngr: Extended the http_get_header function.Werner Koch2023-10-026-14/+23
* dirmngr: Fix handling of the HTTP Content-LengthWerner Koch2023-09-261-16/+140
* dirmngr: Require gnutls 3.2Werner Koch2023-09-261-138/+193
* dirmngr: Improve error codes returned from http fetching.Werner Koch2023-09-263-14/+20
* dirmngr: Implement automatic proxy detection on Windows.Werner Koch2023-09-264-3/+163
* dirmngr: Further simplify the http code and improve a message.Werner Koch2023-09-261-125/+99
* dirmngr: Cleanup the http module.Werner Koch2023-09-262-315/+447
* dirmngr: Relax the detection of the "none" keyserver.Werner Koch2023-09-111-2/+7
* dirmngr: Allow conf files to disable default keyservers.Werner Koch2023-09-061-4/+18
* dirmngr: Fix LDAP time parser.Werner Koch2023-08-241-1/+2
* dirmngr: Add doc for faked-system-timeAndre Heinecke2023-07-211-2/+7
* dirmngr: Enable the call of ks_ldap_help_variables when USE_LDAP.NIIBE Yutaka2023-07-051-0/+2
* delete redundant characterszhangguangzhi2023-06-201-1/+1
* dirmngr: New option --ignore-crl-extensions.Werner Koch2023-06-193-0/+21
* gpgsm: Support SENDCERT_SKI for --call-dirmngrWerner Koch2023-06-191-0/+1
* dirmngr: Disable the HTTP redirect rewriting.Werner Koch2023-06-155-6/+11
* dirmngr: New option --compatibility-flags.Werner Koch2023-06-152-0/+35
* dirmngr: Extend the AD_QUERY command.Werner Koch2023-06-073-8/+251
* w32: Add missing supportedOS Ids for Windows-10Werner Koch2023-05-242-2/+2
* w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch2023-05-247-4/+257
* dirmngr: Fix API of functions wrt their error type.NIIBE Yutaka2023-05-012-10/+10
* dirmngr: Return modifyTimestamp and add server option --newer.Werner Koch2023-04-047-27/+195
* dirmngr: New command AD_QUERY.Werner Koch2023-03-208-138/+758
* dirmngr: Add framework to implement a fake CRL feature.Werner Koch2023-03-166-2/+87
* dirmngr: Add command "GETINFO stats".Werner Koch2023-03-107-35/+56
* dirmngr: Distinguish between "no crl" and "crl not trusted".Werner Koch2023-03-095-11/+29
* dirmngr: Minor code cleanup in the CRL cache.Werner Koch2023-03-081-10/+25
* doc: Typo fixes and new notes in DETAILSWerner Koch2023-03-031-1/+1
* dirmngr: New debug flag "keeptmp".Werner Koch2023-02-232-1/+4
* dirmngr: Cleanup of the no-Tor check with --gpgconf-* commandsWerner Koch2023-01-111-8/+15
* build: Remove Windows CE support.NIIBE Yutaka2022-12-091-2/+2
* gpgsm: Print revocation date and reason in cert listings.Werner Koch2022-12-053-25/+70
* doc: Comment typo fixWerner Koch2022-11-291-2/+2
* dirmngr: Silence ocsp debug output.Werner Koch2022-11-251-2/+5
* dirmngr: Fix verification of ECDSA signed CRLs.Werner Koch2022-11-152-3/+4
* agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument.NIIBE Yutaka2022-10-201-1/+1
* dirmngr: Fix build with no LDAP support.NIIBE Yutaka2022-10-141-0/+2
* dirmngr: Support paged LDAP mode for KS_GETWerner Koch2022-10-053-37/+214
* dirmngr: New options --first and --next for KS_GET.Werner Koch2022-10-046-133/+345
* dirmngr: Minor fix for baseDN fallback.Werner Koch2022-09-291-37/+22
* dirnmgr: Fix the function prototype.NIIBE Yutaka2022-09-291-1/+1
* dirmngr: Change interrogate_ldap_dn for better memory semantics.NIIBE Yutaka2022-09-291-28/+12
* dirmngr: Interrogate LDAP server when base DN specified.Joey Berkovitz2022-09-291-7/+26
* dirmngr: Fix lost flags during LDAP uploadWerner Koch2022-09-282-15/+18