aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Support MYPROC_SELF_EXE for SolarisWerner Koch2021-10-272-1/+3
* common: Silence warning from unix_rootdir on systems w/o /procWerner Koch2021-10-201-4/+6
* common,w32: Do not always print "Garbled console data" warning.Werner Koch2021-10-201-2/+8
* common: Respect gpgconf.ctl when looking up translationsIngo Klöcker2021-10-061-3/+3
* dirmngr: New option --ignore-certWerner Koch2021-10-061-1/+2
* common: Support gpgconf.ctl also for BSDs.Werner Koch2021-10-011-10/+25
* common: Add keyword sysconfdir to the optional gpgconf.ctl file.Werner Koch2021-10-011-18/+69
* common: Support a gpgconf.ctl file under Unix.Werner Koch2021-09-171-17/+252
* common: New function substitute_envvars.Werner Koch2021-09-173-0/+206
* common: New envvar GNUPG_EXEC_DEBUG_FLAGS.Werner Koch2021-09-131-4/+16
* common: Fix put_membuf.NIIBE Yutaka2021-08-271-1/+4
* common: Fix get_signal_name for GNU/Linux.NIIBE Yutaka2021-08-261-1/+3
* wkd: Fix client issue with leading or trailing spaces in user-ids.Werner Koch2021-08-204-18/+195
* common,w32: Replace log_debug by log_info for InProcessJobsWerner Koch2021-08-181-3/+3
* w32: Move socketdir to LCOAL_APPDATAWerner Koch2021-08-114-85/+150
* common: Pass XDG_SESSION_TYPE and QT_QPA_PLATFORM envvars to pinentryIngo Klöcker2021-08-021-0/+5
* kbx: Fix keyboxd searching with multiple patterns.Werner Koch2021-07-081-0/+10
* tests: Cope with broken Libgcrypt versionsWerner Koch2021-06-221-11/+27
* w32: Add fallback in case the Windows console can't cope with Unicode.Werner Koch2021-06-221-4/+18
* gpg,sm: Simplify keyserver spec parsing.Werner Koch2021-06-162-74/+0
* common: Allow for GCM decryption in de-vs mode.Werner Koch2021-06-021-1/+2
* gpg: Partial fix for Unicode problem in output files.Werner Koch2021-05-251-1/+1
* common: Annotate leaked memory in homedir.cWerner Koch2021-05-212-13/+61
* common: Avoid double-freeJakub Jelen2021-05-201-0/+1
* agent: Avoid memory leaks in error code paths.Jakub Jelen2021-05-201-0/+1
* gpg,gpgsm: Move use-keyboxd to the new conf file common.confWerner Koch2021-04-193-0/+182
* common: New module to compute openpgp fingerprintsWerner Koch2021-04-163-0/+304
* common: Fix memory leaks.Jakub Jelen2021-04-132-2/+12
* common: Fix gnupg_wait_processes, by skipping invalid PID.NIIBE Yutaka2021-04-081-1/+6
* common: Make the compliance check more robust.Werner Koch2021-04-011-16/+58
* common: New function to uncompress an ECC public key.Werner Koch2021-03-263-0/+503
* indent: Modernize mem2str.Werner Koch2021-03-261-18/+20
* gpg: Support exporting Ed448 SSH key.NIIBE Yutaka2021-03-222-0/+29
* 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