summaryrefslogtreecommitdiffstats
path: root/usr.bin/mktemp/mktemp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mkstemp() returns -1 on failurederaadt2019-06-281-2/+2
* Some asprintf() calls were checked < 0, rather than the precise == -1.deraadt2019-06-271-2/+2
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* tame "stdio rpath wpath cpath" covers mkstemp (O_RDONLY|O_CREAT),deraadt2015-10-071-1/+4
* Move the check for template length added in r1.16 outside the !tflaglandry2013-08-061-8/+8
* Add fatal() and fatalx() that honor the quiet flag instead ofmillert2013-03-141-31/+46
* Fix indentationmillert2013-03-141-3/+3
* warnx() not warningx(), too much sudo on the brainmillert2013-03-121-2/+2
* Require that the template include at least 6 trailing Xs to matchmillert2013-03-121-8/+18
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-5/+1
* "usage:" is lowercase; synchronize synopsis and usage.sobrado2008-05-261-3/+3
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+9
* mostly ansi cleanup; pval okderaadt2003-06-101-6/+4
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-23/+12
* Don't assume that asprintf() will leave "tempfile" unmolested whenmillert2003-04-251-4/+4
* Simplify code for -t using asprintf(); deraadt@ OKmillert2003-04-071-19/+13
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-3/+3
* Sync with portable mktemp-1.4; the template is now optional.millert2001-10-111-48/+56
* Add -t and -d flags to allow script writers to easily take a user's TMPDIRmillert2001-10-011-17/+52
* Remove the advertising clause in my old license, it impedes free usemillert1998-06-211-6/+3
* Use mkdtemp(3)millert1997-06-201-13/+3
* Adds a -d (directory) flag.millert1997-06-171-16/+42
* Better error on failure.millert1997-01-031-3/+3
* mktemp(1) for shell scripts. No more gross directory hackery for safe tempmillert1996-11-211-0/+97