[sudo-commits] sudo changeset 6903:907f39439d80

Todd C. Miller Todd.Miller at courtesan.com
Fri May 20 13:35:43 EDT 2011


changeset:	6903:907f39439d80 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/907f39439d80
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri May 20 13:32:56 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