| Commit message (Expand) | Author | Files | Lines |
2025-04-07 | dirmngr: Fix libdns with 127.0.0.1. | NIIBE Yutaka | 1 | -6/+6 |
2025-03-07 | Typo fix and add missing prototype. | Werner Koch | 1 | -0/+1 |
2025-03-06 | dirmngr: Use the same thread init strategy as gpg-agent et al. | Werner Koch | 1 | -29/+42 |
2025-03-05 | w32: On socket nonce mismatch close the socket. | Werner Koch | 1 | -1/+2 |
2025-03-05 | Log the Windows system error code at more places. | Werner Koch | 1 | -1/+4 |
2025-02-21 | dirmngr: Prepare for new command KS_DEL. | Werner Koch | 4 | -0/+95 |
2025-02-21 | dirmngr: Factor a common command parsing code out. | Werner Koch | 1 | -51/+51 |
2025-01-08 | Remove the default keyserver. | Werner Koch | 1 | -2/+4 |
2025-01-08 | doc: One typo fix. | Werner Koch | 1 | -1/+1 |
2025-01-08 | Stronger deprecate the --supervised option. | Werner Koch | 1 | -1/+1 |
2024-11-12 | gpgconf: Show also the used nPth version with -V | Werner Koch | 1 | -1/+4 |
2024-10-14 | dirmngr: Print a brief list of URLs with LISTCRLS. | Werner Koch | 1 | -0/+5 |
2024-07-09 | Use gpgrt_process_spawn API from libgpg-error. | NIIBE Yutaka | 2 | -16/+14 |
2024-05-31 | indent: Fix spelling | Daniel Kahn Gillmor | 15 | -39/+39 |
2024-05-31 | spawn: Remove spawn callback, introduce gnupg_spawn_actions. | NIIBE Yutaka | 1 | -1/+1 |
2024-05-14 | dirmngr: Fix a call of calloc. | NIIBE Yutaka | 1 | -1/+1 |
2024-02-16 | dirmngr: Fix keep-alive flag handling. | NIIBE Yutaka | 1 | -1/+9 |
2024-02-16 | dirmngr: Fix the regression of use of proxy for TLS connection. | NIIBE Yutaka | 1 | -12/+2 |
2024-02-15 | dirmngr: Fix proxy with TLS. | NIIBE Yutaka | 1 | -7/+1 |
2024-02-15 | common,dirmngr:w32: Add include files. | NIIBE Yutaka | 2 | -1/+3 |
2024-02-15 | dirmngr:w32: Add include files. | NIIBE Yutaka | 1 | -0/+2 |
2024-01-29 | doc: Fix spelling errors found by lintian. | Werner Koch | 4 | -5/+5 |
2024-01-26 | dirmngr: For CRL issuer verification trust the system's root CA. | Werner Koch | 1 | -0/+1 |
2023-10-02 | dirmngr: Add code to support the negotiation auth method. | Werner Koch | 2 | -39/+369 |
2023-10-02 | dirmngr: Extended the http_get_header function. | Werner Koch | 6 | -14/+23 |
2023-09-26 | dirmngr: Fix handling of the HTTP Content-Length | Werner Koch | 1 | -16/+140 |
2023-09-26 | dirmngr: Require gnutls 3.2 | Werner Koch | 1 | -138/+193 |
2023-09-26 | dirmngr: Improve error codes returned from http fetching. | Werner Koch | 3 | -14/+20 |
2023-09-26 | dirmngr: Implement automatic proxy detection on Windows. | Werner Koch | 4 | -3/+163 |
2023-09-26 | dirmngr: Further simplify the http code and improve a message. | Werner Koch | 1 | -125/+99 |
2023-09-26 | dirmngr: Cleanup the http module. | Werner Koch | 2 | -315/+447 |
2023-09-26 | Use gpgrt_b64* API of libgpg-error. | NIIBE Yutaka | 3 | -19/+27 |
2023-09-11 | dirmngr: Relax the detection of the "none" keyserver. | Werner Koch | 1 | -2/+7 |
2023-09-06 | dirmngr: Allow conf files to disable default keyservers. | Werner Koch | 1 | -4/+18 |
2023-08-29 | common: Prepare for more flags in start_new_service. | Werner Koch | 1 | -1/+1 |
2023-08-24 | dirmngr: Fix LDAP time parser. | Werner Koch | 1 | -1/+2 |
2023-08-03 | agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH. | NIIBE Yutaka | 1 | -4/+0 |
2023-08-03 | agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept. | NIIBE Yutaka | 1 | -2/+2 |
2023-07-21 | dirmngr: Add doc for faked-system-time | Andre Heinecke | 1 | -2/+7 |
2023-07-21 | dirmngr: Silence compiler when it's without LDAP. | NIIBE Yutaka | 1 | -0/+9 |
2023-07-19 | dirmngr: Add doc for faked-system-time | Andre Heinecke | 1 | -2/+7 |
2023-07-18 | commond: Introduce FD2NUM to express conversion to number of fds. | NIIBE Yutaka | 2 | -2/+2 |
2023-07-18 | dirmngr,kbk,tools: Fix type casting. | NIIBE Yutaka | 1 | -2/+2 |
2023-07-18 | common: Introduce FD_DBG to display gnupg_fd_t value. | NIIBE Yutaka | 2 | -7/+7 |
2023-07-05 | dirmngr: Enable the call of ks_ldap_help_variables when USE_LDAP. | NIIBE Yutaka | 1 | -0/+2 |
2023-07-05 | dirmngr: Enable the call of ks_ldap_help_variables when USE_LDAP. | NIIBE Yutaka | 1 | -0/+2 |
2023-06-20 | delete redundant characters | zhangguangzhi | 1 | -1/+1 |
2023-06-20 | delete redundant characters | zhangguangzhi | 1 | -1/+1 |
2023-06-19 | dirmngr: New option --ignore-crl-extensions. | Werner Koch | 3 | -0/+21 |
2023-06-19 | gpgsm: Support SENDCERT_SKI for --call-dirmngr | Werner Koch | 1 | -0/+1 |