summaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gpg: Fix assertion failure due to errors in encrypt_filter.Werner Koch2022-09-291-4/+4
* tests: Restrict the use of gpgconf.ctl to make check.Werner Koch2022-09-141-1/+29
* common: Fix for GPG_ERR_SOURCE_DEFAULT check.NIIBE Yutaka2022-09-141-2/+0
* common: Fix t-recsel.NIIBE Yutaka2022-09-141-2/+0
* gpg,common,scd,sm: Function prototype fixes for modern compiler.NIIBE Yutaka2022-09-133-4/+4
* Revert "common: Add a default OpenPGP ECC mapping."Ingo Klöcker2022-09-091-1/+0
* common: Fix to determine ECC curve for SSH.NIIBE Yutaka2022-09-061-3/+3
* common: Make nvc_lookup more robust.Werner Koch2022-09-011-1/+12
* common: New common option no-autostart.Werner Koch2022-08-224-1/+12
* common: New function nvc_get_boolean.Werner Koch2022-08-112-0/+25
* common: Silence warnings from AllowSetForegroundWindow.Werner Koch2022-08-031-2/+6
* gpgconf: Improve registry dumping.Werner Koch2022-08-023-6/+20
* common: Add a default OpenPGP ECC mapping.Werner Koch2022-08-011-0/+1
* agent,gpg,tools: Fix use of log_get_fd.NIIBE Yutaka2022-06-221-2/+0
* common: New function parse_compatibility_flags.Werner Koch2022-06-132-0/+89
* common,w32: Use LoadLibraryEx to fix a warning in mingw.Werner Koch2022-06-031-13/+2
* w32: Allow Unicode filenames for iobuf_cancel.Werner Koch2022-06-032-3/+20
* Remove remaining support for WindowsCEWerner Koch2022-06-0311-282/+22
* scd:openpgp: Fix a segv for cards supporting unknown curves.Werner Koch2022-05-051-2/+2
* common:iobuf: Exclude cases with IOBUF_INPUT_TEMP/IOBUF_OUTPUT_TEMP.NIIBE Yutaka2022-04-251-4/+7
* tests: Fix warning in common/t-ssh-utils.cWerner Koch2022-04-141-1/+0
* tests: Fix common/t-ssh-utils.NIIBE Yutaka2022-04-141-6/+10
* tests: Honor FIPS modeJakub Jelen2022-04-141-11/+47
* sm: Print diagnostic about CRL problems due to Tor mode.Werner Koch2022-04-111-0/+4
* w32: Exclude tests with HOME.NIIBE Yutaka2022-04-061-0/+4
* w32: Fix for make check.NIIBE Yutaka2022-04-062-4/+11
* common,w32: Fix handle_to_fd to match use of _open_osfhandle.NIIBE Yutaka2022-03-301-6/+5
* common,w32: Fix early home dir creation.Werner Koch2022-03-251-20/+2
* common: Fix another race condition, and address the other one.NIIBE Yutaka2022-03-191-12/+34
* common: New function map_static_stringsWerner Koch2022-03-184-5/+86
* common: New flags for gnupg_spawn_processWerner Koch2022-03-183-9/+29
* common: Fix a race condition removing stale lockfile.NIIBE Yutaka2022-03-181-9/+24