summaryrefslogtreecommitdiff
path: root/src/temp/mktemp.c
AgeCommit message (Collapse)AuthorLines
2011-02-18major improvements to temp file name generatorRich Felker-13/+15
use current time in nanoseconds and some potentially-random (if aslr is enabled) pointer values for the initial tempfile name generation, and step via a cheap linear prng on collisions. limit the number of retry attempts to prevent denial of service attacks even if an attacker can guess the filenames.
2011-02-14ensure standard functions mk[sd]temp don't depend on removed function mktempRich Felker-1/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+29