aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-25common,w32: Fix early home dir creation.Werner Koch1-20/+2
2022-03-19common: Fix another race condition, and address the other one.NIIBE Yutaka1-12/+34
2022-03-18common: New function map_static_stringsWerner Koch4-5/+86
2022-03-18common: New flags for gnupg_spawn_processWerner Koch3-9/+29
2022-03-18common: Fix a race condition removing stale lockfile.NIIBE Yutaka1-9/+24
2022-03-18common: More heavy test condition for t-dotlock.c.NIIBE Yutaka1-4/+21
2022-03-08gpg: fix --enarmor with zero length source fileJussi Kivilinna1-8/+0
2022-03-08iobuf: add zerocopy optimization for iobuf_writeJussi Kivilinna1-6/+75
2022-03-08iobuf: add zerocopy optimization for iobuf_readJussi Kivilinna2-14/+118
2022-03-08Use iobuf buffer size for temporary buffer sizeJussi Kivilinna1-3/+4
2022-03-08common,w32: Support file names longer than MAX_PATH in iobuf.Werner Koch1-18/+4
2022-03-04common: Fix confusion of get_pk_algo_from_key.NIIBE Yutaka1-4/+4
2022-03-02scd: Let READKEY support --format=ssh option.NIIBE Yutaka2-0/+292
2022-02-18sm: Fix use of value NONE in gnupg_isotime_t type.NIIBE Yutaka1-0/+5
2021-12-30doc: Typo fixes.Werner Koch1-2/+2
2021-12-20common: Add set_membuf_err.Werner Koch2-0/+13
2021-12-17w32: Prepare for the case gcrypt.h will not include winsock2.h.NIIBE Yutaka4-1/+13
2021-11-24homedir: Avoid memory leaks on errorsJakub Jelen1-0/+2
2021-11-18gpg,gpgsm: Add option --min-rsa-length.Werner Koch2-8/+27
2021-11-17common,w32: New function read_w32_reg_string.Werner Koch3-179/+65
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