[sudo-commits] sudo changeset 11111:96110003e904

Todd C. Miller Todd.Miller at sudo.ws
Sun Dec 3 17:57:18 MST 2017


changeset:	11111:96110003e904 in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/96110003e904
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Sun Dec 03 17:53:40 2017 -0700

Log Message:
	update my email to Todd.Miller at sudo.ws

diffstat:

 Makefile.in                                           |  2 +-
 configure.ac                                          |  2 +-
 doc/HISTORY                                           |  2 +-
 doc/LICENSE                                           |  2 +-
 doc/Makefile.in                                       |  2 +-
 doc/fixman.sh                                         |  2 +-
 doc/fixmdoc.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/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/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_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_util.h                                   |  2 +-
 lib/util/Makefile.in                                  |  2 +-
 lib/util/aix.c                                        |  2 +-
 lib/util/closefrom.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/getgrouplist.c                               |  2 +-
 lib/util/gethostname.c                                |  2 +-
 lib/util/getline.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/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/regress/atofoo/atofoo_test.c                 |  2 +-
 lib/util/regress/fnmatch/fnm_test.c                   |  2 +-
 lib/util/regress/glob/globtest.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                                   |  2 +-
 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/ttysize.c                                    |  2 +-
 lib/util/utimens.c                                    |  2 +-
 lib/util/vsyslog.c                                    |  2 +-
 lib/zlib/Makefile.in                                  |  2 +-
 m4/sudo.m4                                            |  2 +-
 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/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/filedigest.c                          |  2 +-
 plugins/sudoers/filedigest_gcrypt.c                   |  2 +-
 plugins/sudoers/filedigest_openssl.c                  |  2 +-
 plugins/sudoers/find_path.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                                |  2 +-
 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/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_path.c                          |  2 +-
 plugins/sudoers/ldap.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/mkdir_parents.c                       |  2 +-
 plugins/sudoers/parse.c                               |  2 +-
 plugins/sudoers/parse.h                               |  2 +-
 plugins/sudoers/po/sudoers.pot                        |  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/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/set_perms.c                           |  2 +-
 plugins/sudoers/sssd.c                                |  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/sudoers2ldif                          |  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                                |  2 +-
 plugins/sudoers/toke.h                                |  2 +-
 plugins/sudoers/toke.l                                |  2 +-
 plugins/sudoers/toke_util.c                           |  2 +-
 plugins/sudoers/tsgetgrpw.c                           |  2 +-
 plugins/sudoers/tsgetgrpw.h                           |  2 +-
 plugins/sudoers/visudo.c                              |  2 +-
 plugins/sudoers/visudo_json.c                         |  2 +-
 plugins/system_group/Makefile.in                      |  2 +-
 plugins/system_group/system_group.c                   |  2 +-
 po/sudo.pot                                           |  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 +-
 sudo.pp                                               |  2 +-
 253 files changed, 253 insertions(+), 253 deletions(-)


More information about the sudo-commits mailing list