Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | I am retiring my old email address; replace it with my OpenBSD one. | 2019-01-25 | 1 | -2/+2 | |
| | |||||
* | Change all tame callers to namechange to pledge(2). | 2015-10-09 | 1 | -3/+3 | |
| | |||||
* | tame "stdio rpath wpath cpath" covers mkstemp (O_RDONLY|O_CREAT), | 2015-10-07 | 1 | -1/+4 | |
| | | | | mkdtemp(), and unlink() | ||||
* | Move the check for template length added in r1.16 outside the !tflag | 2013-08-06 | 1 | -8/+8 | |
| | | | | | | block so that the friendly error message is also shown in the -t case instead of EINVAL. ok millert@ deraadt@ | ||||
* | Add fatal() and fatalx() that honor the quiet flag instead of | 2013-03-14 | 1 | -31/+46 | |
| | | | | using "if (quiet) warn(...); exit(1);" throughout. OK sthen@ | ||||
* | Fix indentation | 2013-03-14 | 1 | -3/+3 | |
| | |||||
* | warnx() not warningx(), too much sudo on the brain | 2013-03-12 | 1 | -2/+2 | |
| | |||||
* | Require that the template include at least 6 trailing Xs to match | 2013-03-12 | 1 | -8/+18 | |
| | | | | | | POSIX mkstemp/mkdtemp. Check before the call to mkstemp/mkdtemp so we can give a better error message than "invalid argument". OK deraadt@ jmc@ | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -5/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | "usage:" is lowercase; synchronize synopsis and usage. | 2008-05-26 | 1 | -3/+3 | |
| | |||||
* | Sync with share/misc/license.template and add missing DARPA credit | 2003-06-17 | 1 | -9/+9 | |
| | | | | where applicable. | ||||
* | mostly ansi cleanup; pval ok | 2003-06-10 | 1 | -6/+4 | |
| | |||||
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. | 2003-06-03 | 1 | -23/+12 | |
| | |||||
* | Don't assume that asprintf() will leave "tempfile" unmolested when | 2003-04-25 | 1 | -4/+4 | |
| | | | | memory allocation fails. Noted and OK by pval@ | ||||
* | Simplify code for -t using asprintf(); deraadt@ OK | 2003-04-07 | 1 | -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. | 2002-02-16 | 1 | -3/+3 | |
| | |||||
* | Sync with portable mktemp-1.4; the template is now optional. | 2001-10-11 | 1 | -48/+56 | |
| | | | | Came out of discussions with Solar Designer. | ||||
* | Add -t and -d flags to allow script writers to easily take a user's TMPDIR | 2001-10-01 | 1 | -17/+52 | |
| | | | | | environment variable into account. This came out of a discussion with Solar Designer. | ||||
* | Remove the advertising clause in my old license, it impedes free use | 1998-06-21 | 1 | -6/+3 | |
| | | | | | of the code as a large number of similar clauses makes it impossible to write an ad for a product using the code... | ||||
* | Use mkdtemp(3) | 1997-06-20 | 1 | -13/+3 | |
| | |||||
* | Adds a -d (directory) flag. | 1997-06-17 | 1 | -16/+42 | |
| | |||||
* | Better error on failure. | 1997-01-03 | 1 | -3/+3 | |
| | |||||
* | mktemp(1) for shell scripts. No more gross directory hackery for safe temp | 1996-11-21 | 1 | -0/+97 | |
files. |