summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/tempnam.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* GNU ld has prefixed the contents of .gnu.warning.SYMBOL sectionstb2017-11-281-2/+2
* Add framework for resolving (pun intended) libc namespace issues, usingguenther2015-08-311-3/+1
* fix memory leaks in tempnam(3) error pathsjsg2015-03-231-5/+6
* Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN,millert2013-09-301-12/+12
* Add some more truncation checks for path construction in tmpnam(3).moritz2007-09-211-8/+24
* Prevent out-of-bounds memory access in tempnam(3), if the environmentmoritz2007-09-171-3/+4
* zap remaining rcsid.espie2005-08-081-4/+1
* deregister + ansify, no change in object code. ok deraadt@ millert@otto2004-09-281-3/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* 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-2/+2
* a first pass at -Wallderaadt2001-07-091-6/+6
* 10 X's for mktemp() and mkstemp().millert1997-04-031-3/+3
* more XXXX for mktempderaadt1997-02-121-5/+5
* back out my last change to avoid the __warn_references on the mips - it'sgraichen1997-01-201-3/+1
* put all the __warn_references behind a #ifndef NO_WARN_REFERENCES whichgraichen1997-01-191-1/+3
* 95% of common uses of these are incorrect and insecure. correct use isderaadt1996-12-281-5/+10
* issetugid backwards, duh; thanks bitbltderaadt1996-09-051-2/+2
* use issetugid()deraadt1996-08-251-2/+2
* Fix RCS idstholo1996-08-191-6/+1
* initial import of NetBSD treederaadt1995-10-181-0/+92