summaryrefslogtreecommitdiff
path: root/usr.bin/mktemp/mktemp.c
AgeCommit message (Expand)Author
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-05-26"usage:" is lowercase; synchronize synopsis and usage.Igor Sobrado
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-04-25Don't assume that asprintf() will leave "tempfile" unmolested whenTodd C. Miller
2003-04-07Simplify code for -t using asprintf(); deraadt@ OKTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-10-11Sync with portable mktemp-1.4; the template is now optional.Todd C. Miller
2001-10-01Add -t and -d flags to allow script writers to easily take a user's TMPDIRTodd C. Miller
1998-06-21Remove the advertising clause in my old license, it impedes free useTodd C. Miller
1997-06-20Use mkdtemp(3)Todd C. Miller
1997-06-17Adds a -d (directory) flag.Todd C. Miller
1997-01-03Better error on failure.Todd C. Miller
1996-11-21mktemp(1) for shell scripts. No more gross directory hackery for safe tempTodd C. Miller