index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
stdio
/
mktemp.c
Age
Commit message (
Expand
)
Author
2014-08-31
Add additional userland interfaces for setting close-on-exec on fds
Philip Guenther
2014-05-06
We don't really need uniform distribution for mktemp(3) so use
Todd C. Miller
2013-03-12
Return EINVAL if there are fewer than six template Xs in the path.
Philip Guenther
2011-10-02
signedness fix; ok millert
Darren Tucker
2010-03-21
When all tried file names already existed, mktemp(3) returned without
Ingo Schwarze
2010-02-11
The previous commit didn't use the first X in the template if the
Philip Guenthe
2010-02-08
Don't underrun the buffer when the template is all X's.
Philip Guenthe
2009-03-20
Return -1 from mktemp_internal() on EINVAL like we used to.
Todd C. Miller
2009-03-01
New mktemp(3) based on the one from portable mktemp(1). Now includes
Todd C. Miller
2009-02-17
when the template is entirely XXX characters, would crash
Theo de Raadt
2008-09-15
add missing header needed by strlen().
Charles Longeau
2008-08-22
Replace the old algorithm that included the process id as part of the
Todd C. Miller
2008-08-21
Remove useless code, the kernel will set errno appropriately if an
Todd C. Miller
2008-07-22
use arc4random_uniform(); ok djm millert
Theo de Raadt
2007-10-21
Comment fix about time consumption of _gettemp.
Tobias Stoeckmann
2005-08-08
zap remaining rcsid.
Marc Espie
2004-09-28
deregister + ansify, no change in object code. ok deraadt@ millert@
Otto Moerbeek
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-05-27
Don't decrement the current character pointer past the beginning of the
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2002-01-02
more pid_t use
Theo de Raadt
1998-06-30
add mkstemp(char *template, int suffixlen) interface
Theo de Raadt
1998-04-14
wrap Z->a and z->A; peter@netplex.com.au
Theo de Raadt
1998-03-04
uninitialized case; bde
Theo de Raadt
1997-10-07
1) Don't truncate the input string when a directory cannot be stat'd
Todd C. Miller
1997-06-20
Add mkdtemp(3)
Todd C. Miller
1997-04-07
Change a stat(2) -> lstat(2) to avoid symlink games. From Keith
Todd C. Miller
1997-02-10
Pull in stdlib.h for arc4random prototype.
Todd C. Miller
1997-02-07
pre-pad with random alphabetic letters instead of digit 0
Theo de Raadt
1997-01-20
back out my last change to avoid the __warn_references on the mips - it's
Thomas Graichen
1997-01-19
put all the __warn_references behind a #ifndef NO_WARN_REFERENCES which
Thomas Graichen
1996-12-28
95% of common uses of these are incorrect and insecure. correct use is
Theo de Raadt
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt