summaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* Require GpgRT version 1.41.Werner Koch2021-02-101-19/+0
* Include the library version in the compliance checks.Werner Koch2021-01-282-15/+64
* agent: Support ssh-agent extensions for environment variables.Werner Koch2021-01-251-3/+35
* Require Libgcrypt 1.9Werner Koch2021-01-192-6/+0
* gpg,w32: Fix gnupg_remove.Werner Koch2021-01-113-1/+132
* common: Remove superfluous debug output from dotlock.c.Werner Koch2020-12-211-2/+0
* build: Update to newer autoconf constructs.NIIBE Yutaka2020-11-181-4/+4
* build: Use modern Autoconf check for types.NIIBE Yutaka2020-11-181-11/+11
* gpg: Add canceled status message.Ben Kibbey2020-11-051-0/+1
* common: Fix duplicate implementation of try_make_homedir.Werner Koch2020-11-042-0/+34
* w32: Add another pinentry search pathAndre Heinecke2020-11-041-0/+2
* w32: Fix strftime problem on Windows.Werner Koch2020-11-031-2/+31
* common: Allow building with released libgpg-error.Werner Koch2020-10-231-7/+9
* common: New functions gnupg_opendir et al.Werner Koch2020-10-212-0/+180
* w32: Make gnupg_remove and gnupg_rename_file Unicode awareWerner Koch2020-10-211-3/+33
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-203-1/+50
* Replace most calls to open by a new wrapper.Werner Koch2020-10-203-15/+67
* w32: Allow Unicode filenames for dotlockWerner Koch2020-10-202-27/+192
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-202-6/+8
* Replace all calls to access by gnupg_accessWerner Koch2020-10-206-63/+69
* w32: Silence warning due to recent change of split_fields.Werner Koch2020-10-021-1/+1
* keyboxd: Integrate into gpgconf.Werner Koch2020-09-243-1/+15
* common: Fix name of keyboxd.Werner Koch2020-09-221-1/+1
* common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka2020-09-183-8/+10
* common: New function cmp_canon_sexp.Werner Koch2020-09-114-2/+200
* agent: Keep some permissions of private-keys-v1.d.Werner Koch2020-09-091-23/+41
* kbx: Change X.509 S/N search definition.Werner Koch2020-09-091-1/+2
* common: New helper function gnupg_close_pipe.Werner Koch2020-09-023-0/+21
* Use only one copy of the warn_server_mismatch function.Werner Koch2020-09-015-1/+110
* common: Fix fallback handling to utf-8.NIIBE Yutaka2020-08-281-1/+1
* common: Use gpgrt functions for mkdir and chdir.Werner Koch2020-08-211-24/+6
* common,w32: Do not assume the ANSI code during string conversion.Werner Koch2020-08-211-2/+21
* common: Strip trailing CR,LF from w32_strerror.Werner Koch2020-08-212-1/+7
* gpgtar: Make --files-from and --null work as described.Werner Koch2020-08-203-1/+32
* build: New configure option --disable-testsWerner Koch2020-08-201-0/+4
* common: Fix iobuf.c.NIIBE Yutaka2020-08-191-3/+3
* Silence compiler warnings.NIIBE Yutaka2020-08-191-1/+1
* common: Pass the WAYLAND_DISPLAY envvar alongWerner Koch2020-08-121-0/+1
* common: New helper function gnupg_chuid.Werner Koch2020-08-062-0/+99
* w32: Fix cast from intptr_t of _get_osfhandle.NIIBE Yutaka2020-08-031-1/+1
* w32: More adding NETLIBS.NIIBE Yutaka2020-07-301-1/+1
* Revert patches applied wrongly.NIIBE Yutaka2020-07-281-0/+11
* scd: PC/SC: Don't release the context when it's in use.NIIBE Yutaka2020-07-171-11/+0
* common: Avoid undefined behavior of left shift operator.NIIBE Yutaka2020-07-161-5/+11
* gpgsm: Make rsaPSS a compliant scheme in de-vs mode.Werner Koch2020-07-141-8/+4
* sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch2020-07-032-2/+18
* Support a history file in gpg-card and gpg-connect-agent.Werner Koch2020-07-024-5/+110
* gpg,agent: Support Ed448 signing.NIIBE Yutaka2020-06-242-1/+9
* ecc: Use "cv448" to specify key using X448.NIIBE Yutaka2020-06-232-9/+16
* gpg: Add X448 support.NIIBE Yutaka2020-06-092-0/+29