[sudo-commits] sudo changeset 8849:ea66f58c4da5

Todd C. Miller Todd.Miller at courtesan.com
Fri Apr 19 08:24:41 MDT 2013


changeset:	8849:ea66f58c4da5 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/ea66f58c4da5
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Apr 18 14:07:59 2013 -0400

Log Message:
	Rename error/errorx -> fatal/fatalx and remove the exit value as
	it was always 1.

diffstat:

 common/aix.c                                          |   8 +-
 common/alloc.c                                        |  36 ++++----
 common/error.c                                        |  40 ++++----
 include/error.h                                       |  84 +++++++++---------
 plugins/sudoers/bsm_audit.c                           |  42 ++++----
 plugins/sudoers/env.c                                 |  10 +-
 plugins/sudoers/find_path.c                           |   6 +-
 plugins/sudoers/hexchar.c                             |   2 +-
 plugins/sudoers/iolog.c                               |  16 +-
 plugins/sudoers/ldap.c                                |   8 +-
 plugins/sudoers/linux_audit.c                         |   4 +-
 plugins/sudoers/logging.c                             |   6 +-
 plugins/sudoers/policy.c                              |  24 ++--
 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 |   4 +-
 plugins/sudoers/regress/logging/check_wrap.c          |   2 +-
 plugins/sudoers/regress/parser/check_addr.c           |   2 +-
 plugins/sudoers/sudoers.c                             |  14 +-
 plugins/sudoers/sudoreplay.c                          |  54 ++++++------
 plugins/sudoers/testsudoers.c                         |  10 +-
 plugins/sudoers/timestamp.c                           |   2 +-
 plugins/sudoers/visudo.c                              |  34 +++---
 src/exec.c                                            |   6 +-
 src/exec_common.c                                     |   2 +-
 src/exec_pty.c                                        |  24 ++--
 src/net_ifs.c                                         |   2 +-
 src/parse_args.c                                      |   6 +-
 src/selinux.c                                         |   2 +-
 src/signal.c                                          |   2 +-
 src/sudo.c                                            |  40 ++++----
 src/sudo_edit.c                                       |  16 +-
 src/tgetpass.c                                        |   6 +-
 src/utmp.c                                            |   6 +-
 35 files changed, 270 insertions(+), 270 deletions(-)


More information about the sudo-commits mailing list