[sudo-commits] sudo changeset 9377:0bee95ccb32d

Todd C. Miller Todd.Miller at courtesan.com
Mon Mar 10 15:12:54 MDT 2014


changeset:	9377:0bee95ccb32d in /home/hg/sudo
details:	http://www.sudo.ws/repos/sudo/rev/0bee95ccb32d
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Fri Mar 07 14:52:58 2014 -0700

Log Message:
	Merge sudo 1.8.10 from trunk

diffstat:

 .hgignore                                             |     2 +
 INSTALL                                               |    24 +-
 MANIFEST                                              |    13 +-
 Makefile.in                                           |    43 +-
 NEWS                                                  |    53 +
 common/Makefile.in                                    |    36 +-
 common/aix.c                                          |     6 +-
 common/alloc.c                                        |     6 +-
 common/atoid.c                                        |     2 +-
 common/atomode.c                                      |     2 +-
 common/event.c                                        |    12 +-
 common/event_select.c                                 |     8 +-
 common/fatal.c                                        |     6 +-
 common/gidlist.c                                      |     2 +-
 common/regress/atofoo/atofoo_test.c                   |   178 +
 common/regress/sudo_conf/conf_test.c                  |     4 +-
 common/regress/sudo_parseln/parseln_test.c            |     3 +
 common/regress/tailq/hltq_test.c                      |     3 +
 common/sudo_conf.c                                    |    27 +-
 common/sudo_debug.c                                   |     7 +-
 common/sudo_dso.c                                     |     9 +-
 common/term.c                                         |   141 +-
 compat/Makefile.in                                    |    11 +-
 compat/clock_gettime.c                                |    80 +
 compat/getaddrinfo.c                                  |     3 +-
 compat/inet_pton.c                                    |   258 ++
 compat/strsignal.c                                    |     6 +-
 compat/strtonum.c                                     |     6 +-
 config.h.in                                           |    44 +-
 configure                                             |   578 +++-
 configure.ac                                          |   186 +-
 doc/CONTRIBUTORS                                      |     2 +
 doc/LICENSE                                           |    18 +
 doc/Makefile.in                                       |     4 +-
 doc/UPGRADE                                           |    30 +
 doc/sudo.cat                                          |    12 +-
 doc/sudo.conf.cat                                     |    17 +-
 doc/sudo.conf.man.in                                  |    59 +-
 doc/sudo.conf.mdoc.in                                 |    23 +-
 doc/sudo.man.in                                       |    72 +-
 doc/sudo.mdoc.in                                      |   104 +-
 doc/sudo_plugin.cat                                   |     2 +-
 doc/sudo_plugin.man.in                                |   278 +-
 doc/sudo_plugin.mdoc.in                               |    34 +-
 doc/sudoers.cat                                       |   157 +-
 doc/sudoers.ldap.cat                                  |     6 +-
 doc/sudoers.ldap.man.in                               |    86 +-
 doc/sudoers.ldap.mdoc.in                              |    23 +-
 doc/sudoers.man.in                                    |   519 ++--
 doc/sudoers.mdoc.in                                   |   227 +-
 doc/sudoreplay.cat                                    |     2 +-
 doc/sudoreplay.man.in                                 |    40 +-
 doc/sudoreplay.mdoc.in                                |    22 +-
 doc/visudo.cat                                        |     4 +-
 doc/visudo.man.in                                     |    28 +-
 doc/visudo.mdoc.in                                    |    12 +-
 include/Makefile.in                                   |     4 +-
 include/missing.h                                     |    47 +-
 include/sudo_conf.h                                   |     3 +-
 include/sudo_util.h                                   |   125 +-
 init.d/aix.sh.in                                      |    25 +
 init.d/hpux.sh.in                                     |    27 +
 m4/sudo.m4                                            |    35 +-
 mkdep.pl                                              |     4 +-
 mkpkg                                                 |     2 -
 pathnames.h.in                                        |    16 +-
 plugins/group_file/Makefile.in                        |     8 +-
 plugins/group_file/plugin_test.c                      |     2 +-
 plugins/sample/Makefile.in                            |    13 +-
 plugins/sample/sample_plugin.c                        |     1 +
 plugins/sudoers/Makefile.in                           |    33 +-
 plugins/sudoers/audit.c                               |     6 +-
 plugins/sudoers/auth/secureware.c                     |     2 +-
 plugins/sudoers/bsm_audit.c                           |     4 +-
 plugins/sudoers/check.c                               |    38 +-
 plugins/sudoers/check.h                               |    43 +-
 plugins/sudoers/def_data.c                            |     8 +
 plugins/sudoers/def_data.h                            |   180 +-
 plugins/sudoers/def_data.in                           |     6 +
 plugins/sudoers/defaults.c                            |     6 +-
 plugins/sudoers/getdate.c                             |    25 +-
 plugins/sudoers/getdate.y                             |    21 +-
 plugins/sudoers/interfaces.c                          |     6 +-
 plugins/sudoers/iolog.c                               |     8 +-
 plugins/sudoers/iolog_path.c                          |     3 +-
 plugins/sudoers/ldap.c                                |    80 +-
 plugins/sudoers/linux_audit.c                         |     4 +-
 plugins/sudoers/locale.c                              |     4 +-
 plugins/sudoers/logging.c                             |    22 +-
 plugins/sudoers/logwrap.c                             |     1 -
 plugins/sudoers/match.c                               |     5 +
 plugins/sudoers/match_addr.c                          |    22 +-
 plugins/sudoers/po/cs.mo                              |   Bin 
 plugins/sudoers/po/cs.po                              |  1725 +++++++++++++++++
 plugins/sudoers/po/da.mo                              |   Bin 
 plugins/sudoers/po/da.po                              |   420 ++--
 plugins/sudoers/po/de.mo                              |   Bin 
 plugins/sudoers/po/de.po                              |   404 +--
 plugins/sudoers/po/eo.mo                              |   Bin 
 plugins/sudoers/po/eo.po                              |   446 ++--
 plugins/sudoers/po/fi.mo                              |   Bin 
 plugins/sudoers/po/fi.po                              |   423 ++--
 plugins/sudoers/po/it.mo                              |   Bin 
 plugins/sudoers/po/it.po                              |   407 +--
 plugins/sudoers/po/pl.mo                              |   Bin 
 plugins/sudoers/po/pl.po                              |   402 +--
 plugins/sudoers/po/pt_BR.mo                           |   Bin 
 plugins/sudoers/po/pt_BR.po                           |   426 ++--
 plugins/sudoers/po/sr.mo                              |   Bin 
 plugins/sudoers/po/sr.po                              |  1718 ++++++++++++++++
 plugins/sudoers/po/sudoers.pot                        |   386 +-
 plugins/sudoers/po/uk.mo                              |   Bin 
 plugins/sudoers/po/uk.po                              |   425 ++--
 plugins/sudoers/po/vi.mo                              |   Bin 
 plugins/sudoers/po/vi.po                              |   494 ++--
 plugins/sudoers/regress/iolog_path/check_iolog_path.c |     2 +
 plugins/sudoers/regress/parser/check_fill.c           |     5 +-
 plugins/sudoers/set_perms.c                           |     2 +-
 plugins/sudoers/sssd.c                                |     2 +-
 plugins/sudoers/sudoers.c                             |     9 +-
 plugins/sudoers/sudoers.h                             |     8 +-
 plugins/sudoers/sudoreplay.c                          |    16 +-
 plugins/sudoers/timestamp.c                           |   863 +++++---
 plugins/sudoers/timestr.c                             |    27 +-
 plugins/sudoers/toke.c                                |     9 +-
 plugins/sudoers/toke.l                                |     7 +-
 plugins/sudoers/visudo.c                              |     8 +-
 plugins/sudoers/visudo_json.c                         |   110 +-
 plugins/system_group/Makefile.in                      |     8 +-
 src/Makefile.in                                       |    36 +-
 src/env_hooks.c                                       |     2 +
 src/exec_common.c                                     |     2 +-
 src/exec_pty.c                                        |    24 +-
 src/locale_stub.c                                     |     4 +-
 src/net_ifs.c                                         |    19 +-
 src/po/ca.mo                                          |   Bin 
 src/po/ca.po                                          |   785 +++++++
 src/po/de.mo                                          |   Bin 
 src/po/de.po                                          |   238 +-
 src/po/sr.mo                                          |   Bin 
 src/po/sr.po                                          |   240 +-
 src/selinux.c                                         |     2 +-
 src/sesh.c                                            |    10 +-
 src/sudo.h                                            |     3 +-
 src/sudo_edit.c                                       |     5 +-
 src/sudo_exec.h                                       |     2 +-
 sudo.pp                                               |    70 +-
 zlib/Makefile.in                                      |     4 +-
 148 files changed, 10304 insertions(+), 4273 deletions(-)


More information about the sudo-commits mailing list