aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: Fix assertion failure due to errors in encrypt_filter.Werner Koch2022-08-311-4/+4
* gpgsm: New option --compatibility-flags.Werner Koch2022-08-192-0/+89
* common: In private key mode write "Key:" always last in name-value.Werner Koch2022-08-161-13/+40
* common: New function nve_set.Werner Koch2022-08-152-15/+90
* common: Silence warnings from AllowSetForegroundWindow.Werner Koch2022-08-031-2/+6
* gpgconf: Improve registry dumping.Werner Koch2022-08-023-6/+33
* common: Add an easy to use DER builder.Werner Koch2022-06-204-12/+417
* w32: Avoid warning about not including winsock2.h after windows.hWerner Koch2022-06-031-0/+3
* w32: Allow Unicode filenames for iobuf_cancel.Werner Koch2022-06-032-32/+20
* 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