[sudo-commits] sudo changeset 14078:7ac3dd7b1634

Todd C. Miller Todd.Miller at sudo.ws
Tue Jun 28 16:35:12 MDT 2022


changeset:	14078:7ac3dd7b1634 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/7ac3dd7b1634
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Jun 28 16:33:15 2022 -0600

Log Message:
	Make sudo pass -Wwrite-strings

diffstat:

 configure                                                     |    2 +-
 configure.ac                                                  |    2 +-
 include/sudo_iolog.h                                          |    2 +-
 lib/eventlog/eventlog.c                                       |    4 +-
 lib/eventlog/logwrap.c                                        |    2 +-
 lib/iolog/host_port.c                                         |    4 +-
 lib/iolog/regress/host_port/host_port_test.c                  |    4 +-
 lib/iolog/regress/iolog_mkpath/check_iolog_mkpath.c           |    4 +-
 lib/util/aix.c                                                |   10 +-
 lib/util/getgrouplist.c                                       |    2 +-
 lib/util/getopt_long.c                                        |    4 +-
 lib/util/lbuf.c                                               |    4 +-
 lib/util/logfac.c                                             |    2 +-
 lib/util/logpri.c                                             |    2 +-
 lib/util/regress/progname/progname_test.c                     |    2 +-
 lib/util/snprintf.c                                           |    6 +-
 lib/util/sudo_conf.c                                          |    6 +-
 lib/util/sudo_debug.c                                         |    8 +-
 logsrvd/logsrvd_conf.c                                        |    4 +-
 logsrvd/logsrvd_local.c                                       |    4 +-
 logsrvd/logsrvd_relay.c                                       |    2 +-
 logsrvd/sendlog.c                                             |  100 +-
 plugins/audit_json/audit_json.c                               |    8 +-
 plugins/python/python_convmessage.c                           |    4 +-
 plugins/python/python_plugin_common.c                         |    2 +-
 plugins/python/regress/check_python_examples.c                |   10 +-
 plugins/python/sudo_python_module.c                           |    8 +-
 plugins/sudoers/auth/bsdauth.c                                |    8 +-
 plugins/sudoers/auth/pam.c                                    |    2 +-
 plugins/sudoers/auth/sudo_auth.h                              |    2 +-
 plugins/sudoers/cvtsudoers.c                                  |    2 +-
 plugins/sudoers/cvtsudoers_csv.c                              |    2 +-
 plugins/sudoers/cvtsudoers_json.c                             |    2 +-
 plugins/sudoers/cvtsudoers_ldif.c                             |    2 +-
 plugins/sudoers/cvtsudoers_pwutil.c                           |    6 +-
 plugins/sudoers/defaults.c                                    |    2 +-
 plugins/sudoers/defaults.h                                    |    6 +-
 plugins/sudoers/editor.c                                      |    9 +-
 plugins/sudoers/env.c                                         |    4 +-
 plugins/sudoers/exptilde.c                                    |    2 +-
 plugins/sudoers/getdate.c                                     |    2 +-
 plugins/sudoers/getdate.y                                     |    2 +-
 plugins/sudoers/gram.c                                        |  594 +++++----
 plugins/sudoers/gram.h                                        |    3 +-
 plugins/sudoers/gram.y                                        |   16 +-
 plugins/sudoers/group_plugin.c                                |    2 +-
 plugins/sudoers/insults.h                                     |    2 +-
 plugins/sudoers/iolog.c                                       |    2 +-
 plugins/sudoers/ldap.c                                        |    4 +-
 plugins/sudoers/ldap_conf.c                                   |    3 +-
 plugins/sudoers/log_client.c                                  |  130 +-
 plugins/sudoers/logging.c                                     |    2 +-
 plugins/sudoers/parse.c                                       |    4 +-
 plugins/sudoers/policy.c                                      |    4 +-
 plugins/sudoers/pwutil.c                                      |    2 +-
 plugins/sudoers/regress/editor/check_editor.c                 |   20 +-
 plugins/sudoers/regress/exptilde/check_exptilde.c             |    6 +-
 plugins/sudoers/regress/fuzz/fuzz_policy.c                    |    4 +-
 plugins/sudoers/regress/fuzz/fuzz_sudoers.c                   |   26 +-
 plugins/sudoers/regress/iolog_plugin/check_iolog_plugin.c     |    9 +-
 plugins/sudoers/regress/parser/check_gentime.c                |    4 +-
 plugins/sudoers/regress/serialize_list/check_serialize_list.c |    6 +-
 plugins/sudoers/regress/unescape/check_unesc.c                |    6 +-
 plugins/sudoers/sudoers.c                                     |    6 +-
 plugins/sudoers/sudoers.h                                     |    8 +-
 plugins/sudoers/sudoers_hooks.c                               |    2 +-
 plugins/sudoers/sudoreplay.c                                  |    2 +-
 plugins/sudoers/testsudoers.c                                 |    4 +-
 plugins/sudoers/visudo.c                                      |   22 +-
 src/edit_open.c                                               |    9 +-
 src/exec_common.c                                             |    6 +-
 src/parse_args.c                                              |    6 +-
 src/regress/noexec/check_noexec.c                             |    2 +-
 src/selinux.c                                                 |    7 +-
 src/sudo.c                                                    |   18 +-
 src/sudo_edit.c                                               |   18 +-
 src/sudo_intercept.c                                          |    8 +-
 77 files changed, 591 insertions(+), 641 deletions(-)



More information about the sudo-commits mailing list