[sudo-commits] sudo changeset 6864:0426138f789e

Todd C. Miller Todd.Miller at courtesan.com
Wed May 18 11:19:25 EDT 2011


changeset:	6864:0426138f789e in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/0426138f789e
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue May 17 16:38:40 2011 -0400

Log Message:
	Add calls to bindtextdomain() and textdomain()
	Currently there are two domains, one for the sudo front-end and
	one for the sudoers plugin and its associated utilities.

diffstat:

 configure                      |   7 +++++--
 configure.in                   |   6 ++++--
 plugins/sudoers/Makefile.in    |   7 +++++--
 plugins/sudoers/iolog.c        |   4 ++++
 plugins/sudoers/plugin_error.c |   2 ++
 plugins/sudoers/sudoers.c      |   4 ++++
 plugins/sudoers/sudoers.h      |   2 ++
 plugins/sudoers/sudoreplay.c   |   4 ++++
 plugins/sudoers/visudo.c       |  18 ++++++++++++++----
 src/Makefile.in                |   6 ++++--
 src/sesh.c                     |  11 +++++++++++
 src/sudo.c                     |   5 +++++
 12 files changed, 64 insertions(+), 12 deletions(-)



More information about the sudo-commits mailing list