aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (follow)
Commit message (Expand)AuthorAgeFilesLines
* agent,dirmgr,gpg,g13,kbx,scd,sm,tmp2d: Remove ASSUAN_SYSTEM_NPTH.NIIBE Yutaka2023-07-241-4/+0
* agent,dirmngr,kbx,scdaemon: Use assuan_sock_accept.NIIBE Yutaka2023-07-241-2/+2
* dirmngr: Silence compiler when it's without LDAP.NIIBE Yutaka2023-07-211-0/+9
* 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-182-2/+2
* dirmngr,kbk,tools: Fix type casting.NIIBE Yutaka2023-07-181-2/+2
* common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka2023-07-182-7/+7
* dirmngr: Enable the call of ks_ldap_help_variables when USE_LDAP.NIIBE Yutaka2023-07-051-0/+2
* Merge branch 'STABLE-BRANCH-2-4' into masterWerner Koch2023-07-0411-14/+319
|\
| * 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
* | delete redundant characterszhangguangzhi2023-06-201-1/+1
* | agent,dirmngr: Shutdown fix for supervised mode.NIIBE Yutaka2023-05-261-1/+6
* | 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
* | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function.NIIBE Yutaka2023-05-111-41/+38
|/
* 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
* dirmngr: New server flag "areconly" (A-record-only)Werner Koch2022-09-285-3/+48
* dirmngr: Support gpgMailbox for mode MAILSUB and MAILEND.Werner Koch2022-09-261-2/+8
* dirmngr: Factor out interrogate_ldap_dn function.NIIBE Yutaka2022-09-261-66/+69
* dirmngr: Fix CRL DP error fallback to other schemes.Werner Koch2022-09-161-28/+12