[sudo-commits] sudo changeset 12560:12550ec04e3a

Todd C. Miller Todd.Miller at sudo.ws
Wed Aug 12 11:59:44 MDT 2020


changeset:	12560:12550ec04e3a in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/12550ec04e3a
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Wed Aug 12 09:57:42 2020 -0600

Log Message:
	Rename __dso_public -> sudo_dso_public and move to config.h.

diffstat:

 config.h.in                                               |  13 +
 configure.ac                                              |  17 ++-
 include/compat/fnmatch.h                                  |   2 +-
 include/compat/getaddrinfo.h                              |   6 +-
 include/compat/getopt.h                                   |   6 +-
 include/compat/glob.h                                     |   4 +-
 include/compat/sha2.h                                     |  40 +++---
 include/sudo_compat.h                                     |  98 ++++++--------
 include/sudo_conf.h                                       |  30 ++--
 include/sudo_debug.h                                      |  54 ++++----
 include/sudo_digest.h                                     |  12 +-
 include/sudo_dso.h                                        |  10 +-
 include/sudo_event.h                                      |  38 ++--
 include/sudo_fatal.h                                      |  34 ++--
 include/sudo_json.h                                       |  20 +-
 include/sudo_lbuf.h                                       |  14 +-
 include/sudo_rand.h                                       |   6 +-
 include/sudo_util.h                                       |  84 ++++++------
 lib/iolog/regress/host_port/host_port_test.c              |   2 +-
 lib/iolog/regress/iolog_json/check_iolog_json.c           |   2 +-
 lib/iolog/regress/iolog_mkpath/check_iolog_mkpath.c       |   2 +-
 lib/iolog/regress/iolog_path/check_iolog_path.c           |   2 +-
 lib/iolog/regress/iolog_util/check_iolog_util.c           |   2 +-
 lib/util/mksiglist.c                                      |   2 +-
 lib/util/mksigname.c                                      |   2 +-
 lib/util/regress/fnmatch/fnm_test.c                       |   2 +-
 lib/util/regress/getdelim/getdelim_test.c                 |   2 +-
 lib/util/regress/getgrouplist/getgrouplist_test.c         |   2 +-
 lib/util/regress/glob/globtest.c                          |   2 +-
 lib/util/regress/mktemp/mktemp_test.c                     |   2 +-
 lib/util/regress/parse_gids/parse_gids_test.c             |   2 +-
 lib/util/regress/progname/progname_test.c                 |   2 +-
 lib/util/regress/strsig/strsig_test.c                     |   2 +-
 lib/util/regress/strsplit/strsplit_test.c                 |   2 +-
 lib/util/regress/strtofoo/strtobool_test.c                |   2 +-
 lib/util/regress/strtofoo/strtoid_test.c                  |   2 +-
 lib/util/regress/strtofoo/strtomode_test.c                |   2 +-
 lib/util/regress/strtofoo/strtonum_test.c                 |   2 +-
 lib/util/regress/sudo_conf/conf_test.c                    |   2 +-
 lib/util/regress/sudo_parseln/parseln_test.c              |   2 +-
 lib/util/regress/tailq/hltq_test.c                        |   2 +-
 lib/util/regress/vsyslog/vsyslog_test.c                   |   2 +-
 lib/util/term.c                                           |   6 +-
 logsrvd/logsrvd.c                                         |   2 +-
 logsrvd/sendlog.c                                         |   2 +-
 plugins/audit_json/audit_json.c                           |   2 +-
 plugins/group_file/group_file.c                           |   2 +-
 plugins/group_file/plugin_test.c                          |   2 +-
 plugins/python/python_plugin_approval.c                   |   4 +-
 plugins/python/python_plugin_audit.c                      |   4 +-
 plugins/python/python_plugin_group.c                      |   2 +-
 plugins/python/python_plugin_io.c                         |   4 +-
 plugins/python/python_plugin_policy.c                     |   2 +-
 plugins/sample/sample_plugin.c                            |   4 +-
 plugins/sample_approval/sample_approval.c                 |   2 +-
 plugins/sudoers/audit.c                                   |   2 +-
 plugins/sudoers/cvtsudoers.c                              |   2 +-
 plugins/sudoers/iolog.c                                   |   4 +-
 plugins/sudoers/policy.c                                  |   4 +-
 plugins/sudoers/regress/check_symbols/check_symbols.c     |   2 +-
 plugins/sudoers/regress/env_match/check_env_pattern.c     |   2 +-
 plugins/sudoers/regress/iolog_plugin/check_iolog_plugin.c |   2 +-
 plugins/sudoers/regress/logging/check_wrap.c              |   2 +-
 plugins/sudoers/regress/parser/check_addr.c               |   2 +-
 plugins/sudoers/regress/parser/check_base64.c             |   2 +-
 plugins/sudoers/regress/parser/check_digest.c             |   2 +-
 plugins/sudoers/regress/parser/check_fill.c               |   2 +-
 plugins/sudoers/regress/parser/check_gentime.c            |   2 +-
 plugins/sudoers/regress/parser/check_hexchar.c            |   2 +-
 plugins/sudoers/regress/starttime/check_starttime.c       |   2 +-
 plugins/sudoers/sudoers.h                                 |   8 +-
 plugins/sudoers/sudoreplay.c                              |   2 +-
 plugins/sudoers/testsudoers.c                             |   2 +-
 plugins/sudoers/tsdump.c                                  |   2 +-
 plugins/sudoers/visudo.c                                  |   2 +-
 plugins/system_group/system_group.c                       |   2 +-
 src/env_hooks.c                                           |  10 +-
 src/regress/noexec/check_noexec.c                         |   2 +-
 src/regress/ttyname/check_ttyname.c                       |   2 +-
 src/sesh.c                                                |   2 +-
 src/sudo.c                                                |   2 +-
 src/sudo_noexec.c                                         |  14 +-
 82 files changed, 333 insertions(+), 325 deletions(-)



More information about the sudo-commits mailing list