| Commit message (Expand) | Author | Files | Lines |
2024-05-31 | indent: Fix spelling | Daniel Kahn Gillmor | 1 | -2/+2 |
2024-03-26 | gpg,gpgsm: New option --disable-fd-translation. | Werner Koch | 1 | -7/+17 |
2023-09-07 | common: Never remove /dev/null. | Werner Koch | 1 | -1/+6 |
2023-07-11 | common: Add gnupg_check_special_filename. | NIIBE Yutaka | 1 | -0/+42 |
2023-07-10 | common,gpg,kbx: Factor out open_stream_nc. | NIIBE Yutaka | 1 | -0/+19 |
2023-07-10 | common:w32: Fix gnupg_w32_set_errno. | NIIBE Yutaka | 1 | -0/+1 |
2023-07-10 | common:w32: Fix gnupg_w32_set_errno. | NIIBE Yutaka | 1 | -0/+1 |
2023-07-04 | common,w32: Add missing GetLastError->errno mapping. | Werner Koch | 1 | -2/+3 |
2023-06-29 | common: Fix the cast for 64-bit Windows. | NIIBE Yutaka | 1 | -5/+3 |
2023-06-29 | common: Raise an error correctly in check_special_filename. | NIIBE Yutaka | 1 | -2/+21 |
2023-06-28 | tools:gpgtar: Clean up the use of --status-fd. | NIIBE Yutaka | 1 | -24/+8 |
2023-06-27 | common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int. | NIIBE Yutaka | 1 | -25/+19 |
2023-06-26 | tools: Fix use of EXCEPTS when spawning a process. | NIIBE Yutaka | 1 | -1/+1 |
2023-06-23 | common: Remove translate_sys2libc_fd_int. | NIIBE Yutaka | 1 | -19/+1 |
2023-06-23 | common: Add gnupg_sys2libc_fdstr function. | NIIBE Yutaka | 1 | -19/+73 |
2023-06-22 | common: Add translate_sys2libc_fdstr. | NIIBE Yutaka | 1 | -0/+50 |
2023-06-09 | w32: Map ERROR_FILE_INVALID to EIO. | Werner Koch | 1 | -0/+3 |
2023-06-09 | w32: Map ERROR_FILE_INVALID to EIO. | Werner Koch | 1 | -0/+3 |
2023-05-16 | w32: Also use _putenv_s for gnupg_unsetenv. | NIIBE Yutaka | 1 | -1/+13 |
2023-05-16 | w32: Use _putenv_s. | NIIBE Yutaka | 1 | -0/+14 |
2022-11-30 | w32: Fix gnupg_unsetenv. | NIIBE Yutaka | 1 | -2/+11 |
2022-11-18 | w32: Fix gnupg_tmpfile for possible failure. | NIIBE Yutaka | 1 | -6/+3 |
2022-10-14 | common,w32: Fix struct stat on Windows. | NIIBE Yutaka | 1 | -1/+11 |
2022-08-03 | common: Silence warnings from AllowSetForegroundWindow. | Werner Koch | 1 | -2/+6 |
2022-06-03 | Remove remaining support for WindowsCE | Werner Koch | 1 | -92/+18 |
2021-08-11 | w32: Move socketdir to LCOAL_APPDATA | Werner Koch | 1 | -0/+27 |
2021-02-10 | Require GpgRT version 1.41. | Werner Koch | 1 | -19/+0 |
2021-01-11 | gpg,w32: Fix gnupg_remove. | Werner Koch | 1 | -1/+129 |
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 | 1 | -0/+162 |
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 | 1 | -0/+43 |
2020-10-20 | Replace most calls to open by a new wrapper. | Werner Koch | 1 | -0/+36 |
2020-10-20 | Replace most of the remaining stdio calls by estream calls. | Werner Koch | 1 | -0/+2 |
2020-10-20 | Replace all calls to access by gnupg_access | Werner Koch | 1 | -18/+25 |
2020-09-09 | agent: Keep some permissions of private-keys-v1.d. | Werner Koch | 1 | -23/+41 |
2020-08-21 | common: Use gpgrt functions for mkdir and chdir. | Werner Koch | 1 | -24/+6 |
2020-08-06 | common: New helper function gnupg_chuid. | Werner Koch | 1 | -0/+98 |
2020-01-13 | gpg,sm: Avoid useless ASFW diagnostic in loopback mode. | Werner Koch | 1 | -0/+21 |
2019-07-24 | common,w32: Fix cast from gnupg_fd_t to call _open_osfhandle. | NIIBE Yutaka | 1 | -2/+2 |
2018-10-02 | common: Fix gnupg_reopen_std. | NIIBE Yutaka | 1 | -6/+5 |
2017-11-15 | assuan: Fix exponential decay for first second. | Werner Koch | 1 | -4/+3 |
2017-07-25 | common: New functions gnupg_daemon_rootdir and gnupg_chdir. | Werner Koch | 1 | -0/+9 |
2017-06-23 | agent: Shutdown on removal of the home directory. | Werner Koch | 1 | -0/+37 |
2017-04-28 | Spelling fixes in docs and comments. | NIIBE Yutaka | 1 | -1/+1 |
2017-02-08 | gpg,common: Make sure that all fd given are valid. | Justus Winter | 1 | -0/+11 |
2016-11-29 | gpg,sm: Merge the two versions of check_special_filename. | Werner Koch | 1 | -1/+35 |
2016-11-16 | common: Rename keybox_file_rename to gnupg_rename_file. | Werner Koch | 1 | -0/+70 |
2016-11-05 | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 1 | -1/+1 |
2016-10-31 | common: New function gnupg_usleep. | Werner Koch | 1 | -1/+45 |