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