[sudo-commits] sudo changeset 9489:ec08128b6900

Todd C. Miller Todd.Miller at courtesan.com
Thu Jun 26 16:05:45 MDT 2014


changeset:	9489:ec08128b6900 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/ec08128b6900
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Jun 26 15:51:15 2014 -0600

Log Message:
	Remove touch() from fileops.c and just call utimes/futimes directly.
	Rename lock_file -> sudo_lock_file to avoid namespace pollution

diffstat:

 include/fileops.h           |   6 +++---
 lib/util/fileops.c          |  45 +++++++--------------------------------------
 lib/util/util.exp           |   3 +--
 plugins/sudoers/iolog.c     |   2 +-
 plugins/sudoers/ldap.c      |   2 +-
 plugins/sudoers/logging.c   |   4 ++--
 plugins/sudoers/timestamp.c |   6 +++---
 plugins/sudoers/visudo.c    |  14 ++++++++------
 src/sudo_edit.c             |  16 +++++++++-------
 9 files changed, 35 insertions(+), 63 deletions(-)


More information about the sudo-commits mailing list