[sudo-commits] sudo changeset 9781:12d4ac64462f

Todd C. Miller Todd.Miller at courtesan.com
Fri Oct 31 06:57:43 MDT 2014


changeset:	9781:12d4ac64462f in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/12d4ac64462f
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Oct 29 13:03:39 2014 -0600

Log Message:
	If a system lacks mkdtemp() or mkstemps(), use our own mkdtemp()
	and mkstemps().  Previously we only exposed the missing one but
	since the guts are the same we might as well use them.

diffstat:

 configure             |  17 +++++------------
 configure.ac          |  10 +++-------
 include/sudo_compat.h |   6 ++----
 lib/util/mktemp.c     |   4 ----
 4 files changed, 10 insertions(+), 27 deletions(-)


More information about the sudo-commits mailing list