| Commit message (Expand) | Author | Age | Files | Lines |
* | common: Never remove /dev/null. | Werner Koch | 2023-09-07 | 1 | -1/+6 |
* | common:w32: Fix gnupg_w32_set_errno. | NIIBE Yutaka | 2023-07-10 | 1 | -0/+1 |
* | common,w32: Add missing GetLastError->errno mapping. | Werner Koch | 2023-07-04 | 1 | -2/+3 |
* | w32: Map ERROR_FILE_INVALID to EIO. | Werner Koch | 2023-06-09 | 1 | -0/+3 |
* | w32: Fix gnupg_unsetenv. | NIIBE Yutaka | 2022-11-30 | 1 | -2/+11 |
* | w32: Fix gnupg_tmpfile for possible failure. | NIIBE Yutaka | 2022-11-18 | 1 | -6/+3 |
* | common,w32: Fix struct stat on Windows. | NIIBE Yutaka | 2022-10-14 | 1 | -1/+11 |
* | common: Silence warnings from AllowSetForegroundWindow. | Werner Koch | 2022-08-03 | 1 | -2/+6 |
* | Remove remaining support for WindowsCE | Werner Koch | 2022-06-03 | 1 | -92/+18 |
* | w32: Move socketdir to LCOAL_APPDATA | Werner Koch | 2021-08-11 | 1 | -0/+27 |
* | Require GpgRT version 1.41. | Werner Koch | 2021-02-10 | 1 | -19/+0 |
* | gpg,w32: Fix gnupg_remove. | Werner Koch | 2021-01-11 | 1 | -1/+129 |
* | common: Allow building with released libgpg-error. | Werner Koch | 2020-10-23 | 1 | -7/+9 |
* | common: New functions gnupg_opendir et al. | Werner Koch | 2020-10-21 | 1 | -0/+162 |
* | w32: Make gnupg_remove and gnupg_rename_file Unicode aware | Werner Koch | 2020-10-21 | 1 | -3/+33 |
* | Replace all calls to stat by gnupg_stat. | Werner Koch | 2020-10-20 | 1 | -0/+43 |
* | Replace most calls to open by a new wrapper. | Werner Koch | 2020-10-20 | 1 | -0/+36 |
* | Replace most of the remaining stdio calls by estream calls. | Werner Koch | 2020-10-20 | 1 | -0/+2 |
* | Replace all calls to access by gnupg_access | Werner Koch | 2020-10-20 | 1 | -18/+25 |
* | agent: Keep some permissions of private-keys-v1.d. | Werner Koch | 2020-09-09 | 1 | -23/+41 |
* | common: Use gpgrt functions for mkdir and chdir. | Werner Koch | 2020-08-21 | 1 | -24/+6 |
* | common: New helper function gnupg_chuid. | Werner Koch | 2020-08-06 | 1 | -0/+98 |
* | gpg,sm: Avoid useless ASFW diagnostic in loopback mode. | Werner Koch | 2020-01-13 | 1 | -0/+21 |
* | common,w32: Fix cast from gnupg_fd_t to call _open_osfhandle. | NIIBE Yutaka | 2019-07-24 | 1 | -2/+2 |
* | common: Fix gnupg_reopen_std. | NIIBE Yutaka | 2018-10-02 | 1 | -6/+5 |
* | assuan: Fix exponential decay for first second. | Werner Koch | 2017-11-15 | 1 | -4/+3 |
* | common: New functions gnupg_daemon_rootdir and gnupg_chdir. | Werner Koch | 2017-07-25 | 1 | -0/+9 |
* | agent: Shutdown on removal of the home directory. | Werner Koch | 2017-06-23 | 1 | -0/+37 |
* | Spelling fixes in docs and comments. | NIIBE Yutaka | 2017-04-28 | 1 | -1/+1 |
* | gpg,common: Make sure that all fd given are valid. | Justus Winter | 2017-02-08 | 1 | -0/+11 |
* | gpg,sm: Merge the two versions of check_special_filename. | Werner Koch | 2016-11-29 | 1 | -1/+35 |
* | common: Rename keybox_file_rename to gnupg_rename_file. | Werner Koch | 2016-11-16 | 1 | -0/+70 |
* | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 2016-11-05 | 1 | -1/+1 |
* | common: New function gnupg_usleep. | Werner Koch | 2016-10-31 | 1 | -1/+45 |
* | common: Remove debug output from gnupg_get_socket_name. | Werner Koch | 2016-10-27 | 1 | -4/+4 |
* | common: Fix gnupg_inotify_has_name, differently. | NIIBE Yutaka | 2016-10-27 | 1 | -21/+15 |
* | agent,common: move get_socket_name() into common. | Daniel Kahn Gillmor | 2016-10-27 | 1 | -0/+49 |
* | common: Fix gnupg_inotify_has_name. | NIIBE Yutaka | 2016-10-27 | 1 | -14/+22 |
* | common: Use GPG_ERR_INV_VALUE instead of GPG_ERR_EINVAL. | Werner Koch | 2016-10-26 | 1 | -1/+1 |
* | common: avoid segfault | Daniel Kahn Gillmor | 2016-10-26 | 1 | -0/+3 |
* | common: Use strconcat in gnupg_setenv. | Werner Koch | 2016-10-25 | 1 | -22/+22 |
* | common,w32: Fix setting environment variables on Windows. | Justus Winter | 2016-10-20 | 1 | -39/+62 |
* | agent: Move inotify code to common and improve it. | Werner Koch | 2016-10-15 | 1 | -0/+127 |
* | Explicitly restrict socket permissions. | Werner Koch | 2016-06-08 | 1 | -1/+1 |
* | common,w32: Silence an unused arg warning message. | Werner Koch | 2016-05-24 | 1 | -0/+2 |
* | agent: Sanitize permissions of the private key directory. | Justus Winter | 2016-04-20 | 1 | -24/+49 |
* | Fix typos found using codespell. | Justus Winter | 2015-11-17 | 1 | -2/+2 |
* | Remove use of gnulib (part 2) | Werner Koch | 2014-11-11 | 1 | -9/+143 |
* | Remove use of gnulib (part 1) | Werner Koch | 2014-11-11 | 1 | -2/+0 |
* | common: Cleanup the use of USE_NPTH and HAVE_NPTH macros. | Werner Koch | 2014-05-02 | 1 | -12/+2 |