[sudo-commits] sudo changeset 8470:5c61582fdeee

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


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

Log Message:
	Add simple locale switching to make it easy to switch from the
	user's locale to the sudoers locale without making excessive
	setlocale() calls when we don't need to.

diffstat:

 MANIFEST                    |   1 +
 plugins/sudoers/Makefile.in |  11 ++++-
 plugins/sudoers/env.c       |  14 +++++++
 plugins/sudoers/locale.c    |  83 +++++++++++++++++++++++++++++++++++++++++++++
 plugins/sudoers/logging.h   |   7 +++
 plugins/sudoers/sudoers.c   |   4 ++
 plugins/sudoers/sudoers.h   |   2 +
 7 files changed, 120 insertions(+), 2 deletions(-)


More information about the sudo-commits mailing list