[sudo-commits] sudo changeset 8859:c227dc72c04e

Todd C. Miller Todd.Miller at courtesan.com
Wed Apr 24 07:50:10 MDT 2013


changeset:	8859:c227dc72c04e in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/c227dc72c04e
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Apr 23 13:15:22 2013 -0400

Log Message:
	Use time(&now) instead of now = time(NULL) when storing the current
	time in a time_t (better compiler error checking).
	Better parsing and printing of 64-bit time_t on 32-bit platforms.

diffstat:

 common/sudo_debug.c          |   4 ++--
 config.h.in                  |   3 +++
 configure                    |   4 ++--
 configure.in                 |   5 ++---
 plugins/sudoers/boottime.c   |  22 +++++++++++++++++-----
 plugins/sudoers/iolog.c      |   4 ++--
 plugins/sudoers/ldap.c       |  16 ++++++++--------
 plugins/sudoers/logging.c    |   4 ++--
 plugins/sudoers/sudoreplay.c |   6 +++---
 plugins/sudoers/timestamp.c  |   2 +-
 10 files changed, 42 insertions(+), 28 deletions(-)


More information about the sudo-commits mailing list