summaryrefslogtreecommitdiffstats
path: root/common (follow)
Commit message (Expand)AuthorAgeFilesLines
* common: Allow for GCM decryption in de-vs mode.Werner Koch2021-06-021-1/+2
* gpg: Partial fix for Unicode problem in output files.Werner Koch2021-05-251-1/+1
* common: Annotate leaked memory in homedir.cWerner Koch2021-05-212-13/+61
* common: Avoid double-freeJakub Jelen2021-05-201-0/+1
* agent: Avoid memory leaks in error code paths.Jakub Jelen2021-05-201-0/+1
* gpg,gpgsm: Move use-keyboxd to the new conf file common.confWerner Koch2021-04-193-0/+182
* common: New module to compute openpgp fingerprintsWerner Koch2021-04-163-0/+304
* common: Fix memory leaks.Jakub Jelen2021-04-132-2/+12
* common: Fix gnupg_wait_processes, by skipping invalid PID.NIIBE Yutaka2021-04-081-1/+6
* common: Make the compliance check more robust.Werner Koch2021-04-011-16/+58
* common: New function to uncompress an ECC public key.Werner Koch2021-03-263-0/+503
* indent: Modernize mem2str.Werner Koch2021-03-261-18/+20
* gpg: Support exporting Ed448 SSH key.NIIBE Yutaka2021-03-222-0/+29
* common: Fix the NBITS of Ed448in OIDTABLE.NIIBE Yutaka2021-03-151-1/+1
* tpm2d: Add tpm2daemon codeJames Bottomley2021-03-103-0/+9
* w32: Change spawn functions to use Unicode version of CreateProcess.Werner Koch2021-03-081-47/+97
* w32: Always use Unicode for console input and output.Werner Koch2021-03-051-0/+11
* w32: Free memory allocated by new function w32_write_console.Werner Koch2021-03-051-0/+1
* common,w32: Allow Unicode input and output with the console.Werner Koch2021-03-051-31/+73
* common: Re-indent ttyio.c and remove EMX, RISCOS, and CE supportWerner Koch2021-03-051-248/+187
* common: Rename w32-misc.c to w32-cmdline.cWerner Koch2021-03-043-4/+4
* common,w32: Implement globing of command line args.Werner Koch2021-03-044-18/+325
* common,w32: Refine the command line parsing for \ in quotes.Werner Koch2021-03-042-6/+33
* common: First take on handling Unicode command line args.Werner Koch2021-03-045-6/+459
* tools,w32: Add resource and manifest files to all binaries.Beta-2.3.0-beta1598Werner Koch2021-02-211-2/+2
* Require GpgRT version 1.41.Werner Koch2021-02-101-19/+0
* Include the library version in the compliance checks.Werner Koch2021-01-282-15/+64
* agent: Support ssh-agent extensions for environment variables.Werner Koch2021-01-251-3/+35
* Require Libgcrypt 1.9Werner Koch2021-01-192-6/+0
* 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
* build: Update to newer autoconf constructs.NIIBE Yutaka2020-11-181-4/+4
* build: Use modern Autoconf check for types.NIIBE Yutaka2020-11-181-11/+11
* gpg: Add canceled status message.Ben Kibbey2020-11-051-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: Allow building with released libgpg-error.Werner Koch2020-10-231-7/+9
* common: New functions gnupg_opendir et al.Werner Koch2020-10-212-0/+180
* w32: Make gnupg_remove and gnupg_rename_file Unicode awareWerner Koch2020-10-211-3/+33
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-203-1/+50
* Replace most calls to open by a new wrapper.Werner Koch2020-10-203-15/+67
* w32: Allow Unicode filenames for dotlockWerner Koch2020-10-202-27/+192
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-202-6/+8
* Replace all calls to access by gnupg_accessWerner Koch2020-10-206-63/+69
* w32: Silence warning due to recent change of split_fields.Werner Koch2020-10-021-1/+1
* keyboxd: Integrate into gpgconf.Werner Koch2020-09-243-1/+15
* common: Fix name of keyboxd.Werner Koch2020-09-221-1/+1
* common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka2020-09-183-8/+10
* common: New function cmp_canon_sexp.Werner Koch2020-09-114-2/+200