]> granicus.if.org Git - sudo/commit
Call gettext inside log_error et al instead of having the caller do it. This way...
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 8 Nov 2012 20:37:44 +0000 (15:37 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 8 Nov 2012 20:37:44 +0000 (15:37 -0500)
commita0c53bd7511a6537dafa5d4c2812f77713e16544
treec5b3a90a1f225744898b7f6cad4363d6185df08f
parent595d3b2651450f07560b63b1300152940024b97d
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.
15 files changed:
plugins/sudoers/auth/bsdauth.c
plugins/sudoers/auth/kerb5.c
plugins/sudoers/auth/pam.c
plugins/sudoers/auth/sia.c
plugins/sudoers/auth/sudo_auth.c
plugins/sudoers/check.c
plugins/sudoers/env.c
plugins/sudoers/iolog.c
plugins/sudoers/locale.c
plugins/sudoers/logging.c
plugins/sudoers/logging.h
plugins/sudoers/parse.c
plugins/sudoers/set_perms.c
plugins/sudoers/sudoers.c
plugins/sudoers/timestamp.c