[sudo-commits] sudo changeset 9936:8400f91466d8

Todd C. Miller Todd.Miller at courtesan.com
Mon Mar 2 14:03:28 MST 2015


changeset:	9936:8400f91466d8 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/8400f91466d8
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Mar 02 13:58:50 2015 -0700

Log Message:
	Use futimens() and utimensat() instead of futimes() and utimes().

diffstat:

 MANIFEST                    |    4 +-
 config.h.in                 |    6 +
 configure                   |   88 ++++++++++++-------
 configure.ac                |   17 ++-
 include/sudo_compat.h       |   41 +++++----
 include/sudo_util.h         |   44 ++++++---
 lib/util/Makefile.in        |   20 ++-
 lib/util/gettime.c          |  134 +++++++++++++++++++++++++++++
 lib/util/util.exp.in        |    2 +
 lib/util/utimens.c          |  198 ++++++++++++++++++++++++++++++++++++++++++++
 lib/util/utimes.c           |   73 ----------------
 mkdep.pl                    |    2 +-
 plugins/sudoers/Makefile.in |   28 ++----
 plugins/sudoers/boottime.c  |   33 +++---
 plugins/sudoers/gettime.c   |  132 -----------------------------
 plugins/sudoers/sudoers.h   |    6 +-
 plugins/sudoers/timestamp.c |    6 +-
 plugins/sudoers/visudo.c    |   23 ++--
 src/Makefile.in             |   12 +-
 src/sesh.c                  |   15 +-
 src/sudo_edit.c             |   52 ++++++-----
 21 files changed, 555 insertions(+), 381 deletions(-)


More information about the sudo-commits mailing list