aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-21common: Remove superfluous debug output from dotlock.c.Werner Koch1-2/+0
2020-11-18build: Update to newer autoconf constructs.NIIBE Yutaka1-4/+4
2020-11-18build: Use modern Autoconf check for types.NIIBE Yutaka1-11/+11
2020-11-05gpg: Add canceled status message.Ben Kibbey1-0/+1
2020-11-04common: Fix duplicate implementation of try_make_homedir.Werner Koch2-0/+34
2020-11-04w32: Add another pinentry search pathAndre Heinecke1-0/+2
2020-11-03w32: Fix strftime problem on Windows.Werner Koch1-2/+31
2020-10-23common: Allow building with released libgpg-error.Werner Koch1-7/+9
2020-10-21common: New functions gnupg_opendir et al.Werner Koch2-0/+180
2020-10-21w32: Make gnupg_remove and gnupg_rename_file Unicode awareWerner Koch1-3/+33
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch3-1/+50
2020-10-20Replace most calls to open by a new wrapper.Werner Koch3-15/+67
2020-10-20w32: Allow Unicode filenames for dotlockWerner Koch2-27/+192
2020-10-20Replace most of the remaining stdio calls by estream calls.Werner Koch2-6/+8
2020-10-20Replace all calls to access by gnupg_accessWerner Koch6-63/+69
2020-10-02w32: Silence warning due to recent change of split_fields.Werner Koch1-1/+1
2020-09-24keyboxd: Integrate into gpgconf.Werner Koch3-1/+15
2020-09-22common: Fix name of keyboxd.Werner Koch1-1/+1
2020-09-18common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka3-8/+10
2020-09-11common: New function cmp_canon_sexp.Werner Koch4-2/+200
2020-09-09agent: Keep some permissions of private-keys-v1.d.Werner Koch1-23/+41
2020-09-09kbx: Change X.509 S/N search definition.Werner Koch1-1/+2
2020-09-02common: New helper function gnupg_close_pipe.Werner Koch3-0/+21
2020-09-01Use only one copy of the warn_server_mismatch function.Werner Koch5-1/+110
2020-08-28common: Fix fallback handling to utf-8.NIIBE Yutaka1-1/+1
2020-08-21common: Use gpgrt functions for mkdir and chdir.Werner Koch1-24/+6
2020-08-21common,w32: Do not assume the ANSI code during string conversion.Werner Koch1-2/+21
2020-08-21common: Strip trailing CR,LF from w32_strerror.Werner Koch2-1/+7
2020-08-20gpgtar: Make --files-from and --null work as described.Werner Koch3-1/+32
2020-08-20build: New configure option --disable-testsWerner Koch1-0/+4
2020-08-19common: Fix iobuf.c.NIIBE Yutaka1-3/+3
2020-08-19Silence compiler warnings.NIIBE Yutaka1-1/+1
2020-08-12common: Pass the WAYLAND_DISPLAY envvar alongWerner Koch1-0/+1
2020-08-06common: New helper function gnupg_chuid.Werner Koch2-0/+99
2020-08-03w32: Fix cast from intptr_t of _get_osfhandle.NIIBE Yutaka1-1/+1
2020-07-30w32: More adding NETLIBS.NIIBE Yutaka1-1/+1
2020-07-28Revert patches applied wrongly.NIIBE Yutaka1-0/+11
2020-07-17scd: PC/SC: Don't release the context when it's in use.NIIBE Yutaka1-11/+0
2020-07-16common: Avoid undefined behavior of left shift operator.NIIBE Yutaka1-5/+11
2020-07-14gpgsm: Make rsaPSS a compliant scheme in de-vs mode.Werner Koch1-8/+4
2020-07-03sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch2-2/+18
2020-07-02Support a history file in gpg-card and gpg-connect-agent.Werner Koch4-5/+110
2020-06-24gpg,agent: Support Ed448 signing.NIIBE Yutaka2-1/+9
2020-06-23ecc: Use "cv448" to specify key using X448.NIIBE Yutaka2-9/+16
2020-06-09gpg: Add X448 support.NIIBE Yutaka2-0/+29
2020-05-19common: New function to extract Q from an ECC key.Werner Koch2-1/+93
2020-05-08sm: Print algorithm infos in data decryption mode.Werner Koch2-0/+17
2020-05-08sm: Cleanup the use of GCRY_PK_ECC and GCRY_PK_ECDSA.Werner Koch2-0/+18
2020-05-07sm: Print the key types as standard key algorithm strings.Werner Koch1-3/+3
2020-05-04doc: Typo fixes in code commentsWerner Koch1-1/+1