[sudo-commits] sudo changeset 12021:c05890653007

Todd C. Miller Todd.Miller at sudo.ws
Sun Dec 22 11:30:00 MST 2019


changeset:	12021:c05890653007 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/c05890653007
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Dec 22 08:48:16 2019 -0700

Log Message:
	debug_decl and debug_decl_vars now require a semicolon at the end.

diffstat:

 include/sudo_debug.h                  |  10 ++--
 lib/iolog/iolog_fileio.c              |  46 +++++++++++-----------
 lib/iolog/iolog_path.c                |   2 +-
 lib/iolog/iolog_util.c                |  10 ++--
 lib/util/aix.c                        |  12 +++---
 lib/util/digest.c                     |  12 +++---
 lib/util/digest_gcrypt.c              |  12 +++---
 lib/util/digest_openssl.c             |  12 +++---
 lib/util/event.c                      |  44 +++++++++++-----------
 lib/util/event_poll.c                 |  10 ++--
 lib/util/event_select.c               |  10 ++--
 lib/util/gettime.c                    |  16 ++++----
 lib/util/getusershell.c               |   8 ++--
 lib/util/gidlist.c                    |   2 +-
 lib/util/host_port.c                  |   2 +-
 lib/util/key_val.c                    |   2 +-
 lib/util/lbuf.c                       |  14 +++---
 lib/util/locking.c                    |   4 +-
 lib/util/logfac.c                     |   4 +-
 lib/util/logpri.c                     |   4 +-
 lib/util/mkdir_parents.c              |   2 +-
 lib/util/parseln.c                    |   2 +-
 lib/util/secure_path.c                |   2 +-
 lib/util/setgroups.c                  |   2 +-
 lib/util/strsplit.c                   |   2 +-
 lib/util/strtobool.c                  |   2 +-
 lib/util/strtoid.c                    |   2 +-
 lib/util/strtomode.c                  |   2 +-
 lib/util/sudo_conf.c                  |  24 ++++++------
 lib/util/term.c                       |  10 ++--
 lib/util/ttyname_dev.c                |  10 ++--
 lib/util/ttysize.c                    |   4 +-
 logsrvd/eventlog.c                    |  14 +++---
 logsrvd/iolog_writer.c                |  44 +++++++++++-----------
 logsrvd/logsrv_util.c                 |   6 +-
 logsrvd/logsrvd.c                     |  64 ++++++++++++++++----------------
 logsrvd/logsrvd_conf.c                |  64 ++++++++++++++++----------------
 logsrvd/sendlog.c                     |  56 ++++++++++++++--------------
 plugins/python/python_plugin_common.c |   2 +-
 plugins/python/sudo_python_debug.c    |   2 +-
 plugins/sudoers/alias.c               |  26 ++++++------
 plugins/sudoers/audit.c               |   4 +-
 plugins/sudoers/auth/afs.c            |   2 +-
 plugins/sudoers/auth/aix_auth.c       |  12 +++---
 plugins/sudoers/auth/bsdauth.c        |   8 ++--
 plugins/sudoers/auth/dce.c            |   4 +-
 plugins/sudoers/auth/fwtk.c           |   6 +-
 plugins/sudoers/auth/kerb5.c          |  12 +++---
 plugins/sudoers/auth/pam.c            |  18 ++++----
 plugins/sudoers/auth/passwd.c         |   6 +-
 plugins/sudoers/auth/rfc1938.c        |   4 +-
 plugins/sudoers/auth/secureware.c     |   6 +-
 plugins/sudoers/auth/securid5.c       |   6 +-
 plugins/sudoers/auth/sia.c            |   8 ++--
 plugins/sudoers/auth/sudo_auth.c      |  20 +++++-----
 plugins/sudoers/base64.c              |   4 +-
 plugins/sudoers/boottime.c            |  10 ++--
 plugins/sudoers/bsm_audit.c           |   6 +-
 plugins/sudoers/check.c               |  12 +++---
 plugins/sudoers/cvtsudoers.c          |  42 ++++++++++----------
 plugins/sudoers/cvtsudoers_json.c     |  28 +++++++-------
 plugins/sudoers/cvtsudoers_ldif.c     |  20 +++++-----
 plugins/sudoers/cvtsudoers_pwutil.c   |   8 ++--
 plugins/sudoers/defaults.c            |  48 ++++++++++++------------
 plugins/sudoers/digestname.c          |   2 +-
 plugins/sudoers/editor.c              |   4 +-
 plugins/sudoers/env.c                 |  40 ++++++++++----------
 plugins/sudoers/env_pattern.c         |   2 +-
 plugins/sudoers/file.c                |  10 ++--
 plugins/sudoers/filedigest.c          |   2 +-
 plugins/sudoers/find_path.c           |   4 +-
 plugins/sudoers/fmtsudoers.c          |  18 ++++----
 plugins/sudoers/gc.c                  |   6 +-
 plugins/sudoers/gentime.c             |   2 +-
 plugins/sudoers/getspwuid.c           |   6 +-
 plugins/sudoers/goodpath.c            |   2 +-
 plugins/sudoers/gram.c                |  28 +++++++-------
 plugins/sudoers/gram.y                |  28 +++++++-------
 plugins/sudoers/group_plugin.c        |  14 +++---
 plugins/sudoers/hexchar.c             |   2 +-
 plugins/sudoers/interfaces.c          |   4 +-
 plugins/sudoers/iolog.c               |  42 ++++++++++----------
 plugins/sudoers/iolog_client.c        |  56 ++++++++++++++--------------
 plugins/sudoers/iolog_path_escapes.c  |  16 ++++----
 plugins/sudoers/ldap.c                |  54 +++++++++++++-------------
 plugins/sudoers/ldap_conf.c           |  22 +++++-----
 plugins/sudoers/ldap_util.c           |  16 ++++----
 plugins/sudoers/linux_audit.c         |   4 +-
 plugins/sudoers/locale.c              |  10 ++--
 plugins/sudoers/logging.c             |  34 ++++++++--------
 plugins/sudoers/logwrap.c             |   2 +-
 plugins/sudoers/match.c               |  32 ++++++++--------
 plugins/sudoers/match_addr.c          |   6 +-
 plugins/sudoers/match_command.c       |  20 +++++-----
 plugins/sudoers/match_digest.c        |   2 +-
 plugins/sudoers/parse.c               |  30 +++++++-------
 plugins/sudoers/parse_ldif.c          |  22 +++++-----
 plugins/sudoers/policy.c              |  24 ++++++------
 plugins/sudoers/prompt.c              |   2 +-
 plugins/sudoers/pwutil.c              |  54 +++++++++++++-------------
 plugins/sudoers/pwutil_impl.c         |   8 ++--
 plugins/sudoers/rcstr.c               |   8 ++--
 plugins/sudoers/redblack.c            |  22 +++++-----
 plugins/sudoers/set_perms.c           |  24 ++++++------
 plugins/sudoers/sssd.c                |   4 +-
 plugins/sudoers/starttime.c           |  10 ++--
 plugins/sudoers/strlist.c             |   6 +-
 plugins/sudoers/stubs.c               |   2 +-
 plugins/sudoers/sudo_nss.c            |   8 ++--
 plugins/sudoers/sudoers.c             |  38 +++++++++---------
 plugins/sudoers/sudoers_debug.c       |   2 +-
 plugins/sudoers/sudoreplay.c          |  42 ++++++++++----------
 plugins/sudoers/testsudoers.c         |  16 ++++----
 plugins/sudoers/timeout.c             |   2 +-
 plugins/sudoers/timestamp.c           |  36 +++++++++---------
 plugins/sudoers/toke.c                |  12 +++---
 plugins/sudoers/toke.l                |  12 +++---
 plugins/sudoers/toke_util.c           |  10 ++--
 plugins/sudoers/tsdump.c              |  12 +++---
 plugins/sudoers/visudo.c              |  34 ++++++++--------
 src/exec.c                            |  10 ++--
 src/exec_common.c                     |   6 +-
 src/exec_nopty.c                      |  10 ++--
 src/exec_pty.c                        |  18 ++++----
 src/get_pty.c                         |   8 ++--
 src/hooks.c                           |   8 ++--
 src/limits.c                          |  12 +++---
 src/load_plugins.c                    |  10 ++--
 src/net_ifs.c                         |   6 +-
 src/parse_args.c                      |  12 +++---
 src/preserve_fds.c                    |   6 +-
 src/selinux.c                         |  12 +++---
 src/sesh.c                            |   4 +-
 src/signal.c                          |   8 ++--
 src/solaris.c                         |   2 +-
 src/sudo.c                            |  68 +++++++++++++++++-----------------
 src/sudo_edit.c                       |  36 +++++++++---------
 src/tgetpass.c                        |  10 ++--
 src/ttyname.c                         |  10 ++--
 src/utmp.c                            |  18 ++++----
 140 files changed, 1038 insertions(+), 1038 deletions(-)


More information about the sudo-commits mailing list