[sudo-commits] sudo changeset 9486:18faff6ab915

Todd C. Miller Todd.Miller at courtesan.com
Thu Jun 26 16:05:40 MDT 2014


changeset:	9486:18faff6ab915 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/18faff6ab915
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Thu Jun 26 15:51:15 2014 -0600

Log Message:
	Add exported libsudo_util functions to util.exp and mark in headers
	using __dso_public.

diffstat:

 MANIFEST                                      |    1 +
 Makefile.in                                   |   25 ++-
 doc/Makefile.in                               |   19 +-
 include/alloc.h                               |   20 +-
 include/compat/fnmatch.h                      |    2 +-
 include/compat/getaddrinfo.h                  |    6 +-
 include/compat/getopt.h                       |    6 +-
 include/compat/glob.h                         |    4 +-
 include/compat/sha2.h                         |   42 +++---
 include/fatal.h                               |   26 ++--
 include/fileops.h                             |    6 +-
 include/lbuf.h                                |   10 +-
 include/missing.h                             |   48 ++++----
 include/secure_path.h                         |    8 +-
 include/sudo_conf.h                           |   22 +-
 include/sudo_debug.h                          |   40 +++---
 include/sudo_dso.h                            |   12 +-
 include/sudo_event.h                          |   28 ++--
 include/sudo_util.h                           |   32 ++--
 install-sh                                    |   10 +-
 lib/util/Makefile.in                          |   85 ++++++++++---
 lib/util/fatal.c                              |    2 +-
 lib/util/getaddrinfo.c                        |    2 +-
 lib/util/pw_dup.c                             |    2 +
 lib/util/regress/fnmatch/fnm_test.c           |    5 +-
 lib/util/sudo_dso.c                           |    2 +-
 lib/util/sudo_printf.c                        |    4 +-
 lib/util/term.c                               |    4 +-
 lib/util/util.exp                             |  155 ++++++++++++++++++++++++++
 plugins/group_file/Makefile.in                |   10 +-
 plugins/sample/Makefile.in                    |   10 +-
 plugins/sudoers/Makefile.in                   |   56 ++++----
 plugins/sudoers/match.c                       |   21 +-
 plugins/sudoers/regress/parser/check_digest.c |    5 +-
 plugins/sudoers/sudoers.c                     |    7 +-
 plugins/sudoers/sudoreplay.c                  |   11 +-
 plugins/sudoers/testsudoers.c                 |   11 +-
 plugins/sudoers/toke.c                        |   11 +-
 plugins/sudoers/toke.l                        |   11 +-
 plugins/sudoers/visudo.c                      |   11 +-
 plugins/system_group/Makefile.in              |   10 +-
 src/Makefile.in                               |   20 ++-
 src/parse_args.c                              |   11 +-
 src/preload.c                                 |    1 +
 44 files changed, 538 insertions(+), 296 deletions(-)


More information about the sudo-commits mailing list