about summary refs log tree commit diff
path: root/src/nix-setuid-helper/nix-setuid-helper.cc
AgeCommit message (Collapse)AuthorFilesLines
2012-09-19 Templatise tokenizeString()Eelco Dolstra1-4/+3
2007-04-16 * Remove a warning.Eelco Dolstra1-1/+1
2007-03-30 * Work around a bug in Apple's GCC preprocessor.Eelco Dolstra1-1/+2
2007-02-06 * Fix 64-bit compiler warnings.Eelco Dolstra1-2/+2
2007-01-24 * Nasty: Glibc clears the TMPDIR environment variable in setuidEelco Dolstra1-1/+8
programs, so if a builder uses TMPDIR, then it will fail when executed through nix-setuid-helper. In fact Glibc clears a whole bunch of variables (see sysdeps/generic/unsecvars.h in the Glibc sources), but only TMPDIR should matter in practice. As a workaround, we reinitialise TMPDIR from NIX_BUILD_TOP.
2006-12-07 * Rename all those main.cc files.Eelco Dolstra1-0/+256