aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* w32: Support Unicode also for config files etc.Werner Koch2020-11-102-1/+52
* w32: Support utf8 for getcwd even if build with gpgrt < 1.40.Werner Koch2020-11-101-8/+28
* Require Libgpg-error 1.27Werner Koch2020-11-091-20/+0
* Require Libgcrypt 1.8Werner Koch2020-11-091-4/+0
* gpg: Add canceled status message.Ben Kibbey2020-11-091-0/+1
* common: Fix duplicate implementation of try_make_homedir.Werner Koch2020-11-042-0/+34
* w32: Add another pinentry search pathAndre Heinecke2020-11-041-0/+2
* w32: Fix strftime problem on Windows.Werner Koch2020-11-031-2/+31
* common: Fix gnupg_access for older libgpg-error.Werner Koch2020-10-261-1/+3
* common: New functions gnupg_opendir et al.Werner Koch2020-10-232-0/+178
* w32: Make gnupg_remove and gnupg_rename_file Unicode awareWerner Koch2020-10-231-3/+33
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-233-1/+50
* Replace most calls to open by a new wrapper.Werner Koch2020-10-233-15/+67
* w32: Allow Unicode filenames for dotlockWerner Koch2020-10-212-27/+192
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-211-6/+6
* Replace all calls to access by gnupg_accessWerner Koch2020-10-216-50/+81
* common,w32: Change copyright holder notice.Werner Koch2020-10-021-0/+14
* gpgconf,w32: Add manifest so we get the correct windows version.Werner Koch2020-10-021-2/+2
* agent: Keep some permissions of private-keys-v1.d.Werner Koch2020-09-101-24/+42
* common: Use gpgrt functions for mkdir and chdir if availableWerner Koch2020-08-221-3/+15
* common,w32: Do not assume the ANSI codepage during string conversion.Werner Koch2020-08-221-2/+21
* common: Strip trailing CR,LF from w32_strerror.Werner Koch2020-08-222-1/+7
* gpgtar: Make --files-from and --null work as described.Werner Koch2020-08-203-1/+32
* build: New configure option --disable-testsWerner Koch2020-08-201-0/+4
* common: Pass the WAYLAND_DISPLAY envvar alongWerner Koch2020-08-121-0/+1
* w32: More adding NETLIBS.NIIBE Yutaka2020-07-301-1/+1
* gpgsm: Make rsaPSS a compliant scheme in de-vs mode.Werner Koch2020-07-141-8/+4
* sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch2020-07-034-2/+36
* common: Add missing error code GPG_ERR_WRONG_NAME.Werner Koch2020-06-031-1/+10
* common: Change argument order of log_printhex.Werner Koch2020-05-122-9/+17
* gpg: Support decryption of the new AEAD packetWerner Koch2020-04-161-0/+11
* common: New function to map hash algo names.Werner Koch2020-04-152-0/+42
* scd:p15: Fix decrypt followed by sign problem for D-Trust cards.Werner Koch2020-04-152-0/+85
* scd:p15: Support signing with CardOS 5 cards.Werner Koch2020-04-011-0/+5
* sm: Consider certificates w/o CRL DP as valid.Werner Koch2020-03-271-0/+1
* Copyright notice updates et al.Werner Koch2020-03-191-1/+1
* gpg: New option --include-key-block.Werner Koch2020-03-141-1/+4
* sm: Remove left over debug output.Werner Koch2020-02-171-1/+0
* gpgsm: Fix import of some CR,LF ternminated certificatesWerner Koch2020-02-151-8/+18
* build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch2020-02-103-8/+9
* common: Also protect log_inc_errorcount against counter overflow.Werner Koch2020-02-101-4/+4
* gpgconf,w32: Print a warning for a suspicious homedir.Werner Koch2020-01-171-0/+3
* common: Extend function pubkey_algo_string.Werner Koch2019-08-212-3/+8
* common: Fix line break handling, finding a space.NIIBE Yutaka2019-08-121-3/+3
* gpg: Allow deletion of subkeys with --delete-[secret-]key.Werner Koch2019-05-271-3/+4
* common: Fix AWK portability.NIIBE Yutaka2019-04-162-7/+7
* common: Fix gnupg_wait_processes.NIIBE Yutaka2019-02-191-24/+26
* Release 2.2.13gnupg-2.2.13Werner Koch2019-02-122-2/+2
* common: Provide function to get public key algo names in our format.Werner Koch2019-02-112-0/+59
* common: New functions get_option_value and ascii_strupr.Werner Koch2019-02-114-1/+71