| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Allow installation with a gpgconf.ctl changed homedir. | Werner Koch | 2024-03-21 | 2 | -16/+120 |
* | common: Use a common gpgconf.ctl parser for Unix and Windows. | Werner Koch | 2024-03-21 | 1 | -201/+250 |
* | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2024-03-12 | 5 | -8/+14 |
|\ |
|
| * | gpg: Add option --assert-pubkey_algo. | Werner Koch | 2024-02-10 | 2 | -5/+9 |
| * | doc: Fix spelling errors found by lintian. | Werner Koch | 2024-01-29 | 2 | -2/+2 |
| * | common,w32: Fix use of GNUPG_SPAWN_KEEP_STDERR. | Werner Koch | 2024-01-26 | 1 | -1/+1 |
* | | common,dirmngr:w32: Add include files. | NIIBE Yutaka | 2024-02-15 | 2 | -4/+8 |
* | | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2024-01-26 | 5 | -3/+32 |
|\| |
|
| * | Pass PINENTRY_GEOM_HINT environment variable to pinentry | Tobias Fella | 2024-01-22 | 1 | -1/+2 |
| * | speedo: Patch ELF binaries to use built libraries | Werner Koch | 2024-01-12 | 1 | -1/+1 |
| * | g13: New option --no-mount. | Werner Koch | 2024-01-09 | 1 | -0/+1 |
| * | common,w32: Remove duplicated backslashes when setting the homedir. | Werner Koch | 2024-01-09 | 1 | -0/+27 |
| * | scd: Add support for SCE 7.0 | Werner Koch | 2024-01-04 | 1 | -1/+1 |
* | | common: Remove t-b64.c. | NIIBE Yutaka | 2023-12-26 | 2 | -156/+1 |
* | | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2023-12-22 | 9 | -120/+538 |
|\| |
|
| * | common: Add keyword socketdir to gpgconf.ctl | Werner Koch | 2023-12-22 | 1 | -44/+91 |
| * | common: Clean up the temporary file at dotlock_destroy. | NIIBE Yutaka | 2023-12-20 | 1 | -0/+6 |
| * | common: Support not-removing the lockfile by dotlock_destroy. | NIIBE Yutaka | 2023-12-20 | 1 | -1/+4 |
| * | common: Fix a possible resource leak for dotlock. | NIIBE Yutaka | 2023-12-20 | 1 | -2/+5 |
| * | common: Improve the parsing of gpgconf.ctl variables. | Werner Koch | 2023-12-19 | 1 | -30/+27 |
| * | common: Enhance dotlock, so that we can have a CLI util. | NIIBE Yutaka | 2023-12-19 | 2 | -11/+138 |
| * | common: Add an info callback to dotlock. | Werner Koch | 2023-12-18 | 3 | -11/+203 |
| * | common: Improve error return for dotlock. | Werner Koch | 2023-12-12 | 1 | -2/+8 |
| * | common: Check wether to set the modified flag in nve_set. | Werner Koch | 2023-11-21 | 1 | -22/+8 |
| * | agent: Update the key file only if not changed. | Werner Koch | 2023-11-21 | 2 | -8/+46 |
| * | gpg: Report BEGIN_* status before examining the input. | NIIBE Yutaka | 2023-11-16 | 4 | -108/+123 |
| * | gpgsm: Support ECDSA in de-vs mode. | Werner Koch | 2023-11-08 | 2 | -2/+12 |
| * | common: Declare two LibrePGP constants for future use | Werner Koch | 2023-11-08 | 1 | -0/+3 |
* | | gpg: Implement a parser for Kyber encrypted packets. | Werner Koch | 2023-11-13 | 1 | -6/+6 |
* | | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2023-11-07 | 19 | -1063/+1360 |
|\| |
|
| * | w32: Use utf8 for the asctimestamp function. | Werner Koch | 2023-10-27 | 1 | -1/+1 |
| * | common: New functions timegm_u64, isotime2epoch_u64. | Werner Koch | 2023-10-26 | 4 | -154/+176 |
| * | common: Provide API to parse BER/TLV encodings. | Werner Koch | 2023-10-24 | 3 | -2/+855 |
| * | common: New function scan_secondsstr. | Werner Koch | 2023-10-14 | 4 | -2/+76 |
| * | scd:openpgp: Return better error codes for the Reset Code. | Werner Koch | 2023-10-06 | 1 | -0/+5 |
| * | common: Improve lock strategy for dotlock. | Werner Koch | 2023-10-02 | 1 | -40/+54 |
| * | common: Add new function b64decode. | Werner Koch | 2023-10-02 | 5 | -18/+168 |
| * | common: Add gnupg_memstr to replace static versions. | Werner Koch | 2023-09-26 | 4 | -62/+32 |
| * | common: Never remove /dev/null. | Werner Koch | 2023-09-07 | 1 | -1/+6 |
| * | common:w32: Fix gnupg_w32_set_errno. | NIIBE Yutaka | 2023-07-10 | 1 | -0/+1 |
* | | agent,common,gpg: Use unsigned int for 1-bit field. | NIIBE Yutaka | 2023-09-26 | 1 | -2/+2 |
* | | Use gpgrt_b64* API of libgpg-error. | NIIBE Yutaka | 2023-09-26 | 3 | -44/+14 |
* | | common: Prepare for more flags in start_new_service. | Werner Koch | 2023-08-29 | 3 | -16/+27 |
* | | commond: Introduce FD2NUM to express conversion to number of fds. | NIIBE Yutaka | 2023-07-18 | 1 | -0/+2 |
* | | common,w32: Fix FD2INT macro. | NIIBE Yutaka | 2023-07-18 | 1 | -1/+5 |
* | | common: Introduce FD_DBG to display gnupg_fd_t value. | NIIBE Yutaka | 2023-07-18 | 2 | -4/+7 |
* | | gpg: Use gnupg_fd_t for iobuf_get_fd and is_secured_file. | NIIBE Yutaka | 2023-07-14 | 2 | -4/+4 |
* | | common: Change iobuf_fdopen argument type to gnupg_fd_t. | NIIBE Yutaka | 2023-07-11 | 2 | -4/+3 |
* | | common: Add gnupg_check_special_filename. | NIIBE Yutaka | 2023-07-11 | 3 | -36/+47 |
* | | common,gpg,kbx: Factor out open_stream_nc. | NIIBE Yutaka | 2023-07-10 | 2 | -0/+20 |