[sudo-commits] sudo changeset 10266:d9c51e8ccba3

Todd C. Miller Todd.Miller at courtesan.com
Sun Nov 1 11:03:48 MST 2015


changeset:	10266:d9c51e8ccba3 in /media/repos/sudo
details:	http://www.sudo.ws/repos/sudo/rev/d9c51e8ccba3
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Sat Oct 31 17:35:35 2015 -0600

Log Message:
	Merge sudo 1.8.15 from trunk

diffstat:

 ABOUT-NLS                                      |  1406 ++++++++++
 MANIFEST                                       |    30 +-
 NEWS                                           |    92 +
 aclocal.m4                                     |     2 +-
 config.h.in                                    |    89 +-
 configure                                      |   654 +---
 configure.ac                                   |   143 +-
 doc/CONTRIBUTORS                               |     5 +
 doc/UPGRADE                                    |    37 +-
 doc/sudo.cat                                   |    70 +-
 doc/sudo.conf.cat                              |    28 +-
 doc/sudo.conf.man.in                           |    27 +-
 doc/sudo.conf.mdoc.in                          |    27 +-
 doc/sudo.man.in                                |    81 +-
 doc/sudo.mdoc.in                               |    79 +-
 doc/sudo_plugin.cat                            |    98 +-
 doc/sudo_plugin.man.in                         |   124 +-
 doc/sudo_plugin.mdoc.in                        |   119 +-
 doc/sudoers.cat                                |   212 +-
 doc/sudoers.ldap.cat                           |    14 +-
 doc/sudoers.ldap.man.in                        |     6 +-
 doc/sudoers.ldap.mdoc.in                       |     6 +-
 doc/sudoers.man.in                             |   254 +-
 doc/sudoers.mdoc.in                            |   246 +-
 doc/sudoreplay.cat                             |     2 +-
 doc/visudo.cat                                 |     2 +-
 include/compat/timespec.h                      |    25 -
 include/sudo_compat.h                          |     3 +
 include/sudo_fatal.h                           |     4 +-
 include/sudo_plugin.h                          |    67 +-
 include/sudo_util.h                            |     2 +
 lib/util/Makefile.in                           |    10 +-
 lib/util/fatal.c                               |     2 +-
 lib/util/fnmatch.c                             |     2 +
 lib/util/gettime.c                             |     3 -
 lib/util/locking.c                             |    90 +-
 lib/util/sig2str.c                             |     2 -
 lib/util/strsignal.c                           |     2 -
 lib/util/term.c                                |    28 +-
 lib/util/util.exp.in                           |     1 +
 lib/util/utimens.c                             |     3 -
 mkpkg                                          |     6 +-
 plugins/group_file/group_file.c                |     4 +-
 plugins/group_file/plugin_test.c               |     4 +-
 plugins/sudoers/Makefile.in                    |    56 +-
 plugins/sudoers/auth/afs.c                     |     2 +-
 plugins/sudoers/auth/aix_auth.c                |     6 +-
 plugins/sudoers/auth/bsdauth.c                 |    10 +-
 plugins/sudoers/auth/dce.c                     |     2 +-
 plugins/sudoers/auth/fwtk.c                    |    10 +-
 plugins/sudoers/auth/kerb5.c                   |     2 +-
 plugins/sudoers/auth/pam.c                     |   125 +-
 plugins/sudoers/auth/passwd.c                  |     2 +-
 plugins/sudoers/auth/rfc1938.c                 |     2 +-
 plugins/sudoers/auth/secureware.c              |     2 +-
 plugins/sudoers/auth/securid5.c                |     6 +-
 plugins/sudoers/auth/sia.c                     |   125 +-
 plugins/sudoers/auth/sudo_auth.c               |    18 +-
 plugins/sudoers/auth/sudo_auth.h               |    32 +-
 plugins/sudoers/base64.c                       |    22 +-
 plugins/sudoers/check.c                        |    96 +-
 plugins/sudoers/check.h                        |    15 +-
 plugins/sudoers/def_data.c                     |    12 +
 plugins/sudoers/def_data.h                     |     6 +
 plugins/sudoers/def_data.in                    |     9 +
 plugins/sudoers/env.c                          |    42 +-
 plugins/sudoers/gram.c                         |   824 +++---
 plugins/sudoers/gram.h                         |    34 +-
 plugins/sudoers/gram.y                         |    13 +-
 plugins/sudoers/group_plugin.c                 |     4 +-
 plugins/sudoers/iolog.c                        |     6 +-
 plugins/sudoers/ldap.c                         |     3 +
 plugins/sudoers/logging.c                      |    18 +-
 plugins/sudoers/match.c                        |    21 +-
 plugins/sudoers/parse.c                        |    34 +-
 plugins/sudoers/parse.h                        |    49 +
 plugins/sudoers/po/cs.mo                       |   Bin 
 plugins/sudoers/po/cs.po                       |   876 +++---
 plugins/sudoers/po/da.mo                       |   Bin 
 plugins/sudoers/po/da.po                       |   588 ++--
 plugins/sudoers/po/de.mo                       |   Bin 
 plugins/sudoers/po/de.po                       |   895 +++---
 plugins/sudoers/po/fi.mo                       |   Bin 
 plugins/sudoers/po/fi.po                       |   561 ++--
 plugins/sudoers/po/hu.mo                       |   Bin 
 plugins/sudoers/po/hu.po                       |  1876 +++++++++++++
 plugins/sudoers/po/it.mo                       |   Bin 
 plugins/sudoers/po/it.po                       |   876 +++---
 plugins/sudoers/po/ja.mo                       |   Bin 
 plugins/sudoers/po/ja.po                       |   831 +++--
 plugins/sudoers/po/nb.mo                       |   Bin 
 plugins/sudoers/po/nb.po                       |   875 +++---
 plugins/sudoers/po/nl.mo                       |   Bin 
 plugins/sudoers/po/nl.po                       |  1030 ++++---
 plugins/sudoers/po/pl.mo                       |   Bin 
 plugins/sudoers/po/pl.po                       |   869 +++---
 plugins/sudoers/po/pt_BR.mo                    |   Bin 
 plugins/sudoers/po/pt_BR.po                    |   830 +++--
 plugins/sudoers/po/ru.mo                       |   Bin 
 plugins/sudoers/po/ru.po                       |  1077 ++++---
 plugins/sudoers/po/sk.mo                       |   Bin 
 plugins/sudoers/po/sk.po                       |  1891 +++++++++++++
 plugins/sudoers/po/sudoers.pot                 |   562 ++-
 plugins/sudoers/po/uk.mo                       |   Bin 
 plugins/sudoers/po/uk.po                       |   875 +++---
 plugins/sudoers/po/vi.mo                       |   Bin 
 plugins/sudoers/po/vi.po                       |   885 +++---
 plugins/sudoers/po/zh_CN.mo                    |   Bin 
 plugins/sudoers/po/zh_CN.po                    |   875 +++---
 plugins/sudoers/policy.c                       |    14 +-
 plugins/sudoers/regress/parser/check_base64.c  |     6 +
 plugins/sudoers/regress/sudoers/test1.in       |     2 +
 plugins/sudoers/regress/sudoers/test1.json.ok  |   154 +
 plugins/sudoers/regress/sudoers/test1.out.ok   |     1 +
 plugins/sudoers/regress/sudoers/test1.toke.ok  |     1 +
 plugins/sudoers/regress/sudoers/test10.json.ok |     2 +
 plugins/sudoers/regress/sudoers/test14.json.ok |    38 +
 plugins/sudoers/regress/sudoers/test15.json.ok |    19 +
 plugins/sudoers/regress/sudoers/test16.json.ok |    24 +
 plugins/sudoers/regress/sudoers/test2.json.ok  |   403 ++
 plugins/sudoers/regress/sudoers/test3.json.ok  |    45 +
 plugins/sudoers/regress/sudoers/test6.json.ok  |   158 +
 plugins/sudoers/regress/sudoers/test9.json.ok  |     2 +
 plugins/sudoers/sudo_nss.c                     |     2 +-
 plugins/sudoers/sudoers.c                      |     8 +-
 plugins/sudoers/sudoers.h                      |     5 +-
 plugins/sudoers/sudoers_version.h              |     3 +-
 plugins/sudoers/sudoreplay.c                   |    10 +-
 plugins/sudoers/testsudoers.c                  |     9 +-
 plugins/sudoers/timestamp.c                    |   833 ++++--
 plugins/sudoers/toke.c                         |  3274 ++++++++++++-----------
 plugins/sudoers/toke.l                         |    10 +
 plugins/sudoers/visudo.c                       |    39 +-
 plugins/sudoers/visudo_json.c                  |    86 +-
 plugins/system_group/system_group.c            |     4 +-
 po/cs.mo                                       |   Bin 
 po/cs.po                                       |   450 +-
 po/da.mo                                       |   Bin 
 po/da.po                                       |   450 +-
 po/de.mo                                       |   Bin 
 po/de.po                                       |   450 +-
 po/es.mo                                       |   Bin 
 po/es.po                                       |  1039 ++++---
 po/fi.mo                                       |   Bin 
 po/fi.po                                       |   446 +-
 po/fr.mo                                       |   Bin 
 po/fr.po                                       |   450 +-
 po/gl.mo                                       |   Bin 
 po/gl.po                                       |   861 +++--
 po/it.mo                                       |   Bin 
 po/it.po                                       |   455 +-
 po/ja.mo                                       |   Bin 
 po/ja.po                                       |   766 ++--
 po/nb.mo                                       |   Bin 
 po/nb.po                                       |   454 +-
 po/pl.mo                                       |   Bin 
 po/pl.po                                       |   453 +-
 po/pt_BR.mo                                    |   Bin 
 po/pt_BR.po                                    |   770 ++--
 po/sk.mo                                       |   Bin 
 po/sk.po                                       |   839 ++++++
 po/sudo.pot                                    |   444 +-
 po/uk.mo                                       |   Bin 
 po/uk.po                                       |   765 ++--
 po/vi.mo                                       |   Bin 
 po/vi.po                                       |   783 ++--
 po/zh_CN.mo                                    |   Bin 
 po/zh_CN.po                                    |   765 ++--
 src/Makefile.in                                |    15 +-
 src/conversation.c                             |    40 +-
 src/exec.c                                     |    29 +-
 src/exec_pty.c                                 |    26 +-
 src/hooks.c                                    |     4 +-
 src/preserve_fds.c                             |     2 +
 src/sesh.c                                     |    13 +-
 src/sudo.c                                     |    70 +-
 src/sudo.h                                     |    37 +-
 src/sudo_edit.c                                |   266 +-
 src/sudo_noexec.c                              |   121 +-
 src/sudo_plugin_int.h                          |    11 +-
 src/tgetpass.c                                 |    84 +-
 181 files changed, 23882 insertions(+), 14619 deletions(-)


More information about the sudo-commits mailing list