aboutsummaryrefslogtreecommitdiffstats
path: root/common/t-sysutils.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-03Remove remaining support for WindowsCEWerner Koch1-4/+0
--
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
--
2014-11-11Remove use of gnulib (part 2)Werner Koch1-0/+1
* configure.ac (strpbrk): Add to AC_CHECK_FUNCS. (gl_EARLY): Remove. * common/stringhelp.c (strpbrk) [!HAVE_STRPBRK]: New. * common/sysutils.c (gnupg_mkdtemp): New. Based on code from glibc-2.6. (gnupg_setenv): Rewrite. (gnupg_unsetenv): Rewrite. * g10/exec.c: Include sysutils.h and replace mkdtemp by gnupg_mkdtemp. * g13/be-encfs.c: Ditto. * g13/mount.c: Ditto. * tools/symcryptrun.c (confucius_mktmpdir): Ditto. Signed-off-by: Werner Koch <[email protected]>
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-1/+0
We better do this once and for all instead of cluttering all future commits with diffs of trailing white spaces. In the majority of cases blank or single lines are affected and thus this change won't disturb a git blame too much. For future commits the pre-commit scripts checks that this won't happen again.
2010-03-22More chnages to use estream. Add a way to replace the standardWerner Koch1-0/+4
descriptors.
2007-08-23Add missing fileWerner Koch1-0/+85