[sudo-commits] sudo changeset 10001:0eef64f41cdf

Todd C. Miller Todd.Miller at courtesan.com
Mon May 11 16:17:17 MDT 2015


changeset:	10001:0eef64f41cdf in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/0eef64f41cdf
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon May 11 14:51:32 2015 -0600

Log Message:
	Instead of trying to make weak functions work on all platforms,
	just use a registration function for a plugin-specific setlocale
	function.  The sudoers version just wraps sudoers_setlocale().

diffstat:

 INSTALL                     |    8 -
 MANIFEST                    |    3 -
 aclocal.m4                  |    1 -
 config.h.in                 |   19 --
 configure                   |  356 +-------------------------------------------
 configure.ac                |   22 +--
 include/sudo_fatal.h        |   10 +-
 lib/util/Makefile.in        |   38 +--
 lib/util/fatal.c            |   48 +++++-
 lib/util/locale_weak.c      |   80 ---------
 lib/util/util.exp.in        |    1 +
 m4/ax_sys_weak_alias.m4     |  338 -----------------------------------------
 mkdep.pl                    |    2 +-
 plugins/sudoers/Makefile.in |    7 +-
 plugins/sudoers/locale.c    |   30 +---
 plugins/sudoers/logging.h   |    1 +
 plugins/sudoers/sudoers.c   |    4 +
 src/Makefile.in             |    8 +-
 src/locale_stub.c           |   54 ------
 19 files changed, 90 insertions(+), 940 deletions(-)


More information about the sudo-commits mailing list