[sudo-commits] sudo changeset 8389:15ed71afbd50

Todd C. Miller Todd.Miller at courtesan.com
Tue Sep 4 09:16:18 EDT 2012


changeset:	8389:15ed71afbd50 in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/15ed71afbd50
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Tue Sep 04 09:12:26 2012 -0400

Log Message:
	Merge sudo 1.8.6 from trunk.

diffstat:

 .hgignore                                             |     3 +
 INSTALL                                               |    35 +-
 MANIFEST                                              |    46 +-
 Makefile.in                                           |    21 +-
 NEWS                                                  |    73 +
 aclocal.m4                                            |     5 +
 common/Makefile.in                                    |    35 +-
 common/aix.c                                          |     7 +-
 common/alloc.c                                        |    10 +-
 common/secure_path.c                                  |     2 +-
 common/sudo_conf.c                                    |    22 +-
 common/sudo_debug.c                                   |     1 +
 compat/Makefile.in                                    |   109 +-
 compat/getline.c                                      |     2 +-
 compat/mksiglist.c                                    |     8 +-
 compat/mksiglist.h                                    |   172 +-
 compat/mksigname.c                                    |    57 +
 compat/mksigname.h                                    |   175 +
 compat/sig2str.c                                      |    76 +
 compat/strsignal.c                                    |    13 +-
 config.h.in                                           |    44 +-
 configure                                             |  1132 ++-
 configure.in                                          |   419 +-
 doc/CONTRIBUTORS                                      |     3 +
 doc/HISTORY                                           |     1 -
 doc/Makefile.in                                       |   279 +-
 doc/contributors.pod                                  |   160 -
 doc/fixman.sh                                         |   144 +
 doc/fixmdoc.sh                                        |   149 +
 doc/history.pod                                       |    79 -
 doc/license.pod                                       |    78 -
 doc/schema.ActiveDirectory                            |   114 +-
 doc/sudo.cat                                          |   986 +-
 doc/sudo.man.in                                       |  2085 +++--
 doc/sudo.man.pl                                       |    35 -
 doc/sudo.mdoc.in                                      |  1330 +++
 doc/sudo.pod                                          |   807 --
 doc/sudo_plugin.cat                                   |  1826 ++--
 doc/sudo_plugin.man.in                                |  3749 ++++++----
 doc/sudo_plugin.mdoc.in                               |  2155 ++++++
 doc/sudo_plugin.pod                                   |  1617 ----
 doc/sudoers.cat                                       |  2306 +++--
 doc/sudoers.ldap.cat                                  |   909 +-
 doc/sudoers.ldap.man.in                               |  1925 +++--
 doc/sudoers.ldap.mdoc.in                              |  1103 +++
 doc/sudoers.ldap.pod                                  |   849 --
 doc/sudoers.man.in                                    |  5836 +++++++++++-----
 doc/sudoers.man.pl                                    |    39 -
 doc/sudoers.mdoc.in                                   |  3943 +++++++++++
 doc/sudoers.pod                                       |  2155 ------
 doc/sudoreplay.cat                                    |   252 +-
 doc/sudoreplay.man.in                                 |   683 +-
 doc/sudoreplay.mdoc.in                                |   373 +
 doc/sudoreplay.pod                                    |   351 -
 doc/visudo.cat                                        |   189 +-
 doc/visudo.man.in                                     |   553 +-
 doc/visudo.mdoc.in                                    |   317 +
 doc/visudo.pod                                        |   221 -
 include/Makefile.in                                   |     3 +-
 include/error.h                                       |    24 +-
 include/gettext.h                                     |    11 +-
 include/missing.h                                     |    39 +-
 include/sudo_debug.h                                  |     3 +-
 m4/ax_check_compile_flag.m4                           |    72 +
 m4/ax_check_link_flag.m4                              |    71 +
 mkdep.pl                                              |     4 +-
 mkpkg                                                 |    70 +-
 pathnames.h.in                                        |     4 +
 plugins/sample/Makefile.in                            |    29 +-
 plugins/sample/sample_plugin.c                        |     7 +-
 plugins/sample/sample_plugin.exp                      |     2 +
 plugins/sample/sample_plugin.sym                      |     2 -
 plugins/sample_group/Makefile.in                      |    31 +-
 plugins/sample_group/sample_group.exp                 |     1 +
 plugins/sample_group/sample_group.sym                 |     1 -
 plugins/sudoers/Makefile.in                           |   310 +-
 plugins/sudoers/auth/sudo_auth.c                      |    86 +-
 plugins/sudoers/check.c                               |    57 +-
 plugins/sudoers/def_data.c                            |     8 +
 plugins/sudoers/def_data.h                            |     4 +
 plugins/sudoers/def_data.in                           |     6 +
 plugins/sudoers/defaults.c                            |    52 +-
 plugins/sudoers/defaults.h                            |     7 +-
 plugins/sudoers/env.c                                 |    63 +-
 plugins/sudoers/gram.c                                |   798 +-
 plugins/sudoers/gram.h                                |     4 +
 plugins/sudoers/gram.y                                |    93 +-
 plugins/sudoers/iolog.c                               |    55 +-
 plugins/sudoers/iolog_path.c                          |    58 +-
 plugins/sudoers/ldap.c                                |    86 +-
 plugins/sudoers/linux_audit.c                         |     6 +-
 plugins/sudoers/logging.c                             |   101 +-
 plugins/sudoers/logging.h                             |    11 +-
 plugins/sudoers/match.c                               |    33 +-
 plugins/sudoers/parse.c                               |    36 +-
 plugins/sudoers/parse.h                               |    19 +-
 plugins/sudoers/po/da.mo                              |   Bin 
 plugins/sudoers/po/da.po                              |   802 +-
 plugins/sudoers/po/eo.mo                              |   Bin 
 plugins/sudoers/po/eo.po                              |   351 +-
 plugins/sudoers/po/fi.mo                              |   Bin 
 plugins/sudoers/po/fi.po                              |   523 +-
 plugins/sudoers/po/hr.mo                              |   Bin 
 plugins/sudoers/po/hr.po                              |   942 +-
 plugins/sudoers/po/it.mo                              |   Bin 
 plugins/sudoers/po/it.po                              |  1736 +++++
 plugins/sudoers/po/ja.mo                              |   Bin 
 plugins/sudoers/po/ja.po                              |   520 +-
 plugins/sudoers/po/pl.mo                              |   Bin 
 plugins/sudoers/po/pl.po                              |   524 +-
 plugins/sudoers/po/sl.mo                              |   Bin 
 plugins/sudoers/po/sl.po                              |  1759 +++++
 plugins/sudoers/po/sudoers.pot                        |   496 +-
 plugins/sudoers/po/uk.mo                              |   Bin 
 plugins/sudoers/po/uk.po                              |   526 +-
 plugins/sudoers/po/vi.mo                              |   Bin 
 plugins/sudoers/po/vi.po                              |  1738 +++++
 plugins/sudoers/po/zh_CN.mo                           |   Bin 
 plugins/sudoers/po/zh_CN.po                           |   520 +-
 plugins/sudoers/pwutil.c                              |   119 +-
 plugins/sudoers/regress/check_symbols/check_symbols.c |   120 +
 plugins/sudoers/regress/iolog_path/check_iolog_path.c |     2 +-
 plugins/sudoers/regress/testsudoers/test1.sh          |     1 +
 plugins/sudoers/regress/testsudoers/test2.inc         |     1 +
 plugins/sudoers/regress/testsudoers/test2.out.ok      |    10 +
 plugins/sudoers/regress/testsudoers/test2.sh          |    11 +
 plugins/sudoers/regress/testsudoers/test3.d/root      |     1 +
 plugins/sudoers/regress/testsudoers/test3.out.ok      |    10 +
 plugins/sudoers/regress/testsudoers/test3.sh          |    11 +
 plugins/sudoers/regress/testsudoers/test4.out.ok      |     6 +
 plugins/sudoers/regress/testsudoers/test4.sh          |     9 +
 plugins/sudoers/regress/testsudoers/test5.out.ok      |    12 +
 plugins/sudoers/regress/testsudoers/test5.sh          |    28 +
 plugins/sudoers/set_perms.c                           |    72 +-
 plugins/sudoers/sssd.c                                |  1333 +++
 plugins/sudoers/sudo_nss.c                            |    43 +-
 plugins/sudoers/sudoers.c                             |   134 +-
 plugins/sudoers/sudoers.exp                           |     6 +
 plugins/sudoers/sudoers.h                             |    61 +-
 plugins/sudoers/sudoers.sym                           |     2 -
 plugins/sudoers/sudoers_version.h                     |     3 +-
 plugins/sudoers/sudoreplay.c                          |   156 +-
 plugins/sudoers/testsudoers.c                         |    66 +-
 plugins/sudoers/toke.c                                |  2268 +++---
 plugins/sudoers/toke.h                                |     1 +
 plugins/sudoers/toke.l                                |    33 +-
 plugins/sudoers/visudo.c                              |    29 +-
 plugins/system_group/Makefile.in                      |    29 +-
 plugins/system_group/system_group.c                   |     2 +-
 plugins/system_group/system_group.exp                 |     1 +
 plugins/system_group/system_group.sym                 |     1 -
 pp                                                    |   104 +-
 src/Makefile.in                                       |    70 +-
 src/exec.c                                            |   139 +-
 src/exec_common.c                                     |     1 +
 src/exec_pty.c                                        |   179 +-
 src/load_plugins.c                                    |   206 +-
 src/parse_args.c                                      |    22 +-
 src/po/da.mo                                          |   Bin 
 src/po/da.po                                          |   281 +-
 src/po/de.mo                                          |   Bin 
 src/po/de.po                                          |   241 +-
 src/po/fi.mo                                          |   Bin 
 src/po/fi.po                                          |   219 +-
 src/po/hr.mo                                          |   Bin 
 src/po/hr.po                                          |   375 +-
 src/po/it.mo                                          |   Bin 
 src/po/it.po                                          |   366 +-
 src/po/ja.mo                                          |   Bin 
 src/po/ja.po                                          |   219 +-
 src/po/pl.mo                                          |   Bin 
 src/po/pl.po                                          |   219 +-
 src/po/ru.mo                                          |   Bin 
 src/po/ru.po                                          |   223 +-
 src/po/sl.mo                                          |   Bin 
 src/po/sl.po                                          |   782 ++
 src/po/sudo.pot                                       |   204 +-
 src/po/uk.mo                                          |   Bin 
 src/po/uk.po                                          |   219 +-
 src/po/vi.mo                                          |   Bin 
 src/po/vi.po                                          |   221 +-
 src/po/zh_CN.mo                                       |   Bin 
 src/po/zh_CN.po                                       |   219 +-
 src/sesh.c                                            |     1 +
 src/sudo.c                                            |    66 +-
 src/sudo.h                                            |     9 +
 src/sudo_exec.h                                       |     9 +-
 src/sudo_noexec.c                                     |     8 +-
 src/ttyname.c                                         |     1 -
 src/utmp.c                                            |     9 +
 sudo.pp                                               |   122 +-
 zlib/Makefile.in                                      |     3 +-
 192 files changed, 40021 insertions(+), 22069 deletions(-)



More information about the sudo-commits mailing list