[sudo-commits] sudo changeset 13502:5758514b25cb

Todd C. Miller Todd.Miller at sudo.ws
Fri Sep 17 11:02:32 MDT 2021


changeset:	13502:5758514b25cb in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/5758514b25cb
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Fri Sep 17 10:55:06 2021 -0600

Log Message:
	Use gmtime_r() and localtime_r() instead of gmtime() and localtime().

diffstat:

 lib/eventlog/eventlog.c                         |  20 +++---
 lib/iolog/iolog_path.c                          |   6 +-
 lib/iolog/regress/iolog_path/check_iolog_path.c |  13 ++--
 lib/util/sudo_debug.c                           |   7 +-
 plugins/audit_json/audit_json.c                 |   8 +-
 plugins/sample_approval/sample_approval.c       |  10 +-
 plugins/sudoers/cvtsudoers_json.c               |  10 +-
 plugins/sudoers/cvtsudoers_ldif.c               |  10 +-
 plugins/sudoers/fmtsudoers.c                    |  16 +++--
 plugins/sudoers/getdate.c                       |  73 +++++++++---------------
 plugins/sudoers/getdate.y                       |  69 ++++++++---------------
 plugins/sudoers/gmtoff.c                        |  31 +++++-----
 plugins/sudoers/ldap.c                          |   6 +-
 plugins/sudoers/parse.c                         |  16 +++--
 plugins/sudoers/timestr.c                       |   6 +-
 15 files changed, 135 insertions(+), 166 deletions(-)



More information about the sudo-commits mailing list