[sudo-commits] sudo changeset 9845:7130b7478355

Todd C. Miller Todd.Miller at courtesan.com
Sun Feb 1 09:20:25 MST 2015


changeset:	9845:7130b7478355 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/7130b7478355
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sun Feb 01 08:24:49 2015 -0700

Log Message:
	Go back to a 2 args debug_decl and just use the "default" instance,
	now renamed "active".

diffstat:

 include/sudo_debug.h              |   68 +++++++++------------
 lib/util/aix.c                    |   12 +-
 lib/util/event.c                  |   28 ++++----
 lib/util/event_poll.c             |   12 +-
 lib/util/event_select.c           |   12 +-
 lib/util/gidlist.c                |    4 +-
 lib/util/key_val.c                |    4 +-
 lib/util/lbuf.c                   |   14 ++--
 lib/util/locking.c                |    8 +-
 lib/util/parseln.c                |    4 +-
 lib/util/secure_path.c            |    4 +-
 lib/util/setgroups.c              |    4 +-
 lib/util/strtobool.c              |    4 +-
 lib/util/strtoid.c                |    4 +-
 lib/util/strtomode.c              |    4 +-
 lib/util/sudo_conf.c              |   22 +++---
 lib/util/sudo_debug.c             |  116 ++++++++++++-------------------------
 lib/util/term.c                   |   12 +-
 lib/util/ttysize.c                |    6 +-
 lib/util/util.exp.in              |    4 +-
 plugins/sudoers/alias.c           |   20 +++---
 plugins/sudoers/audit.c           |    6 +-
 plugins/sudoers/auth/afs.c        |    4 +-
 plugins/sudoers/auth/aix_auth.c   |    6 +-
 plugins/sudoers/auth/bsdauth.c    |    8 +-
 plugins/sudoers/auth/dce.c        |    6 +-
 plugins/sudoers/auth/fwtk.c       |    8 +-
 plugins/sudoers/auth/kerb5.c      |   14 ++--
 plugins/sudoers/auth/pam.c        |   14 ++--
 plugins/sudoers/auth/passwd.c     |    8 +-
 plugins/sudoers/auth/rfc1938.c    |    6 +-
 plugins/sudoers/auth/secureware.c |   10 +-
 plugins/sudoers/auth/securid5.c   |    8 +-
 plugins/sudoers/auth/sia.c        |   10 +-
 plugins/sudoers/auth/sudo_auth.c  |   20 +++---
 plugins/sudoers/base64.c          |    4 +-
 plugins/sudoers/boottime.c        |   12 +-
 plugins/sudoers/bsm_audit.c       |    8 +-
 plugins/sudoers/check.c           |   12 +-
 plugins/sudoers/defaults.c        |   36 +++++-----
 plugins/sudoers/env.c             |   34 +++++-----
 plugins/sudoers/find_path.c       |    4 +-
 plugins/sudoers/getspwuid.c       |    8 +-
 plugins/sudoers/goodpath.c        |    4 +-
 plugins/sudoers/gram.c            |   16 ++--
 plugins/sudoers/gram.y            |   16 ++--
 plugins/sudoers/group_plugin.c    |   14 ++--
 plugins/sudoers/hexchar.c         |    4 +-
 plugins/sudoers/interfaces.c      |    6 +-
 plugins/sudoers/iolog.c           |   24 +++---
 plugins/sudoers/iolog_path.c      |   20 +++---
 plugins/sudoers/ldap.c            |  104 +++++++++++++++++-----------------
 plugins/sudoers/linux_audit.c     |    6 +-
 plugins/sudoers/logging.c         |   28 ++++----
 plugins/sudoers/logwrap.c         |    4 +-
 plugins/sudoers/match.c           |   40 ++++++------
 plugins/sudoers/match_addr.c      |    8 +-
 plugins/sudoers/parse.c           |   30 ++++----
 plugins/sudoers/policy.c          |   22 +++---
 plugins/sudoers/prompt.c          |    4 +-
 plugins/sudoers/pwutil.c          |   52 ++++++++--------
 plugins/sudoers/pwutil_impl.c     |    8 +-
 plugins/sudoers/redblack.c        |   24 +++---
 plugins/sudoers/set_perms.c       |   26 ++++----
 plugins/sudoers/sssd.c            |   54 ++++++++--------
 plugins/sudoers/sudo_nss.c        |   14 ++--
 plugins/sudoers/sudoers.c         |   28 ++++----
 plugins/sudoers/sudoers.h         |    3 +-
 plugins/sudoers/sudoers_debug.c   |    6 +-
 plugins/sudoers/sudoreplay.c      |   30 ++++-----
 plugins/sudoers/testsudoers.c     |   22 +++---
 plugins/sudoers/timestamp.c       |   24 +++---
 plugins/sudoers/toke.c            |   14 ++--
 plugins/sudoers/toke.l            |   14 ++--
 plugins/sudoers/toke_util.c       |   12 +-
 plugins/sudoers/visudo.c          |   36 +++++-----
 plugins/sudoers/visudo_json.c     |   30 ++++----
 src/exec.c                        |   26 ++++----
 src/exec_common.c                 |    4 +-
 src/exec_pty.c                    |   76 ++++++++++++------------
 src/get_pty.c                     |   11 +-
 src/hooks.c                       |   10 +-
 src/load_plugins.c                |   16 ++--
 src/net_ifs.c                     |    8 +-
 src/parse_args.c                  |    8 +-
 src/preserve_fds.c                |    8 +-
 src/selinux.c                     |   14 ++--
 src/sesh.c                        |   12 +--
 src/signal.c                      |   10 +-
 src/solaris.c                     |    4 +-
 src/sudo.c                        |  102 ++++++++++++++++----------------
 src/sudo_edit.c                   |   20 +++---
 src/tgetpass.c                    |   10 +-
 src/ttyname.c                     |   20 +++---
 src/utmp.c                        |   20 +++---
 95 files changed, 843 insertions(+), 895 deletions(-)


More information about the sudo-commits mailing list