Date: Thu, 12 Feb 1998 18:13:26 -0800 (PST) From: Warner Losh <imp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdio Makefile.inc mktemp.3 mktemp.c Message-ID: <199802130213.SAA26564@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1998/02/12 18:13:25 PST
Modified files:
lib/libc/stdio Makefile.inc mktemp.3 mktemp.c
Log:
Many security improvements from OpenBSD:
implement mkdtemp
improve man page for mk*temp
use arc4random to seed extra XXX's randomly
Optionally warn of unsafe mktemp uses
From various commits by theo de raadt and Todd Miller.
Obtained from: OpenBSD
This should go into 2.2 after a testing period.
Revision Changes Path
1.12 +2 -1 src/lib/libc/stdio/Makefile.inc
1.4 +41 -11 src/lib/libc/stdio/mktemp.3
1.8 +70 -23 src/lib/libc/stdio/mktemp.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802130213.SAA26564>
