[sudo-commits] sudo changeset 7464:a97d9dc61e3f

Todd C. Miller Todd.Miller at courtesan.com
Wed Jan 4 13:04:51 EST 2012


changeset:	7464:a97d9dc61e3f in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/a97d9dc61e3f
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Jan 04 12:41:49 2012 -0500

Log Message:
	Add debug_decl/debug_return (almost) everywhere.
	Remove old sudo_debug() and convert users to sudo_debug_printf().

diffstat:

 common/Makefile.in                |   22 ++-
 common/atobool.c                  |    4 +
 common/fileops.c                  |   22 ++-
 common/fmt_string.c               |    4 +-
 common/lbuf.c                     |   21 +++
 common/list.c                     |    2 +-
 common/setgroups.c                |    4 +-
 common/term.c                     |   32 +++-
 plugins/sudoers/Makefile.in       |  170 ++++++++++++++++++------------
 plugins/sudoers/alias.c           |   30 ++++-
 plugins/sudoers/audit.c           |   28 +++-
 plugins/sudoers/auth/afs.c        |    7 +-
 plugins/sudoers/auth/aix_auth.c   |    7 +-
 plugins/sudoers/auth/bsdauth.c    |   21 ++-
 plugins/sudoers/auth/dce.c        |   30 ++--
 plugins/sudoers/auth/fwtk.c       |   23 ++-
 plugins/sudoers/auth/kerb4.c      |   12 +-
 plugins/sudoers/auth/kerb5.c      |   28 +++-
 plugins/sudoers/auth/pam.c        |   42 ++++---
 plugins/sudoers/auth/passwd.c     |   14 +-
 plugins/sudoers/auth/rfc1938.c    |   12 +-
 plugins/sudoers/auth/secureware.c |   35 +++--
 plugins/sudoers/auth/securid.c    |   15 +-
 plugins/sudoers/auth/securid5.c   |   21 ++-
 plugins/sudoers/auth/sia.c        |   17 +-
 plugins/sudoers/auth/sudo_auth.c  |   36 ++++--
 plugins/sudoers/boottime.c        |   20 ++-
 plugins/sudoers/bsm_audit.c       |   17 +-
 plugins/sudoers/check.c           |   47 +++++--
 plugins/sudoers/defaults.c        |  120 ++++++++++++---------
 plugins/sudoers/env.c             |   14 ++-
 plugins/sudoers/find_path.c       |   13 +-
 plugins/sudoers/getspwuid.c       |    9 +-
 plugins/sudoers/goodpath.c        |   10 +-
 plugins/sudoers/gram.c            |  184 +++++++++++++++++---------------
 plugins/sudoers/gram.y            |   18 ++-
 plugins/sudoers/group_plugin.c    |   21 ++-
 plugins/sudoers/interfaces.c      |    4 +
 plugins/sudoers/iolog.c           |   33 ++++-
 plugins/sudoers/iolog_path.c      |   28 +++-
 plugins/sudoers/ldap.c            |  210 +++++++++++++++++++++++--------------
 plugins/sudoers/linux_audit.c     |   15 +-
 plugins/sudoers/logging.c         |   45 ++++++-
 plugins/sudoers/logwrap.c         |    3 +
 plugins/sudoers/match.c           |  117 ++++++++++++--------
 plugins/sudoers/match_addr.c      |   19 +-
 plugins/sudoers/parse.c           |   60 +++++++---
 plugins/sudoers/pwutil.c          |   82 ++++++++++++--
 plugins/sudoers/redblack.c        |   46 +++++--
 plugins/sudoers/set_perms.c       |   49 +++++---
 plugins/sudoers/sudo_nss.c        |   22 ++-
 plugins/sudoers/sudoers.c         |  101 +++++++++++++----
 plugins/sudoers/sudoers.h         |    1 +
 plugins/sudoers/toke.c            |   33 +++--
 plugins/sudoers/toke.h            |   11 +-
 plugins/sudoers/toke.l            |   31 +++--
 plugins/sudoers/toke_util.c       |   32 +++--
 src/Makefile.in                   |   38 +++---
 src/conversation.c                |    1 -
 src/exec.c                        |   51 +++++++--
 src/exec_pty.c                    |  129 +++++++++++++++++------
 src/get_pty.c                     |   96 +++++++++-------
 src/load_plugins.c                |    2 +
 src/net_ifs.c                     |   16 +-
 src/parse_args.c                  |   11 +-
 src/selinux.c                     |   57 +++++----
 src/sudo.c                        |  120 ++++++++++++---------
 src/sudo.h                        |    2 +-
 src/sudo_edit.c                   |   18 +-
 src/tgetpass.c                    |   19 ++-
 src/ttysize.c                     |   42 +++++-
 src/utmp.c                        |   29 +++-
 72 files changed, 1741 insertions(+), 964 deletions(-)



More information about the sudo-commits mailing list