aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* wks: Do not mark key files as executableBernhard M. Wiedemann2021-11-091-1/+1
* wks: Allow access to newly created dirsBernhard M. Wiedemann2021-11-091-2/+2
* doc: Minor fix for --http-proxy.Werner Koch2021-11-051-1/+1
* build: Let the release target also sign the wixlib.Werner Koch2021-11-021-2/+6
* 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-022-4/+4
* common: Support gpgconf.ctl also for BSDs.Werner Koch2021-11-022-10/+31
* 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
* dns: Make reading resolv.conf more robust.NIIBE Yutaka2021-11-021-1/+6
* gpg: Fix printing of binary notations.Werner Koch2021-10-221-2/+6
* gpgconf: create local option file even if a global file exists.Werner Koch2021-10-222-0/+50
* scd: Select a reader for PC/SC.NIIBE Yutaka2021-10-221-4/+76
* gpg: New option --override-compliance-checkWerner Koch2021-10-134-11/+56
* Post release updatesWerner Koch2021-10-062-1/+7
* Release 2.2.32gnupg-2.2.32Werner Koch2021-10-061-1/+8
* gpg: Skip the packet when not used for AEAD.NIIBE Yutaka2021-10-061-0/+1
* dirmngr: New option --ignore-certWerner Koch2021-10-065-7/+98
* dirmngr: Fix Let's Encrypt certificate chain validation.Werner Koch2021-10-061-8/+31
* Post release updatesWerner Koch2021-09-162-1/+7
* Release 2.2.31gnupg-2.2.31Werner Koch2021-09-151-1/+8
* po: Change German descriptions for password constraints.Werner Koch2021-09-151-8/+6
* Update release signing keys.Werner Koch2021-09-141-0/+0
* scd: Remove context reference counting from pc/scWerner Koch2021-09-141-22/+16
* common: New envvar GNUPG_EXEC_DEBUG_FLAGS.Werner Koch2021-09-131-4/+16
* doc: Clarify some gpg keyring optionsWerner Koch2021-09-091-15/+15
* scd: Support PC/SC for "getinfo reader_list".Werner Koch2021-09-083-12/+88
* scd: Fix possible assertion in close_pcsc_reader.Werner Koch2021-09-071-6/+12
* agent: Fix segv in GET_PASSPHRASE (regression)Werner Koch2021-09-071-1/+1
* gpg: Print a note about the obsolete option --secret-keyring.Werner Koch2021-08-281-1/+1
* Fix announcement mail URLWerner Koch2021-08-271-1/+1
* common: Fix put_membuf.NIIBE Yutaka2021-08-271-1/+4
* build: Fix removal of AC_TYPE_SIGNAL.NIIBE Yutaka2021-08-271-0/+1
* po: Update Japanese Translation.NIIBE Yutaka2021-08-261-11/+7
* common: Fix get_signal_name for GNU/Linux.NIIBE Yutaka2021-08-262-2/+4
* Post release updatesWerner Koch2021-08-262-1/+7
* Release 2.2.30gnupg-2.2.30Werner Koch2021-08-261-1/+20
* po: Auto updateWerner Koch2021-08-2626-10/+689
* po: Update German translationWerner Koch2021-08-261-1/+25
* wkd: Properly unescape the user-id from a key listing.Werner Koch2021-08-201-6/+16
* common: New function decode_c_string.Werner Koch2021-08-202-0/+77
* agent: Use the sysconfdir for a pattern file.Werner Koch2021-08-202-5/+35
* agent: Ignore passphrase constraints for a generated passphrase.Werner Koch2021-08-204-35/+73
* wkd: Fix client issue with leading or trailing spaces in user-ids.Werner Koch2021-08-206-18/+199
* gpg: Return SUCCESS/FAILURE status also for --card-edit/name.Werner Koch2021-08-201-3/+8
* agent: Improve the GENPIN callback.Werner Koch2021-08-181-9/+14
* agent: Fix for zero length help string in pinentry hints.Werner Koch2021-08-181-14/+31