Do not create a temporary file, as that involves security and
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Oct 2002 06:35:41 +0000 (06:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 20 Oct 2002 06:35:41 +0000 (06:35 +0000)
commit975553805cf2a8e906fee420c0e0bf4945935d63
treea9e765ec1ff7662ea13015c4b779ce0f23362263
parent2cdb2a7b057fbcb3278427f2d623ea9dcf8a5312
Do not create a temporary file, as that involves security and
cleanup headaches.  Instead, use a pair of pipes.  Derived from
a suggestion by Florian Krohm.
lib/mkstemp.c [deleted file]
lib/readpipe.c [deleted file]
lib/tempname.c [deleted file]
m4/mkstemp.m4 [deleted file]