[sudo-commits] sudo changeset 8446:d5833332511d

Todd C. Miller Todd.Miller at courtesan.com
Fri Sep 28 09:06:08 EDT 2012


changeset:	8446:d5833332511d in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/d5833332511d
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Sep 27 10:21:13 2012 -0400

Log Message:
	Split off timestamp functions into their own source file.

diffstat:

 MANIFEST                    |    2 +
 plugins/sudoers/Makefile.in |   13 +-
 plugins/sudoers/check.c     |  450 +------------------------------------------
 plugins/sudoers/defaults.c  |   11 +
 plugins/sudoers/timestamp.c |  448 +++++++++++++++++++++++++++++++++++++++++++
 plugins/sudoers/timestamp.h |   50 ++++
 6 files changed, 535 insertions(+), 439 deletions(-)


More information about the sudo-commits mailing list