[sudo-commits] sudo changeset 9208:022007ba7bb4

Todd C. Miller Todd.Miller at courtesan.com
Mon Jan 6 16:22:36 MST 2014


changeset:	9208:022007ba7bb4 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/022007ba7bb4
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Mon Jan 06 10:17:53 2014 -0700

Log Message:
	Merge sudo 1.8.9 from trunk.

diffstat:

 INSTALL                                               |    15 +
 MANIFEST                                              |    28 +-
 Makefile.in                                           |     4 +-
 NEWS                                                  |    41 +
 README.LDAP                                           |     5 +
 aclocal.m4                                            |   502 +-
 autogen.sh                                            |    20 +
 common/Makefile.in                                    |   180 +-
 common/aix.c                                          |     9 +-
 common/alloc.c                                        |     5 +-
 common/atobool.c                                      |     1 +
 common/atoid.c                                        |    26 +-
 common/atomode.c                                      |    66 +
 common/event.c                                        |   394 +
 common/event_poll.c                                   |   183 +
 common/event_select.c                                 |   212 +
 common/fatal.c                                        |    35 +-
 common/fileops.c                                      |     7 +-
 common/fmt_string.c                                   |     1 +
 common/gidlist.c                                      |     5 +-
 common/lbuf.c                                         |     2 +-
 common/list.c                                         |   158 -
 common/progname.c                                     |   124 +
 common/regress/sudo_conf/conf_test.c                  |    16 +-
 common/regress/sudo_parseln/parseln_test.c            |    14 -
 common/regress/tailq/hltq_test.c                      |   182 +
 common/secure_path.c                                  |     2 +-
 common/setgroups.c                                    |     1 +
 common/sudo_conf.c                                    |    38 +-
 common/sudo_debug.c                                   |    42 +-
 common/sudo_dso.c                                     |   320 +
 common/term.c                                         |     1 +
 common/ttysize.c                                      |    10 +-
 compat/Makefile.in                                    |    80 +-
 compat/closefrom.c                                    |    41 +-
 compat/dlfcn.h                                        |    43 -
 compat/dlopen.c                                       |   156 -
 compat/getaddrinfo.c                                  |    44 +-
 compat/getgrouplist.c                                 |     5 +-
 compat/getprogname.c                                  |    49 -
 compat/mktemp.c                                       |     2 +-
 compat/nanosleep.c                                    |    57 -
 compat/sig2str.c                                      |     1 +
 compat/snprintf.c                                     |   122 +-
 compat/strtonum.c                                     |   200 +
 compat/utimes.c                                       |     2 +-
 config.h.in                                           |    43 +-
 configure                                             |  1366 +++--
 configure.ac                                          |  3916 +++++++++++++++++
 configure.in                                          |  3887 ----------------
 doc/CONTRIBUTORS                                      |     3 +
 doc/HISTORY                                           |     5 +
 doc/LICENSE                                           |     5 +-
 doc/Makefile.in                                       |    70 +-
 doc/sudo.cat                                          |    27 +-
 doc/sudo.conf.cat                                     |    33 +-
 doc/sudo.conf.man.in                                  |    29 +-
 doc/sudo.conf.mdoc.in                                 |    25 +-
 doc/sudo.man.in                                       |    16 +-
 doc/sudo.mdoc.in                                      |    16 +-
 doc/sudo_plugin.cat                                   |    21 +-
 doc/sudo_plugin.man.in                                |    19 +-
 doc/sudo_plugin.mdoc.in                               |    18 +-
 doc/sudoers.cat                                       |    28 +-
 doc/sudoers.ldap.cat                                  |     2 +-
 doc/sudoers.man.in                                    |    52 +-
 doc/sudoers.mdoc.in                                   |    45 +-
 doc/sudoreplay.cat                                    |     4 +-
 doc/sudoreplay.man.in                                 |     5 +-
 doc/sudoreplay.mdoc.in                                |     4 +-
 doc/visudo.cat                                        |    13 +-
 doc/visudo.man.in                                     |    24 +-
 doc/visudo.mdoc.in                                    |    25 +-
 include/fatal.h                                       |   115 +-
 include/gettext.h                                     |     2 +
 include/list.h                                        |    76 -
 include/missing.h                                     |    90 +-
 include/queue.h                                       |   806 +++
 include/secure_path.h                                 |     2 +-
 include/sudo_conf.h                                   |     7 +-
 include/sudo_debug.h                                  |    34 +-
 include/sudo_dso.h                                    |    49 +
 include/sudo_event.h                                  |   146 +
 include/sudo_plugin.h                                 |     2 +-
 include/sudo_util.h                                   |    62 +
 m4/ax_func_getaddrinfo.m4                             |    70 +
 m4/ax_func_snprintf.m4                                |    82 +
 m4/sudo.m4                                            |   407 +
 mkdep.pl                                              |    16 +-
 mkpkg                                                 |     4 +
 plugins/group_file/Makefile.in                        |     9 +-
 plugins/group_file/getgrent.c                         |    15 +-
 plugins/sample/Makefile.in                            |     6 +-
 plugins/sample/sample_plugin.c                        |     4 +-
 plugins/sudoers/Makefile.in                           |   821 +-
 plugins/sudoers/alias.c                               |     5 +-
 plugins/sudoers/auth/bsdauth.c                        |     2 -
 plugins/sudoers/auth/fwtk.c                           |    12 +-
 plugins/sudoers/auth/pam.c                            |     1 +
 plugins/sudoers/auth/rfc1938.c                        |     2 +-
 plugins/sudoers/auth/securid5.c                       |    22 +-
 plugins/sudoers/auth/sudo_auth.c                      |     2 +-
 plugins/sudoers/boottime.c                            |    15 +-
 plugins/sudoers/bsm_audit.c                           |     8 +-
 plugins/sudoers/check.c                               |     2 +-
 plugins/sudoers/def_data.c                            |     6 +-
 plugins/sudoers/def_data.h                            |     6 +-
 plugins/sudoers/def_data.in                           |     6 +-
 plugins/sudoers/defaults.c                            |   152 +-
 plugins/sudoers/defaults.h                            |    16 +-
 plugins/sudoers/env.c                                 |    23 +-
 plugins/sudoers/find_path.c                           |     4 +-
 plugins/sudoers/getdate.c                             |    84 +-
 plugins/sudoers/getdate.y                             |    58 +-
 plugins/sudoers/gram.c                                |   421 +-
 plugins/sudoers/gram.y                                |   195 +-
 plugins/sudoers/group_plugin.c                        |    32 +-
 plugins/sudoers/interfaces.c                          |    11 +-
 plugins/sudoers/interfaces.h                          |     8 +-
 plugins/sudoers/iolog.c                               |    69 +-
 plugins/sudoers/iolog_path.c                          |     2 +-
 plugins/sudoers/ldap.c                                |   329 +-
 plugins/sudoers/linux_audit.c                         |     6 +-
 plugins/sudoers/locale.c                              |    21 +-
 plugins/sudoers/logging.c                             |    43 +-
 plugins/sudoers/logging.h                             |     4 +-
 plugins/sudoers/match.c                               |   324 +-
 plugins/sudoers/match_addr.c                          |    43 +-
 plugins/sudoers/mkdefaults                            |     3 +-
 plugins/sudoers/parse.c                               |   108 +-
 plugins/sudoers/parse.h                               |    78 +-
 plugins/sudoers/po/da.mo                              |   Bin 
 plugins/sudoers/po/da.po                              |   533 +-
 plugins/sudoers/po/de.mo                              |   Bin 
 plugins/sudoers/po/de.po                              |   533 +-
 plugins/sudoers/po/eo.mo                              |   Bin 
 plugins/sudoers/po/eo.po                              |   561 +-
 plugins/sudoers/po/fi.mo                              |   Bin 
 plugins/sudoers/po/fi.po                              |   586 +-
 plugins/sudoers/po/it.mo                              |   Bin 
 plugins/sudoers/po/it.po                              |   543 +-
 plugins/sudoers/po/pl.mo                              |   Bin 
 plugins/sudoers/po/pl.po                              |   545 +-
 plugins/sudoers/po/pt_BR.mo                           |   Bin 
 plugins/sudoers/po/pt_BR.po                           |   556 +-
 plugins/sudoers/po/sudoers.pot                        |   514 +-
 plugins/sudoers/po/uk.mo                              |   Bin 
 plugins/sudoers/po/uk.po                              |   569 +-
 plugins/sudoers/po/vi.mo                              |   Bin 
 plugins/sudoers/po/vi.po                              |   582 +-
 plugins/sudoers/po/zh_CN.mo                           |   Bin 
 plugins/sudoers/po/zh_CN.po                           |   573 +-
 plugins/sudoers/policy.c                              |    83 +-
 plugins/sudoers/prompt.c                              |    12 +-
 plugins/sudoers/pwutil.c                              |    58 +-
 plugins/sudoers/pwutil.h                              |     2 +-
 plugins/sudoers/pwutil_impl.c                         |     6 +-
 plugins/sudoers/regress/check_symbols/check_symbols.c |    25 +-
 plugins/sudoers/regress/iolog_path/check_iolog_path.c |    15 +-
 plugins/sudoers/regress/logging/check_wrap.c          |    22 +-
 plugins/sudoers/regress/parser/check_addr.c           |    11 +-
 plugins/sudoers/regress/parser/check_base64.c         |     4 +-
 plugins/sudoers/regress/parser/check_digest.c         |    30 +-
 plugins/sudoers/regress/parser/check_fill.c           |     6 +-
 plugins/sudoers/regress/visudo/test5.out.ok           |     1 +
 plugins/sudoers/regress/visudo/test5.sh               |     8 +
 plugins/sudoers/set_perms.c                           |    34 +-
 plugins/sudoers/sssd.c                                |   133 +-
 plugins/sudoers/sudo_nss.c                            |    46 +-
 plugins/sudoers/sudo_nss.h                            |     5 +-
 plugins/sudoers/sudoers.c                             |    98 +-
 plugins/sudoers/sudoers.h                             |    35 +-
 plugins/sudoers/sudoreplay.c                          |   580 +-
 plugins/sudoers/testsudoers.c                         |   212 +-
 plugins/sudoers/timestamp.c                           |    12 +-
 plugins/sudoers/toke.c                                |   325 +-
 plugins/sudoers/toke.l                                |   125 +-
 plugins/sudoers/toke_util.c                           |     4 +-
 plugins/sudoers/visudo.c                              |   218 +-
 plugins/sudoers/visudo_json.c                         |  1044 ++++
 plugins/system_group/Makefile.in                      |     7 +-
 plugins/system_group/system_group.c                   |    30 +-
 src/Makefile.in                                       |   298 +-
 src/env_hooks.c                                       |    25 +-
 src/exec.c                                            |   688 +-
 src/exec_common.c                                     |     9 +-
 src/exec_pty.c                                        |   809 ++-
 src/hooks.c                                           |    54 +-
 src/load_plugins.c                                    |   108 +-
 src/locale_stub.c                                     |    17 +-
 src/net_ifs.c                                         |    14 +-
 src/parse_args.c                                      |    20 +-
 src/po/cs.mo                                          |   Bin 
 src/po/cs.po                                          |   236 +-
 src/po/da.mo                                          |   Bin 
 src/po/da.po                                          |   236 +-
 src/po/de.mo                                          |   Bin 
 src/po/de.po                                          |   328 +-
 src/po/eo.mo                                          |   Bin 
 src/po/eo.po                                          |   241 +-
 src/po/fi.mo                                          |   Bin 
 src/po/fi.po                                          |   238 +-
 src/po/it.mo                                          |   Bin 
 src/po/it.po                                          |   230 +-
 src/po/pl.mo                                          |   Bin 
 src/po/pl.po                                          |   230 +-
 src/po/pt_BR.mo                                       |   Bin 
 src/po/pt_BR.po                                       |   262 +-
 src/po/ru.mo                                          |   Bin 
 src/po/ru.po                                          |   236 +-
 src/po/sr.mo                                          |   Bin 
 src/po/sr.po                                          |   604 +-
 src/po/sudo.pot                                       |   224 +-
 src/po/uk.mo                                          |   Bin 
 src/po/uk.po                                          |   236 +-
 src/po/vi.mo                                          |   Bin 
 src/po/vi.po                                          |   273 +-
 src/po/zh_CN.mo                                       |   Bin 
 src/po/zh_CN.po                                       |   236 +-
 src/preload.c                                         |    44 +-
 src/preserve_fds.c                                    |   222 +
 src/regress/ttyname/check_ttyname.c                   |     5 +-
 src/selinux.c                                         |    42 +-
 src/sesh.c                                            |     4 +-
 src/signal.c                                          |     2 +-
 src/solaris.c                                         |    18 +-
 src/sudo.c                                            |   144 +-
 src/sudo.h                                            |    47 +-
 src/sudo_edit.c                                       |    30 +-
 src/sudo_exec.h                                       |    15 +-
 src/sudo_plugin_int.h                                 |     5 +-
 src/tgetpass.c                                        |    14 +-
 src/ttyname.c                                         |    22 +-
 src/utmp.c                                            |     8 +-
 zlib/Makefile.in                                      |    36 +-
 235 files changed, 19174 insertions(+), 14722 deletions(-)


More information about the sudo-commits mailing list