| Commit message (Expand) | Author | Files | Lines |
2023-05-08 | dirmngr: Remove casting which is not needed any more. | NIIBE Yutaka | 1 | -9/+9 |
2023-05-02 | Rename the enum constant to GNUPG_PROCESS_GET_PROC_ID. | NIIBE Yutaka | 1 | -3/+3 |
2023-05-01 | dirmngr: Fix API of functions wrt their error type. | NIIBE Yutaka | 2 | -10/+10 |
2023-04-20 | spawn: Introduce *_KEEP, removing *_NULL. | NIIBE Yutaka | 1 | -2/+1 |
2023-04-04 | dirmngr: Return modifyTimestamp and add server option --newer. | Werner Koch | 7 | -27/+195 |
2023-03-20 | dirmngr: New command AD_QUERY. | Werner Koch | 8 | -138/+758 |
2023-03-16 | dirmngr: Add framework to implement a fake CRL feature. | Werner Koch | 6 | -2/+87 |
2023-03-10 | dirmngr: Add command "GETINFO stats". | Werner Koch | 7 | -35/+56 |
2023-03-09 | dirmngr: Distinguish between "no crl" and "crl not trusted". | Werner Koch | 5 | -11/+29 |
2023-03-08 | dirmngr: Minor code cleanup in the CRL cache. | Werner Koch | 1 | -10/+25 |
2023-03-03 | doc: Typo fixes and new notes in DETAILS | Werner Koch | 1 | -1/+1 |
2023-02-23 | dirmngr: New debug flag "keeptmp". | Werner Koch | 2 | -1/+4 |
2023-01-11 | dirmngr: Cleanup of the no-Tor check with --gpgconf-* commands | Werner Koch | 1 | -8/+15 |
2022-12-09 | build: Remove Windows CE support. | NIIBE Yutaka | 1 | -2/+2 |
2022-12-05 | gpgsm: Print revocation date and reason in cert listings. | Werner Koch | 3 | -25/+70 |
2022-11-29 | doc: Comment typo fix | Werner Koch | 1 | -2/+2 |
2022-11-25 | dirmngr: Silence ocsp debug output. | Werner Koch | 1 | -2/+5 |
2022-11-17 | common,tools,dirmngr: Introduce gnupg_process_spawn. | NIIBE Yutaka | 1 | -41/+39 |
2022-11-15 | dirmngr: Fix verification of ECDSA signed CRLs. | Werner Koch | 2 | -3/+4 |
2022-10-20 | agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument. | NIIBE Yutaka | 1 | -1/+1 |
2022-10-14 | dirmngr: Fix build with no LDAP support. | NIIBE Yutaka | 1 | -0/+2 |
2022-10-05 | dirmngr: Support paged LDAP mode for KS_GET | Werner Koch | 3 | -37/+214 |
2022-10-04 | dirmngr: New options --first and --next for KS_GET. | Werner Koch | 6 | -133/+345 |
2022-09-29 | dirmngr: Minor fix for baseDN fallback. | Werner Koch | 1 | -37/+22 |
2022-09-29 | dirnmgr: Fix the function prototype. | NIIBE Yutaka | 1 | -1/+1 |
2022-09-29 | dirmngr: Change interrogate_ldap_dn for better memory semantics. | NIIBE Yutaka | 1 | -28/+12 |
2022-09-29 | dirmngr: Interrogate LDAP server when base DN specified. | Joey Berkovitz | 1 | -7/+26 |
2022-09-28 | dirmngr: Fix lost flags during LDAP upload | Werner Koch | 2 | -15/+18 |
2022-09-28 | dirmngr: New server flag "areconly" (A-record-only) | Werner Koch | 5 | -3/+48 |
2022-09-26 | dirmngr: Support gpgMailbox for mode MAILSUB and MAILEND. | Werner Koch | 1 | -2/+8 |
2022-09-26 | dirmngr: Factor out interrogate_ldap_dn function. | NIIBE Yutaka | 1 | -66/+69 |
2022-09-16 | dirmngr: Fix CRL DP error fallback to other schemes. | Werner Koch | 1 | -28/+12 |
2022-09-16 | dirmngr:dns,doc,gpg: Fix for noreturn for C11. | NIIBE Yutaka | 1 | -1/+1 |
2022-09-14 | dirmngr: Fix for USE_LDAP. | NIIBE Yutaka | 2 | -0/+7 |
2022-09-14 | dirmngr:dns: Fixes for function prototypes. | NIIBE Yutaka | 1 | -59/+164 |
2022-09-14 | agent,dirmngr,gpg,scd: Clean up for modern compiler. | NIIBE Yutaka | 4 | -6/+4 |
2022-08-31 | dirmngr: New option --debug-cache-expired-certs. | Werner Koch | 3 | -3/+14 |
2022-08-26 | dirmngr: Reject certificate which is not valid into cache. | NIIBE Yutaka | 1 | -0/+14 |
2022-08-16 | dirmngr: Fix NTBTLS include for test | Andre Heinecke | 1 | -1/+2 |
2022-08-03 | dirmngr: Fix failed malloc error message. | Werner Koch | 1 | -2/+5 |
2022-06-13 | dirmngr: Fix a wrong compiler warning. | Werner Koch | 1 | -1/+1 |
2022-05-10 | dirmngr: Fix for Windows. | NIIBE Yutaka | 1 | -4/+38 |
2022-04-26 | dirmngr: Fix for C90 compiler. | NIIBE Yutaka | 1 | -1/+2 |
2022-04-25 | Deprecate the --supervised options. | Werner Koch | 1 | -1/+4 |
2022-04-21 | dirmngr: Fix Makefile | Werner Koch | 1 | -1/+1 |
2022-04-20 | dirmngr: Changes to the linking order. | Werner Koch | 1 | -11/+15 |
2022-04-11 | sm: Print diagnostic about CRL problems due to Tor mode. | Werner Koch | 3 | -23/+39 |
2022-03-30 | dirmngr: Fix for SOCK. | NIIBE Yutaka | 1 | -1/+1 |
2022-03-29 | dirmngr: Clean up for not supporting WindowsCE. | NIIBE Yutaka | 3 | -174/+1 |
2022-03-28 | dirmngr: Escape more characters in WKD requests. | Werner Koch | 1 | -1/+1 |