aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Allow installation with a gpgconf.ctl changed homedir.Werner Koch2024-03-212-16/+120
* common: Use a common gpgconf.ctl parser for Unix and Windows.Werner Koch2024-03-211-201/+250
* Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-03-125-8/+14
|\
| * gpg: Add option --assert-pubkey_algo.Werner Koch2024-02-102-5/+9
| * doc: Fix spelling errors found by lintian.Werner Koch2024-01-292-2/+2
| * common,w32: Fix use of GNUPG_SPAWN_KEEP_STDERR.Werner Koch2024-01-261-1/+1
* | common,dirmngr:w32: Add include files.NIIBE Yutaka2024-02-152-4/+8
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-01-265-3/+32
|\|
| * Pass PINENTRY_GEOM_HINT environment variable to pinentryTobias Fella2024-01-221-1/+2
| * speedo: Patch ELF binaries to use built librariesWerner Koch2024-01-121-1/+1
| * g13: New option --no-mount.Werner Koch2024-01-091-0/+1
| * common,w32: Remove duplicated backslashes when setting the homedir.Werner Koch2024-01-091-0/+27
| * scd: Add support for SCE 7.0Werner Koch2024-01-041-1/+1
* | common: Remove t-b64.c.NIIBE Yutaka2023-12-262-156/+1
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2023-12-229-120/+538
|\|
| * common: Add keyword socketdir to gpgconf.ctlWerner Koch2023-12-221-44/+91
| * common: Clean up the temporary file at dotlock_destroy.NIIBE Yutaka2023-12-201-0/+6
| * common: Support not-removing the lockfile by dotlock_destroy.NIIBE Yutaka2023-12-201-1/+4
| * common: Fix a possible resource leak for dotlock.NIIBE Yutaka2023-12-201-2/+5
| * common: Improve the parsing of gpgconf.ctl variables.Werner Koch2023-12-191-30/+27
| * common: Enhance dotlock, so that we can have a CLI util.NIIBE Yutaka2023-12-192-11/+138
| * common: Add an info callback to dotlock.Werner Koch2023-12-183-11/+203
| * common: Improve error return for dotlock.Werner Koch2023-12-121-2/+8
| * common: Check wether to set the modified flag in nve_set.Werner Koch2023-11-211-22/+8
| * agent: Update the key file only if not changed.Werner Koch2023-11-212-8/+46
| * gpg: Report BEGIN_* status before examining the input.NIIBE Yutaka2023-11-164-108/+123
| * gpgsm: Support ECDSA in de-vs mode.Werner Koch2023-11-082-2/+12
| * common: Declare two LibrePGP constants for future useWerner Koch2023-11-081-0/+3
* | gpg: Implement a parser for Kyber encrypted packets.Werner Koch2023-11-131-6/+6
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2023-11-0719-1063/+1360
|\|
| * w32: Use utf8 for the asctimestamp function.Werner Koch2023-10-271-1/+1
| * common: New functions timegm_u64, isotime2epoch_u64.Werner Koch2023-10-264-154/+176
| * common: Provide API to parse BER/TLV encodings.Werner Koch2023-10-243-2/+855
| * common: New function scan_secondsstr.Werner Koch2023-10-144-2/+76
| * scd:openpgp: Return better error codes for the Reset Code.Werner Koch2023-10-061-0/+5
| * common: Improve lock strategy for dotlock.Werner Koch2023-10-021-40/+54
| * common: Add new function b64decode.Werner Koch2023-10-025-18/+168
| * common: Add gnupg_memstr to replace static versions.Werner Koch2023-09-264-62/+32
| * common: Never remove /dev/null.Werner Koch2023-09-071-1/+6
| * common:w32: Fix gnupg_w32_set_errno.NIIBE Yutaka2023-07-101-0/+1
* | agent,common,gpg: Use unsigned int for 1-bit field.NIIBE Yutaka2023-09-261-2/+2
* | Use gpgrt_b64* API of libgpg-error.NIIBE Yutaka2023-09-263-44/+14
* | common: Prepare for more flags in start_new_service.Werner Koch2023-08-293-16/+27
* | commond: Introduce FD2NUM to express conversion to number of fds.NIIBE Yutaka2023-07-181-0/+2
* | common,w32: Fix FD2INT macro.NIIBE Yutaka2023-07-181-1/+5
* | common: Introduce FD_DBG to display gnupg_fd_t value.NIIBE Yutaka2023-07-182-4/+7
* | gpg: Use gnupg_fd_t for iobuf_get_fd and is_secured_file.NIIBE Yutaka2023-07-142-4/+4
* | common: Change iobuf_fdopen argument type to gnupg_fd_t.NIIBE Yutaka2023-07-112-4/+3
* | common: Add gnupg_check_special_filename.NIIBE Yutaka2023-07-113-36/+47
* | common,gpg,kbx: Factor out open_stream_nc.NIIBE Yutaka2023-07-102-0/+20