aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-29common,unix: Backport dotlock changes from GnuPG 2.3.NIIBE Yutaka1-20/+57
2022-03-18common: New function map_static_stringsWerner Koch4-5/+86
2022-03-15common: New flags for gnupg_spawn_processWerner Koch3-9/+29
2022-03-04common,w32: Support file names longer than MAX_PATH in iobuf.Werner Koch1-18/+4
2022-02-07Update copyright notices.Werner Koch1-1/+1
2022-02-07common: Fix creation of Windows socket directories.Werner Koch1-21/+2
2022-01-26gpgconf: Some more fixes for the backported stuff.Werner Koch1-4/+0
2022-01-25common: Fix returning of option attributes for options with args.Werner Koch1-0/+11
2022-01-12common,w32: Improve HKCU->HKLM fallbackWerner Koch1-2/+12
2021-12-29common: New function xreallocarrayWerner Koch2-0/+63
2021-12-13common,w32: Sync read_w32_registry_string with the gpgrt versionWerner Koch1-6/+6
2021-11-18common,w32: New function read_w32_reg_string.Werner Koch3-18/+74
2021-11-18gpg,gpgsm: Add option --min-rsa-length.Werner Koch2-8/+27
2021-11-02common: Support MYPROC_SELF_EXE for SolarisWerner Koch2-1/+3
2021-11-02common: Silence warning from unix_rootdir on systems w/o /procWerner Koch1-4/+6
2021-11-02common: Respect gpgconf.ctl when looking up translationsIngo Klöcker1-3/+3
2021-11-02common: Support gpgconf.ctl also for BSDs.Werner Koch1-10/+25
2021-11-02common: Add keyword sysconfdir to the optional gpgconf.ctl file.Werner Koch1-18/+69
2021-11-02common: Support a gpgconf.ctl file under Unix.Werner Koch1-17/+252
2021-11-02common: New function substitute_envvars.Werner Koch3-0/+206
2021-11-02common,w32: Do not always print "Garbled console data" warning.Werner Koch1-2/+8
2021-10-06dirmngr: New option --ignore-certWerner Koch1-1/+2
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-20common: New function decode_c_string.Werner Koch2-0/+77
2021-08-20wkd: Fix client issue with leading or trailing spaces in user-ids.Werner Koch4-16/+194
2021-08-18common,w32: Replace log_debug by log_info for InProcessJobsWerner Koch1-3/+3
2021-08-17w32: Move socketdir to LOCAL_APPDATAWerner Koch4-75/+158
2021-08-16common: Pass XDG_SESSION_TYPE and QT_QPA_PLATFORM envvars to pinentryIngo Klöcker1-0/+5
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-10gpg: Partial fix for Unicode problem in output files.Werner Koch1-1/+1
2021-06-08w32: Change spawn functions to use Unicode version of CreateProcess.Werner Koch1-47/+98
2021-06-08common,w32: Breakaway detached childs when in jobAndre Heinecke1-0/+45
2021-06-08w32: Always use Unicode for console input and output.Werner Koch1-0/+11
2021-06-08w32: Free memory allocated by new function w32_write_console.Werner Koch1-0/+1
2021-06-08common,w32: Allow Unicode input and output with the console.Werner Koch1-31/+73
2021-06-08common: Re-indent ttyio.c and remove EMX, RISCOS, and CE supportWerner Koch1-310/+274
2021-06-08common: Rename w32-misc.c to w32-cmdline.cWerner Koch3-4/+4
2021-06-08common,w32: Implement globing of command line args.Werner Koch6-18/+380
2021-06-08common,w32: Refine the command line parsing for \ in quotes.Werner Koch2-6/+33
2021-06-08common: First take on handling Unicode command line args.Werner Koch5-6/+459
2021-06-02sm: Support AES-GCM decryption.Werner Koch1-1/+2
2021-05-26gpg,sm: Simplify keyserver spec parsing.Werner Koch2-74/+0
2021-05-20common: Avoid double-freeJakub Jelen1-0/+1
2021-05-17sm: Support decryption of password based encryption (pwri)Werner Koch2-0/+17
2021-05-03common: Fix gnupg_wait_processes, by skipping invalid PID.NIIBE Yutaka1-1/+6
2021-04-29common: Extend the openpgp_curve_to_oid function.Werner Koch3-4/+13
2021-04-29common: New module to compute openpgp fingerprintsWerner Koch3-0/+306