[sudo-commits] sudo changeset 9168:43f423a24416

Todd C. Miller Todd.Miller at courtesan.com
Fri Dec 13 07:46:12 MST 2013


changeset:	9168:43f423a24416 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/43f423a24416
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Dec 12 18:29:07 2013 -0700

Log Message:
	Move prototypes for functions provided by libcommon that don't have
	their own header files into sudo_util.h.

diffstat:

 MANIFEST                            |    1 +
 common/Makefile.in                  |   35 ++-
 common/aix.c                        |    1 +
 common/atobool.c                    |    1 +
 common/atoid.c                      |    1 +
 common/atomode.c                    |    1 +
 common/fmt_string.c                 |    1 +
 common/gidlist.c                    |    3 +-
 common/progname.c                   |    1 +
 common/setgroups.c                  |    1 +
 common/sudo_conf.c                  |    3 +-
 common/term.c                       |    1 +
 common/ttysize.c                    |    1 +
 include/missing.h                   |    1 -
 include/sudo_util.h                 |   62 ++++++
 plugins/group_file/Makefile.in      |    3 +-
 plugins/group_file/getgrent.c       |    3 +-
 plugins/sudoers/Makefile.in         |  366 +++++++++++++++++++----------------
 plugins/sudoers/sudoers.h           |   23 +--
 plugins/sudoers/sudoreplay.c        |    4 +-
 plugins/system_group/Makefile.in    |    3 +-
 plugins/system_group/system_group.c |    5 +-
 src/Makefile.in                     |   75 ++++---
 src/sudo.h                          |   34 +---
 24 files changed, 346 insertions(+), 284 deletions(-)


More information about the sudo-commits mailing list