[sudo-commits] sudo changeset 8474:286e0444f785

Todd C. Miller Todd.Miller at courtesan.com
Thu Nov 8 16:16:16 EST 2012


changeset:	8474:286e0444f785 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/286e0444f785
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Nov 08 15:37:44 2012 -0500

Log Message:
	Call gettext inside log_error et al instead of having the caller do it.  This way we can display any messages to the user in their own locale but log in the sudoers local.

diffstat:

 plugins/sudoers/auth/bsdauth.c   |    8 +-
 plugins/sudoers/auth/kerb5.c     |   18 +++---
 plugins/sudoers/auth/pam.c       |   14 ++--
 plugins/sudoers/auth/sia.c       |    2 +-
 plugins/sudoers/auth/sudo_auth.c |    4 +-
 plugins/sudoers/check.c          |    6 +-
 plugins/sudoers/env.c            |    2 +-
 plugins/sudoers/iolog.c          |   34 +++++-----
 plugins/sudoers/locale.c         |    6 ++
 plugins/sudoers/logging.c        |  113 ++++++++++++++++++++++++++------------
 plugins/sudoers/logging.h        |    1 +
 plugins/sudoers/parse.c          |    4 +-
 plugins/sudoers/set_perms.c      |    2 +-
 plugins/sudoers/sudoers.c        |   34 +++++-----
 plugins/sudoers/timestamp.c      |   40 ++++++------
 15 files changed, 167 insertions(+), 121 deletions(-)


More information about the sudo-commits mailing list