aboutsummaryrefslogtreecommitdiff
path: root/support/support_chroot.c
AgeCommit message (Collapse)AuthorFilesLines
2017-11-18support_create_temp_directory: Align behavior with create_temp_fileFlorian Weimer1-6/+1
create_temp_file automatically supplies the test directory and the XXXXXX suffix. support_create_temp_directory required the caller to specify them, which was confusing. Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
2017-11-12support: Add xstrndup, xunlink, xreadlink, support_create_temp_directoryFlorian Weimer1-4/+5
2017-09-01support_chroot_create: Add support for /etc/hosts, /etc/host.confFlorian Weimer1-9/+23
2017-07-05support: Add support_chroot_create and support_chroot_freeFlorian Weimer1-0/+71