[sudo-commits] sudo changeset 9113:f3bb207db201

Todd C. Miller Todd.Miller at courtesan.com
Mon Nov 18 09:10:16 MST 2013


changeset:	9113:f3bb207db201 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/f3bb207db201
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Nov 18 08:59:57 2013 -0700

Log Message:
	Add warning_gettext() wrapper function that changes to the user locale,
	then calls gettext().
	Add U_ macro that calls warning_gettext() instead of gettext().
	Rename warning2()/error2() back to warning_nodebug()/error_nodebug().

diffstat:

 Makefile.in                     |   2 +-
 common/aix.c                    |   8 ++--
 common/fatal.c                  |  16 ++++----
 common/gidlist.c                |   2 +-
 common/sudo_conf.c              |  16 ++++----
 include/fatal.h                 |  79 +++++-----------------------------------
 include/gettext.h               |   1 +
 include/missing.h               |   7 +++
 plugins/sudoers/auth/fwtk.c     |  12 +++---
 plugins/sudoers/auth/rfc1938.c  |   2 +-
 plugins/sudoers/auth/securid5.c |  22 +++++-----
 plugins/sudoers/bsm_audit.c     |   8 ++--
 plugins/sudoers/defaults.c      |  44 +++++++++++-----------
 plugins/sudoers/env.c           |   8 ++--
 plugins/sudoers/group_plugin.c  |  10 ++--
 plugins/sudoers/iolog.c         |   4 +-
 plugins/sudoers/ldap.c          |  32 ++++++++--------
 plugins/sudoers/linux_audit.c   |   6 +-
 plugins/sudoers/locale.c        |  19 ++++-----
 plugins/sudoers/logging.c       |  18 ++++----
 plugins/sudoers/match.c         |   6 +-
 plugins/sudoers/policy.c        |  38 +++++++++---------
 plugins/sudoers/prompt.c        |   2 +-
 plugins/sudoers/pwutil.c        |  14 +++---
 plugins/sudoers/set_perms.c     |  30 ++++++++++-----
 plugins/sudoers/sssd.c          |  14 +++---
 plugins/sudoers/sudoers.c       |  24 ++++++------
 plugins/sudoers/sudoreplay.c    |  48 ++++++++++++------------
 plugins/sudoers/testsudoers.c   |   8 ++--
 plugins/sudoers/timestamp.c     |   2 +-
 plugins/sudoers/toke.c          |   6 +-
 plugins/sudoers/toke.l          |   6 +-
 plugins/sudoers/toke_util.c     |   2 +-
 plugins/sudoers/visudo.c        |  64 ++++++++++++++++----------------
 plugins/sudoers/visudo_json.c   |   6 +-
 src/exec.c                      |  16 ++++----
 src/exec_common.c               |   2 +-
 src/exec_pty.c                  |  52 +++++++++++++-------------
 src/load_plugins.c              |  44 +++++++++++-----------
 src/locale_stub.c               |  15 ++-----
 src/net_ifs.c                   |  14 +++---
 src/parse_args.c                |  18 ++++----
 src/selinux.c                   |  42 ++++++++++----------
 src/sesh.c                      |   4 +-
 src/signal.c                    |   2 +-
 src/solaris.c                   |  18 ++++----
 src/sudo.c                      |  78 ++++++++++++++++++++--------------------
 src/sudo_edit.c                 |  28 +++++++-------
 src/tgetpass.c                  |  14 +++---
 src/utmp.c                      |   6 +-
 50 files changed, 446 insertions(+), 493 deletions(-)


More information about the sudo-commits mailing list