aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2021-03-26common: New function to uncompress an ECC public key.Werner Koch3-0/+503
2021-03-26indent: Modernize mem2str.Werner Koch1-18/+20
2021-03-22gpg: Support exporting Ed448 SSH key.NIIBE Yutaka2-0/+29
2021-03-15common: Fix the NBITS of Ed448in OIDTABLE.NIIBE Yutaka1-1/+1
2021-03-10tpm2d: Add tpm2daemon codeJames Bottomley3-0/+9
2021-03-08w32: Change spawn functions to use Unicode version of CreateProcess.Werner Koch1-47/+97
2021-03-05w32: Always use Unicode for console input and output.Werner Koch1-0/+11
2021-03-05w32: Free memory allocated by new function w32_write_console.Werner Koch1-0/+1
2021-03-05common,w32: Allow Unicode input and output with the console.Werner Koch1-31/+73
2021-03-05common: Re-indent ttyio.c and remove EMX, RISCOS, and CE supportWerner Koch1-248/+187
2021-03-04common: Rename w32-misc.c to w32-cmdline.cWerner Koch3-4/+4
2021-03-04common,w32: Implement globing of command line args.Werner Koch4-18/+325
2021-03-04common,w32: Refine the command line parsing for \ in quotes.Werner Koch2-6/+33
2021-03-04common: First take on handling Unicode command line args.Werner Koch5-6/+459
2021-02-21tools,w32: Add resource and manifest files to all binaries.Beta-2.3.0-beta1598Werner Koch1-2/+2
2021-02-10Require GpgRT version 1.41.Werner Koch1-19/+0
2021-01-28Include the library version in the compliance checks.Werner Koch2-15/+64
2021-01-25agent: Support ssh-agent extensions for environment variables.Werner Koch1-3/+35
2021-01-19Require Libgcrypt 1.9Werner Koch2-6/+0
2021-01-11gpg,w32: Fix gnupg_remove.Werner Koch3-1/+132
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