[sudo-commits] sudo changeset 9266:7e16eb37bacc

Todd C. Miller Todd.Miller at courtesan.com
Thu Jan 30 15:54:16 MST 2014


changeset:	9266:7e16eb37bacc in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/7e16eb37bacc
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Jan 30 15:50:40 2014 -0700

Log Message:
	Switch to new time stamp file format.  Each user now has a single
	file which may contain multiple records when per-tty time stamps
	are in use (the default).  The time stamps use a monotonic timer
	where available and are once again stored in /var/run/sudo.  The
	lecture status is now stored separately from the time stamps in a
	different directory.

diffstat:

 INSTALL                     |   13 +-
 MANIFEST                    |    2 +-
 NEWS                        |    7 +
 compat/Makefile.in          |    3 +
 compat/clock_gettime.c      |   80 ++++
 config.h.in                 |    6 +
 configure                   |  137 +++++++-
 configure.ac                |   24 +-
 doc/sudoers.cat             |  111 +++---
 doc/sudoers.man.in          |  110 +++--
 doc/sudoers.mdoc.in         |  109 +++--
 include/missing.h           |    9 +-
 include/sudo_util.h         |   82 ++++-
 m4/sudo.m4                  |   25 +-
 mkdep.pl                    |    4 +-
 pathnames.h.in              |   16 +-
 plugins/sudoers/Makefile.in |   13 +-
 plugins/sudoers/boottime.c  |  156 ---------
 plugins/sudoers/check.h     |   43 +-
 plugins/sudoers/def_data.c  |    4 +
 plugins/sudoers/def_data.h  |  178 +++++-----
 plugins/sudoers/def_data.in |    3 +
 plugins/sudoers/defaults.c  |    3 +-
 plugins/sudoers/sudoers.h   |    5 +-
 plugins/sudoers/timestamp.c |  732 +++++++++++++++++++++++++------------------
 src/Makefile.in             |    5 +-
 26 files changed, 1132 insertions(+), 748 deletions(-)


More information about the sudo-commits mailing list