| Commit message (Expand) | Author | Files | Lines |
2022-03-25 | common,w32: Fix early home dir creation. | Werner Koch | 1 | -20/+2 |
2022-03-19 | common: Fix another race condition, and address the other one. | NIIBE Yutaka | 1 | -12/+34 |
2022-03-18 | common: New function map_static_strings | Werner Koch | 4 | -5/+86 |
2022-03-18 | common: New flags for gnupg_spawn_process | Werner Koch | 3 | -9/+29 |
2022-03-18 | common: Fix a race condition removing stale lockfile. | NIIBE Yutaka | 1 | -9/+24 |
2022-03-18 | common: More heavy test condition for t-dotlock.c. | NIIBE Yutaka | 1 | -4/+21 |
2022-03-08 | gpg: fix --enarmor with zero length source file | Jussi Kivilinna | 1 | -8/+0 |
2022-03-08 | iobuf: add zerocopy optimization for iobuf_write | Jussi Kivilinna | 1 | -6/+75 |
2022-03-08 | iobuf: add zerocopy optimization for iobuf_read | Jussi Kivilinna | 2 | -14/+118 |
2022-03-08 | Use iobuf buffer size for temporary buffer size | Jussi Kivilinna | 1 | -3/+4 |
2022-03-08 | common,w32: Support file names longer than MAX_PATH in iobuf. | Werner Koch | 1 | -18/+4 |
2022-03-04 | common: Fix confusion of get_pk_algo_from_key. | NIIBE Yutaka | 1 | -4/+4 |
2022-03-02 | scd: Let READKEY support --format=ssh option. | NIIBE Yutaka | 2 | -0/+292 |
2022-02-18 | sm: Fix use of value NONE in gnupg_isotime_t type. | NIIBE Yutaka | 1 | -0/+5 |
2021-12-30 | doc: Typo fixes. | Werner Koch | 1 | -2/+2 |
2021-12-20 | common: Add set_membuf_err. | Werner Koch | 2 | -0/+13 |
2021-12-17 | w32: Prepare for the case gcrypt.h will not include winsock2.h. | NIIBE Yutaka | 4 | -1/+13 |
2021-11-24 | homedir: Avoid memory leaks on errors | Jakub Jelen | 1 | -0/+2 |
2021-11-18 | gpg,gpgsm: Add option --min-rsa-length. | Werner Koch | 2 | -8/+27 |
2021-11-17 | common,w32: New function read_w32_reg_string. | Werner Koch | 3 | -179/+65 |
2021-10-27 | common: Support MYPROC_SELF_EXE for Solaris | Werner Koch | 2 | -1/+3 |
2021-10-20 | common: Silence warning from unix_rootdir on systems w/o /proc | Werner Koch | 1 | -4/+6 |
2021-10-20 | common,w32: Do not always print "Garbled console data" warning. | Werner Koch | 1 | -2/+8 |
2021-10-06 | common: Respect gpgconf.ctl when looking up translations | Ingo Klöcker | 1 | -3/+3 |
2021-10-06 | dirmngr: New option --ignore-cert | Werner Koch | 1 | -1/+2 |
2021-10-01 | common: Support gpgconf.ctl also for BSDs. | Werner Koch | 1 | -10/+25 |
2021-10-01 | common: Add keyword sysconfdir to the optional gpgconf.ctl file. | Werner Koch | 1 | -18/+69 |
2021-09-17 | common: Support a gpgconf.ctl file under Unix. | Werner Koch | 1 | -17/+252 |
2021-09-17 | common: New function substitute_envvars. | Werner Koch | 3 | -0/+206 |
2021-09-13 | common: New envvar GNUPG_EXEC_DEBUG_FLAGS. | Werner Koch | 1 | -4/+16 |
2021-08-27 | common: Fix put_membuf. | NIIBE Yutaka | 1 | -1/+4 |
2021-08-26 | common: Fix get_signal_name for GNU/Linux. | NIIBE Yutaka | 1 | -1/+3 |
2021-08-20 | wkd: Fix client issue with leading or trailing spaces in user-ids. | Werner Koch | 4 | -18/+195 |
2021-08-18 | common,w32: Replace log_debug by log_info for InProcessJobs | Werner Koch | 1 | -3/+3 |
2021-08-11 | w32: Move socketdir to LCOAL_APPDATA | Werner Koch | 4 | -85/+150 |
2021-08-02 | common: Pass XDG_SESSION_TYPE and QT_QPA_PLATFORM envvars to pinentry | Ingo Klöcker | 1 | -0/+5 |
2021-07-08 | kbx: Fix keyboxd searching with multiple patterns. | Werner Koch | 1 | -0/+10 |
2021-06-22 | tests: Cope with broken Libgcrypt versions | Werner Koch | 1 | -11/+27 |
2021-06-22 | w32: Add fallback in case the Windows console can't cope with Unicode. | Werner Koch | 1 | -4/+18 |
2021-06-16 | gpg,sm: Simplify keyserver spec parsing. | Werner Koch | 2 | -74/+0 |
2021-06-02 | common: Allow for GCM decryption in de-vs mode. | Werner Koch | 1 | -1/+2 |
2021-05-25 | gpg: Partial fix for Unicode problem in output files. | Werner Koch | 1 | -1/+1 |
2021-05-21 | common: Annotate leaked memory in homedir.c | Werner Koch | 2 | -13/+61 |
2021-05-20 | common: Avoid double-free | Jakub Jelen | 1 | -0/+1 |
2021-05-20 | agent: Avoid memory leaks in error code paths. | Jakub Jelen | 1 | -0/+1 |
2021-04-19 | gpg,gpgsm: Move use-keyboxd to the new conf file common.conf | Werner Koch | 3 | -0/+182 |
2021-04-16 | common: New module to compute openpgp fingerprints | Werner Koch | 3 | -0/+304 |
2021-04-13 | common: Fix memory leaks. | Jakub Jelen | 2 | -2/+12 |
2021-04-08 | common: Fix gnupg_wait_processes, by skipping invalid PID. | NIIBE Yutaka | 1 | -1/+6 |
2021-04-01 | common: Make the compliance check more robust. | Werner Koch | 1 | -16/+58 |