aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Fix the NBITS of Ed448in OIDTABLE.NIIBE Yutaka2021-03-151-1/+1
* tpm2d: Add tpm2daemon codeJames Bottomley2021-03-103-0/+9
* w32: Change spawn functions to use Unicode version of CreateProcess.Werner Koch2021-03-081-47/+97
* w32: Always use Unicode for console input and output.Werner Koch2021-03-051-0/+11
* w32: Free memory allocated by new function w32_write_console.Werner Koch2021-03-051-0/+1
* common,w32: Allow Unicode input and output with the console.Werner Koch2021-03-051-31/+73
* common: Re-indent ttyio.c and remove EMX, RISCOS, and CE supportWerner Koch2021-03-051-248/+187
* common: Rename w32-misc.c to w32-cmdline.cWerner Koch2021-03-043-4/+4
* common,w32: Implement globing of command line args.Werner Koch2021-03-044-18/+325
* common,w32: Refine the command line parsing for \ in quotes.Werner Koch2021-03-042-6/+33
* common: First take on handling Unicode command line args.Werner Koch2021-03-045-6/+459
* tools,w32: Add resource and manifest files to all binaries.Beta-2.3.0-beta1598Werner Koch2021-02-211-2/+2
* 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