aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2021-10-27common: Support MYPROC_SELF_EXE for SolarisWerner Koch2-1/+3
2021-10-20common: Silence warning from unix_rootdir on systems w/o /procWerner Koch1-4/+6
2021-10-20common,w32: Do not always print "Garbled console data" warning.Werner Koch1-2/+8
2021-10-06common: Respect gpgconf.ctl when looking up translationsIngo Klöcker1-3/+3
2021-10-06dirmngr: New option --ignore-certWerner Koch1-1/+2
2021-10-01common: Support gpgconf.ctl also for BSDs.Werner Koch1-10/+25
2021-10-01common: Add keyword sysconfdir to the optional gpgconf.ctl file.Werner Koch1-18/+69
2021-09-17common: Support a gpgconf.ctl file under Unix.Werner Koch1-17/+252
2021-09-17common: New function substitute_envvars.Werner Koch3-0/+206
2021-09-13common: New envvar GNUPG_EXEC_DEBUG_FLAGS.Werner Koch1-4/+16
2021-08-27common: Fix put_membuf.NIIBE Yutaka1-1/+4
2021-08-26common: Fix get_signal_name for GNU/Linux.NIIBE Yutaka1-1/+3
2021-08-20wkd: Fix client issue with leading or trailing spaces in user-ids.Werner Koch4-18/+195
2021-08-18common,w32: Replace log_debug by log_info for InProcessJobsWerner Koch1-3/+3
2021-08-11w32: Move socketdir to LCOAL_APPDATAWerner Koch4-85/+150
2021-08-02common: Pass XDG_SESSION_TYPE and QT_QPA_PLATFORM envvars to pinentryIngo Klöcker1-0/+5
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