aboutsummaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* common,w32: Refine the command line parsing for \ in quotes.Werner Koch2021-06-082-6/+33
* common: First take on handling Unicode command line args.Werner Koch2021-06-085-6/+459
* sm: Support AES-GCM decryption.Werner Koch2021-06-021-1/+2
* gpg,sm: Simplify keyserver spec parsing.Werner Koch2021-05-262-74/+0
* common: Avoid double-freeJakub Jelen2021-05-201-0/+1
* sm: Support decryption of password based encryption (pwri)Werner Koch2021-05-172-0/+17
* common: Fix gnupg_wait_processes, by skipping invalid PID.NIIBE Yutaka2021-05-031-1/+6
* common: Extend the openpgp_curve_to_oid function.Werner Koch2021-04-293-4/+13
* common: New module to compute openpgp fingerprintsWerner Koch2021-04-293-0/+306
* common: New function to uncompress an ECC public key.Werner Koch2021-04-293-1/+593
* common: New function cmp_canon_sexp.Werner Koch2021-04-294-2/+200
* scd: Extend iso7816_select_pathWerner Koch2021-04-291-0/+2
* common: Make the compliance check more robust.Werner Koch2021-04-011-16/+60
* common: New function dotlock_is_locked.Werner Koch2021-03-022-4/+19
* common: Fix compiler warningWerner Koch2021-02-171-1/+1
* Include the library version in the compliance checks.Werner Koch2021-01-282-15/+64
* Update copyright notices.Werner Koch2021-01-111-1/+1
* gpg,w32: Fix gnupg_remove.Werner Koch2021-01-113-1/+132
* common: Remove superfluous debug output from dotlock.c.Werner Koch2020-12-211-2/+0
* common: Fix the "ignore" meta command in argparse.cWerner Koch2020-12-213-36/+122
* Backport of the new option parser from 2.3Werner Koch2020-12-043-693/+1841
* common: Fix fallback handling to utf-8.NIIBE Yutaka2020-11-271-1/+1
* 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