Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-20 | Missing unistd.h for regress/mkdtemp.c | Damien Miller | |
2018-07-27 | Include stdarg.h in mkdtemp for va_list. | Darren Tucker | |
2018-07-20 | Create control sockets in clean temp directories | Damien Miller | |
Adds a regress/mkdtemp tool and uses it to create empty temp directories for tests needing control sockets. Patch from Colin Watson via bz#2660; ok dtucker |