aboutsummaryrefslogtreecommitdiffstats
path: root/common/sysutils.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-2/+2
* gpg,gpgsm: New option --disable-fd-translation.Werner Koch2024-03-261-7/+17
* Merge branch 'STABLE-BRANCH-2-4'Werner Koch2023-11-071-1/+6
|\
| * common: Never remove /dev/null.Werner Koch2023-09-071-1/+6
| * common:w32: Fix gnupg_w32_set_errno.NIIBE Yutaka2023-07-101-0/+1
* | common: Add gnupg_check_special_filename.NIIBE Yutaka2023-07-111-0/+42
* | common,gpg,kbx: Factor out open_stream_nc.NIIBE Yutaka2023-07-101-0/+19
* | common:w32: Fix gnupg_w32_set_errno.NIIBE Yutaka2023-07-101-0/+1
* | Merge branch 'STABLE-BRANCH-2-4' into masterWerner Koch2023-07-041-2/+3
|\|
| * common,w32: Add missing GetLastError->errno mapping.Werner Koch2023-07-041-2/+3
| * w32: Map ERROR_FILE_INVALID to EIO.Werner Koch2023-06-091-0/+3
* | common: Fix the cast for 64-bit Windows.NIIBE Yutaka2023-06-291-5/+3
* | common: Raise an error correctly in check_special_filename.NIIBE Yutaka2023-06-291-2/+21
* | tools:gpgtar: Clean up the use of --status-fd.NIIBE Yutaka2023-06-281-24/+8
* | common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int.NIIBE Yutaka2023-06-271-25/+19
* | tools: Fix use of EXCEPTS when spawning a process.NIIBE Yutaka2023-06-261-1/+1
* | common: Remove translate_sys2libc_fd_int.NIIBE Yutaka2023-06-231-19/+1
* | common: Add gnupg_sys2libc_fdstr function.NIIBE Yutaka2023-06-231-19/+73
* | common: Add translate_sys2libc_fdstr.NIIBE Yutaka2023-06-221-0/+50
* | w32: Map ERROR_FILE_INVALID to EIO.Werner Koch2023-06-091-0/+3
* | w32: Also use _putenv_s for gnupg_unsetenv.NIIBE Yutaka2023-05-161-1/+13
* | w32: Use _putenv_s.NIIBE Yutaka2023-05-161-0/+14
|/
* w32: Fix gnupg_unsetenv.NIIBE Yutaka2022-11-301-2/+11
* w32: Fix gnupg_tmpfile for possible failure.NIIBE Yutaka2022-11-181-6/+3
* common,w32: Fix struct stat on Windows.NIIBE Yutaka2022-10-141-1/+11
* common: Silence warnings from AllowSetForegroundWindow.Werner Koch2022-08-031-2/+6
* Remove remaining support for WindowsCEWerner Koch2022-06-031-92/+18
* w32: Move socketdir to LCOAL_APPDATAWerner Koch2021-08-111-0/+27
* Require GpgRT version 1.41.Werner Koch2021-02-101-19/+0
* gpg,w32: Fix gnupg_remove.Werner Koch2021-01-111-1/+129
* common: Allow building with released libgpg-error.Werner Koch2020-10-231-7/+9
* common: New functions gnupg_opendir et al.Werner Koch2020-10-211-0/+162
* 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-201-0/+43
* Replace most calls to open by a new wrapper.Werner Koch2020-10-201-0/+36
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-201-0/+2
* Replace all calls to access by gnupg_accessWerner Koch2020-10-201-18/+25
* agent: Keep some permissions of private-keys-v1.d.Werner Koch2020-09-091-23/+41
* common: Use gpgrt functions for mkdir and chdir.Werner Koch2020-08-211-24/+6
* common: New helper function gnupg_chuid.Werner Koch2020-08-061-0/+98
* gpg,sm: Avoid useless ASFW diagnostic in loopback mode.Werner Koch2020-01-131-0/+21
* common,w32: Fix cast from gnupg_fd_t to call _open_osfhandle.NIIBE Yutaka2019-07-241-2/+2
* common: Fix gnupg_reopen_std.NIIBE Yutaka2018-10-021-6/+5
* assuan: Fix exponential decay for first second.Werner Koch2017-11-151-4/+3
* common: New functions gnupg_daemon_rootdir and gnupg_chdir.Werner Koch2017-07-251-0/+9
* agent: Shutdown on removal of the home directory.Werner Koch2017-06-231-0/+37
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* gpg,common: Make sure that all fd given are valid.Justus Winter2017-02-081-0/+11
* gpg,sm: Merge the two versions of check_special_filename.Werner Koch2016-11-291-1/+35
* common: Rename keybox_file_rename to gnupg_rename_file.Werner Koch2016-11-161-0/+70