aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-26common: Fix gnupg_access for older libgpg-error.Werner Koch1-1/+3
2020-10-23common: New functions gnupg_opendir et al.Werner Koch2-0/+178
2020-10-23w32: Make gnupg_remove and gnupg_rename_file Unicode awareWerner Koch1-3/+33
2020-10-23Replace all calls to stat by gnupg_stat.Werner Koch3-1/+50
2020-10-23Replace most calls to open by a new wrapper.Werner Koch3-15/+67
2020-10-21w32: Allow Unicode filenames for dotlockWerner Koch2-27/+192
2020-10-21Replace most of the remaining stdio calls by estream calls.Werner Koch1-6/+6
2020-10-21Replace all calls to access by gnupg_accessWerner Koch6-50/+81
2020-10-02common,w32: Change copyright holder notice.Werner Koch1-0/+14
2020-10-02gpgconf,w32: Add manifest so we get the correct windows version.Werner Koch1-2/+2
2020-09-10agent: Keep some permissions of private-keys-v1.d.Werner Koch1-24/+42
2020-08-22common: Use gpgrt functions for mkdir and chdir if availableWerner Koch1-3/+15
2020-08-22common,w32: Do not assume the ANSI codepage during string conversion.Werner Koch1-2/+21
2020-08-22common: Strip trailing CR,LF from w32_strerror.Werner Koch2-1/+7
2020-08-20gpgtar: Make --files-from and --null work as described.Werner Koch3-1/+32
2020-08-20build: New configure option --disable-testsWerner Koch1-0/+4
2020-08-12common: Pass the WAYLAND_DISPLAY envvar alongWerner Koch1-0/+1
2020-07-30w32: More adding NETLIBS.NIIBE Yutaka1-1/+1
2020-07-14gpgsm: Make rsaPSS a compliant scheme in de-vs mode.Werner Koch1-8/+4
2020-07-03sm: Exclude rsaPSS from de-vs compliance mode.Werner Koch4-2/+36
2020-06-03common: Add missing error code GPG_ERR_WRONG_NAME.Werner Koch1-1/+10
2020-05-12common: Change argument order of log_printhex.Werner Koch2-9/+17
2020-04-16gpg: Support decryption of the new AEAD packetWerner Koch1-0/+11
2020-04-15common: New function to map hash algo names.Werner Koch2-0/+42
2020-04-15scd:p15: Fix decrypt followed by sign problem for D-Trust cards.Werner Koch2-0/+85
2020-04-01scd:p15: Support signing with CardOS 5 cards.Werner Koch1-0/+5
2020-03-27sm: Consider certificates w/o CRL DP as valid.Werner Koch1-0/+1
2020-03-19Copyright notice updates et al.Werner Koch1-1/+1
2020-03-14gpg: New option --include-key-block.Werner Koch1-1/+4
2020-02-17sm: Remove left over debug output.Werner Koch1-1/+0
2020-02-15gpgsm: Fix import of some CR,LF ternminated certificatesWerner Koch1-8/+18
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch3-8/+9
2020-02-10common: Also protect log_inc_errorcount against counter overflow.Werner Koch1-4/+4
2020-01-17gpgconf,w32: Print a warning for a suspicious homedir.Werner Koch1-0/+3
2019-08-21common: Extend function pubkey_algo_string.Werner Koch2-3/+8
2019-08-12common: Fix line break handling, finding a space.NIIBE Yutaka1-3/+3
2019-05-27gpg: Allow deletion of subkeys with --delete-[secret-]key.Werner Koch1-3/+4
2019-04-16common: Fix AWK portability.NIIBE Yutaka2-7/+7
2019-02-19common: Fix gnupg_wait_processes.NIIBE Yutaka1-24/+26
2019-02-12Release 2.2.13gnupg-2.2.13Werner Koch2-2/+2
2019-02-11common: Provide function to get public key algo names in our format.Werner Koch2-0/+59
2019-02-11common: New functions get_option_value and ascii_strupr.Werner Koch4-1/+71
2019-01-29common: Provide some convenient OpenPGP related constants.Werner Koch1-0/+6
2019-01-29common: New helper functions for OpenPGP curve OIDs.Werner Koch3-34/+66
2018-12-05common/iobuf: fix memory wiping in iobuf_copyJussi Kivilinna1-1/+6
2018-12-05common: Use platform memory zeroing function for wipememoryJussi Kivilinna2-9/+19
2018-10-24agent: Fix possible uninitalized use of CTX in simple_pwquery.Werner Koch1-0/+1
2018-10-02common: Fix gnupg_reopen_std.NIIBE Yutaka1-6/+5
2018-09-10common: Use iobuf_get_noeof to avoid undefined behaviors.NIIBE Yutaka1-3/+3
2018-09-06Fix use of strncpy, which is actually good to use memcpy.NIIBE Yutaka1-1/+1