[sudo-commits] sudo changeset 9495:4eb69f501113

Todd C. Miller Todd.Miller at courtesan.com
Fri Jun 27 09:46:33 MDT 2014


changeset:	9495:4eb69f501113 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/4eb69f501113
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Jun 27 09:30:52 2014 -0600

Log Message:
	Rename warning/fatal -> sudo_warn/sudo_fatal to avoid namespace
	pollution in libsudo_util.so.

diffstat:

 include/fatal.h                                       |  90 ++++++++--------
 include/gettext.h                                     |   2 +-
 lib/util/aix.c                                        |   8 +-
 lib/util/alloc.c                                      |  36 +++---
 lib/util/fatal.c                                      |  24 ++--
 lib/util/getopt_long.c                                |  16 +-
 lib/util/gidlist.c                                    |   2 +-
 lib/util/regress/atofoo/atofoo_test.c                 |  12 +-
 lib/util/regress/tailq/hltq_test.c                    |  38 +++---
 lib/util/sudo_conf.c                                  |  16 +-
 lib/util/util.exp                                     |  22 ++--
 plugins/sudoers/auth/fwtk.c                           |  16 +-
 plugins/sudoers/auth/rfc1938.c                        |   2 +-
 plugins/sudoers/auth/securid5.c                       |  22 ++--
 plugins/sudoers/bsm_audit.c                           |  42 ++++----
 plugins/sudoers/defaults.c                            |  44 ++++----
 plugins/sudoers/env.c                                 |   8 +-
 plugins/sudoers/group_plugin.c                        |  14 +-
 plugins/sudoers/iolog.c                               |   4 +-
 plugins/sudoers/ldap.c                                |  74 +++++++-------
 plugins/sudoers/linux_audit.c                         |   6 +-
 plugins/sudoers/locale.c                              |   2 +-
 plugins/sudoers/logging.c                             |  20 +-
 plugins/sudoers/match.c                               |   6 +-
 plugins/sudoers/policy.c                              |  32 +++---
 plugins/sudoers/prompt.c                              |   2 +-
 plugins/sudoers/pwutil.c                              |  14 +-
 plugins/sudoers/regress/check_symbols/check_symbols.c |   4 +-
 plugins/sudoers/regress/iolog_path/check_iolog_path.c |  14 +-
 plugins/sudoers/regress/logging/check_wrap.c          |   4 +-
 plugins/sudoers/regress/parser/check_addr.c           |   8 +-
 plugins/sudoers/set_perms.c                           |  80 +++++++-------
 plugins/sudoers/sssd.c                                |  14 +-
 plugins/sudoers/sudoers.c                             |  32 +++---
 plugins/sudoers/sudoreplay.c                          |  80 +++++++-------
 plugins/sudoers/testsudoers.c                         |  24 ++--
 plugins/sudoers/timestamp.c                           |  14 +-
 plugins/sudoers/toke.c                                |  14 +-
 plugins/sudoers/toke.l                                |  14 +-
 plugins/sudoers/toke_util.c                           |   8 +-
 plugins/sudoers/visudo.c                              |  72 ++++++------
 plugins/sudoers/visudo_json.c                         |  38 +++---
 src/exec.c                                            |  32 +++---
 src/exec_common.c                                     |   4 +-
 src/exec_pty.c                                        |  74 +++++++-------
 src/hooks.c                                           |   8 +-
 src/load_plugins.c                                    |  50 ++++----
 src/locale_stub.c                                     |   2 +-
 src/net_ifs.c                                         |  14 +-
 src/parse_args.c                                      |  20 +-
 src/selinux.c                                         |  56 +++++-----
 src/sesh.c                                            |   4 +-
 src/signal.c                                          |   2 +-
 src/solaris.c                                         |  20 +-
 src/sudo.c                                            |  98 +++++++++---------
 src/sudo_edit.c                                       |  54 +++++-----
 src/tgetpass.c                                        |  18 +-
 src/ttyname.c                                         |   2 +-
 src/utmp.c                                            |   6 +-
 59 files changed, 729 insertions(+), 729 deletions(-)


More information about the sudo-commits mailing list