aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | common:iobuf: Avoid losing bits of HANDLE on Windows 64-bit.NIIBE Yutaka2023-06-301-19/+20
* | common: Fix the cast for 64-bit Windows.NIIBE Yutaka2023-06-291-5/+3
* | common: Raise an error correctly in check_special_filename.NIIBE Yutaka2023-06-291-2/+21
* | tools:gpgtar: Clean up the use of --status-fd.NIIBE Yutaka2023-06-282-26/+9
* | common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int.NIIBE Yutaka2023-06-272-26/+20
* | tools: Fix use of EXCEPTS when spawning a process.NIIBE Yutaka2023-06-261-1/+1
* | common: Remove translate_sys2libc_fd_int.NIIBE Yutaka2023-06-232-20/+1
* | common: Add gnupg_sys2libc_fdstr function.NIIBE Yutaka2023-06-232-19/+75
* | common: Add translate_sys2libc_fdstr.NIIBE Yutaka2023-06-222-0/+51
* | w32: Map ERROR_FILE_INVALID to EIO.Werner Koch2023-06-091-0/+3
* | common: Update t-exechelp to write/read smaller chunks.NIIBE Yutaka2023-06-091-8/+57
* | common: Add test case for IPC with spawned process.NIIBE Yutaka2023-06-072-4/+103
* | common: New function nve_setWerner Koch2023-05-262-0/+27
* | common,w32: Fix gnupg_process_release.NIIBE Yutaka2023-05-251-0/+1
* | common,w32: Set a proper error code when creating an output file.Werner Koch2023-05-241-2/+10
* | gpg: Report BEGIN_* status before examining the input.NIIBE Yutaka2023-05-244-108/+123
* | w32: Also use _putenv_s for gnupg_unsetenv.NIIBE Yutaka2023-05-161-1/+13
* | w32: Use _putenv_s.NIIBE Yutaka2023-05-161-0/+14
* | common: Fix malloc nit in regression test.Werner Koch2023-05-111-5/+51
* | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function.NIIBE Yutaka2023-05-115-1106/+1378
|/
* common: Fix parsing ECC key.NIIBE Yutaka2023-05-011-1/+1
* Use keyboxd on a fresh install also on Windows.Werner Koch2023-04-191-32/+40
* gpgtar: Read common.conf for the log-file option.Werner Koch2023-04-182-0/+4
* gpg: Curvenames may now compared case insensitive.Werner Koch2023-04-121-9/+12
* gpg: New option --assert-signer.Werner Koch2023-04-051-0/+1
* common: Change allocation of the comopt symbol.Werner Koch2023-04-042-2/+7
* Use the keyboxd for a fresh installWerner Koch2023-04-042-3/+36
* scd,openpgp: Switch key attributes between RSA and ECC in writekey.Werner Koch2023-03-151-1/+4
* dirmngr: Distinguish between "no crl" and "crl not trusted".Werner Koch2023-03-092-1/+3
* gpgsm: Strip trailing zeroes from detached signatures.Werner Koch2023-03-083-3/+108
* doc: Minor comment fixes.Werner Koch2023-02-231-1/+2
* gpg: Prepare to accept shorter OIDs for ed25519 and cv25519.Werner Koch2023-02-211-6/+20
* common: Slight redefinition of nvc_get_boolean.Werner Koch2023-01-242-6/+11
* gpg: Replace --override-compliance-check by a real fix.Werner Koch2023-01-201-0/+4
* doc: Update copyright notices.Werner Koch2023-01-201-1/+1
* common: Detect PNG and JPEG file formats.Werner Koch2023-01-191-6/+24
* gpg: Detect already compressed data also when using a pipe.Werner Koch2023-01-194-51/+134
* common: Replace all assert by log_assert.Werner Koch2023-01-181-31/+31
* sm: Fix compliance checking for ECC signature verification.Werner Koch2023-01-122-3/+15
* w32: Make sure DEP is enabled.Werner Koch2023-01-111-1/+18
* common: Fix translations in --help for gpgrt < 1.47Werner Koch2022-12-161-0/+8
* tests: More fix for semihosted environment.NIIBE Yutaka2022-12-011-21/+24
* tests: Support semihosted environment.NIIBE Yutaka2022-12-011-3/+4
* w32: Fix gnupg_unsetenv.NIIBE Yutaka2022-11-301-2/+11
* w32: Fix gnupg_tmpfile for possible failure.NIIBE Yutaka2022-11-181-6/+3
* common: Remove Windows CE support in common.NIIBE Yutaka2022-11-168-920/+5
* agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument.NIIBE Yutaka2022-10-204-14/+8
* common,w32: Fix struct stat on Windows.NIIBE Yutaka2022-10-141-1/+11
* common: Don't use FD2INT for POSIX-only code.NIIBE Yutaka2022-10-141-1/+1
* common: Protect against a theoretical integer overflow in tlv.cWerner Koch2022-10-071-0/+5