[sudo-commits] sudo changeset 8504:e356f5f8cd6a

Todd C. Miller Todd.Miller at courtesan.com
Sun Nov 25 09:41:33 EST 2012


changeset:	8504:e356f5f8cd6a in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/e356f5f8cd6a
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun Nov 25 09:33:52 2012 -0500

Log Message:
	Allow sudoers programs (visudo, sudoreplay, visudo) to use
	plugin_error.c instead of the error.c from the front-end.  This
	means sudoers_setlocale() needs to be independent of the sudo_user
	struct and the defaults table.  The sudoers locale is now updated
	via a callback.

diffstat:

 plugins/sudoers/Makefile.in   |  25 +++++++++++--------------
 plugins/sudoers/locale.c      |  27 ++++++++++++++++++++++-----
 plugins/sudoers/logging.h     |   1 +
 plugins/sudoers/sudoers.c     |  17 ++++++++++++++++-
 plugins/sudoers/sudoers.h     |   2 --
 plugins/sudoers/sudoreplay.c  |   9 +++++----
 plugins/sudoers/testsudoers.c |   6 +++---
 plugins/sudoers/visudo.c      |  10 +++++-----
 8 files changed, 63 insertions(+), 34 deletions(-)


More information about the sudo-commits mailing list