| Commit message (Expand) | Author | Files | Lines |
2021-03-26 | common: New function to uncompress an ECC public key. | Werner Koch | 3 | -0/+503 |
2021-03-26 | indent: Modernize mem2str. | Werner Koch | 1 | -18/+20 |
2021-03-22 | gpg: Support exporting Ed448 SSH key. | NIIBE Yutaka | 2 | -0/+29 |
2021-03-15 | common: Fix the NBITS of Ed448in OIDTABLE. | NIIBE Yutaka | 1 | -1/+1 |
2021-03-10 | tpm2d: Add tpm2daemon code | James Bottomley | 3 | -0/+9 |
2021-03-08 | w32: Change spawn functions to use Unicode version of CreateProcess. | Werner Koch | 1 | -47/+97 |
2021-03-05 | w32: Always use Unicode for console input and output. | Werner Koch | 1 | -0/+11 |
2021-03-05 | w32: Free memory allocated by new function w32_write_console. | Werner Koch | 1 | -0/+1 |
2021-03-05 | common,w32: Allow Unicode input and output with the console. | Werner Koch | 1 | -31/+73 |
2021-03-05 | common: Re-indent ttyio.c and remove EMX, RISCOS, and CE support | Werner Koch | 1 | -248/+187 |
2021-03-04 | common: Rename w32-misc.c to w32-cmdline.c | Werner Koch | 3 | -4/+4 |
2021-03-04 | common,w32: Implement globing of command line args. | Werner Koch | 4 | -18/+325 |
2021-03-04 | common,w32: Refine the command line parsing for \ in quotes. | Werner Koch | 2 | -6/+33 |
2021-03-04 | common: First take on handling Unicode command line args. | Werner Koch | 5 | -6/+459 |
2021-02-21 | tools,w32: Add resource and manifest files to all binaries.Beta-2.3.0-beta1598 | Werner Koch | 1 | -2/+2 |
2021-02-10 | Require GpgRT version 1.41. | Werner Koch | 1 | -19/+0 |
2021-01-28 | Include the library version in the compliance checks. | Werner Koch | 2 | -15/+64 |
2021-01-25 | agent: Support ssh-agent extensions for environment variables. | Werner Koch | 1 | -3/+35 |
2021-01-19 | Require Libgcrypt 1.9 | Werner Koch | 2 | -6/+0 |
2021-01-11 | gpg,w32: Fix gnupg_remove. | Werner Koch | 3 | -1/+132 |
2020-12-21 | common: Remove superfluous debug output from dotlock.c. | Werner Koch | 1 | -2/+0 |
2020-11-18 | build: Update to newer autoconf constructs. | NIIBE Yutaka | 1 | -4/+4 |
2020-11-18 | build: Use modern Autoconf check for types. | NIIBE Yutaka | 1 | -11/+11 |
2020-11-05 | gpg: Add canceled status message. | Ben Kibbey | 1 | -0/+1 |
2020-11-04 | common: Fix duplicate implementation of try_make_homedir. | Werner Koch | 2 | -0/+34 |
2020-11-04 | w32: Add another pinentry search path | Andre Heinecke | 1 | -0/+2 |
2020-11-03 | w32: Fix strftime problem on Windows. | Werner Koch | 1 | -2/+31 |
2020-10-23 | common: Allow building with released libgpg-error. | Werner Koch | 1 | -7/+9 |
2020-10-21 | common: New functions gnupg_opendir et al. | Werner Koch | 2 | -0/+180 |
2020-10-21 | w32: Make gnupg_remove and gnupg_rename_file Unicode aware | Werner Koch | 1 | -3/+33 |
2020-10-20 | Replace all calls to stat by gnupg_stat. | Werner Koch | 3 | -1/+50 |
2020-10-20 | Replace most calls to open by a new wrapper. | Werner Koch | 3 | -15/+67 |
2020-10-20 | w32: Allow Unicode filenames for dotlock | Werner Koch | 2 | -27/+192 |
2020-10-20 | Replace most of the remaining stdio calls by estream calls. | Werner Koch | 2 | -6/+8 |
2020-10-20 | Replace all calls to access by gnupg_access | Werner Koch | 6 | -63/+69 |
2020-10-02 | w32: Silence warning due to recent change of split_fields. | Werner Koch | 1 | -1/+1 |
2020-09-24 | keyboxd: Integrate into gpgconf. | Werner Koch | 3 | -1/+15 |
2020-09-22 | common: Fix name of keyboxd. | Werner Koch | 1 | -1/+1 |
2020-09-18 | common,agent,dirmngr,g10,tools: Fix split_fields API. | NIIBE Yutaka | 3 | -8/+10 |
2020-09-11 | common: New function cmp_canon_sexp. | Werner Koch | 4 | -2/+200 |
2020-09-09 | agent: Keep some permissions of private-keys-v1.d. | Werner Koch | 1 | -23/+41 |
2020-09-09 | kbx: Change X.509 S/N search definition. | Werner Koch | 1 | -1/+2 |
2020-09-02 | common: New helper function gnupg_close_pipe. | Werner Koch | 3 | -0/+21 |
2020-09-01 | Use only one copy of the warn_server_mismatch function. | Werner Koch | 5 | -1/+110 |
2020-08-28 | common: Fix fallback handling to utf-8. | NIIBE Yutaka | 1 | -1/+1 |
2020-08-21 | common: Use gpgrt functions for mkdir and chdir. | Werner Koch | 1 | -24/+6 |
2020-08-21 | common,w32: Do not assume the ANSI code during string conversion. | Werner Koch | 1 | -2/+21 |
2020-08-21 | common: Strip trailing CR,LF from w32_strerror. | Werner Koch | 2 | -1/+7 |
2020-08-20 | gpgtar: Make --files-from and --null work as described. | Werner Koch | 3 | -1/+32 |
2020-08-20 | build: New configure option --disable-tests | Werner Koch | 1 | -0/+4 |