| Commit message (Expand) | Author | Files | Lines |
2022-11-25 | w32: Exclude tests with HOME. | NIIBE Yutaka | 1 | -0/+4 |
2022-11-25 | w32: Fix for make check. | NIIBE Yutaka | 2 | -4/+11 |
2022-10-07 | common: Protect against a theoretical integer overflow in tlv.c | Werner Koch | 1 | -0/+5 |
2022-09-01 | common: Make nvc_lookup more robust. | Werner Koch | 1 | -1/+12 |
2022-08-31 | common,w32: Fix an encoding problem of the printed timezone. | Werner Koch | 1 | -1/+40 |
2022-08-31 | gpg: Fix assertion failure due to errors in encrypt_filter. | Werner Koch | 1 | -4/+4 |
2022-08-19 | gpgsm: New option --compatibility-flags. | Werner Koch | 2 | -0/+89 |
2022-08-16 | common: In private key mode write "Key:" always last in name-value. | Werner Koch | 1 | -13/+40 |
2022-08-15 | common: New function nve_set. | Werner Koch | 2 | -15/+90 |
2022-08-03 | common: Silence warnings from AllowSetForegroundWindow. | Werner Koch | 1 | -2/+6 |
2022-08-02 | gpgconf: Improve registry dumping. | Werner Koch | 3 | -6/+33 |
2022-06-20 | common: Add an easy to use DER builder. | Werner Koch | 4 | -12/+417 |
2022-06-03 | w32: Avoid warning about not including winsock2.h after windows.h | Werner Koch | 1 | -0/+3 |
2022-06-03 | w32: Allow Unicode filenames for iobuf_cancel. | Werner Koch | 2 | -32/+20 |
2022-03-29 | common,unix: Backport dotlock changes from GnuPG 2.3. | NIIBE Yutaka | 1 | -20/+57 |
2022-03-18 | common: New function map_static_strings | Werner Koch | 4 | -5/+86 |
2022-03-15 | common: New flags for gnupg_spawn_process | Werner Koch | 3 | -9/+29 |
2022-03-04 | common,w32: Support file names longer than MAX_PATH in iobuf. | Werner Koch | 1 | -18/+4 |
2022-02-07 | Update copyright notices. | Werner Koch | 1 | -1/+1 |
2022-02-07 | common: Fix creation of Windows socket directories. | Werner Koch | 1 | -21/+2 |
2022-01-26 | gpgconf: Some more fixes for the backported stuff. | Werner Koch | 1 | -4/+0 |
2022-01-25 | common: Fix returning of option attributes for options with args. | Werner Koch | 1 | -0/+11 |
2022-01-12 | common,w32: Improve HKCU->HKLM fallback | Werner Koch | 1 | -2/+12 |
2021-12-29 | common: New function xreallocarray | Werner Koch | 2 | -0/+63 |
2021-12-13 | common,w32: Sync read_w32_registry_string with the gpgrt version | Werner Koch | 1 | -6/+6 |
2021-11-18 | common,w32: New function read_w32_reg_string. | Werner Koch | 3 | -18/+74 |
2021-11-18 | gpg,gpgsm: Add option --min-rsa-length. | Werner Koch | 2 | -8/+27 |
2021-11-02 | common: Support MYPROC_SELF_EXE for Solaris | Werner Koch | 2 | -1/+3 |
2021-11-02 | common: Silence warning from unix_rootdir on systems w/o /proc | Werner Koch | 1 | -4/+6 |
2021-11-02 | common: Respect gpgconf.ctl when looking up translations | Ingo Klöcker | 1 | -3/+3 |
2021-11-02 | common: Support gpgconf.ctl also for BSDs. | Werner Koch | 1 | -10/+25 |
2021-11-02 | common: Add keyword sysconfdir to the optional gpgconf.ctl file. | Werner Koch | 1 | -18/+69 |
2021-11-02 | common: Support a gpgconf.ctl file under Unix. | Werner Koch | 1 | -17/+252 |
2021-11-02 | common: New function substitute_envvars. | Werner Koch | 3 | -0/+206 |
2021-11-02 | common,w32: Do not always print "Garbled console data" warning. | Werner Koch | 1 | -2/+8 |
2021-10-06 | dirmngr: New option --ignore-cert | Werner Koch | 1 | -1/+2 |
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 | common: New function decode_c_string. | Werner Koch | 2 | -0/+77 |
2021-08-20 | wkd: Fix client issue with leading or trailing spaces in user-ids. | Werner Koch | 4 | -16/+194 |
2021-08-18 | common,w32: Replace log_debug by log_info for InProcessJobs | Werner Koch | 1 | -3/+3 |
2021-08-17 | w32: Move socketdir to LOCAL_APPDATA | Werner Koch | 4 | -75/+158 |
2021-08-16 | common: Pass XDG_SESSION_TYPE and QT_QPA_PLATFORM envvars to pinentry | Ingo Klöcker | 1 | -0/+5 |
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-10 | gpg: Partial fix for Unicode problem in output files. | Werner Koch | 1 | -1/+1 |
2021-06-08 | w32: Change spawn functions to use Unicode version of CreateProcess. | Werner Koch | 1 | -47/+98 |
2021-06-08 | common,w32: Breakaway detached childs when in job | Andre Heinecke | 1 | -0/+45 |
2021-06-08 | w32: Always use Unicode for console input and output. | Werner Koch | 1 | -0/+11 |