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