| Commit message (Expand) | Author | Files | Lines |
2023-12-26 | common: Remove t-b64.c. | NIIBE Yutaka | 2 | -156/+1 |
2023-12-22 | common: Add keyword socketdir to gpgconf.ctl | Werner Koch | 1 | -44/+91 |
2023-12-20 | common: Clean up the temporary file at dotlock_destroy. | NIIBE Yutaka | 1 | -0/+6 |
2023-12-20 | common: Support not-removing the lockfile by dotlock_destroy. | NIIBE Yutaka | 1 | -1/+4 |
2023-12-20 | common: Fix a possible resource leak for dotlock. | NIIBE Yutaka | 1 | -2/+5 |
2023-12-19 | common: Improve the parsing of gpgconf.ctl variables. | Werner Koch | 1 | -30/+27 |
2023-12-19 | common: Enhance dotlock, so that we can have a CLI util. | NIIBE Yutaka | 2 | -11/+138 |
2023-12-18 | common: Add an info callback to dotlock. | Werner Koch | 3 | -11/+203 |
2023-12-12 | common: Improve error return for dotlock. | Werner Koch | 1 | -2/+8 |
2023-11-21 | common: Check wether to set the modified flag in nve_set. | Werner Koch | 1 | -22/+8 |
2023-11-21 | agent: Update the key file only if not changed. | Werner Koch | 2 | -8/+46 |
2023-11-16 | gpg: Report BEGIN_* status before examining the input. | NIIBE Yutaka | 4 | -108/+123 |
2023-11-13 | gpg: Implement a parser for Kyber encrypted packets. | Werner Koch | 1 | -6/+6 |
2023-11-08 | gpgsm: Support ECDSA in de-vs mode. | Werner Koch | 2 | -2/+12 |
2023-11-08 | common: Declare two LibrePGP constants for future use | Werner Koch | 1 | -0/+3 |
2023-10-27 | w32: Use utf8 for the asctimestamp function. | Werner Koch | 1 | -1/+1 |
2023-10-26 | common: New functions timegm_u64, isotime2epoch_u64. | Werner Koch | 4 | -154/+176 |
2023-10-24 | common: Provide API to parse BER/TLV encodings. | Werner Koch | 3 | -2/+855 |
2023-10-14 | common: New function scan_secondsstr. | Werner Koch | 4 | -2/+76 |
2023-10-06 | scd:openpgp: Return better error codes for the Reset Code. | Werner Koch | 1 | -0/+5 |
2023-10-02 | common: Improve lock strategy for dotlock. | Werner Koch | 1 | -40/+54 |
2023-10-02 | common: Add new function b64decode. | Werner Koch | 5 | -18/+168 |
2023-09-26 | common: Add gnupg_memstr to replace static versions. | Werner Koch | 4 | -62/+32 |
2023-09-26 | agent,common,gpg: Use unsigned int for 1-bit field. | NIIBE Yutaka | 1 | -2/+2 |
2023-09-26 | Use gpgrt_b64* API of libgpg-error. | NIIBE Yutaka | 3 | -44/+14 |
2023-09-07 | common: Never remove /dev/null. | Werner Koch | 1 | -1/+6 |
2023-08-29 | common: Prepare for more flags in start_new_service. | Werner Koch | 3 | -16/+27 |
2023-07-18 | commond: Introduce FD2NUM to express conversion to number of fds. | NIIBE Yutaka | 1 | -0/+2 |
2023-07-18 | common,w32: Fix FD2INT macro. | NIIBE Yutaka | 1 | -1/+5 |
2023-07-18 | common: Introduce FD_DBG to display gnupg_fd_t value. | NIIBE Yutaka | 2 | -4/+7 |
2023-07-14 | gpg: Use gnupg_fd_t for iobuf_get_fd and is_secured_file. | NIIBE Yutaka | 2 | -4/+4 |
2023-07-11 | common: Change iobuf_fdopen argument type to gnupg_fd_t. | NIIBE Yutaka | 2 | -4/+3 |
2023-07-11 | common: Add gnupg_check_special_filename. | NIIBE Yutaka | 3 | -36/+47 |
2023-07-10 | common,gpg,kbx: Factor out open_stream_nc. | NIIBE Yutaka | 2 | -0/+20 |
2023-07-10 | common:w32: Fix gnupg_w32_set_errno. | NIIBE Yutaka | 1 | -0/+1 |
2023-07-10 | common:w32: Fix gnupg_w32_set_errno. | NIIBE Yutaka | 1 | -0/+1 |
2023-07-07 | gpg: Add algo constants for PQC. | Werner Koch | 1 | -1/+6 |
2023-07-05 | gpg: Use gnupg_fd_t for encrypt_crypt and gpg_verify. | NIIBE Yutaka | 2 | -3/+2 |
2023-07-04 | common,w32: Add missing GetLastError->errno mapping. | Werner Koch | 3 | -6/+8 |
2023-06-30 | common:iobuf: Avoid losing bits of HANDLE on Windows 64-bit. | NIIBE Yutaka | 1 | -19/+20 |
2023-06-29 | common: Fix the cast for 64-bit Windows. | NIIBE Yutaka | 1 | -5/+3 |
2023-06-29 | common: Raise an error correctly in check_special_filename. | NIIBE Yutaka | 1 | -2/+21 |
2023-06-28 | sm: Remove duplicated code. | Werner Koch | 1 | -3/+6 |
2023-06-28 | tools:gpgtar: Clean up the use of --status-fd. | NIIBE Yutaka | 2 | -26/+9 |
2023-06-27 | common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int. | NIIBE Yutaka | 2 | -26/+20 |
2023-06-26 | tools: Fix use of EXCEPTS when spawning a process. | NIIBE Yutaka | 1 | -1/+1 |
2023-06-23 | common: Remove translate_sys2libc_fd_int. | NIIBE Yutaka | 2 | -20/+1 |
2023-06-23 | common: Add gnupg_sys2libc_fdstr function. | NIIBE Yutaka | 2 | -19/+75 |
2023-06-22 | common: Add translate_sys2libc_fdstr. | NIIBE Yutaka | 2 | -0/+51 |
2023-06-15 | gpgsm: Print PROGRESS status lines. | Werner Koch | 2 | -7/+101 |