aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-02Use gpgrt_process_spawn functions from libgpg-error.NIIBE Yutaka2-16/+14
2024-05-31indent: Fix spellingDaniel Kahn Gillmor15-39/+39
2024-05-31spawn: Remove spawn callback, introduce gnupg_spawn_actions.NIIBE Yutaka1-1/+1
2024-05-14dirmngr: Fix a call of calloc.NIIBE Yutaka1-1/+1
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-02-15common,dirmngr:w32: Add include files.NIIBE Yutaka2-1/+3
2024-02-15dirmngr:w32: Add include files.NIIBE Yutaka1-0/+2
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-26Use gpgrt_b64* API of libgpg-error.NIIBE Yutaka3-19/+27
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-29common: Prepare for more flags in start_new_service.Werner Koch1-1/+1
2023-08-24dirmngr: Fix LDAP time parser.Werner Koch1-1/+2
2023-08-03agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH.NIIBE Yutaka1-4/+0
2023-08-03agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept.NIIBE Yutaka1-2/+2
2023-07-21dirmngr: Add doc for faked-system-timeAndre Heinecke1-2/+7
2023-07-21dirmngr: Silence compiler when it's without LDAP.NIIBE Yutaka1-0/+9
2023-07-19dirmngr: Add doc for faked-system-timeAndre Heinecke1-2/+7
2023-07-18commond: Introduce FD2NUM to express conversion to number of fds.NIIBE Yutaka2-2/+2
2023-07-18dirmngr,kbk,tools: Fix type casting.NIIBE Yutaka1-2/+2
2023-07-18common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka2-7/+7
2023-07-05dirmngr: Enable the call of ks_ldap_help_variables when USE_LDAP.NIIBE Yutaka1-0/+2
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-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-26agent,dirmngr: Shutdown fix for supervised mode.NIIBE Yutaka1-1/+6
2023-05-24w32: Add missing supportedOS Ids for Windows-10Werner Koch2-2/+2
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-24w32: Add missing manifests and set a requestedExecutionLevel.Werner Koch7-4/+257
2023-05-11common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function.NIIBE Yutaka1-41/+38
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