aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-08kbx: Fix keyboxd searching with multiple patterns.Werner Koch1-0/+10
2021-06-22tests: Cope with broken Libgcrypt versionsWerner Koch1-11/+27
2021-06-22w32: Add fallback in case the Windows console can't cope with Unicode.Werner Koch1-4/+18
2021-06-16gpg,sm: Simplify keyserver spec parsing.Werner Koch2-74/+0
2021-06-02common: Allow for GCM decryption in de-vs mode.Werner Koch1-1/+2
2021-05-25gpg: Partial fix for Unicode problem in output files.Werner Koch1-1/+1
2021-05-21common: Annotate leaked memory in homedir.cWerner Koch2-13/+61
2021-05-20common: Avoid double-freeJakub Jelen1-0/+1
2021-05-20agent: Avoid memory leaks in error code paths.Jakub Jelen1-0/+1
2021-04-19gpg,gpgsm: Move use-keyboxd to the new conf file common.confWerner Koch3-0/+182
2021-04-16common: New module to compute openpgp fingerprintsWerner Koch3-0/+304
2021-04-13common: Fix memory leaks.Jakub Jelen2-2/+12
2021-04-08common: Fix gnupg_wait_processes, by skipping invalid PID.NIIBE Yutaka1-1/+6
2021-04-01common: Make the compliance check more robust.Werner Koch1-16/+58
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