[sudo-commits] sudo changeset 11692:db66decfad24

Todd C. Miller Todd.Miller at sudo.ws
Tue Apr 30 07:08:25 MDT 2019


changeset:	11692:db66decfad24 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/db66decfad24
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Mon Apr 29 07:21:51 2019 -0600

Log Message:
	Add SPDX-License-Identifier to files.

diffstat:

 Makefile.in                                               |    2 +
 configure.ac                                              |   16 +-
 doc/Makefile.in                                           |    2 +
 doc/cvtsudoers.man.in                                     |    2 +
 doc/cvtsudoers.mdoc.in                                    |    2 +
 doc/fixman.sh                                             |    2 +
 doc/sudo.conf.man.in                                      |    2 +
 doc/sudo.conf.mdoc.in                                     |    2 +
 doc/sudo.man.in                                           |    2 +
 doc/sudo.mdoc.in                                          |    2 +
 doc/sudo_plugin.man.in                                    |    2 +
 doc/sudo_plugin.mdoc.in                                   |    2 +
 doc/sudoers.ldap.man.in                                   |    2 +
 doc/sudoers.ldap.mdoc.in                                  |    2 +
 doc/sudoers.man.in                                        |    2 +
 doc/sudoers.mdoc.in                                       |    2 +
 doc/sudoers_timestamp.man.in                              |    2 +
 doc/sudoers_timestamp.mdoc.in                             |    2 +
 doc/sudoreplay.man.in                                     |    2 +
 doc/sudoreplay.mdoc.in                                    |    2 +
 doc/visudo.man.in                                         |    2 +
 doc/visudo.mdoc.in                                        |    2 +
 examples/Makefile.in                                      |    2 +
 include/Makefile.in                                       |    2 +
 include/compat/charclass.h                                |    2 +
 include/compat/endian.h                                   |    2 +
 include/compat/fnmatch.h                                  |    2 +
 include/compat/getopt.h                                   |    2 +
 include/compat/glob.h                                     |    2 +
 include/compat/nss_dbdefs.h                               |    2 +
 include/compat/sha2.h                                     |    2 +
 include/sudo_compat.h                                     |    2 +
 include/sudo_conf.h                                       |    2 +
 include/sudo_debug.h                                      |    2 +
 include/sudo_digest.h                                     |    2 +
 include/sudo_dso.h                                        |    2 +
 include/sudo_event.h                                      |    2 +
 include/sudo_fatal.h                                      |    2 +
 include/sudo_gettext.h                                    |    2 +
 include/sudo_lbuf.h                                       |    2 +
 include/sudo_plugin.h                                     |    2 +
 include/sudo_queue.h                                      |    2 +
 include/sudo_rand.h                                       |    2 +
 include/sudo_util.h                                       |    2 +
 lib/util/Makefile.in                                      |    2 +
 lib/util/aix.c                                            |    2 +
 lib/util/arc4random.c                                     |    2 +
 lib/util/arc4random.h                                     |    2 +
 lib/util/arc4random_uniform.c                             |    2 +
 lib/util/closefrom.c                                      |    2 +
 lib/util/digest.c                                         |    2 +
 lib/util/digest_gcrypt.c                                  |    2 +
 lib/util/digest_openssl.c                                 |    2 +
 lib/util/event.c                                          |    2 +
 lib/util/event_poll.c                                     |    2 +
 lib/util/event_select.c                                   |    2 +
 lib/util/fatal.c                                          |    2 +
 lib/util/fnmatch.c                                        |    7 +-
 lib/util/getcwd.c                                         |    2 +
 lib/util/getdelim.c                                       |    2 +
 lib/util/getentropy.c                                     |    2 +
 lib/util/getgrouplist.c                                   |    2 +
 lib/util/gethostname.c                                    |    2 +
 lib/util/getopt_long.c                                    |    2 +
 lib/util/gettime.c                                        |    2 +
 lib/util/gidlist.c                                        |    2 +
 lib/util/glob.c                                           |    2 +
 lib/util/inet_ntop.c                                      |    5 +-
 lib/util/inet_pton.c                                      |    5 +-
 lib/util/isblank.c                                        |    2 +
 lib/util/key_val.c                                        |    2 +
 lib/util/lbuf.c                                           |    2 +
 lib/util/locking.c                                        |    2 +
 lib/util/memrchr.c                                        |    2 +
 lib/util/memset_s.c                                       |    2 +
 lib/util/mksiglist.c                                      |    2 +
 lib/util/mksigname.c                                      |    2 +
 lib/util/mktemp.c                                         |    2 +
 lib/util/nanosleep.c                                      |    2 +
 lib/util/parseln.c                                        |    2 +
 lib/util/pipe2.c                                          |    2 +
 lib/util/progname.c                                       |    2 +
 lib/util/pw_dup.c                                         |    2 +
 lib/util/reallocarray.c                                   |    2 +
 lib/util/regress/atofoo/atofoo_test.c                     |    2 +
 lib/util/regress/getdelim/getdelim_test.c                 |    2 +
 lib/util/regress/getgrouplist/getgrouplist_test.c         |    2 +
 lib/util/regress/parse_gids/parse_gids_test.c             |    2 +
 lib/util/regress/progname/progname_test.c                 |    2 +
 lib/util/regress/strsplit/strsplit_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/secure_path.c                                    |    2 +
 lib/util/setgroups.c                                      |    2 +
 lib/util/sha2.c                                           |    2 +
 lib/util/sig2str.c                                        |    2 +
 lib/util/snprintf.c                                       |    4 +-
 lib/util/strlcat.c                                        |    2 +
 lib/util/strlcpy.c                                        |    2 +
 lib/util/strndup.c                                        |    2 +
 lib/util/strnlen.c                                        |    2 +
 lib/util/strsignal.c                                      |    2 +
 lib/util/strsplit.c                                       |    2 +
 lib/util/strtobool.c                                      |    2 +
 lib/util/strtoid.c                                        |    2 +
 lib/util/strtomode.c                                      |    2 +
 lib/util/strtonum.c                                       |    2 +
 lib/util/sudo_conf.c                                      |    2 +
 lib/util/sudo_debug.c                                     |    2 +
 lib/util/sudo_dso.c                                       |    2 +
 lib/util/term.c                                           |    2 +
 lib/util/ttyname_dev.c                                    |    2 +
 lib/util/ttysize.c                                        |    2 +
 lib/util/utimens.c                                        |    2 +
 lib/util/vsyslog.c                                        |    2 +
 lib/zlib/Makefile.in                                      |    2 +
 log2cl.pl                                                 |    2 +
 m4/sudo.m4                                                |   14 +
 mkdep.pl                                                  |    2 +
 mkpkg                                                     |    2 +
 pathnames.h.in                                            |    2 +
 plugins/group_file/Makefile.in                            |    2 +
 plugins/group_file/getgrent.c                             |    2 +
 plugins/group_file/group_file.c                           |    2 +
 plugins/group_file/plugin_test.c                          |    2 +
 plugins/sample/Makefile.in                                |    2 +
 plugins/sample/sample_plugin.c                            |    2 +
 plugins/sudoers/Makefile.in                               |    2 +
 plugins/sudoers/alias.c                                   |    2 +
 plugins/sudoers/audit.c                                   |    2 +
 plugins/sudoers/auth/afs.c                                |    2 +
 plugins/sudoers/auth/aix_auth.c                           |    2 +
 plugins/sudoers/auth/bsdauth.c                            |    2 +
 plugins/sudoers/auth/dce.c                                |    2 +
 plugins/sudoers/auth/fwtk.c                               |    2 +
 plugins/sudoers/auth/kerb5.c                              |    2 +
 plugins/sudoers/auth/pam.c                                |    2 +
 plugins/sudoers/auth/passwd.c                             |    2 +
 plugins/sudoers/auth/rfc1938.c                            |    2 +
 plugins/sudoers/auth/secureware.c                         |    2 +
 plugins/sudoers/auth/securid5.c                           |    2 +
 plugins/sudoers/auth/sia.c                                |    2 +
 plugins/sudoers/auth/sudo_auth.c                          |    2 +
 plugins/sudoers/auth/sudo_auth.h                          |    2 +
 plugins/sudoers/base64.c                                  |    2 +
 plugins/sudoers/boottime.c                                |    2 +
 plugins/sudoers/bsm_audit.c                               |    2 +
 plugins/sudoers/bsm_audit.h                               |    2 +
 plugins/sudoers/check.c                                   |    2 +
 plugins/sudoers/check.h                                   |    2 +
 plugins/sudoers/cvtsudoers.c                              |    2 +
 plugins/sudoers/cvtsudoers.h                              |    2 +
 plugins/sudoers/cvtsudoers_json.c                         |    2 +
 plugins/sudoers/cvtsudoers_ldif.c                         |    2 +
 plugins/sudoers/cvtsudoers_pwutil.c                       |    2 +
 plugins/sudoers/defaults.c                                |    2 +
 plugins/sudoers/defaults.h                                |    2 +
 plugins/sudoers/digestname.c                              |    2 +
 plugins/sudoers/editor.c                                  |    2 +
 plugins/sudoers/env.c                                     |    2 +
 plugins/sudoers/env_pattern.c                             |    2 +
 plugins/sudoers/file.c                                    |    2 +
 plugins/sudoers/filedigest.c                              |    2 +
 plugins/sudoers/find_path.c                               |    2 +
 plugins/sudoers/fmtsudoers.c                              |    2 +
 plugins/sudoers/gc.c                                      |    2 +
 plugins/sudoers/gentime.c                                 |    2 +
 plugins/sudoers/getspwuid.c                               |    2 +
 plugins/sudoers/gmtoff.c                                  |    2 +
 plugins/sudoers/goodpath.c                                |    2 +
 plugins/sudoers/gram.c                                    |  208 +++++++------
 plugins/sudoers/gram.y                                    |    2 +
 plugins/sudoers/group_plugin.c                            |    2 +
 plugins/sudoers/hexchar.c                                 |    2 +
 plugins/sudoers/ins_2001.h                                |    2 +
 plugins/sudoers/ins_classic.h                             |    2 +
 plugins/sudoers/ins_csops.h                               |    2 +
 plugins/sudoers/ins_goons.h                               |    2 +
 plugins/sudoers/ins_python.h                              |    2 +
 plugins/sudoers/insults.h                                 |    2 +
 plugins/sudoers/interfaces.c                              |    2 +
 plugins/sudoers/interfaces.h                              |    2 +
 plugins/sudoers/iolog.c                                   |    2 +
 plugins/sudoers/iolog.h                                   |    2 +
 plugins/sudoers/iolog_event.h                             |    2 +
 plugins/sudoers/iolog_files.h                             |    2 +
 plugins/sudoers/iolog_path.c                              |    2 +
 plugins/sudoers/iolog_util.c                              |    2 +
 plugins/sudoers/ldap.c                                    |    2 +
 plugins/sudoers/ldap_conf.c                               |    2 +
 plugins/sudoers/ldap_util.c                               |    2 +
 plugins/sudoers/linux_audit.c                             |    2 +
 plugins/sudoers/linux_audit.h                             |    2 +
 plugins/sudoers/locale.c                                  |    2 +
 plugins/sudoers/logging.c                                 |    2 +
 plugins/sudoers/logging.h                                 |    2 +
 plugins/sudoers/logwrap.c                                 |    2 +
 plugins/sudoers/match.c                                   |    2 +
 plugins/sudoers/match_addr.c                              |    2 +
 plugins/sudoers/match_command.c                           |    2 +
 plugins/sudoers/match_digest.c                            |    2 +
 plugins/sudoers/mkdir_parents.c                           |    2 +
 plugins/sudoers/parse.c                                   |    2 +
 plugins/sudoers/parse.h                                   |    2 +
 plugins/sudoers/parse_ldif.c                              |    2 +
 plugins/sudoers/policy.c                                  |    2 +
 plugins/sudoers/prompt.c                                  |    2 +
 plugins/sudoers/pwutil.c                                  |    2 +
 plugins/sudoers/pwutil.h                                  |    2 +
 plugins/sudoers/pwutil_impl.c                             |    2 +
 plugins/sudoers/rcstr.c                                   |    2 +
 plugins/sudoers/redblack.c                                |    2 +
 plugins/sudoers/redblack.h                                |    2 +
 plugins/sudoers/regress/check_symbols/check_symbols.c     |    2 +
 plugins/sudoers/regress/env_match/check_env_pattern.c     |    2 +
 plugins/sudoers/regress/iolog_path/check_iolog_path.c     |    2 +
 plugins/sudoers/regress/iolog_plugin/check_iolog_plugin.c |    2 +
 plugins/sudoers/regress/iolog_util/check_iolog_util.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/set_perms.c                               |    2 +
 plugins/sudoers/solaris_audit.c                           |    2 +
 plugins/sudoers/solaris_audit.h                           |    2 +
 plugins/sudoers/sssd.c                                    |    2 +
 plugins/sudoers/starttime.c                               |    2 +
 plugins/sudoers/strlist.c                                 |    2 +
 plugins/sudoers/strlist.h                                 |    2 +
 plugins/sudoers/stubs.c                                   |    2 +
 plugins/sudoers/sudo_ldap.h                               |    2 +
 plugins/sudoers/sudo_ldap_conf.h                          |    2 +
 plugins/sudoers/sudo_nss.c                                |    2 +
 plugins/sudoers/sudo_nss.h                                |    2 +
 plugins/sudoers/sudo_printf.c                             |    2 +
 plugins/sudoers/sudoers.c                                 |    2 +
 plugins/sudoers/sudoers.h                                 |    2 +
 plugins/sudoers/sudoers_debug.c                           |    2 +
 plugins/sudoers/sudoers_debug.h                           |    2 +
 plugins/sudoers/sudoers_version.h                         |    2 +
 plugins/sudoers/sudoreplay.c                              |    2 +
 plugins/sudoers/testsudoers.c                             |    2 +
 plugins/sudoers/timeout.c                                 |    2 +
 plugins/sudoers/timestamp.c                               |    2 +
 plugins/sudoers/timestr.c                                 |    2 +
 plugins/sudoers/toke.c                                    |  164 +++++-----
 plugins/sudoers/toke.h                                    |    2 +
 plugins/sudoers/toke.l                                    |    2 +
 plugins/sudoers/toke_util.c                               |    2 +
 plugins/sudoers/tsdump.c                                  |    2 +
 plugins/sudoers/tsgetgrpw.c                               |    2 +
 plugins/sudoers/tsgetgrpw.h                               |    2 +
 plugins/sudoers/visudo.c                                  |    2 +
 plugins/system_group/Makefile.in                          |    2 +
 plugins/system_group/system_group.c                       |    2 +
 src/Makefile.in                                           |    2 +
 src/conversation.c                                        |    2 +
 src/env_hooks.c                                           |    2 +
 src/exec.c                                                |    2 +
 src/exec_common.c                                         |    2 +
 src/exec_monitor.c                                        |    2 +
 src/exec_nopty.c                                          |    2 +
 src/exec_pty.c                                            |    2 +
 src/get_pty.c                                             |    2 +
 src/hooks.c                                               |    2 +
 src/load_plugins.c                                        |    2 +
 src/net_ifs.c                                             |    2 +
 src/openbsd.c                                             |    2 +
 src/parse_args.c                                          |    2 +
 src/preload.c                                             |    2 +
 src/preserve_fds.c                                        |    2 +
 src/regress/noexec/check_noexec.c                         |    2 +
 src/regress/ttyname/check_ttyname.c                       |    2 +
 src/selinux.c                                             |    2 +
 src/sesh.c                                                |    2 +
 src/signal.c                                              |    2 +
 src/solaris.c                                             |    2 +
 src/sudo.c                                                |    2 +
 src/sudo.h                                                |    2 +
 src/sudo_edit.c                                           |    2 +
 src/sudo_exec.h                                           |    2 +
 src/sudo_noexec.c                                         |    2 +
 src/sudo_plugin_int.h                                     |    2 +
 src/sudo_usage.h.in                                       |    2 +
 src/tcsetpgrp_nobg.c                                      |    2 +
 src/tgetpass.c                                            |    2 +
 src/ttyname.c                                             |    2 +
 src/utmp.c                                                |    2 +
 294 files changed, 806 insertions(+), 189 deletions(-)


More information about the sudo-commits mailing list