[sudo-commits] sudo changeset 7523:2a5841db0c50

Todd C. Miller Todd.Miller at courtesan.com
Wed Jan 4 13:06:52 EST 2012


changeset:	7523:2a5841db0c50 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/2a5841db0c50
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Jan 04 12:54:23 2012 -0500

Log Message:
	Use stdbool.h instead of rolling our own TRUE/FALSE macros.

diffstat:

 common/fileops.c                    |   19 +-
 common/sudo_debug.c                 |   10 +-
 configure                           |    4 +-
 configure.in                        |    4 +-
 include/fileops.h                   |    2 +-
 plugins/sample/Makefile.in          |    2 +-
 plugins/sample/sample_plugin.c      |   56 ++++----
 plugins/sample_group/Makefile.in    |    2 +-
 plugins/sample_group/sample_group.c |   28 +--
 plugins/sudoers/alias.c             |    6 +-
 plugins/sudoers/auth/sudo_auth.c    |   14 +-
 plugins/sudoers/check.c             |   32 ++--
 plugins/sudoers/defaults.c          |  234 +++++++++++++++++-----------------
 plugins/sudoers/defaults.h          |    2 +-
 plugins/sudoers/env.c               |  110 ++++++++--------
 plugins/sudoers/find_path.c         |    4 +-
 plugins/sudoers/goodpath.c          |    8 +-
 plugins/sudoers/gram.c              |  219 ++++++++++++++++----------------
 plugins/sudoers/gram.y              |   51 +++---
 plugins/sudoers/group_plugin.c      |   15 +-
 plugins/sudoers/iolog.c             |   40 +++---
 plugins/sudoers/iolog_path.c        |    5 +-
 plugins/sudoers/ldap.c              |  239 ++++++++++++++++++-----------------
 plugins/sudoers/match.c             |  116 ++++++++--------
 plugins/sudoers/match_addr.c        |   26 +-
 plugins/sudoers/parse.c             |   18 +-
 plugins/sudoers/parse.h             |   20 +-
 plugins/sudoers/pwutil.c            |   13 +-
 plugins/sudoers/sudo_nss.c          |   38 ++--
 plugins/sudoers/sudoers.c           |   59 ++++----
 plugins/sudoers/sudoers.h           |   25 +--
 plugins/sudoers/testsudoers.c       |   12 +-
 plugins/sudoers/toke.c              |  207 +++++++++++++++---------------
 plugins/sudoers/toke.h              |   10 +-
 plugins/sudoers/toke.l              |   73 +++++-----
 plugins/sudoers/toke_util.c         |   26 +-
 plugins/sudoers/visudo.c            |  143 ++++++++++----------
 src/exec.c                          |    9 +-
 src/exec_pty.c                      |   79 +++++------
 src/load_plugins.c                  |   34 ++--
 src/sudo.c                          |   40 +++---
 src/sudo.h                          |   17 +-
 src/sudo_exec.h                     |    6 +-
 src/sudo_plugin_int.h               |    2 +-
 src/utmp.c                          |   33 ++--
 45 files changed, 1062 insertions(+), 1050 deletions(-)



More information about the sudo-commits mailing list