[sudo-commits] sudo changeset 9498:3a19f5391442

Todd C. Miller Todd.Miller at courtesan.com
Fri Jun 27 10:49:01 MDT 2014


changeset:	9498:3a19f5391442 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/3a19f5391442
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Jun 27 10:48:31 2014 -0600

Log Message:
	Add sudo_ prefix to alloc.c functions and rename alloc.h -> sudo_alloc.h

diffstat:

 include/alloc.h                     |   37 ---
 include/sudo_alloc.h                |   37 +++
 lib/util/Makefile.in                |   51 ++--
 lib/util/aix.c                      |    4 +-
 lib/util/alloc.c                    |   82 +++---
 lib/util/event.c                    |    6 +-
 lib/util/event_poll.c               |    6 +-
 lib/util/event_select.c             |   18 +-
 lib/util/fatal.c                    |    4 +-
 lib/util/gidlist.c                  |    4 +-
 lib/util/lbuf.c                     |    4 +-
 lib/util/sudo_conf.c                |   22 +-
 lib/util/sudo_debug.c               |    2 +-
 lib/util/util.exp                   |   30 +-
 plugins/sudoers/Makefile.in         |  437 ++++++++++++++++++-----------------
 plugins/sudoers/alias.c             |    2 +-
 plugins/sudoers/auth/bsdauth.c      |    2 +-
 plugins/sudoers/auth/kerb5.c        |    6 +-
 plugins/sudoers/auth/pam.c          |    2 +-
 plugins/sudoers/auth/rfc1938.c      |    2 +-
 plugins/sudoers/auth/sia.c          |    2 +-
 plugins/sudoers/defaults.c          |   44 +-
 plugins/sudoers/env.c               |   28 +-
 plugins/sudoers/find_path.c         |    2 +-
 plugins/sudoers/getspwuid.c         |    2 +-
 plugins/sudoers/gram.c              |   36 +-
 plugins/sudoers/gram.y              |   36 +-
 plugins/sudoers/group_plugin.c      |    2 +-
 plugins/sudoers/interfaces.c        |    6 +-
 plugins/sudoers/iolog.c             |    2 +-
 plugins/sudoers/iolog_path.c        |    2 +-
 plugins/sudoers/ldap.c              |   48 +-
 plugins/sudoers/linux_audit.c       |    4 +-
 plugins/sudoers/locale.c            |   10 +-
 plugins/sudoers/logging.c           |   14 +-
 plugins/sudoers/match.c             |   16 +-
 plugins/sudoers/parse.c             |    8 +-
 plugins/sudoers/policy.c            |   62 ++--
 plugins/sudoers/prompt.c            |    4 +-
 plugins/sudoers/pwutil.c            |   14 +-
 plugins/sudoers/pwutil_impl.c       |   12 +-
 plugins/sudoers/redblack.c          |    6 +-
 plugins/sudoers/sssd.c              |   30 +-
 plugins/sudoers/sudoers.c           |   20 +-
 plugins/sudoers/sudoers.h           |    2 +-
 plugins/sudoers/sudoreplay.c        |   26 +-
 plugins/sudoers/testsudoers.c       |    4 +-
 plugins/sudoers/visudo.c            |   16 +-
 src/Makefile.in                     |  165 ++++++------
 src/conversation.c                  |    2 +-
 src/env_hooks.c                     |    2 +-
 src/exec.c                          |    2 +-
 src/exec_common.c                   |    8 +-
 src/exec_pty.c                      |    2 +-
 src/hooks.c                         |    2 +-
 src/load_plugins.c                  |    8 +-
 src/net_ifs.c                       |    8 +-
 src/parse_args.c                    |   12 +-
 src/preserve_fds.c                  |    4 +-
 src/regress/ttyname/check_ttyname.c |    6 +-
 src/selinux.c                       |    6 +-
 src/sesh.c                          |    4 +-
 src/sudo.c                          |   36 +-
 src/sudo.h                          |    2 +-
 src/sudo_edit.c                     |    8 +-
 src/ttyname.c                       |   20 +-
 66 files changed, 763 insertions(+), 750 deletions(-)


More information about the sudo-commits mailing list